Skip to content

Commit 733f2dc

Browse files
authored
Merge pull request #12 from violatingcp/master
Adding sub page for NSF HDR project
2 parents 178660f + 7338ac3 commit 733f2dc

10 files changed

Lines changed: 1379 additions & 7 deletions

File tree

HDR/collaboration.html

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2+
<!--
3+
Design by TEMPLATED
4+
http://templated.co
5+
Released for free under the Creative Commons Attribution License
6+
7+
Name : TwoColours
8+
Description: A two-column, fixed-width design with dark color scheme.
9+
Version : 1.0
10+
Released : 20130811
11+
12+
-->
13+
<html xmlns="http://www.w3.org/1999/xhtml">
14+
<head>
15+
<link rel='icon' href='images/fml2.png' type='image/png'/>
16+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
17+
<title>Advancing sceince with Accelerated Machine Learning</title>
18+
<meta name="keywords" content="" />
19+
<meta name="description" content="" />
20+
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" />
21+
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
22+
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
23+
24+
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
25+
26+
</head>
27+
<body>
28+
<div id="header">
29+
<div id="menu" class="container">
30+
<ul>
31+
<li class="current_page_item"><a href="index.html" accesskey="1" title="">Homepage</a></li>
32+
<li><a href="projects.html" accesskey="2" title="">Projects</a></li>
33+
<li><a href="people.html" accesskey="3" title="">People</a></li>
34+
<li><a href="collaboration.html" accesskey="4"title="">Collaboration</a></li>
35+
<li><a href="mailto:asamlhdr@google.com" accesskey="5" title="">Contact Us</a></li>
36+
</ul>
37+
</div>
38+
</div>
39+
<div id="logo" class="container">
40+
<h1><a href="#" class="icon icon-cogs"><span>Advancing sceince with Accelerated Machine Learning</span></a></h1>
41+
</div>
42+
<div id="page" class="container">
43+
<div id="content">
44+
<div class="title">
45+
<h2>How we work together</h2>
46+
<span class="byline">Terms of collaboration</span>
47+
</div>
48+
<p style="line-height:1.3">We are a community that fosters knowledge transfer of accelerated and real-time artificial intelligence applications to fundamental science. By joining the community, you agree to abide by our codes of conduct and policies of collaboration, which are detailed below.<br>
49+
<b><i> Credits: We adapted our terms of collaboration from the <a href="https://deepskieslab.com/how-we-work/"> Deep Skies Lab </a></i></b> <br>
50+
<h3> Conduct </h3>
51+
<p style="line-height:1.3"> We strive for and require the respectful treatment of all of our colleagues. Therefore, we do not tolerate any kind of bullying or harassment in our community. This is a community dedicated to inclusive behavior, which acknowledges the need, as well as advocates for, the equitable treatment of all members of our community. This includes all axes of human identity related to age, race, ethnicity, nationality, gender, sexuality, physical ability/accessibility. It also includes equal respect and equitable support for early-career participants. <br><br>
52+
</p>
53+
54+
<h3> Project Activity </h3>
55+
<p style="line-height:1.3">
56+
<ul>
57+
<li> Those who initiate and manage projects have final say regarding who they would like to participate and in which capacity. </li>
58+
<li> Projects may be private or public. </li>
59+
<li> To search for a project, feel free to introduce yourself in the #general channel and ask if anyone is interested in collaboration. </li>
60+
</ul>
61+
</p>
62+
<h3> Authorship </h3>
63+
<p style="line-height:1.3">
64+
We are a community committed to fostering open lines of communication between scientists, researchers, deep learning enthusiasts and experts. Because of this, we ask all members to be generous with authorship on projects that come out of the community.<br>
65+
<ul>
66+
<li> If someone has provided code or text for a publication, offer them an opt-in opportunity to co-author the work. </li>
67+
<li> If someone’s ideas and feedback have been instrumental to your results, we require that you include them in either co-authorship or acknowledgements. </li>
68+
</ul>
69+
</p>
70+
71+
<!--
72+
<ul>
73+
<li> Conduct
74+
<ul>
75+
<li> Test 1 </li>
76+
<li> Test 2 </li>
77+
</ul>
78+
</li>
79+
80+
<br>
81+
<li> Project Activity </li> <br>
82+
<li> Authorship </li> <br>
83+
<li> Acknowledgments </li> <br>
84+
</ul>
85+
-->
86+
</p>
87+
</div>
88+
<div id="sidebar"><a href="#" class="image image-centered"><img src="images/fml2.png" height="350" alt="" /></a></div>
89+
</div>
90+
<div id="copyright" class="container">
91+
<p>&copy; Untitled. All rights reserved. | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
92+
</div>
93+
</body>
94+
</html>

0 commit comments

Comments
 (0)