diff options
Diffstat (limited to 'infos.yaml')
| -rw-r--r-- | infos.yaml | 104 |
1 files changed, 38 insertions, 66 deletions
@@ -3,84 +3,45 @@ course: "Parallel Programming" semester: start: "11/08/2025" end: "15/12/2025" - lectures: - slots: + slots: + lecture: 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 - + monday: + start: "14:15" + end: "16:00" + friday: + start: "14:15" + end: "16:00" events: - 1: - name: "Deadline student list" - date: "19/11/2025" - hidden: yes - 2: + # 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" + student_list: + type: "none" + name: "Deadline student list" + date: "19/11/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: + type: "lecture" name: "Introduction" date: "13/08/2025" who: "Loïc" @@ -88,48 +49,59 @@ lectures: # 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" |
