Skip to content

Commit

Permalink
init landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
CorinneBassin-NOAA committed Jul 16, 2019
0 parents commit 2efa554
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 0 deletions.
142 changes: 142 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<link type="text/css" rel="stylesheet" href="./static/simple.css" />


</style>
</head>
<body>
<div class="container">
<div class="mywrap">
<div class ="title">
Metapopulation Assessment System
</div>

<div class = "badge" data-md-tooltip=badge_internal_active id = badge_internal_active> </div>



<div class = "badge" data-md-tooltip="Support Level" id = internal_active >
<!-- &#10039; -->
</div>


</div>
<div class="mywrap">

<button class = "codelink" id = "nolink">
Online Application
</button>



<button class = "codelink" id = "nolink">
Download Application
</button>



<button class = "codelink" id = "nolink">
Documentation
</button>



<a href= "https://vlab.ncep.noaa.gov/redmine/projects/mas" target="_blank" title="link to code repository">
<button class = "codelink">
Code Repository
</button>
</a>

<button class = "IconButton" title="e-mail [email protected]" id ="email" onclick='location.href= "mailto:[email protected];"'>
</button>

</div>
<div class = "divider">
</div>


<div class ="main">
<div class="mywrap">
<div class ="label">
Metapopulation Assessment System (MAS)

</div>




<!-- <a class = "githubIcon" href="https://vlab.ncep.noaa.gov/redmine/projects/mas" target="_blank"></a> -->

<button class = "versionButton">
Version 1.0.0
</button>
</div>

<div class ="label">

Type: Stock Assessment Model

</div>

<div class = "authName">
Author: M. Supernaw, J. Brodziak, T. A'mar, R. Methot, and C. Stawitz

</div >

<div class ="mainText">
The Metapopulation System (MAS) is a next generation modeling approach to account for spatially-explicit population and fishery dynamics. The primary goal of the MAS project is to build an modular software system with object-oriented design and extensibility. MAS uses the Analytics Template Library (ATL) to optimize non-linear stock assessment models and supports ensemble modeling and parallelization. It is written in C++ and uses object-oriented programming to provide flexibility in model dimensions. MAS is currently under development and testing.
</div>

<div class="mainText">




<div class = "ref">
Associated Tools
</div>
<ul id = "assocaited_tools">

<li><a href="https://nmfs-fish-tools.github.io/RMAS"><i>RMAS</i></a></li>

<li><a href="https://msupernaw.github.io/ATL"><i>ATL</i></a></li>

</ul>



<div class = "ref">
Code Repository Badges
</div>



<img src="https://www.repostatus.org/badges/latest/active.svg">



</div>
</div>

<div class = "divider"></div>

<footer >
<img src="./static/noaa-fisheries-rgb-2line-horizontal-small.png" height="75px">
<div class="mywrap_center">
<a class ="mylink" id = "line" href="https://www.commerce.gov/">U.S. Department of Commerce</a>
<a class ="mylink" id = "line" href="https://www.noaa.gov">National Oceanographic and Atmospheric Administration</a>
<a class ="mylink" href="https://www.fisheries.noaa.gov/">NOAA Fisheries</a>
</div>

</footer>
<div class ="attribution">Icons by icons8 https://icons8.com/</div>

</div>


</body>
</html>

Binary file added docs/static/badge_internal_active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/icons8-checkmark-24-internal-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/icons8-email-send-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2efa554

Please sign in to comment.