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
99 changes: 99 additions & 0 deletions collaboration.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></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="#" accesskey="1" title="">Projects</a></li>
<li><a href="#" accesskey="2" title="">People</a></li>
<li><a href="#" accesskey="3" title="">About Us</a></li>
<li><a href="collaboration.html" accesskey="4" title="">Collaboration</a></li>
<li><a href="#" accesskey="5" title="">Contact Us</a></li>
</ul>
</div>
</div>
<div id="logo" class="container">
<h1><a href="#" class="icon icon-cogs"><span>Fast Machine Learning Lab</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>
Please contact coordinators if issues arise: Jane Doe, John Smith, ...</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 astronomers, cosmologists, and 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>
<h3> Acknowledgments </h3>
<p style="line-height:1.3">
We request that you acknowledge the <i>Fast Machine Learning</i> collaboration if you benefited from participation in our community. Please use the following text for this acknowledgment:

We acknowledge the Fast Machine Learning collaboration as a community of multi-domain experts and collaborators who’ve facilitated an environment of open discussion, idea-generation, and collaboration. This community was important for the development of this project.
</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>
3 changes: 3 additions & 0 deletions default.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@
margin-top: 0;
}


/****
ol, ul
{
padding: 0;
list-style: none;
}
****/

p
{
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<div id="header">
<div id="menu" class="container">
<ul>
<li class="current_page_item"><a href="#" accesskey="1" title="">Homepage</a></li>
<li class="current_page_item"><a href="index.html" accesskey="1" title="">Homepage</a></li>
<li><a href="#" accesskey="1" title="">Projects</a></li>
<li><a href="#" accesskey="2" title="">People</a></li>
<li><a href="#" accesskey="3" title="">About Us</a></li>
<li><a href="#" accesskey="4" title="">Collaboration</a></li>
<li><a href="collaboration.html" accesskey="4" title="">Collaboration</a></li>
<li><a href="#" accesskey="5" title="">Contact Us</a></li>
</ul>
</div>
Expand Down