Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Sep 18, 2023
1 parent ea0b04e commit 6600964
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion website/homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hascode = false

| Assignment | Due date | Submission | Notes |
| :----------: | :--------------------: | :---------------------------------------------------------------------: | :-----: |
| Lect. 1 | 27.09.2023 - 23h59 CET | [Moodle](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=951185) | Submit a folder containing all required Jupyter notebooks from your [JupyterHub](https://jhub-let-04-20175.let.ethz.ch/hub/home).|
| Lect. 1 | 27.09.2023 - 23h59 CET | [Moodle](https://moodle-app2.let.ethz.ch/mod/assign/view.php?id=951185) | Submit a folder containing all exercise notebooks from [JupyterHub](https://jhub-let-04-20175.let.ethz.ch/hub/home). |
| Lect. 2 | 04.10.2023 - 23h59 CET | | |
| Lect. 3 | 11.10.2023 - 23h59 CET | | |
| Lect. 4 | 18.10.2023 - 23h59 CET | | |
Expand Down
11 changes: 3 additions & 8 deletions website/logistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ Homework assignments can be carried-out by groups of 2. However, **_note that ev

> ➡ Check out the [Homework](/homework) page for an overview on expected hand-in and deadlines.
<!-- Personal feedback and sample solution codes will be provided after submission deadline via a shared [Polybox](https://polyboxdoc.ethz.ch) folder. Make sure to register to the service and install the finder extension if possible. -->

### Submission
- Submission of notebooks (weeks 1 & 2), GitHub commit hash (or SHA) (week 3 and onwards) or other documents happens on the course's [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=20175).
- Actions and tasks related to GitHub will happen on your private course-related GitHub repository.

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

:construction: More infos to come soon.

Expand All @@ -71,13 +69,10 @@ Homework assignments can be carried-out by groups of 2. However, **_note that ev
\note{Homework folders on GitHub should be Julia projects and thus contain a `Project.toml` file. The `Manifest.toml` file should be kept local. An automated way of doing so is to add it as entry to a `.gitignore` file in the root of your repo. Mac users may also add `.DS_Store` to their `.gitignore`. Codes could be placed in a `scripts/` folder. Output material to be displayed in the `README.md` could be placed in a `docs/` folder.} -->

### Feedback
<!-- OLD: After submission deadline, you will find relevant scripts in a shared Polybox folder. Information on how to access it is available on [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=20175).
Personal feedback and points (not grades) for weekly homework exercises will be shared individually among participants using a private file or folder on Polybox. -->

After the submission deadline, we will correct your assignments, grade them and give feedback directly on the [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=20175) submission.
After the submission deadline, we will correct and grade your assignments. You will get personal feedback directly on the [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=20175) submission.

We will try to correct your assignments before the lecture right after the homework's deadline, so you get your feedback and you are able to ask eventual questions as soon as possible.
We will try to correct your assignments before the lecture following the homework's deadline. This should allow you to get rapid feedback in order to clarify the points you may struggle on as soon as possible.

## Project

Expand Down
6 changes: 3 additions & 3 deletions website/software_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ All the course slides are [Jupyter notebooks](https://jupyter.org/); browser-bas
Code cells are executed by putting the cursor into the cell and hitting `shift + enter`. For more info see the [documentation](https://jupyter-notebook.readthedocs.io/en/stable/).

### Exercises and homework
The first two lecture's homework assignments will be [Jupyter notebooks](https://jupyter.org/). You'll find them on Moodle within your [JupyterHub](https://moodle-app2.let.ethz.ch/mod/lti/view.php?id=938222) space. You can execute them on the [JupyterHub](https://moodle-app2.let.ethz.ch/mod/lti/view.php?id=938222) or download them and run them them locally if you're already set-up.
The first two lecture's homework assignments will be [Jupyter notebooks](https://jupyter.org/). You can import the notebooks from Moodle into your JupyterHub space. You can execute them on the [JupyterHub](https://moodle-app2.let.ethz.ch/mod/lti/view.php?id=938222) or download them and run them them locally if you're already set-up.

For submission, download the final `.ipynb` notebooks from the server, or collect the local `.ipynb` notebooks into a single local folder you then upload to Moodle. See [Logistics](/logistics) and [Homework](/homework) for details.
For submission, you can directly submit the folder containing all notebooks of a lecture from within JupyterHub/Moodle. Alternatively, you should be able to download the final `.ipynb` notebooks from the server, or collect the local `.ipynb` notebooks into a single local folder you then upload to Moodle. See [Logistics](/logistics) and [Homework](/homework) for details.

Starting from lecture 3, exercise scripts will be mostly standalone regular Julia scripts that have to be uploaded to your private GitHub repo (shared with the teaching staff only). Details in [Logistics](/logistics/#submission).

Expand All @@ -28,7 +28,7 @@ Upon login to the server, you should see the following launcher environment, inc

![JupyterHub](/assets/JHubLauncher.png)

\warn{It is recommended to duplicate and rename any files you are planning to work on and to download your work as back-up before leaving the session.}
\warn{It is recommended to download your work as back-up before leaving the session.}

## Installing Julia v1.9 (or later)
There are two recommended ways to install Julia v1.9:
Expand Down

0 comments on commit 6600964

Please sign in to comment.