Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 94 additions & 0 deletions HDR/collaboration.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License

Name : TwoColours
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20130811

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel='icon' href='images/fml2.png' type='image/png'/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Advancing sceince with Accelerated Machine Learning</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />

<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->

</head>
<body>
<div id="header">
<div id="menu" class="container">
<ul>
<li class="current_page_item"><a href="index.html" accesskey="1" title="">Homepage</a></li>
<li><a href="projects.html" accesskey="2" title="">Projects</a></li>
<li><a href="people.html" accesskey="3" title="">People</a></li>
<li><a href="collaboration.html" accesskey="4"title="">Collaboration</a></li>
<li><a href="mailto:asamlhdr@google.com" accesskey="5" title="">Contact Us</a></li>
</ul>
</div>
</div>
<div id="logo" class="container">
<h1><a href="#" class="icon icon-cogs"><span>Advancing sceince with Accelerated Machine Learning</span></a></h1>
</div>
<div id="page" class="container">
<div id="content">
<div class="title">
<h2>How we work together</h2>
<span class="byline">Terms of collaboration</span>
</div>
<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>
<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>
<h3> Conduct </h3>
<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>
</p>

<h3> Project Activity </h3>
<p style="line-height:1.3">
<ul>
<li> Those who initiate and manage projects have final say regarding who they would like to participate and in which capacity. </li>
<li> Projects may be private or public. </li>
<li> To search for a project, feel free to introduce yourself in the #general channel and ask if anyone is interested in collaboration. </li>
</ul>
</p>
<h3> Authorship </h3>
<p style="line-height:1.3">
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>
<ul>
<li> If someone has provided code or text for a publication, offer them an opt-in opportunity to co-author the work. </li>
<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>
</ul>
</p>

<!--
<ul>
<li> Conduct
<ul>
<li> Test 1 </li>
<li> Test 2 </li>
</ul>
</li>

<br>
<li> Project Activity </li> <br>
<li> Authorship </li> <br>
<li> Acknowledgments </li> <br>
</ul>
-->
</p>
</div>
<div id="sidebar"><a href="#" class="image image-centered"><img src="images/fml2.png" height="350" alt="" /></a></div>
</div>
<div id="copyright" class="container">
<p>&copy; Untitled. All rights reserved. | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div>
</body>
</html>
Loading