Skip to content

Commit

Permalink
update on instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro3 committed Sep 17, 2024
1 parent a0afa99 commit 9a2bf67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/_layout/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1><a href="/">Solving partial differential equations in parallel on GPUs</a></
<nav class="sidebar-nav" style="opacity: 0.9; margin-bottom: 1.2cm;">
<a class="sidebar-nav-item {{ispage index.html}}active{{end}}" href="/"><b>Welcome</b></a>
<a class="sidebar-nav-item {{ispage logistics/*}}active{{end}}" href="/logistics/">Logistics</a>
<a class="sidebar-nav-item {{ispage homework/*}}active{{end}}" href="/homework/">Homework</a>
<a class="sidebar-nav-item {{ispage homework/*}}active{{end}}" href="/homework/">Homeworks</a>
<a class="sidebar-nav-item {{ispage software_install/*}}active{{end}}" href="/software_install/">Software install</a>
<a class="sidebar-nav-item {{ispage extras/*}}active{{end}}" href="/extras/">Extras</a>
<br>
Expand Down
5 changes: 5 additions & 0 deletions website/logistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ All homework assignments can be carried out by groups of two. However, **note th

**Starting from lecture 3 and onwards**, the development of homework scripts happens on GitHub **and** you will have to submit the git commit hash (SHA) on [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=23586) in the related _git commit hash (SHA)_ submission activity.

### Submission for Jupyter Hub to Moodle
- on the Hub place all notebooks of an assignment into one folder called `assignments/lectureX_homework`
- note: maybe this folder magically already exists on your Hub with the notebooks added. If not, create it and download the notebooks yourself.
- in Moodle during submission, select that folder as JupyterHub submission

### Private GitHub repository setup
Once you have your GitHub account ready (see lecture 2 [how-to](/lecture2/#a_brief_git_demo_session)), create a private repository you will _**share with the teaching staff only**_ to upload your weekly assignments:
1. Create a **private** GitHub repository named `pde-on-gpu-<moodleprofilename>`, where `<moodleprofilename>` has to be replaced by your name **as displayed on Moodle, lowercase, diacritics removed, spacing replaced with hyphens (-)**. For example, if your Moodle profile name is "Joël Désirée van der Linde" your repository should be named `pde-on-gpu-joel-desiree-van-der-linde`.
Expand Down

0 comments on commit 9a2bf67

Please sign in to comment.