Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ATL.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
#ifndef ATL_HPP
#define ATL_HPP

//SEMANTIC VERSIONING
#define ATL_VERSION_MAJOR 1
#define ATL_VERSION_MINOR 01
#define ATL_VERSION_PATCH 0

//#include "lib/MinMax.hpp"

Expand Down
Binary file added docs/draft_developers_guide.pdf
Binary file not shown.
62 changes: 42 additions & 20 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@
Analytics Template Library
</div>

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


<div class = "badge" data-md-tooltip="Not Validated" id="greycheck">
<div class = "badge" data-md-tooltip=internal_active id = internal_active >
<!-- &#10039; -->
</div>

Expand Down Expand Up @@ -47,14 +43,13 @@



<a href= "https://github.com/msupernaw/ATL" target="_blank" title="link to code repository">
<a href= "https://github.com/nmfs-general-modeling-tools/ATL" target="_blank" title="link to code repository">
<button class = "codelink">
Code Repository
</button>
</a>

<button class = "IconButton" title="need support?">
?
<button class = "IconButton" title="e-mail fisheries.toolbox@noaa.gov" id ="email" onclick='location.href= "mailto:fisheries.toolbox@noaa.gov;"'>
</button>

</div>
Expand All @@ -69,40 +64,46 @@

</div>



<a class = "pdfIcon" title="download pdf"
href="./drafet_developers_guide .pdf" download>
href="./draft_developers_guide.pdf" download>
</a>


<!-- <a class = "githubIcon" href="https://github.com/msupernaw/ATL" target="_blank"></a> -->

<button class = "versionButton">
Version 1.0
</button>

<button class = "versionButton">
v1.0.0
</button>



</div>

<div class ="label">

Type: model builder
Type: Model Builder

</div>

<div class = "authName">
author: Matthew Supernaw
Author: Matthew Supernaw

</div >

<div class ="mainText">
The Analytics Template Library (ATL) is a scientific computing library with an emphasis on gradient based optimization. ATL leverages the power of template metaprogramming for flexibility, extensibility, and speed. This guide is intended to give the user a basic understanding of how to develop programs in ATL. The information in this document is intended for anyone interested in scientific computing in C++ and it is expected that the reader will have a basic understanding of the C++ programming language, as well as scientific computing.
</div>

<div class="mainText">

<div class = "ref">
References
</div>
<ul>

<li>Andreas Griewank, Andrea Walther [Introduction to Automatic Differentiation]. PAMM u ̊ Proc. Appl. Math. Mech. 2, 45?49 (2003).</li>
<li>Andreas Griewank, Andrea Walther [Introduction to Automatic Differentiation]. PAMM Proc. Appl. Math. Mech. 2, 45?49 (2003).</li>

<li>Andreas Griewank [On Automatic Differentiation]. Center for Research on Parallel Computation, 1989.</li>

Expand All @@ -115,14 +116,35 @@
</ul>




</div>


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



<img src="https://img.shields.io/github/last-commit/nmfs-general-modeling-tools/ATL.svg?style=plastic">



</div>
</div>

<div class = "divider"></div>
<!-- <footer><a class ="mylink" href="https://www.commerce.gov/">U.S. Department of Commerce</a>
<a class ="mylink" href="https://www.noaa.gov">National Oceanographic and Atmospheric Administration</a>
<a class ="mylink" href="https://www.fisheries.noaa.gov/">NOAA Fisheries</a></footer> -->

<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>

Expand Down
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