Skip to content

Commit

Permalink
starting to wrap up a production release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkatiemills committed Nov 26, 2015
1 parent 7fa9df4 commit 3fd98aa
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
13 changes: 12 additions & 1 deletion css/efficiencyCalculator.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,17 @@ div.header img{
}

div.footer{
text-align: center;
font-size: 16px;
background-color: #4C4C4C;
padding: 2em;
border-top: 2px solid #000000;
display:inline-block;
width: 100%;
}

div.footer a{
color: #FFFFFF;
text-decoration: underline;
}

/*plot control*/
Expand Down Expand Up @@ -159,4 +165,9 @@ span.reporting{
div.report{
font-size: 16px;
margin-top:1em;
}

/*references*/
div#simulationDetails{
margin: 0 1em 1em 1em;
}
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ <h2 id="triplesWidgetTitle">Triples</h2>
</form>
</div>
</div>
</div>

<!--Notes & references-->
<div id='simulationDetails' class='sectionWrapper panel'>
Expand All @@ -479,7 +480,7 @@ <h2>References</h2>
<ul>
<li>HPGe, LaBr3, SCEPTAR Simulations: E. Rand<sup>1</sup></li>
<li>Si(Li) Simulation: T. Ma<sup>2, 3</sup>, D. Cross<sup>2</sup>, R. Dunlop<sup>1</sup>, W. Mills<sup>3</sup>, Z. -M. Wang<sup>2, 3</sup>, C. Andreoiu<sup>2</sup></li>
<li>Web App: W. Mills<sup>3</sup> <img src='https://zenodo.org/badge/3877/BillMills/efficiencyTracker.png'></img> (<a href='https://github.com/GRIFFINCollaboration/efficiencyTracker'>source</a>)</li>
<li>Web App: W. Mills<sup>3</sup> (<a href='https://github.com/GRIFFINCollaboration/efficiencyTracker'>source</a>)</li>
</ul>
<ul class='list-unstyled'>
<li><sup>1</sup> University of Guelph, Guelph, ON, Canada, N1G 2W1</li>
Expand All @@ -489,6 +490,15 @@ <h2>References</h2>
</div>
</div>

<div id='footer' class='branding footer'>
<h3>Built at TRIUMF</h3>
<div class='col-md-4'>
<div>Please cite this as: DOI TBD</div>
<a href='https://github.com/GRIFFINCollaboration/efficiencyTracker'>Source Code on GitHub</a>
</div>
<div class='col-md-8'></div>
</div>

<img class='hidden' id='gammaPNG'></img>
<img class='hidden' id='betaPNG'></img>

Expand Down

0 comments on commit 3fd98aa

Please sign in to comment.