-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (47 loc) · 1.29 KB
/
index.html
File metadata and controls
55 lines (47 loc) · 1.29 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html>
<head>
<title>Mareframe package documentation</title>
<style>
body {
font-family: Calibri;
font-size: 11pt;
max-width: 900px;
margin: 0 auto;
}
h1 {
margin-top: 2em;
}
h1,h2 {
font-family: Cambria;
font-size: 14pt;
color: #365f91;
}
footer {
border-top: 1px solid black;
margin-top: 1em;
padding-top: 1em;
}
</style>
</head>
<body>
<div style="text-align: center"><img src="mareframe-logo.png" alt="mareframe" /></div>
<h1>Mareframe package documentation</h1>
<p>
Through this site you can find the docmentation for R packages developed as
part of MareFrame. For more information on the MareFrame project, please visit
the <a href="http://mareframe-fp7.org">main MareFrame website</a>.
For more information on the R packages, see the
<a href="https://github.com/mareframe">Github homepage</a>.
</p>
<ul>
<li><a href="/mfdb">MFDB Package documentation</a></li>
<li><a href="packages/mfdbatlantis/master/html/00Index.html">MFDBAtlantis Package documentation</a></li>
</ul>
<footer>
<img src="eu-logo.jpg" style="float: left; margin: 0 10px" />
This project has received funding from the European Union's Seventh Framework
Programme for research, technological development and demonstration under grant
agreement no.613571.
</footer>
</body>
</html>