This repository was archived by the owner on Sep 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcoc.html
More file actions
67 lines (50 loc) · 4.12 KB
/
Copy pathcoc.html
File metadata and controls
67 lines (50 loc) · 4.12 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>rOpenSci Unconference code of conduct</title>
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=1">
<meta name="author" content="Karthik Ram">
<link rel="icon shortcut" href="images/favicon.ico">
<script src="//use.typekit.net/pgv8ume.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="style/main.css" media="all">
<script src="js/modernizr.js"></script> <!-- Modernizr -->
</head>
<body>
<header>
<div class="logo-date-wrap">
<a href="http://unconf.ropensci.org/"><img src="images/ropensci_small.png" alt="rOpenSci Logo" class="site-logo"></a>
<div class="date-location-wrap">
<p class="byline">rOpenSci code of conduct</p>
</div>
</div>
<nav class="site-nav-coc">
<a href="index.html#participants" class="nav-link">Who</a>
<a href="index.html#schedule" class="nav-link">Plan</a>
<a href="index.html#sponsors" class="nav-link">Sponsors</a>
<a href="index.html#venue" class="nav-link">Venue</a>
</nav>
</header>
<section>
<div class="coc-wrap">
<p class="bodybig">rOpenSci is committed to providing a welcoming and harassment-free environment for participants of all races, gender and trans statuses, sexual orientations, physical abilities, physical appearances, and beliefs. We’ve written this code of conduct not because we expect bad behavior from our community—which, in our experience, is overwhelmingly kind and civil—but because we believe a clear code of conduct is a necessary part of building a respectful community space.</p>
<p>rOpenSci unconf participants agree to:</p>
<ul>
<li>Be considerate in speech and actions, and actively seek to acknowledge and respect the boundaries of fellow attendees.</li>
<li>Refrain from demeaning, discriminatory, or harassing behavior and speech. Harassment includes, but is not limited to: deliberate intimidation; stalking; unwanted photography or recording; sustained or willful disruption of talks or other events; inappropriate physical contact; use of sexual or discriminatory imagery, comments, or jokes; and unwelcome sexual attention. If you feel that someone has harassed you or otherwise treated you inappropriately, please alert any member of the conference team in person.</li>
<li>Take care of each other. Alert a member of the conference team if you notice a dangerous situation, someone in distress, or violations of this code of conduct, even if they seem inconsequential.</li>
</ul>
<p class="imp-stuff">Please speak with Karthik Ram or Jenny Bryan if you have any concerns. You may also reach out to GitHub security who will be present all through the event if you are unable to reach Karthik or Jenny.</p>
<p>If any attendee engages in harassing behavior, the conference organizers may take any lawful action we deem appropriate, including but not limited to warning the offender or asking the offender to leave the conference. (If you feel you have been unfairly accused of violating this code of conduct, you should contact the conference team with a concise description of your grievance.)</p>
<p>We welcome your <a href="http://ropensci.org/contact.html" title="rOpenSci - Contact">feedback</a> on this and every other aspect of rOpenSci's events, and we thank you for working with us to make it a safe, enjoyable, and friendly experience for everyone who participates.</p>
<p>Above text <i>is licensed CC BY-SA 4.0. Credit to <a href="http://srccon.org/">SRCCON</a>. Also inspired by <a href="https://adainitiative.org/2014/02/howto-design-a-code-of-conduct-for-your-community/">the Ada Initiative’s “how to design a code of conduct for your community.”</i></a></p>
</div>
</section>
<footer>
<div class="foot-wrap">
<p>Contact <a href="http://ropensci.org/contact.html">info at ropensci org</a> for more information about the event. This page is available at <a href="https://github.com/ropensci/unconf/tree/gh-pages">this repo</a>. Corrections, changes, and suggestions for improvement are welcome as pull requests.</p>
</div>
</footer>
</body>
</html>