-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspeaker-instructions.html
More file actions
91 lines (71 loc) · 4.52 KB
/
speaker-instructions.html
File metadata and controls
91 lines (71 loc) · 4.52 KB
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
---
layout: default
---
{% include slider-speaker-instructions.html %}
<!-- Content -->
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-6">
<section id="main-content">
<header>
<h2>Instructions for speakers and session chairs</h2>
</header>
<div class="section-content">
<h3> Instructions for Speakers</h3>
<p> As part of our efforts at fostering diversity and inclusiveness, we request you to adhere to
the following guidelines on how to prepare your conference presentation.
</p>
<p> <b>Design for accessibility</b>: Color and hearing perception varies from person to person depending on
several factors such as age, <a href="https://nei.nih.gov/health/color_blindness/facts_about"> color blindness</a>, etc.
To ensure that the contents of your paper are accessible to all, consider taking the following steps:
</p>
<ul>
<li><p>Use patterns, symbols and textures to emphasize and contrast visual elements in graphs and figures, rather than using colors alone.
</p></li>
<li><p>Use a color-blind friendly palette that is designed with accessibility for visually impaired people. Avoid bad color combinations such as green/red or blue/purple.
</p></li>
<li><p>Use close captioning (real-time speech to text) in the presentation software of your
choice (e.g., <a href="https://support.office.com/en-us/article/present-with-real-time-automatic-captions-or-subtitles-in-powerpoint-68d20e49-aec3-456a-939d-34a79e8ddd5f"> MS powerpoint </a>
and <a href="https://support.google.com/docs/answer/9109474?hl"> Google</a> slides).
Also please make sure you look towards the audience while presenting your work.
</p></li>
</ul>
<p> <b>Use inclusive examples</b>: Fine technical writing makes liberal use of examples to elucidate
complex ideas. But they also offer an opportunity to promote inclusiveness by challenging
common implicit assumptions and biases.
</p>
<ul>
<li><p>Avoid the exclusive use of male pronouns (“he”, “his”). Consider interspersing with female (“she”, “her”) or gender-neutral (“they”, “their”) ones.
</p></li>
<li><p>Use gender-neutral names in examples: instead of Alice and Bob, try Alex and Jun. Consider names that reflect a variety of cultural backgrounds: Xin, Sergey, Naveena, Tuan, Esteban, Sasha, etc. The same applies to icons.</p></li>
<li><p>Refrain from assuming binary gender. For instance, populate a “gender” column in a table using more than just “male” and “female” values.</p></li>
<li><p>Be mindful of the diverse backgrounds people have: not everyone has two parents, not every married man has a wife, etc.</p></li>
</ul>
<h3> Instructions for Session Chairs</h3>
As part of our efforts at fostering diversity and inclusiveness, we encourage you to adhere to the following guidelines on how to chair your session.
<ul>
<li><p>Please make sure you properly introduce the speakers before their presentation
<ul>
<li><p>Mention their names and affiliations</li></p>
<li><p>Take the time to learn how to pronounce their names in case you are not sure</li></p>
<li><p>Use their preferred pronouns</li></p>
</ul>
</p></li>
<li><p>In order to make the conference accessible to people with hearing disabilities, please remind the speakers to use close captioning (real-time speech to text) in the presentation software of their choice (e.g., <a href="https://support.office.com/en-us/article/present-with-real-time-automatic-captions-or-subtitles-in-powerpoint-68d20e49-aec3-456a-939d-34a79e8ddd5f"> MS powerpoint </a>
and <a href="https://support.google.com/docs/answer/9109474?hl"> Google</a> slides).
Also encourage the speakers to look towards the audience while presenting their work.
</p></li>
<li><p>Discussion on the presented work is an integral part of the conference. To encourage participation from minorities, please make sure you accept questions from attendees with different backgrounds (e.g., senior/junior researchers, people of color, female attendees).
</li></p>
</ul>
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
<div class="col-md-3">
{% include latest-news.html %}
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- end Content -->