Skip to content

Commit 1b3af97

Browse files
committed
added repositories.html back to branch
1 parent 355d883 commit 1b3af97

File tree

1 file changed

+256
-0
lines changed

1 file changed

+256
-0
lines changed

war/repositories.html

Lines changed: 256 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Repositories</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="List of OpenWorm repositories and useful information">
8+
<meta name="author" content="[email protected]">
9+
10+
<!-- Le styles -->
11+
<link href="css/bootstrap.css" rel="stylesheet">
12+
<style>
13+
body {
14+
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
15+
}
16+
</style>
17+
<link href="css/bootstrap-responsive.css" rel="stylesheet">
18+
<link rel="stylesheet" href="css/font-awesome.css">
19+
<link href="css/main.css" rel="stylesheet">
20+
<link href="css/docs.css" rel="stylesheet">
21+
22+
<!-- CDN jsGrid styles -->
23+
<link type="text/css" rel="stylesheet" href="http://js-grid.com/css/jsgrid.min.css" />
24+
<link type="text/css" rel="stylesheet" href="http://js-grid.com/css/jsgrid-theme.min.css" />
25+
26+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
27+
<!--[if lt IE 9]>
28+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
29+
<![endif]-->
30+
31+
<!-- Fav and touch icons -->
32+
<link rel="shortcut icon" href="favicon.ico">
33+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
34+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
35+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
36+
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
37+
</head>
38+
39+
<body>
40+
41+
<div class="navbar navbar-inverse navbar-fixed-top">
42+
<div class="navbar-inner">
43+
<div class="container">
44+
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
45+
<span class="fa fa-bar"></span>
46+
<span class="fa fa-bar"></span>
47+
<span class="fa fa-bar"></span>
48+
</button>
49+
<div class="nav-collapse collapse">
50+
<ul class="nav">
51+
<li>
52+
<a href="./index.html">Home</a>
53+
</li>
54+
<li>
55+
<a href="./getting_started.html">Get Started</a>
56+
</li>
57+
<li>
58+
<a href="./get_involved.html">Get Involved</a>
59+
</li>
60+
<li>
61+
<a href="./downloads.html">Downloads</a>
62+
</li>
63+
<li>
64+
<a href="./supporters.html">Supporters</a>
65+
</li>
66+
<li>
67+
<a href="./media.html">Media</a>
68+
</li>
69+
<li>
70+
<a href="./science.html">Science</a>
71+
</li>
72+
<li>
73+
<a class="donatecolor" href="./donate.html">Donate</a>
74+
</li>
75+
</ul>
76+
<ul class="nav pull-right">
77+
<li><a class="fa fa-github fa-15x" href="http://docs.openworm.org/en/0.9/Community/github/" target="_blank"></a>
78+
<li><a class="minilogo" rel="tooltip" data-placement="right" data-original-title='"You have made your way from worm to man, and much in you is still worm" - F.Nietzsche' ></a><li>
79+
<li><a href="http://browser.openworm.org" target="wormbrowser"> Explore the Worm</a></li>
80+
</ul>
81+
</div><!--/.nav-collapse -->
82+
</div>
83+
</div>
84+
</div>
85+
86+
<header class="jumbotron subhead" id="overview">
87+
<div class="container">
88+
<h1>Repositories</h1>
89+
<p class="lead">
90+
Here's a list of top level view of OpenWorm repositories outlining useful metadata for each and I/O relationships among them.
91+
</p>
92+
</div>
93+
</header>
94+
95+
<!-- Automatic Bootstrap Tabbing
96+
(Doesn't work - clicking on tab pills doesn't change the tab pane)
97+
<div class="container">
98+
<ul class="nav nav-pills" id="view-choice">
99+
<li class="active"><a data-toggle="pill" href="#view1">View 1</a></li>
100+
<li><a data-toggle="pill" href="#view2">View 2</a></li>
101+
</ul>
102+
<div class="tab-content">
103+
<div class="tab-pane fade in active" id="view1">
104+
<p>Grid Test 1</p>
105+
</div>
106+
<div class="tab-pane fade" id="view2">
107+
<p>Grid Test 2</p>
108+
</div>
109+
</div>
110+
</div>
111+
-->
112+
113+
<!-- Manual Tabbing -->
114+
<div class="container">
115+
<ul class="nav nav-pills" id="view-choice">
116+
<li class="active"><a onclick="activateGrid()" href="#">Grid View</a></li>
117+
<li><a onclick="activateTab()" href="#">Tabbed View</a></li>
118+
</ul>
119+
120+
<div id="grid-view-master">
121+
<div id="jsGrid"></div>
122+
</div>
123+
124+
<div id="tab-view-master">
125+
<div class="row-fluid">
126+
<div class="span12">
127+
<ul id="tabber" class="nav nav-tabs">
128+
</ul>
129+
<div id="content" class="tab-content" style="margin-top: 25px;">
130+
</div>
131+
<div id='spinner-container' style="text-align: center; margin: 100px 0px 100px 0px;">
132+
<i id='spinner' class="fa fa-gear fa-spin" style="font-size: 60px"></i>
133+
</div>
134+
</div>
135+
</div>
136+
</div>
137+
138+
</div>
139+
140+
<!-- Footer ================================================== -->
141+
<footer class="footer" style="margin-top: 25px;">
142+
<div class="container">
143+
<ul class="footer-links">
144+
<li>
145+
<a href="http://blog.openworm.org">Blog</a>
146+
</li>
147+
<li class="muted">
148+
&middot;
149+
</li>
150+
<li>
151+
<a href="./about.html">About</a>
152+
</li>
153+
<li class="muted">
154+
&middot;
155+
</li>
156+
<li>
157+
<a href="http://docs.openworm.org/en/0.9/faq/" target="_blank">FAQ</a>
158+
</li>
159+
<li class="muted">
160+
&middot;
161+
</li>
162+
<li>
163+
<a href="./people.html">People</a>
164+
</li>
165+
<li class="muted">
166+
&middot;
167+
</li><li>
168+
<a href="./events.html">Events</a>
169+
</li>
170+
171+
<li class="muted">
172+
&middot;
173+
</li><li>
174+
<a href="./media.html">Media</a>
175+
</li>
176+
177+
<li class="muted">
178+
&middot;
179+
</li>
180+
181+
<li>
182+
<a href="http://docs.openworm.org/en/0.9/projects/" target="_blank">Projects</a>
183+
</li>
184+
185+
<li class="muted">
186+
&middot;
187+
</li>
188+
<li>
189+
<a href="./publications.html">Publications</a>
190+
</li>
191+
<li class="muted">
192+
&middot;
193+
</li>
194+
<li>
195+
<a href="https://github.com/openworm/OpenWorm/milestones" target="_blank">Milestones & Issues</a>
196+
</li>
197+
<li class="muted">
198+
&middot;
199+
</li>
200+
<li>
201+
<a href="http://docs.openworm.org/en/0.9/modeling/" target="_blank">Roadmap</a>
202+
</li>
203+
<li class="muted">
204+
&middot;
205+
</li>
206+
<li>
207+
<a href="./contacts.html">Contacts</a>
208+
</li>
209+
</ul>
210+
<p class="pull-right">
211+
<a href="#">Back to top</a>
212+
</p>
213+
<p>
214+
© 2011-2017 OpenWorm - All rights reserved.
215+
</p>
216+
<p>
217+
OpenWorm Foundation is a Delaware not-for-profit Corporation <a target="_blank" href="/assets/OpenWormFoundationIncorporationCertificate.pdf">#5787527</a>, incorporated in July 2015.
218+
</p>
219+
<p>
220+
Code licensed under <a href="http://opensource.org/licenses/MIT" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.
221+
</p>
222+
<p>
223+
<a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome by Dave Gandy</a>
224+
</p>
225+
</div>
226+
</footer>
227+
<!-- Placed at the end of the document so the pages load faster -->
228+
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
229+
<script src="js/jquery-1.8.3.min.js"></script>
230+
<script type="text/javascript" src="js/yaml.js"></script>
231+
<script type="text/javascript" src="js/repositories.js"></script>
232+
<script type="text/javascript" src="js/cwl-hierarchy.js"></script>
233+
<script type="text/javascript" src="js/cwlpager.js"></script>
234+
235+
<!-- CDN jsGrid scripts -->
236+
<script type="text/javascript" src="http://js-grid.com/js/jsgrid.min.js"></script>
237+
238+
<script type="text/javascript" src="js/jquery.parss.uncompressed.js"></script>
239+
<script src="js/main.js"></script>
240+
<script src="js/bootstrap.js"></script>
241+
<script type="text/javascript">
242+
var _gaq = _gaq || [];
243+
_gaq.push(['_setAccount', 'UA-29668455-1']);
244+
_gaq.push(['_trackPageview']);
245+
246+
(function() {
247+
var ga = document.createElement('script');
248+
ga.type = 'text/javascript';
249+
ga.async = true;
250+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
251+
var s = document.getElementsByTagName('script')[0];
252+
s.parentNode.insertBefore(ga, s);
253+
})();
254+
</script>
255+
</body>
256+
</html>

0 commit comments

Comments
 (0)