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
2 changes: 1 addition & 1 deletion collaboration.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3> Project Activity </h3>
</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>
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>
Expand Down
17 changes: 12 additions & 5 deletions default.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@

#featured-wrapper
{
margin: 100px;
overflow: hidden;
padding: 5em 0em;
background: #FFF;
Expand Down Expand Up @@ -467,7 +468,7 @@

#portfolio-wrapper
{
padding: 6em 0em;
padding: 0em 0em;
}

#portfolio
Expand All @@ -478,15 +479,21 @@

#portfolio img
{
margin: 0;
margin: 0 0 10px 0;
padding: 0;
/* border-bottom: 4px solid #7C7C7C;
border-top: 4px solid #7C7C7C;
border-right: 4px solid #DADADA;
border-left: 4px solid #DADADA; */
}

#portfolio .box
{
padding: 30px;
/*height: 500px;*/
background: #FFF;
border-bottom: 2px solid #7C7C7C;
border-right: 1px solid #DADADA;
border-left: 1px solid #DADADA;
border-bottom: 4px solid #7C7C7C;
border-top: 4px solid #7C7C7C;
border-right: 4px solid #DADADA;
border-left: 4px solid #DADADA;
}
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ <h2>about the Fast ML Lab</h2>
</div>
<div id="sidebar"><a href="#" class="image image-centered"><img src="images/fml2.png" height="350" alt="" /></a></div>
</div>

<div id="portfolio-wrapper">
<div id="portfolio" class="container">
<div class="major">
Expand Down Expand Up @@ -85,6 +86,7 @@ <h2>Learn more!</h2>
</div>
</div>
</div>

<div id="featured-wrapper">
<div id="featured" class="container">
<div class="major">
Expand Down