Skip to content

Commit

Permalink
Merge pull request #37 from C2SM/hotfix
Browse files Browse the repository at this point in the history
Hotfix after course
  • Loading branch information
jonasjucker authored Jun 9, 2022
2 parents 91e4382 + ca8adb5 commit 608ac3b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ The corresponding [slides of this course](https://wiki.c2sm.ethz.ch/CM/WorkshopB
at the C2SM wiki.

A Markdown version of the .ipynb files for each exercise is located in the [Markdowns folder](Markdowns).
Please note that pictures are not displayed in the Markdown versions of the exercises.

We recommend to make use of the convienient way of doing the exercises with Jupyter Notebook itself.
For installation instructions see section below.
Expand Down
12 changes: 2 additions & 10 deletions Unix_Commands.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Basic Unix Command\n",
"\n",
"In this Git course some very basic unix commands will be used.\n"
"In this Git course some very basic unix commands will be used.\n",
"This document describes **ALL** commands needed below:\n",
"\n",
" * **ls:** list all files/folders in current directory\n",
Expand All @@ -21,17 +21,9 @@
" * **echo:** display a line of text\n",
" \n",
" * **>:** redirect ouput to file/device after *>*, overwrites already existing file\n",
" * **>>:** redirect output to file/device after *>>*, does not delete already existing file.\n",
" * **>>:** redirect output to file/device after *>>*, does not delete already existing file. \n",
" * **mkdir:** create directory/folder, e.g. *mkdir test* will create directory 'test' "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "stunning-cabin",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
19 changes: 19 additions & 0 deletions agenda_2022.md → schedule_beginners_course_June_2022.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Planned schedule
| Description | Extent | Time est. | Start time | End time |
| --------------------- | --------------- | --------- | ---------- | -------- |
| Part 1 - Slides | 16 slides | 15' | 09:00 | 09:15 |
Expand All @@ -13,3 +14,21 @@
| Part 6 - Exercise | 293 lines | 25' | 11:15 | 11:40 |
| Part 7 - Slides | 6 slides | 10' | 11:40 | 11:50 |
| Part 7 - Exercise | 188 lines | 40' | 11:50 | 12:30 |

## Actual schedule
| Description | Extent | Start time | End time |
| --------------------- | --------------- | ---------- | -------- |
| Part 1 - Slides | 16 slides | 09:05 | 09:18 |
| Part 1 - Exercise | 301 lines | 09:18 | 09:44 |
| Part 2 - Slides | 7 slides | 09:44 | 09:45 |
| Part 2 - Exercise | 201 lines | 09:45 | 10:10 |
| Part 3 + 4 - Slides | 10 slides | 10:10 | 10:14 |
| Part 3 + 4 - Exercise | 302 + 281 lines | 10:14 | 10:40 |
| Coffee break | 1 coffee | 10:40 | 10:50 |
| Part 5 - Slides | 8 slides | 10:50 | 11:00 |
| Part 5 - Exercise | 187 lines | 11:00 | 11:13 |
| Part 6 - Slides | 6 slides | 11:13 | 11:19 |
| Part 6 - Exercise | 293 lines | 11:19 | 11:42 |
| Part 7 - Slides | 6 slides | 11:42 | 11:53 |
| Part 7 - Exercise | 188 lines | 11:53 | 12:25 |
| Feedback | | 12:25 | 12:30 |

0 comments on commit 608ac3b

Please sign in to comment.