-
Notifications
You must be signed in to change notification settings - Fork 35
/
educators.html
177 lines (158 loc) · 6.29 KB
/
educators.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenWorm for Educators</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Educational resources">
<!-- REPLICATE THIS IN ALL PAGES -->
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.css">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons - this code is outdated -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner" id="head-nav">
</div>
</div>
<script src="js/jquery-3.6.0.js"></script>
<script>
// get head-nav and foot-nav with jquery (get is async)
$.get('header-content.html', function(data) {
$('#head-nav').html(data);
})
$.get('footer-content.html', function(data) {
$('#foot-nav').html(data);
})
</script>
</head>
<body>
<div id="pjax-content">
<!-- END REPEAT-->
<header class="jumbotron subhead" id="overview">
<div class="container">
<!--<div class="openworm_logo_header"></div>-->
<h1>OpenWorm for Educators</h1>
<p class="lead">
Our love for research. Your passion for teaching.
</p>
</div>
</header>
<div class="container">
<div class="row">
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav">
<li>
<a href="#content"><i class="fa fa-chevron-right"></i>Educational content</a>
</li>
<li>
<a href="#tools"><i class="fa fa-chevron-right"></i>Educational tools</a>
</li>
<li>
<a href="#kits"><i class="fa fa-chevron-right"></i>Educational kits</a>
</li>
</ul>
</div>
<div class="span9">
<!-- Content ================================================== -->
<section id="content">
<div class="page-header">
<h1>Educational content</h1>
</div>
<div class="span9 pagination-centered">
<i class="fa fa-film fa-xl"></i>
</div>
<p class="lead">
<br/>In their journey to simulating the first digital organism in a computer, OpenWorm volunteers have produced content and tools that can be useful for educators in teaching C. elegans biology.
<br/>Our series of educational videos about C. elegans explain why studying this model organism is so important and show how much wonder can hide inside a 1mm longer worm.
</p>
<div class="well">
<div class="centered">
<iframe width="420" height="315" src="http://www.youtube.com/embed/zjqLwPgLnV0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="padding-top pagination-centered">
<h4>Chapter 1: A brief introduction to C. elegans</h4>
</div>
</div>
<div class="well">
<div class="centered">
<p>Coming Soon...</p>
</div>
<div class="padding-top pagination-centered">
<h4>Chapter 2: Exploring C. elegans nervous system</h4>
</div>
</div>
<div class="well">
<div class="centered">
<p>Coming Soon...</p>
</div>
<div class="padding-top pagination-centered">
<h4>Chapter 3: Inside the body of a worm</h4>
</div>
</div>
</section>
<!-- Tools ================================================== -->
<section id="tools">
<div class="page-header">
<h1>Educational tools</h1>
</div>
<div class="row-fluid">
<div class="span6 pagination-centered">
<i class="fa fa-desktop fa-xl"></i>
<h2>OpenWorm Browser</h2>
<p>
We created a 3D Browser to enable exploration of C. elegans cell by cell. Zoom, rotate and peel back layers of a 3D worm without getting your hands dirty.
<br/><br/><br/><a class="btn btn-large btn-primary" target="_blank" href="http://browser.openworm.org">Launch</a>
</p>
</div>
<div class="span6 pagination-centered">
<i class="fa fa-mobile-phone fa-xl"></i>
<h2>OpenWorm Browser App</h2>
<p>
Unlock the secrets of a real living creature! Awesome visuals for every cell in its body are available at your fingertips. Explore all 959 cells of the nematode C. elegans and learn about the anatomy of this worm so useful for biology.
<br/><br/><a href="https://itunes.apple.com/us/app/openworm-browser/id595581306?mt=8" class="btn btn-primary btn-large btn-inverse" target="itunes_store"><i class="fa fa-mobile-phone" id="mainphone" ></i> Get the App</a>
</p>
</div>
</div>
</section>
<!-- Get yourself some worms! ================================================== -->
<section id="kits">
<div class="page-header">
<h1>Educational kits</h1>
</div>
<p class="lead pagination-centered">
Coming Soon...
</p>
</section>
</div>
</div>
</div>
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES -->
</div><!-- end pjax content -->
<!-- footer
================================================== -->
<div id="foot-nav"></div>
<!-- foot-nav is filled with script in head -->
<!-- Le javascript
================================================== -->
<!-- at end of the document so the pages load faster -->
<!-- load other resources asynchronously: -->
<script src="js/bootstrap.js" async></script>
<script src="js/jquery.parss.uncompressed.js" async></script>
<script src="http://platform.twitter.com/widgets.js" async></script>
<!-- execute main (initialize resources above + carousel/donate controls -->
<script src="js/jquery.pjax.js"></script>
<script src="js/main.js" defer></script>
</body>
</html>