summaryrefslogtreecommitdiff
path: root/infos.yaml
blob: 66e377b93ba29bee3013c22080126b1a3ac37183 (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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
course: "Parallel Programming"

semester:
  start: "11/08/2025"
  end: "15/12/2025"
  slots:
    lecture:
      friday:
        start: "12:15"
        end: "14:00"
      wednesday:
        start: "09:15"
        end: "10:00"
    colloquiums:
      monday:
        start: "14:15"
        end: "16:00"
      friday:
        start: "14:15"
        end: "16:00"
  projects:
    1:
      name: "p1"
      start: "01/09/2025"
      end: "17/09/2025"
    2:
      name: "p2"
      start: "15/09/2025"
      end: "08/10/2025"
    3:
      name: "p3"
      start: "06/10/2025"
      end: "29/10/2025"


events:
  # test:
  #   type: "lecture"
  #   name: "My event name"
  #   date: "19/11/2025"
  #   hidden: no
  #   repeat:
  #     every: 7
  #     until: "26/11/2025"
  #   who: "loic"
  #   start: "10:00"
  #   end: "11:00"
  #   room: "A232"
  exam:
    type: "none"
    name: "Exam"
    date: "03/12/2025"
    start: "09:00"
    end: "13:00"

  student_list:
    type: "none"
    name: "Deadline student list"
    date: "19/11/2025"

  1:
    type: "lecture"
    name: "Introduction"
    date: "13/08/2025"
    who: "Loïc"
    # slot:
    #   start: "09:00"
    #   end: "09:00"
  2:
    type: "lecture"
    name: "Parallel software and hardware"
    date: "22/08/2025"
    who: "Loïc"
    slot:
      room: "BB"
  3:
    type: "lecture"
    name: "MPI"
    date: "29/08/2025"
    who: "Loïc"
  4:
    type: "lecture"
    name: "PThread"
    date: "05/09/2025"
    who: "Loïc"
  5:
    type: "lecture"
    name: "OpenMP"
    date: "12/09/2025"
    who: "Loïc"
  6:
    type: "lecture"
    name: "Concurrency"
    date: "19/09/2025"
    who: "Loïc"
  7:
    type: "lecture"
    name: "CUDA Intro"
    date: "26/09/2025"
    who: "Loïc"
  8:
    type: "lecture"
    name: "CUDA Optim"
    date: "03/10/2025"
    who: "Loïc"
  9:
    type: "lecture"
    name: "CPU vs GPU"
    date: "10/10/2025"
    who: "Loïc"
  10:
    type: "lecture"
    name: "Simplify Parallelism"
    date: "17/10/2025"
    who: "Loïc"
  11:
    type: "lecture"
    name: "Exam Wrap-up"
    date: "12/11/2025"
    who: "Loïc"
  12:
    type: "lecture"
    name: "Guest Lecture"
    date: "07/11/2025"
    who: "Loïc"

config:
  name_wrap: 15   # Line break will follow if names exceed this value
  format: "text"  # Or html/json/csv/latex/mediawiki
  calendar:
    hidden: no    # Generate calendar or not?
    show_room: yes
    show_time: yes
    show_who: yes
    show_project: yes
    show_date: yes
    min_col_width: 10 # if <=0 not acccounted
    defrag: yes # If yes empty lines from the calendar are not shown
    labels:
      week: "Week {}"
      project: "Projects"
  slots:
    hidden: no     # Generate slots tables or not?
    show_room: yes
  projects:        # Generate projects deadline table or not?
    hidden: no
    show_week: yes
    labels:
      start: "Project {} handout"
      end: "Project {} deadline"