Skip to content

Commit

Permalink
Update lecture and homework instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Oct 8, 2024
1 parent fde1d70 commit 7cd7ebc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion slide-notebooks/deploy_notebooks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Literate
## include Literate scripts starting with following 3 letters in the deploy
incl = "l4_"
## Set `sol=true` to produce output with solutions contained and hints stripts. Otherwise the other way around.
sol = false
sol = true
##

function replace_string(str)
Expand Down
6 changes: 3 additions & 3 deletions slide-notebooks/notebooks/l4_1-porous-convect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -538,11 +538,11 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.5"
"version": "1.11.0"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.5",
"name": "julia-1.11",
"display_name": "Julia 1.11.0",
"language": "julia"
}
},
Expand Down
4 changes: 2 additions & 2 deletions website/homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ hascode = false
| Lect. 1 | 25.09.2024 - 23h59 CET | [Moodle](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=1103803) | Submit a folder containing all exercise notebooks from [JupyterHub](https://jhub-let-04-23586.ethz.ch/hub/home). |
| Lect. 2 | 02.10.2024 - 23h59 CET | [Moodle (notebooks)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=1115224), [Moodle (commit hash + PR)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=1103813) | For the notebooks submission, submit a folder containing all exercise notebooks from [JupyterHub](https://jhub-let-04-23586.ethz.ch/hub/home). For the commit hash + PR submission, copy the git commit hash (SHA) of the final push on the branch `homework-2` and open a pull request on the `main` branch. Paste both the commit hash and the PR link on Moodle (check [Logistics](/logistics/#submission) for more details on how to set up the GitHub repository).|
| Lect. 3 | 11.10.2024 - 23h59 CET | [Moodle (commit hash + PR)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=1103821) | For the submission, copy the git commit hash (SHA) of the final push on the branch `homework-3` and open a pull request on the `main` branch. Paste both the SHA and the PR link on Moodle. |
<!-- | Lect. 4 | 18.10.2024 - 23h59 CET | [Moodle (commit hash + PR)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=963837) | For the submission, copy the git commit hash (SHA) of the final push on the branch `homework-4` and open a pull request on the `main` branch. Paste both the SHA and the PR link on Moodle. |
| Lect. 5 | 25.10.2024 - 23h59 CET | [Moodle (commit hash + PR)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=966854) | For the submission, copy the git commit hash (SHA) of the final push on the branch `homework-5` and open a pull request on the `main` branch. Paste both the SHA and the PR link on Moodle. |
| Lect. 4 | 18.10.2024 - 23h59 CET | [Moodle (commit hash + PR)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=1103827) | For the submission, copy the git commit hash (SHA) of the final push on the branch `homework-4` and open a pull request on the `main` branch. Paste both the SHA and the PR link on Moodle. |
<!-- | Lect. 5 | 25.10.2024 - 23h59 CET | [Moodle (commit hash + PR)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=966854) | For the submission, copy the git commit hash (SHA) of the final push on the branch `homework-5` and open a pull request on the `main` branch. Paste both the SHA and the PR link on Moodle. |
| Lect. 6 | 01.11.2024 - 23h59 CET | [Moodle (commit hash + PR)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=969655) | For the submission, copy the git commit hash (SHA) of the final push on the branch `homework-6` and open a pull request on the `main` branch. Paste both the SHA and the PR link on Moodle. |
| Lect. 7 | 08.11.2024 - 23h59 CET | [Moodle (commit hash + PR)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=972195) | For the submission, copy the git commit hash (SHA) of the final push on the branch `homework-7` and open a pull request on the `main` branch. Paste both the SHA and the PR link on Moodle. |
| Lect. 8 | 15.11.2024 - 23h59 CET | [Moodle (commit hash + PR)](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=976353) | For the submission, copy the git commit hash (SHA) of the final push on the branch `homework-8` and open a pull request on the `main` branch. Paste both the SHA and the PR link on Moodle. |
Expand Down

0 comments on commit 7cd7ebc

Please sign in to comment.