-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmission.html
executable file
·27 lines (25 loc) · 1.57 KB
/
mission.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
---
layout: default
---
<div class="well">
<h1>Mission Statement</h1>
<p>Our goal is to bring the principles of open science to scientific computing at Scripps Institution of Oceanography. We believe that scientific progress increasingly relies on collaborative efforts and benefits greatly from a more open approach to research, including open data, code sharing, and open access publications.</p>
<p>We seek to achieve these objectives by:
<ul>
<li>organizing workshops and seminars</li>
<li>connecting SIO and UCSD personnel with the broader scientific community</li>
<li>encouraging peer-to-peer teaching</li>
<li>maintaining a centralized online hub of resources</li>
</ul>
</p>
</div>
<div class="well">
<h1>Code of Conduct</h1>
<p>As a community, we are committed to building a shared and inclusive environment. We acknowledge that members of our community have been subject to or currently experience discrimination on the basis of race, sex, sexual orientation, disability, ethnicity, nationality, physical appearance, religious or political beliefs, and more. We do **not** tolerate harassment based on these classifications, or harassment of any other kind. Individuals who violate this code of conduct may face actions, including exclusion from future events.</p>
<p> For more details, please check out the:
<ul>
<li><a href="https://ucsd.edu/about/principles.html">UCSD Principles of Community</a></li>
<li><a href="http://software-carpentry.org/conduct/">Software Carpentry Code of Conduct</a></li>
</ul>
</p>
</div>