You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,19 +77,23 @@ best of all of us, and in the case you mistype your code may not work. We also a
72
77
backup of anything you need rather than relying on the internet: while we do have dedicated ethernet
73
78
cables on the podiums, Murphy has a special nose for materials needed during live sessions.
74
79
80
+
<divclass="flex gap-4 max-w-[800px]" >
81
+
<Imagesrc={speakerPhoto}alt="A speaker behind the podium"class="w-[60%] border-4 border-white rounded-lg shadow-lg" />
82
+
</div>
83
+
75
84
## Making your session accessible for everyone
76
85
77
86
We want everyone to feel welcome and comfortable at EuroPython. As such, it’s important that your
78
87
session is accessible for all of your audience members.
79
88
80
-
In order to make accessible slides, you can check the following guidelines. In general, please
89
+
In order to make accessible slides, you can check the [following guidelines](https://www.gov.wales/how-create-accessible-powerpoint-presentations). In general, please
81
90
consider the following:
82
91
83
92
* Use a simple, sans serif font with enough spacing between letters, with at least an 18-point font
84
93
size. Examples include Calibri, Franklin Gothic Book, Lucida Sans and Segoe UI.
85
94
* Use enough spacing between lines of text, and limit the amount of text per slide.
86
95
* Use high-contrast colours, but please avoid red-green combinations. Try to use an off-white or
87
-
cream background instead of bright white. This tool can help to select accessible colour
96
+
cream background instead of bright white. [This tool](https://github.com/alan-turing-institute/distinctipy) can help to select accessible colour
88
97
combinations.
89
98
* Avoid using images with text that might be hard to read.
90
99
@@ -132,6 +141,10 @@ there, they are likely to have just popped out, so don’t despair! Come back un
132
141
**Meeting Room 241** will be available as a Speaker Ready Room. There will be a monitor with an HDMI
133
142
cable if you want to check the set up for your presentation.
134
143
144
+
<divclass="flex gap-4 max-w-[800px]" >
145
+
<Imagesrc={posterPhoto}alt="People reading a poster"class="w-[60%] border-4 border-white rounded-lg shadow-lg" />
146
+
</div>
147
+
135
148
## Preparing for any technical difficulties
136
149
137
150
Even the best programmes can fail (we know this better than anyone!), and in a high pressure
@@ -187,6 +200,10 @@ time, your final number of attendees is likely to be smaller than this.
187
200
| South Room 223+224 | 30 |
188
201
</div>
189
202
203
+
<divclass="flex gap-4 max-w-[800px]" >
204
+
<Imagesrc={helperPhoto}alt="A tutor helping a tutorial attendee at their laptop"class="w-[60%] border-4 border-white rounded-lg shadow-lg" />
205
+
</div>
206
+
190
207
## Specific advice for tutorials
191
208
192
209
Please note that tutorials are intended to be a hands-on experience for the attendees, rather than a
@@ -199,9 +216,11 @@ Please keep in mind that if attendees need to download materials for your tutori
199
216
give them a heads up at least a couple of days prior. Bandwidth will be limited, and many public
200
217
resources have some kind of rate limiting set up.
201
218
202
-
If you will need helpers for your session, please add them to your session in Pretalx or contact the
203
-
Programme Committee ([email protected]) ahead of the conference, as we’ll need to create
204
-
tutorial tickets for them.
219
+
If you will need helpers for your session, please add them to your session in Pretalx and contact the
220
+
Programme Committee ([email protected]) ahead of the conference, as we’ll need to give them
221
+
something for them to be able to attend the tutorials (in case they don't have
222
+
tutorial tickets). In the case they do have tutorial tickets, let us know
223
+
anyway.
205
224
206
225
To keep a more relaxed learning atmosphere there will be no video recording of your tutorial. Please
207
226
note that this also means that participants cannot scroll back if they miss something, so if in
0 commit comments