-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2efa554
Showing
6 changed files
with
484 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 > | ||
<!-- ✷ --> | ||
</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> | ||
|
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
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.
Oops, something went wrong.