blob: 678e543eb60de51f189265cad6011c450482211c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
course: "Parallel Programming"
semester:
start: "11/08/2025"
end: "15/12/2025"
lectures:
slots:
friday:
start: "12:15"
end: "14:00"
# room: "A20"
wednesday:
start: "09:15"
end: "10:00"
colloquiums:
slots:
monday:
start: "09:10"
end: "10:08"
wednesday:
start: "09:15"
end: "10:00"
output:
date_format: "%b %d"
time_format: "%H:%M"
format: "text" # Or html/json/csv/latex/mediawiki
week_drift: 0 # Add constant offset to week numbers
tables:
calendar:
hidden: no
show_events: yes
show_time: yes
show_room: no
show_lecturers: yes
show_assignments: yes
show_dates: yes
show_weeks: yes
semester_dates_as_events: no # Display semester start/end in events
defrag: yes # Skip empty rows
text_wrap: 15 # Adjust to your needs
min_col_width: 12 # Adjust as your needs
week_line_skip: 1 # Number of line to skip between weeks
labels:
events: "Others"
lectures: "Lectures"
assignments: "Assignments"
dates: "Dates"
weeks: "Week {}"
rooms: "Room: {}"
deadlines:
hidden: no
msg_handout: "Mandatory assignment {} handout"
msg_deadline: "Mandatory assignment {} deadline"
lectures:
hidden: no
show_rooms: no
colloquiums:
hidden: no
show_rooms: yes
events:
1:
name: "Deadline student list"
date: "19/11/2025"
hidden: yes
2:
name: "Exam"
date: "03/12/2025"
assignments:
1:
start: "01/09/2025"
end: "17/09/2025"
2:
start: "15/09/2025"
end: "08/10/2025"
3:
start: "06/10/2025"
end: "29/10/2025"
lectures:
1:
name: "Introduction"
date: "13/08/2025"
who: "Loïc"
# slot:
# start: "09:00"
# end: "09:00"
2:
name: "Parallel software and hardware"
date: "22/08/2025"
who: "Loïc"
slot:
room: "BB"
3:
name: "MPI"
date: "29/08/2025"
who: "Loïc"
4:
name: "PThread"
date: "05/09/2025"
who: "Loïc"
5:
name: "OpenMP"
date: "12/09/2025"
who: "Loïc"
6:
name: "Concurrency"
date: "19/09/2025"
who: "Loïc"
7:
name: "CUDA Intro"
date: "26/09/2025"
who: "Loïc"
8:
name: "CUDA Optim"
date: "03/10/2025"
who: "Loïc"
9:
name: "CPU vs GPU"
date: "10/10/2025"
who: "Loïc"
10:
name: "Simplify Parallelism"
date: "17/10/2025"
who: "Loïc"
11:
name: "Exam Wrap-up"
date: "12/11/2025"
who: "Loïc"
12:
name: "Guest Lecture"
date: "07/11/2025"
who: "Loïc"
|