Skip to content

Commit 9c8039f

Browse files
committed
Add recordings
1 parent 6783c54 commit 9c8039f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

_data/meetings/2024/09/agenda.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,77 +5,100 @@ schedule:
55
- start: 2024-09-23T9:00
66
end: 2024-09-23T10:00
77
title: "Plenary or WG time: start with all issues that are on the ballot"
8+
recording_url: "https://youtu.be/mteqHjGK_BY"
9+
810
- start: 2024-09-23T10:00
911
end: 2024-09-23T10:30
1012
title: "Break - aligned with IWOMP"
1113
extra: nolink
14+
1215
- start: 2024-09-23T10:30
1316
end: 2024-09-23T12:00
1417
title: "Plenary or WG time"
18+
recording_url: "https://youtu.be/FQi_HJxekhg"
19+
1520
- start: 2024-09-23T12:00
1621
end: 2024-09-23T13:30
1722
title: "Lunch - aligned with IWOMP"
1823
extra: nolink
24+
1925
- start: 2024-09-23T13:30
2026
end: 2024-09-23T15:00
2127
title: "Plenary or WG time"
28+
recording_url: "https://youtu.be/e8PlBeLlaZo"
29+
2230
- start: 2024-09-23T15:00
2331
end: 2024-09-23T15:30
2432
title: "Break - aligned with IWOMP"
2533
extra: nolink
34+
2635
- start: 2024-09-23T15:30
2736
end: 2024-09-23T17:00
2837
title: "Plenary or WG time"
38+
recording_url: "https://youtu.be/jbrQMEKWMQo"
39+
2940
- start: 2024-09-23T20:00
3041
end: 2024-09-23T20:00
3142
title: "Start of voting block 1 - No/No and procedural votes"
3243
extra: nolink
44+
3345
- endday: done
3446

3547
- day: Tuesday, September 24
3648
- start: 2024-09-24T9:00
3749
end: 2024-09-24T10:00
3850
title: "Plenary or WG time"
51+
3952
- start: 2024-09-24T09:30
4053
end: 2024-09-24T09:30
4154
title: "End of Voting block 1"
4255
extra: nolink
56+
4357
- start: 2024-09-24T10:00
4458
end: 2024-09-24T10:30
4559
title: "Break - aligned with IWOMP"
4660
extra: nolink
61+
4762
- start: 2024-09-24T10:00
4863
end: 2024-09-24T10:00
4964
title: "Start of voting block 2 - 1st votes"
5065
extra: nolink
66+
5167
- start: 2024-09-24T10:30
5268
end: 2024-09-24T12:00
5369
title: "Plenary or WG time"
70+
5471
- start: 2024-09-24T12:00
5572
end: 2024-09-24T13:30
5673
title: "Lunch - aligned with IWOMP"
5774
extra: nolink
75+
5876
- start: 2024-09-24T13:30
5977
end: 2024-09-24T15:00
6078
title: "Plenary or WG time (planned: ABI)"
79+
6180
- start: 2024-09-24T15:00
6281
end: 2024-09-24T15:30
6382
title: "Break - aligned with IWOMP"
6483
extra: nolink
84+
6585
- start: 2024-09-24T15:30
6686
end: 2024-09-24T17:00
6787
title: "Plenary or WG time"
88+
6889
- endday: done
6990

7091
- day: Wednesday, September 25
7192
- start: 2024-09-25T09:30
7293
end: 2024-09-25T09:30
7394
extra: nolink
7495
title: "End of voting block 2"
96+
7597
- start: 2024-09-25T10:00
7698
end: 2024-09-25T10:00
7799
extra: nolink
78100
title: "Start of EuroMPI 2024 with registration and coffee break"
101+
79102
- endday: done
80103

81104

utils/generate_vote_emails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
curr_registration_file = "/Users/wbland/mpi/meeting-details/2024-09-sep/2024-09-23-registration.csv"
2222
transition_orgs_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/orgs.csv"
2323
# Make sure to use a pre-filled link here so it gets email out correctly
24-
voting_link = "https://docs.google.com/forms/d/e/1FAIpQLSf_koCcheoa8Kp9YhbuOy0_pDwPw3z1VJqi92Jz0QGNguJAVQ/viewform?usp=pp_url&entry.1231116215={name}&entry.1052989449={org}&entry.1369831249={id}"
24+
voting_link = "https://docs.google.com/forms/d/e/1FAIpQLSdoohrwsfTNjhMG9QFNTlNIYl2RoDSLcOWiy1KYUxSkhoAuhg/viewform?usp=pp_url&entry.1374525185={name}&entry.632506003={org}&entry.467452776={id}"
2525

2626
prev_ooe = 29
2727
dry_run = 1

0 commit comments

Comments
 (0)