-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
84 lines (68 loc) · 3.76 KB
/
index.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>openmod - Open Energy Modelling Initiative</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/openmod-narrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="index.html#">Home</a></li>
<li><a href="http://wiki.openmod-initiative.org/" target="_blank">Wiki</a></li>
</ul>
<h3 class="text-muted"><a href="index.html#"><img src="img/openmod-logo-large.png" style="max-height: 50px; max-width: 100%;"></a></h3>
</div>
<div class="row" >
<div class="col-sm-3">
<h2>About</h2>
<p>We are a grass root initiative of modellers from various universities and research institutes across the world. </p>
<!-- <p><a href=" http://wiki.openmod-initiative.org/wiki/Special:Usergallery?wpIlReset=Show%20all" target="_blank">View members »</a></p> -->
</div>
<div class="col-sm-3">
<h2>Aim</h2>
<p>Open models and open data will advance knowledge and lead to better energy policies. Open up energy models improves quality, transparency, and credibility, leading to better research and policy advice. </p>
<p><a href="manifesto.html">View manifesto »</a></p>
</div>
<div class="col-sm-3">
<h2>Activities</h2>
<p>The openmod initiative is a network, an interest group, and a platform. We exchange ideas and source code, lobby for policy support for open projects, and actively share data, code and knowhow.</p>
<p><a href="http://wiki.openmod-initiative.org/" target="_blank">View Projects »</a></p>
</div>
<div class="col-sm-3">
<h2>Connect!</h2>
<ul>
<li>Join our <a href="https://groups.google.com/g/openmod-initiative">mailing list</a> </li>
<li>Join our <a href="https://forum.openmod.org">discussion forum</a> </li>
<li>Add/find open-data and open models on <a
href="http://wiki.openmod-initiative.org/">the wiki</a></li>
<li>Write us an e-mail: <a href="mailto:[email protected]">mail[at]openmod-initiative.org</a></li>
</ul>
</div>
</div>
<div class="footer">
<p>Content licensed <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution</a> unless otherwise noted | <a href="mailto:[email protected]">Contact Us</a> | <a href="impressum.html">Impressum</a></p>
</div>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/Narrow Jumbotron Template for
Bootstrap_files/ie10-viewport-bug-workaround.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body></html>