diff --git a/.gitignore b/.gitignore index 8cb40fc..83aefe2 100644 --- a/.gitignore +++ b/.gitignore @@ -192,4 +192,10 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ + +# VS Code +.vscode/ + +# MacOS +. DS_Store diff --git a/README.md b/README.md index 0ba9b63..96c6964 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # Chaste Workshop 2025 -Materials for the 2025 Chaste workshop in Nottingham + +A directory of workshop materials for the January 2025 Chaste workshop in Nottingham. +You can find the workshop timetable [here](https://chaste.github.io/workshops/2025-01/#timetable). + +The main Chaste repository can be found [here](https://github.com/Chaste/Chaste). + +## [Setup](https://github.com/Chaste/chaste-workshop-materials-2025/tree/main/setup) + +## [Day 01](https://github.com/Chaste/chaste-workshop-materials-2025/tree/main/day-01) + +## [Day 02](https://github.com/Chaste/chaste-workshop-materials-2025/tree/main/day-02) + +## [Day 03](https://github.com/Chaste/chaste-workshop-materials-2025/tree/main/day-03) diff --git a/day-01/README.md b/day-01/README.md new file mode 100644 index 0000000..b5bb71d --- /dev/null +++ b/day-01/README.md @@ -0,0 +1 @@ +# [Day 01 - Wed 8 Jan](https://github.com/Chaste/chaste-workshop-materials-2025/tree/main/day-01) diff --git a/day-02/README.md b/day-02/README.md new file mode 100644 index 0000000..0d45329 --- /dev/null +++ b/day-02/README.md @@ -0,0 +1 @@ +# [Day 02 - Thu 9 Jan](https://github.com/Chaste/chaste-workshop-materials-2025/tree/main/day-02) diff --git a/day-03/README.md b/day-03/README.md new file mode 100644 index 0000000..1656730 --- /dev/null +++ b/day-03/README.md @@ -0,0 +1 @@ +# [Day 03 - Fri 10 Jan](https://github.com/Chaste/chaste-workshop-materials-2025/tree/main/day-03) diff --git a/setup/README.md b/setup/README.md new file mode 100644 index 0000000..b68b995 --- /dev/null +++ b/setup/README.md @@ -0,0 +1,9 @@ +# [Setup](https://github.com/Chaste/chaste-workshop-materials-2025/tree/main/day-03) + +## Minimum System Requirements + +## Linux Setup + +## MacOS Setup + +## Windows Setup