Skip to content

Commit 608ac3b

Browse files
authored
Merge pull request #37 from C2SM/hotfix
Hotfix after course
2 parents 91e4382 + ca8adb5 commit 608ac3b

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The corresponding [slides of this course](https://wiki.c2sm.ethz.ch/CM/WorkshopB
66
at the C2SM wiki.
77

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

1110
We recommend to make use of the convienient way of doing the exercises with Jupyter Notebook itself.
1211
For installation instructions see section below.

Unix_Commands.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Basic Unix Command\n",
99
"\n",
10-
"In this Git course some very basic unix commands will be used.\n"
10+
"In this Git course some very basic unix commands will be used.\n",
1111
"This document describes **ALL** commands needed below:\n",
1212
"\n",
1313
" * **ls:** list all files/folders in current directory\n",
@@ -21,17 +21,9 @@
2121
" * **echo:** display a line of text\n",
2222
" \n",
2323
" * **>:** redirect ouput to file/device after *>*, overwrites already existing file\n",
24-
" * **>>:** redirect output to file/device after *>>*, does not delete already existing file.\n",
24+
" * **>>:** redirect output to file/device after *>>*, does not delete already existing file. \n",
2525
" * **mkdir:** create directory/folder, e.g. *mkdir test* will create directory 'test' "
2626
]
27-
},
28-
{
29-
"cell_type": "code",
30-
"execution_count": null,
31-
"id": "stunning-cabin",
32-
"metadata": {},
33-
"outputs": [],
34-
"source": []
3527
}
3628
],
3729
"metadata": {
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## Planned schedule
12
| Description | Extent | Time est. | Start time | End time |
23
| --------------------- | --------------- | --------- | ---------- | -------- |
34
| Part 1 - Slides | 16 slides | 15' | 09:00 | 09:15 |
@@ -13,3 +14,21 @@
1314
| Part 6 - Exercise | 293 lines | 25' | 11:15 | 11:40 |
1415
| Part 7 - Slides | 6 slides | 10' | 11:40 | 11:50 |
1516
| Part 7 - Exercise | 188 lines | 40' | 11:50 | 12:30 |
17+
18+
## Actual schedule
19+
| Description | Extent | Start time | End time |
20+
| --------------------- | --------------- | ---------- | -------- |
21+
| Part 1 - Slides | 16 slides | 09:05 | 09:18 |
22+
| Part 1 - Exercise | 301 lines | 09:18 | 09:44 |
23+
| Part 2 - Slides | 7 slides | 09:44 | 09:45 |
24+
| Part 2 - Exercise | 201 lines | 09:45 | 10:10 |
25+
| Part 3 + 4 - Slides | 10 slides | 10:10 | 10:14 |
26+
| Part 3 + 4 - Exercise | 302 + 281 lines | 10:14 | 10:40 |
27+
| Coffee break | 1 coffee | 10:40 | 10:50 |
28+
| Part 5 - Slides | 8 slides | 10:50 | 11:00 |
29+
| Part 5 - Exercise | 187 lines | 11:00 | 11:13 |
30+
| Part 6 - Slides | 6 slides | 11:13 | 11:19 |
31+
| Part 6 - Exercise | 293 lines | 11:19 | 11:42 |
32+
| Part 7 - Slides | 6 slides | 11:42 | 11:53 |
33+
| Part 7 - Exercise | 188 lines | 11:53 | 12:25 |
34+
| Feedback | | 12:25 | 12:30 |

0 commit comments

Comments
 (0)