Skip to content

Commit

Permalink
Added Office of Science logo to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
climate-dude committed Oct 24, 2017
1 parent 6c8e1d0 commit 2eaf23e
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 1 deletion.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified _config.yml
100755 → 100644
Empty file.
3 changes: 3 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<footer>
<p align="center">
<!--
<img src="Data/media/images/doe.svg" width = "50" height = "50" class="thumbnail">
-->
<img alt="U.S. Department of Energy, Office of Science" width="400" height="67" src="Data/media/images/RGB_Color-Seal_Green-Mark_SC_Horizontal.png"><br />
<a href="https://www.llnl.gov/disclaimer.html">Privacy &amp; Legal Notice</a>
* LLNL-WEB-XXXXXX *
<a href="https://github.com/PCMDI/CMEC">GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
line-height: 1.2;
}
.span4 {
width: 300px;
width: 250px;
}
</style>
Empty file modified docs.md
100755 → 100644
Empty file.
30 changes: 30 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ CMEC
Coordinated Model Evaluation Capabilities
-----------------------------------------

CMEC is an effort to coordinate a diverse set of analysis packages that
have been developed in support of the routine and systematic evaluation
of climate models.
A primary motivation for this effort is to characterize model simulations
that are contributed to the Coupled Model Intercomparison Project (CMIP).

<!-- ILAMB -->
<div class="span4 box">
<h3><a class="reference internal" href="ilamb.html">ILAMB</a></h3>
Expand All @@ -33,3 +39,27 @@ Coordinated Model Evaluation Capabilities
<a href="http://ilamb.ornl.gov/doc/tutorial.html">Tutorials</a>,
<a href="http://ilamb.ornl.gov/CMIP5">Sample Results</a>
</div>

<!-- PMP -->
<div class="span4 box">
<h3><a class="reference internal" href="PMP.html">PMP</a></h3>
<p>Benchmark the physical climate models against over X variables and Y observational datasets.</p>
<img src="">
<strong>Quick links</strong>:&nbsp;
<a href="">Repository</a>,
<a href="">Installation</a>,
<a href="">Tutorials</a>,
<a href="">Sample Results</a>
</div>

<!-- ARM -->
<div class="span4 box">
<h3><a class="reference internal" href="ARM.html">ARM</a></h3>
<p>Benchmark the cloud and aerosol models against over X variables and Y observational datasets.</p>
<img src="">
<strong>Quick links</strong>:&nbsp;
<a href="">Repository</a>,
<a href="">Installation</a>,
<a href="">Tutorials</a>,
<a href="">Sample Results</a>
</div>

0 comments on commit 2eaf23e

Please sign in to comment.