1
+ {% extends "site_base.html" %}
2
+
3
+ {% load i18n %}
4
+
5
+ {% load boxes_tags %}
6
+
7
+ {% block head_title %}{% trans "Welcome" %}{% endblock %}
8
+
9
+ {% block body_class %}home{% endblock %}
10
+
11
+ {% block body %}
12
+
13
+
14
+ < h1 > Code of Conduct</ h1 >
15
+
16
+ < p > SciPy is a community conference intended for networking and collaboration in the
17
+ scientific Python developer community.</ p >
18
+
19
+ < p > We value the participation of each member of this community and want all attendees
20
+ to have an enjoyable and fulfilling experience. Accordingly, all attendees are
21
+ expected to show respect and courtesy to other attendees throughout the conference
22
+ and at all conference events, whether officially sponsored by SciPy or not.</ p >
23
+
24
+ < p > To make clear what is expected, all delegates, speakers, exhibitors and volunteers
25
+ at any SciPy event are required to conform to the following Code of Conduct.
26
+ Organizers will enforce this code throughout the event.</ p >
27
+
28
+ < h2 > Overview</ h2 >
29
+
30
+ < p > SciPy is dedicated to providing a harassment-free conference experience for
31
+ everyone, regardless of gender, sexual orientation, disability, physical
32
+ appearance, body size, race, or religion. We do not tolerate harassment of
33
+ conference participants in any form.</ p >
34
+
35
+ < p > All communication should be appropriate for a professional audience including
36
+ people of many different backgrounds. Sexual language and imagery is not appropriate
37
+ for any conference venue, including talks.</ p >
38
+
39
+ < p > Be kind to others. Do not insult or put down other attendees. Behave professionally.
40
+ Remember that harassment and sexist, racist, or exclusionary jokes are not
41
+ appropriate for SciPy.</ p >
42
+
43
+ < p > Attendees violating these rules may be asked to leave the conference without a
44
+ refund at the sole discretion of the conference organizers.</ p >
45
+
46
+ < p > Thank you for helping make this a welcoming, friendly event for all.</ p >
47
+
48
+ < h2 > Details</ h2 >
49
+
50
+ < p > Harassment includes offensive verbal comments related to gender, sexual
51
+ orientation, disability, physical appearance, body size, race, religion,
52
+ sexual images in public spaces, deliberate intimidation, stalking, following,
53
+ harassing photography or recording, sustained disruption of talks or other events,
54
+ inappropriate physical contact, and unwelcome sexual attention.</ p >
55
+
56
+ < p > Participants asked to stop any harassing behavior are expected to comply immediately.</ p >
57
+
58
+ < p > Exhibitors in the expo hall, sponsor or vendor booths, or similar activities are
59
+ also subject to the anti-harassment policy. In particular, exhibitors should not
60
+ use sexualized images, activities, or other material. Booth staff (including
61
+ volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise
62
+ create a sexualized environment.</ p >
63
+
64
+ < p > Be careful in the words that you choose. Remember that sexist, racist, and other
65
+ exclusionary jokes can be offensive to those around you. Excessive swearing and
66
+ offensive jokes are not appropriate for SciPy.</ p >
67
+
68
+ < p > If a participant engages in behavior that violates this code of conduct, the
69
+ conference organizers may take any action they deem appropriate, including warning
70
+ the offender or expulsion from the conference with no refund.</ p >
71
+
72
+ < h2 > Contact Information</ h2 >
73
+
74
+ < p > If you are being harassed, notice that someone else is being harassed, or have any
75
+ other concerns, please contact a member of conference staff or a conference volunteer.
76
+ You may also contact hotel staff and ask to be put in touch with the conference
77
+ co-chairs — Andy Terrel & Kelsey Jordahl.</ p >
78
+
79
+ < p > If the matter is especially urgent, please call/contact any of these individuals:</ p >
80
+
81
+ < ul >
82
+ < li > Andy Terrel (conference co-chair) at +1 (806) 410-0187</ li >
83
+ < li > Kelsey Jordahl (conference co-chair) at +1 (###) ###-####</ li >
84
+ < li > Anthony Scopatz (communications co-chair) at +1 (512) 827-8239</ li >
85
+ </ ul >
86
+
87
+ < p > The conference staff will be happy to help participants contact hotel/venue security
88
+ or local law enforcement, provide escorts, or otherwise assist those experiencing
89
+ harassment to feel safe for the duration of the conference. We value your attendance.</ p >
90
+
91
+ < p > This Code of Conduct was forked the PyCon Code of Conduct, which itself was
92
+ forked from the example policy from the Geek Feminism wiki, created by the
93
+ Ada Initiative and other volunteers which is under a Creative Commons Zero license.</ p >
94
+
95
+ < p > Conference Code of Conduct is licensed under a Creative Commons Attribution
96
+ 3.0 Unported License.</ p >
97
+
98
+
99
+ {% endblock %}
0 commit comments