-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (30 loc) · 1.58 KB
/
index.html
File metadata and controls
38 lines (30 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gadget Framework</title>
<style type="text/css">
/* http://bettermotherfuckingwebsite.com/ */
body{margin:40px auto;max-width:650px;line-height:1.6;font-size:18px;color:#444;padding:0 10px}
h1,h2,h3{line-height:1.2}
</style>
</head><body>
<header><h1>Gadget Framework</h1></header>
<img src="gadget3-logo-raw.png" alt="" style="display:block; margin: 0 auto; width: 50%;" />
<h3>Gadget3</h3>
<ol>
<li><a href="./gadget3/">gadget3</a>: Latest iteration of the gadget modelling framework (<a href="./gadget3-master/">development version documentation</a>)</li>
<li><a href="https://github.com/gadget-framework/gadgetutils">gadget-utils</a>: A set of utilities for developing and maintaining gadget3 models</li>
<li><a href="https://gadget-framework.github.io/gadgetplots/">gadgetplots</a>: Plot gadget3 model output using ggplot2</li>
<li><a href="https://github.com/gadget-framework/gadget-models">gadget-models</a>: Example models built using the Gadget framework</li>
</ol>
<h3>Gadget2</h3>
<ol>
<li><a href="./gadget2/">gadget2</a>: The Globally applicable Area Disaggregated General Ecosystem Toolbox</li>
<li><a href="./rgadget/">rgadget</a>: Rgadget is a set of useful utilities for gadget2</li>
<li><a href="./gadget-course/">gadget-course</a>: A course on building models using the Gadget2 framework</li>
</ol>
<h3>MFDB</h3>
<ol>
<li><a href="./mfdb/">mfdb</a>: Data management for fisheries model creation</li>
</ol>
</body></html>