forked from AstroHackWeek/2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode-of-conduct.html
executable file
·132 lines (111 loc) · 6.01 KB
/
code-of-conduct.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
<!DOCTYPE HTML>
<!--
Overflow by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Astro Hack Week 2022</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<html lang="en">
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<header>
<h1>Astro Hack Week 2017</h1>
<p>Aug 28 — Sep 1, 2017 <br />
UW Seattle, WA</p>
<p>
Code of Conduct
</p>
</header>
</section>
<!-- Banner -->
<section id="banner">
<header>
<h2> Code of Conduct</h2>
</header>
<p>The community of participants of Astro Hack Week is made up of members from around the globe with a
diverse set of skills, personalities, and experiences. It is through these differences that our
community experiences success and continued growth. We expect everyone in our community to follow these
guidelines when interacting with others both inside and outside of our community. Our goal is to keep
ours a positive, inclusive, successful, and growing community.</p>
<p>As members of the community,</p>
<ul>
<li>We pledge to treat all people with respect and provide a harassment- and bullying-free environment,
regardless of sex, sexual orientation and/or gender identity, disability, physical appearance, body
size, race, nationality, ethnicity, and religion. In particular, sexual language and imagery,
sexist, racist, or otherwise exclusionary jokes are not appropriate.</li>
<li>We pledge to respect the work of others by recognizing acknowledgment/citation requests of original
authors. As authors, we pledge to be explicit about how we want our own work to be cited or
acknowledged.</li>
<li>We pledge to welcome those interested in joining the community, and realize that including people
with a variety of opinions and backgrounds will only serve to enrich our community. In particular,
discussions relating to pros/cons of various technologies, programming languages, and so on are
welcome, but these should be done with respect, taking proactive measure to ensure that all
participants are heard and feel confident that they can freely express their opinions.</li>
<li>We pledge to welcome questions and answer them respectfully, paying particular attention to those
new to the community.</li>
<li>We pledge to be conscientious of the perceptions of the wider community and to respond to criticism
respectfully. We will strive to model behaviors that encourage productive debate and disagreement,
both within our community and where we are criticized. We will treat those outside our community
with the same respect as people within our community.</li>
<li>We pledge to help the entire community follow the code of conduct, and to not remain silent when we
see violations of the code of conduct. We will take action when members of our community violate
this code such as notifying a workshop organizer or talking privately with the person.</li>
</ul>
<p>This code of conduct applies to all community situations online and offline, including the conference
itself, mailing lists, forums, social media, social events associates with the conference, and
one-to-one interactions.</p>
<p>Participants asked to stop any harassing behavior are expected to comply immediately. Attendees violating
these rules may be asked to leave the event at the sole discretion of the conference organizers.</p>
<br>
<p>This code of conduct has been adapted from the <a
href="http://python-in-astronomy.github.io/2016/code-of-conduct.html">Python in Astronomy Code of
Conduct</a>.</p>
<p class="center"><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img
alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /></p>
<!--<p>A brand new site template designed by <a href="http://twitter.com/ajlkn">AJ</a> for <a href="http://html5up.net">HTML5 UP</a>.<br />
It’s fully responsive, built on <strong>skel</strong>, and of course entirely free<br />
under the <a href="http://html5up.net/license">Creative Commons license</a>.</p>
<footer>
<a href="#first" class="button style2 scrolly">Act on this message</a>
</footer> -->
</section>
<section id="footer">
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span
class="label">E-mail</span></a></li>
<li><a href="https://twitter.com/astrohackweek" class="icon fa-twitter" target="_blank"><span
class="label">Twitter</span></a></li>
<li><a href="http://github.com/AstroHackWeek" class="icon fa-github" target="_blank"><span
class="label">GitHub</span></a></li>
<li><a href="https://www.youtube.com/channel/UC7BUtrXxvkaKn6QLWKdmzCw" class="icon fa-youtube-play"
target="_blank"><span class="label">Youtube channel</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© the AstroHackWeek organizers. All rights reserved.</li>
<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>