modded jquery magic: now it executes when document is ready.
[libreplanet-static.git] / 2014 / anti-harassment / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
7 <link href="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
8 <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" />
9 <link href="https://static.fsf.org/fsforg/img/favicon.ico" rel="shortcut icon">
10 <title> Anti-harassment policy &mdash; LibrePlanet 2014</title>
11
12 </head>
13 <body>
14
15 <div id="wrapper"> <!-- start of wrapper -->
16 <div class="lp-banner"> <!--start of lp banner -->
17 <div class="container"> <!-- start of container -->
18 <div class="row">
19 <div class="lp-head"> <!-- start of lp header -->
20 <div class="col-sm-3">
21 <a href="/2014/">
22 <img src="//static.fsf.org/nosvn/libreplanet/2014/site/logo/lp_2014_logo.png"
23 class="img-responsive"
24 alt="[ LibrePlanet 2014 &mdash; Free Software, free society ]" />
25 </a>
26 </div>
27 <div class="col-sm-3">
28 <p class="text-muted">
29 March 22<sup>nd</sup>-23<sup>rd</sup><br />
30 MIT, Cambridge, MA</p>
31 </div>
32 </div><!-- end of lp header -->
33 <div class="col-sm-offset-3 col-sm-3"> <!-- start of Register button -->
34 <a class="btn btn-register-lp14 btn-lg btn-block"
35 href="https://libreplanet.org/2014/register">
36 <span class="glyphicon glyphicon-ok"></span>
37 Register now
38 </a>
39 <p class="text-muted text-center">
40 gratis for members and students!
41 </p>
42 </div> <!-- end of Register button -->
43 </div>
44 </div> <!-- end of header container -->
45 </div> <!-- end of lp banner -->
46
47 <div class="container"> <!-- start of main container -->
48
49 <div class="row">
50
51 <div id="lp-nav" class="col-sm-3"> <!-- start of nav items -->
52 <p class="text-center lp-home">
53 <a class="text-muted" href="/2014/">
54 <span class="glyphicon glyphicon-chevron-left"></span> Home
55 </a>
56 </p>
57 <ul class="nav nav-pills nav-stacked">
58 <!--<li><a href="/2014/call_for_sessions">Propose a session</a></li>-->
59 <li><a href="/2014/program">Program</a></li>
60 <li><a href="/2014/video/">Watch the video</a></li>
61 <li>
62 <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2014/Conference_brainstorm">
63 Share your ideas</a></li>
64 </ul>
65
66 <ul class="nav nav-pills nav-stacked">
67
68 <li><a href="/2014/logistics">Getting around Cambridge</a></li>
69 <!--<li><a href="/2014/scholarships">Scholarships (until January 10th)</a></li>-->
70 <li><a href="/2014/volunteer">Volunteer</a></li>
71 <li><a href="/2014/live">Participate online</a></li>
72 <li><a href="/2014/scholarship_donation">Donate to the scholarship fund</a></li>
73
74 </ul>
75
76
77 <ul class="nav nav-pills nav-stacked">
78 <li><a href="http://media.libreplanet.org/">LibrePlanet 2013 videos</a></li>
79 <li><a href="https://libreplanet.org/wiki/LibrePlanet:Conference">Previous conferences</a></li>
80 <li class="active"><a href="/2014/anti-harassment/">Anti-harassment policy</a></li>
81 <li class="fsf-donate">
82 <a href="https://my.fsf.org/associate/support_freedom">
83 <span class="glyphicon glyphicon-heart"></span>
84 Become an FSF member
85 </a>
86 </li>
87 </ul>
88 <p class="text-muted text-center">and attend the conference gratis!</p>
89 </div> <!-- end of nav items -->
90
91 <div id="lp-content" class="col-sm-9"> <!-- start of anti-harassment column -->
92
93 <h2> Anti-harassment policy </h2>
94
95 <p><i>Libby Reinish, FSF campaigns manager, is the contact person for any reports of violations of the anti-harassment policy during LibrePlanet 2014. If you need to file a report, find Libby or call her at <b>413-275-4786</b></i>
96 </p><p>The FSF is dedicated to providing a harassment-free LibrePlanet experience for everyone.
97 </p>
98 <ul><li> We do not tolerate harassment of conference participants in any form. Offensive or graphic sexual language and imagery is not appropriate for any conference venue, including talks.
99 </li></ul>
100 <ul><li> Conference participants violating these rules may be sanctioned or expelled from the conference at the discretion of the conference organizers.
101 </li></ul>
102 <p>Harassment includes offensive verbal comments related to gender, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.
103 </p>
104 <ul><li> Participants asked to stop any harassing behavior are expected to comply immediately.
105 </li></ul>
106 <ul><li> If a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference.
107 </li></ul>
108 <ul><li> If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of the <a href="http://www.fsf.org/about/staff" class="external text" rel="nofollow">FSF staff</a> immediately. FSF staff are available in every conference track and at the information desk throughout the conference.
109 </li></ul>
110 <ul><li> Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference.
111 </li></ul>
112 <p><b>We value your attendance and hope you enjoy the conference.</b>
113 </p>
114 <hr>
115 <p class="text-muted">This policy is based on several other policies, including the OLF anti-harassment policy, written by Esther Filderman and Beth Lynn Eicher, and the Con Anti-Harassment Project. Mary Gardiner, Valerie Aurora, Sarah Smith, and Donna Benjamin generalized the policies and added supporting material. Many members of LinuxChix, Geek Feminism and other groups contributed to this work.
116 </p>
117
118 </div> <!-- end of ant-harassment column -->
119
120 </div>
121 </div> <!-- end of main container -->
122
123 </div> <!-- end of wrapper -->
124
125 <div id="footer">
126 <div class="container">
127 <p class="text-muted text-center">
128 The <a href="http://www.fsf.org/">Free Software
129 Foundation</a> is a nonprofit with a worldwide mission to
130 advance software freedom. LibrePlanet 2014 is produced in partnership by the <a href="https://www.fsf.org">Free Software Foundation</a> with the <a href="http://sipb.mit.edu/">Student Information Processing Board (SIPB)</a> at MIT.
131 <a href="https://my.fsf.org/associate/support_freedom">
132 Donate</a>.
133 </p>
134
135 <p class="text-muted text-center">
136 <a rel="license"
137 href="http://creativecommons.org/licenses/by-sa/3.0/us/">
138 <img alt="[ Creative Commons License ]" style="border-width:0"
139 src="//i.creativecommons.org/l/by-sa/3.0/80x15.png" />
140 </a>
141 This page and its images, logos and videos are licensed under a <br />
142 <a rel="license"
143 href="http://creativecommons.org/licenses/by-sa/3.0/us/">
144 Creative Commons Attribution-ShareAlike 3.0 US
145 </a>.
146 Copyright &copy; 2013 Free Software Foundation.
147 </p>
148
149 <p class="text-muted text-center">
150 <a href="http://weblabels.fsf.org/libreplanet.org/CURRENT/" rel="jslicense">
151 JavaScript license information
152 </a>
153 </p>
154
155 <p class="text-muted text-center">
156 This site, including fonts, CSS, and JavaScript, was built using
157 <a href="http://getbootstrap.com">Bootstrap</a>,
158 which is licensed under the
159 <a href="https://directory.fsf.org/wiki/License:Apache2.0">
160 Apache 2.0 license</a>.
161 </p>
162
163 </div>
164 </div> <!-- end of footer -->
165 <script type="text/javascript"
166 src="/2014/assets/js/jquery-1.10.2.min.js"></script>
167 <script type="text/javascript">
168
169 // @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt
170 // Copyright (C) 2014 Free Software Foundation, Inc
171
172 $(document).ready(lpNavPlace);
173
174 $(window).resize(lpNavPlace);
175
176 function lpNavPlace() {
177 screenSize = $(window).width();
178 if(screenSize <= 767) {
179 $("#lp-nav").insertAfter("#lp-content");
180 } else {
181 $("#lp-nav").insertBefore("#lp-content");
182 }
183 }
184
185 // @license-end
186 </script>
187
188 </body>
189 </html>