-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCODE_OF_CONDUCT.html
More file actions
100 lines (100 loc) · 4.87 KB
/
CODE_OF_CONDUCT.html
File metadata and controls
100 lines (100 loc) · 4.87 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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>dataset</title>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
</head>
<body>
<header>
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/caltechlibrary/dataset">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="contributor-covenant-code-of-conduct">Contributor Covenant Code
of Conduct</h1>
<h2 id="our-pledge">Our Pledge</h2>
<p>In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our
project and our community a harassment-free experience for everyone,
regardless of age, body size, disability, ethnicity, gender identity and
expression, level of experience, nationality, personal appearance, race,
religion, or sexual identity and orientation.</p>
<h2 id="our-standards">Our Standards</h2>
<p>Examples of behavior that contributes to creating a positive
environment include:</p>
<ul>
<li>Using welcoming and inclusive language</li>
<li>Being respectful of differing viewpoints and experiences</li>
<li>Gracefully accepting constructive criticism</li>
<li>Focusing on what is best for the community</li>
<li>Showing empathy towards other community members</li>
</ul>
<p>Examples of unacceptable behavior by participants include:</p>
<ul>
<li>The use of sexualized language or imagery and unwelcome sexual
attention or advances</li>
<li>Trolling, insulting/derogatory comments, and personal or political
attacks</li>
<li>Public or private harassment</li>
<li>Publishing others’ private information, such as a physical or
electronic address, without explicit permission</li>
<li>Other conduct which could reasonably be considered inappropriate in
a professional setting</li>
</ul>
<h2 id="our-responsibilities">Our Responsibilities</h2>
<p>Project contributors are responsible for clarifying the standards of
acceptable behavior and are expected to take appropriate and fair
corrective action in response to any instances of unacceptable
behavior.</p>
<p>Project contributors have the right and responsibility to remove,
edit, or reject comments, commits, code, wiki edits, issues, and other
contributions that are not aligned to this Code of Conduct, or to ban
temporarily or permanently any contributor for other behaviors that they
deem inappropriate, threatening, offensive, or harmful.</p>
<h2 id="scope">Scope</h2>
<p>This Code of Conduct applies both within project spaces and in public
spaces when an individual is representing the project or its community.
Examples of representing a project or community include using an
official project e-mail address, posting via an official social media
account, or acting as an appointed representative at an online or
offline event. Representation of a project may be further defined and
clarified by project contributors.</p>
<h2 id="enforcement">Enforcement</h2>
<p>If a contributor engages in harassing behaviour, the project
organizers may take any action they deem appropriate, including warning
the offender or expelling them from online forums, online project
resources, face-to-face meetings, or any other project-related activity
or resource.</p>
<p>If you are being harassed, notice that someone else is being
harassed, or have any other concerns, please contact a member of the
project team immediately. Instances of abusive, harassing, or otherwise
unacceptable behavior may be reported by contacting the project team.
All complaints will be reviewed and investigated and will result in a
response that is deemed necessary and appropriate to the circumstances.
The project team is obligated to maintain confidentiality with regard to
the reporter of an incident. Further details of specific enforcement
policies may be posted separately.</p>
<h2 id="attribution">Attribution</h2>
<p>Portions of this Code of Conduct were adapted from Electron’s <a
href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.html">Contributor
Covenant Code of Conduct</a>, which itself was adapted from the <a
href="http://contributor-covenant.org/version/1/4">Contributor
Covenant</a>, version 1.4.</p>
</section>
<footer-global></footer-global>
</body>
</html>