-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathget_involved.html
241 lines (215 loc) · 10.9 KB
/
get_involved.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Get Involved with OpenWorm</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<!-- 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>Who are you?</h1>
<p class="lead">
You'll find some of the most talented and friendliest folks in here, which means it's a great place to learn and a great place to give back, no matter your level of expertise.
</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="#coder"><i class="fa fa-chevron-right"></i>Coder</a>
</li>
<li>
<a href="#scientist"><i class="fa fa-chevron-right"></i>Scientist</a>
</li>
<li>
<a href="#writer"><i class="fa fa-chevron-right"></i>Writer</a>
</li>
<li>
<a href="#artist"><i class="fa fa-chevron-right"></i>Artist</a>
</li>
<li>
<a href="#webmaster"><i class="fa fa-chevron-right"></i>WebMaster</a>
</li>
<li>
<a href="#philantropist"><i class="fa fa-chevron-right"></i>Philanthropist</a>
</li>
<li>
<a href="#citizen"><i class="fa fa-chevron-right"></i>Curious citizen</a>
</li>
</ul>
</div>
<div class="span9">
<!-- Coder ================================================== -->
<section id="coder">
<div class="page-header">
<h1>Coder</h1>
</div>
<div class="span9 pagination-centered">
<i class="fa fa-github-alt fa-xl"></i>
</div>
<p class="lead">
We need your skills! No matter what programming language you are used to we will find a place for you!
We are building different software components which require different kinds of expertise.
<br/><br/>
We have provided an extensive guide to getting started with the project in
<a href="http://docs.openworm.org/#contributing-to-openworm" target="_blank">our documentation</a>. Also, have a look at the overview of <a href="https://github.com/openworm/.github/blob/main/testsheet/README.md" target="_blank">currently active projects</a>.
Please start there and if you have any questions do not hesitate to <a href="./contacts.html">contact us</a>.
</p>
</section>
<!-- Scientist ================================================== -->
<section id="scientist">
<div class="page-header">
<h1>Scientist</h1>
</div>
<div class="span9 pagination-centered">
<i class="fa fa-beaker fa-xl"></i>
</div>
<p class="lead">
Dear fellow scientist, do you work with C. elegans in your lab? Do you work with <a href="http://en.wikipedia.org/wiki/Optogenetics" target="_blank"><strong>optogenetics</strong></a>? Do you write computational models for neurons?
Are you an expert in <a href="http://en.wikipedia.org/wiki/Connectomics" target="_blank"><strong>connectomics</strong></a>? Do you work with <a href="http://en.wikipedia.org/wiki/Fluid_dynamics" target="_blank">fluid dynamics</a> simulations? Do you work with computational models for chemical <a href="http://en.wikipedia.org/wiki/Diffusion" target="_blank">diffusion</a>?
Do you have experience with numerical methods for solving cable equations? Do you think that you are working on something that we could be interested in?
<br/><br/> If the answer to any of the above questions is yes and you would like to help us please <a href="./contacts.html">contact us</a>!
</p>
</section>
<!-- Writer ================================================== -->
<section id="writer">
<div class="page-header">
<h1>Writer</h1>
</div>
<div class="span9 pagination-centered">
<i class="fa fa-pencil fa-xl"></i>
</div>
<p class="lead">
So you are a writer! Whether you are a novelist, a blogger or a technical writer we could use a hand.
Communication is fundamental for us and we try our best to clearly convey our goal at OpenWorm. We want to make people aware of the importance
of what we are trying to do. <a href="./contacts.html">Get in touch</a> with us by sending some samples of your writing and describe in what way you would
like to contribute! <br/><br/>
Also if you are <strong>writing a blog post</strong> or an article about the project feel free to ask us for any material like our logo or some sexy worm graphics. We would
be more than happy to help you!
</p>
</section>
<!-- Artist ================================================== -->
<section id="artist">
<div class="page-header">
<h1>Artist</h1>
</div>
<div class="span9 pagination-centered">
<i class="fa fa-magic fa-xl"></i>
</div>
<p class="lead">
We love beautiful things. We always make an extra effort to make things look as cool as they can be. Are you a graphic designer?
Do you draw or do you make <strong>awesome videos</strong>? We need you. We love to inspire people and we believe art is the best way to do it.<br/><br/>
If you would like to help out please send us some examples from your portfolio and tell us how you would like to use your talent. If you can't think of anything still <a href="./contacts.html">get in touch</a> with us, we'll figure something out together!
</p>
</section>
<!-- WebMaster ================================================== -->
<section id="webmaster">
<div class="page-header">
<h1>WebMaster</h1>
</div>
<div class="span9 pagination-centered">
<i class="fa fa-globe fa-xl"></i>
</div>
<p class="lead">
Do you have experience as a WebMaster? Did you spot that we built our website with <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>?
Do you speak JavaScript?<br/><br/>
Maintaining our web site is an important job and we could use a hand.
If you would like to help us, <a href="./contacts.html">contact us</a> and link to some of the websites you have worked on.
Also feel free to give us any feedback on usability of this website; we like to constantly raise the bar!
</p>
</section>
<!-- Philantropist ================================================== -->
<section id="philantropist">
<div class="page-header">
<h1>Philanthropist</h1>
</div>
<div class="span9 pagination-centered">
<i class="fa fa-heart fa-xl"></i>
</div>
<p class="lead">
Do you share our vision? Do you believe that to accelerate <strong>drug discovery</strong> we need better predictive models for biology? Are you an advocate of <strong>open science</strong>?
<br/><br/>
OpenWorm is not supported by traditional research grants. Everything that was done so far happened thanks to the passion of our <a href="./people.html">volunteers</a>.
Imagine how fast we could <strong>accelerate</strong> our development with <a href="./donate.html">your support</a>.
<br/><br/>
If you are interested in helping to fund OpenWorm or partner with us please <a href="./contacts.html">contact us</a>. We need your help.
</p>
</section>
<!-- Citizen ================================================== -->
<section id="citizen">
<div class="page-header">
<h1>Curious citizen</h1>
</div>
<div class="span9 pagination-centered">
<i class="fa fa-beer fa-xl"></i>
</div>
<p class="lead">
One thing we need more than anything is for people to know about us. Getting visibility for the project will help us attract attention, <strong>raise awareness</strong> and ultimately reach our <a href="./getting_started.html#goal">goal</a> faster.
<br/><br/>
We've assembled information about the project <a href="https://docs.openworm.org/#navigating-openworm" target="_blank">in our documentation</a> to help you better understand the project and find places to help out.
<br/><br/>
If you would like to help us you can <strong>spread the word</strong> with your family and friends and explain to them how a biologically accurate simulation of a tiny worm could help a lot to accelerate the cure of diseases.
You can also tell your geek friends how it would be totally cool to have a virtual worm living inside your computer.
<br/><br/>
Also if there is anything you think you could help us with which doesn't fall in any of the above categories please <a href="./contacts.html">contact us</a>, we would <strong>love</strong> to hear from you!
</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>