summaryrefslogtreecommitdiff
path: root/infos.yaml
blob: b9d53d849e14ce1feefdb77ff10c1881a09654df (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
course: "Parallel Programming"

semester:
  start: "11/08/2025"
  end: "15/12/2025"

output:
  date_format: "%b %d"
  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_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 {}"
    deadlines:
      hidden: no
      msg_handout: "Mandatory assignment {} handout"
      msg_deadline: "Mandatory assignment {} deadline"

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"
  2:
    name: "Parallel software and hardware"
    date: "22/08/2025"
    who: "Loïc"
  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"