-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from NMFS-ecosystem-tools/cjb/landingpage
adding toolbox landing page in docs
- Loading branch information
Showing
5 changed files
with
506 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,149 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>NOAA Fisheries Prey Preference and Diet Composition Tool</title> | ||
<link type="text/css" rel="stylesheet" href="./static/simple.css" /> | ||
|
||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="mywrap"> | ||
<h1 class ="title"> | ||
Prey Preference and Diet Composition Tool | ||
</h1> | ||
|
||
|
||
<div class = "badge" data-md-tooltip=external_active id = external_active > | ||
<!-- ✷ --> | ||
</div> | ||
|
||
|
||
</div> | ||
<div class="mywrap"> | ||
|
||
<button class = "codelink nolink" title="Online application unavailable"> | ||
Online Application | ||
</button> | ||
|
||
|
||
|
||
<button class = "codelink" title="link to download application" onclick=" window.open('https://github.com/NMFS-ecosystem-tools/Donut_Tool/releases', '_blank'); return false;"> | ||
Download Application | ||
</button> | ||
|
||
|
||
|
||
<button class = "codelink" title="link to documentation" onclick=" window.open('./QuickStart_Guide_Donut_Tool.pdf', '_blank'); return false;"> | ||
Documentation | ||
</button> | ||
|
||
|
||
|
||
<button class = "codelink" title="link to Code Repository" onclick=" window.open('https://github.com/NMFS-ecosystem-tools/Donut_Tool', '_blank'); return false;"> | ||
Code Repository | ||
</button> | ||
|
||
<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"> | ||
Prey Preference and Diet Composition Tool (Donut Tool) | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<img class = "versionButton" alt="GitHub release (latest by date)" src= https://img.shields.io/github/v/release/NMFS-ecosystem-tools/Donut_Tool?color=%230093D0&include_prereleases&label=%20> | ||
|
||
|
||
|
||
</div> | ||
|
||
<div class ="label"> | ||
|
||
</div> | ||
|
||
|
||
<div class = "authName"> | ||
Authors: Klasky, R., Townsend, H., and J. Link | ||
|
||
</div > | ||
|
||
|
||
|
||
|
||
|
||
<div class ="mainText"> | ||
This is a prey preference and diet composition tool based upon a rank proportion algorithm. The user is able to designate various prey species for various predator species to predict the prey preference and diet composition of each predator. | ||
</div> | ||
|
||
<div class="mainText"> | ||
|
||
<div class = "ref"> | ||
References | ||
</div> | ||
<ul> | ||
|
||
<li>Jason S. Link (2004) A General Model of Selectivity for Fish Feeding: A Rank Proportion Algorithm, Transactions of the American Fisheries Society, 133:3, 655-673, DOI: 10.1577/T02-142.1</li> | ||
|
||
</ul> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class = "ref"> | ||
Code Repository Badges | ||
</div> | ||
|
||
|
||
|
||
<img src="https://www.repostatus.org/badges/latest/active.svg"> | ||
|
||
<img src="https://img.shields.io/badge/platform-linux%20%7Cwin-lightgrey"> | ||
|
||
|
||
|
||
</div> | ||
|
||
</div> | ||
|
||
<div class = "divider"></div> | ||
|
||
<footer > | ||
<img src="./static/noaa-fisheries-rgb-2line-horizontal-small.png" height="75" alt="NOAA Fisheries"> | ||
<div class="mywrap_center"> | ||
<a class ="mylink line" href="https://www.commerce.gov/">U.S. Department of Commerce</a> | ||
<a class ="mylink 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.
Oops, something went wrong.