-
Notifications
You must be signed in to change notification settings - Fork 0
/
diversity.html
executable file
·145 lines (131 loc) · 6.06 KB
/
diversity.html
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HotOS XX: The 20th Workshop on Hot Topics in Operating Systems</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.jpg" rel="icon">
<link href="img/apple-touch-icon.jpg" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400&family=Bruno+Ace+SC&display=swap" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: TheEvent
Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
</head>
<body>
<!--==========================
Header
============================-->
<header id="header" class="header-fixed">
<div class="container">
<div id="logo" class="pull-left">
<h1><a href="./index.html"><span class="logo-a">HotOS</span>
<span class="logo-b">XX</span></a></h1>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu"><a href="index.html">Home</a></li>
<li class="menu"><a href="attend.html">Attend</a></li>
<li class="menu"><a href="venue.html">Venue</a></li>
<li class="menu"><a href="travel.html">Travel</a></li>
<!--<li class="menu"><a href="program.html">Program</a></li>-->
<li class="menu"><a href="cfp.html">CFP</a></li>
<li class="menu"><a href="organizers.html">Organizers</a></li>
</ul>
</nav>
</div>
</header>
<section id="venue" class="wow fadeInUp"><div class="container">
<div class="section-header"><h2>Diversity Statement</h2></div>
<p>
Diversity, Equity, and Inclusion (DEI) are central goals of the ACM, and
all of their conferences.
Diversity goals aim to promote and develop
a research community and conference attendance that reflects the
diversity of society.
Equity at its heart is about removing
barriers, biases, and obstacles that impede equal access and
opportunity to succeed.
Inclusion is about creating a conference
program and environment that is free from discrimination, and where
every participant feels welcome, included, respected, and safe.
</p>
<p>
In order to promote the above goals regarding diversity, equity, and
inclusion, the HotOS 2025 conference commits to the following:
</p>
<ul>
<li>
Program Committee diversity: The technical program committee
will be diverse with respect to gender, home institutions,
junior and senior researchers, geography, as well as a mix of
people from industry and academia.
</li>
<li>
Unbiased review process: Double-blind reviewing is used in our
review process as a means to mitigate subconscious biases
against national origin, gender, sexual orientation, and race.
</li>
<li>
Student travel awards: In addition to merit and need, decisions
about student travel awards will consider diversity with respect
to gender identity, sexual orientation, race, ethnicity, physical
ability, age, geography, and research area.
</li>
<li>
Policies: The conference will follow all of ACM's existing
policies and practices (e.g., professional conduct, privacy,
non-harassment, diversity, equity, and inclusion). All attendees will
be made aware of such policies via the conference Web site, and
acknowledge these policies within the conference registration system.
</li>
<li>
Data collection: HotOS 2025 will follow ACM's best practices for
collecting demographic data within the conference registration
system. Such data will be shared with ACM to assess the success
of DEI initiatives at current and future HotOS conferences.
All such data collection and use will follow ACM's Privacy Policy
which complies with General Data Protection Regulation (GDPR) requirements.
</li>
<li>
Code of Conduct: ACM and SIGOPS are dedicated to providing a harassment-free
conference experience, as a result HotOS implements and adheres to the
<a href="https://www.acm.org/special-interest-groups/volunteer-resources/officers-manual/policy-against-discrimination-and-harassment">ACM Code of Conduct</a>
</li>
<li>
The conference also adheres to the <a href="https://www.acm.org/diversity-inclusion/about">ACM Diversity, Equity and Inclusion</a> statement.
</li>
</ul>
<p>
** Portions of this plan have been adapted from SOSP19 diversity plan.
</p>
</div></section>
<!--==========================
Footer
============================-->
<footer id="footer"><div class="container">
<div class="copyright">
© SIGOPS, 2024.
</div>
</div></footer>
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="js/venobox.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>