-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
418 lines (395 loc) · 19.4 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
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Enzo Project</title>
<link rel="shortcut icon" href="favicon.png" />
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script>$(function () { prettyPrint() })</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cycle.lite.js"></script>
<script>
$(document).ready(function() {
$('#s1').cycle({fx:'fade',pause:5,
after: function() {
$("#caption").html(this.alt);
}
});
$("#myalertbox").delay(400).slideDown();
$("#myalertbox").click(function() {
$("#myalertbox").slideUp();
});
});
</script>
<style type="text/css">
body {
padding-top: 60px;
}
</style>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body data-spy="scroll" data-target=".navbar">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">Enzo</a>
<ul class="nav">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" >Quick Links <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="ReleaseNotes.html">Release Notes</a></li>
<li><a href="https://enzo.readthedocs.org">Current Documentation</a></li>
<li><a href="https://github.com/enzo-project/enzo-dev">Code Repository</a></li>
<li><a href="BootCamp.html">Enzo Boot Camp</a></li>
<li><a href="irc.html">IRC</a></li>
</ul>
</li>
<li class="active"><a href="#home">Home</a></li>
<li><a href="#gettingenzo">Get Enzo</a></li>
<li><a href="#help">Help!</a></li>
<li><a href="#developing">Development</a></li>
<li><a href="#community">Community</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Enzo Docs <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://enzo.readthedocs.org/en/latest/">Development Version</a></li>
<li><a href="https://enzo.readthedocs.org/en/enzo-2.6/">Version 2.6</a></li>
<li><a href="https://enzo.readthedocs.org/en/enzo-2.5/">Version 2.5</a></li>
<li><a href="https://enzo.readthedocs.org/en/enzo-2.4/">Version 2.4</a></li>
<li><a href="https://enzo.readthedocs.org/en/enzo-2.3/">Version 2.3</a></li>
<li><a href="https://enzo.readthedocs.org/en/enzo-2.2/">Version 2.2</a></li>
<li><a href="https://enzo.readthedocs.org/en/enzo-2.1.1/">Version 2.1.1</a></li>
<li><a href="https://enzo.readthedocs.org/en/enzo-2.1.0/">Version 2.1</a></li>
<li><a href="docs/2.0/">Version 2.0</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<!-- Main hero unit for a primary marketing message or call to action -->
<section id="home">
<div class="hero-unit hero-border">
<a name="home" class="anchor"><h1>The Enzo Project</h1></a>
</div>
<div class="row" id="myalertbox">
<div class="span12">
<div class="alert alert-warning fade in">
<a class="close" data-dismiss="alert">×</a>
<p><strong> August 2, 2019: Enzo 2.6</strong> has been released. View the <a href="ReleaseNotes.html ">Release Notes</a>!</p>
</div>
</div>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="span6">
<div class="row">
<div class="span6">
<h2>What is Enzo?</h2>
<p>Enzo is a community-developed adaptive mesh refinement simulation
code, designed for rich, multi-physics hydrodynamic astrophysical
calculations.</p>
<p>Enzo is freely available, developed in the open, with a strong
support structure for assistance. Simulations conducted with Enzo
have been featured in numerous refereed journal articles, and it is
capable of running on computers from laptop to Top500.</p>
</div>
</div>
<div class="row" style="padding-top: 1.0em;min-height:245px;">
<div class="span6" id="s1" align="center">
<img src="images/d0025_yprj_regrupped.jpg" width="460" height="230"
alt="Alexei Kritsuk, Paolo Padoan & Mike Norman"></img>
<img src="images/curl2.jpg" width="460" height="230"
alt="Alexei Kritsuk, Paolo Padoan & Mike Norman"></img>
<img src="images/ta-galaxies.png" width="460" height="230"
alt="Tom Abel, John Wise, Ralf Kaehler"></img>
<img src="images/st_gb_rpress.jpg" width="460" height="230"
alt="Stephanie Tonnesen & Greg Bryan"></img>
<img src="images/jhw-dwarf-galaxies.jpg" width="460" height="230"
alt="John Wise"></img>
<img src="images/iso_and_volume_02_sm.jpg" width="460" height="230"
alt="Elizabeth Tasker"></img>
<img src="images/cosmo.jpg" width="460" height="230"
alt="Norman et al."></img>
<img src="images/Cores_WideStructure.jpg" width="460" height="230"
alt="Alexei Kritsuk, Mike Norman, Donna Cox, Matt Hall, et al."></img>
<img src="images/Cores_CloseUp.jpg" width="460" height="230"
alt="Alexei Kritsuk, Mike Norman, Donna Cox, Stuart Levy, et al."></img>
</div>
</div>
<div class="row">
<div class="span6" style="margin-left:50px;">
<p>Image credit: <span id="caption"></span></p>
</div>
</div>
</div>
<div class="span6">
<div class="row">
<div class="span3">
<h2>Getting Enzo</h2>
<p>Enzo can be obtained in several places, corresponding to the
degree of stability and development accessibility.</p>
</div>
<div class="span3">
<h2>Help!</h2>
<p>There are several places to get help with Enzo, from mailing
lists to documentation to online tutorials and recordings of
workshop presentations.</p>
</div>
</div> <!-- inner row -->
<div class="row">
<div class="span3">
<p><a class="btn btn-success" href="#gettingenzo">Let's go! »</a></p>
</div>
<div class="span3">
<p><a class="btn" href="#help">Help me out! »</a></p>
</div>
</div> <!-- inner row -->
<div class="row" style="padding: 1.0em;"> </div>
<div class="row">
<div class="span3">
<h2>Developing</h2>
<p>Enzo is developed in the open by a community of developers
from different institutions. Contributions, fixes, and changes
are all welcomed!</p>
</div>
<div class="span3">
<h2>Community</h2>
<p>There are several places to get help with Enzo, from mailing
lists to documentation to online tutorials and recordings of
workshop presentations.</p>
</div>
</div> <!-- inner row -->
<div class="row">
<div class="span3">
<p><a class="btn" href="#developing">Develop! »</a></p>
</div>
<div class="span3">
<p><a class="btn" href="#community">Engage »</a></p>
</div>
</div> <!-- inner row -->
</div>
</div> <!-- outer row -->
</section>
<section id="gettingenzo" style="padding-top:15.0em;">
<div class="page-header">
<a name="gettingenzo" class="anchor"><h1>Getting Enzo</h1></a>
</div>
<div class="row">
<div class="span3">
<h3>Places To Go</h3>
<ul>
<li><a href="https://github.com/enzo-project/enzo-dev">Github: Development Repository</a></li>
<li><a href="ReleaseNotes.html">Release Notes</a></li>
<li><a href="BootCamp.html">Enzo Boot Camp</a></li>
</ul>
</div>
<div class="span9">
<div class="row">
<div class="span9">
<div class="alert alert-block success">
<p>The easiest way to get up and running with Enzo is to
follow our Enzo Boot Camp, which walks you through
installation, running test problems, and making some simple
images.</p>
<div class="alert-actions">
<a class="btn btn-small" href="BootCamp.html">Get up and running! »</a>
</div>
</div>
</div>
</div>
<p>Enzo is provided through several channels: a public
repository of code that is under active development, as
well as a stable channel that is carefully curated and
that corresponds to releases. Have a look at the <a
href="ReleaseNotes.html">Release Notes</a>, if you're
interested in what features have recently made it into the
stable version. Tarfiles of stable releases are also
available, but are discouraged. If you want to use the
development version, it's probably a good idea to check
out the <a href="#developing">development guide</a>.</p>
<p>The simplest way to get a copy of the current stable source code
is to clone the repository using git:</p>
<pre class="prettyprint">$ git clone https://github.com/enzo-project/enzo-dev </pre>
</p>
<p>
Makefiles are provided for many commonly-used supercomputers,
clusters and operating systems. If you're interested in helping
package up the Enzo source code and its dependencies for a
platform, <a
href="https://groups.google.com/forum/#!forum/enzo-dev">get in
touch</a>!
</p>
</div>
</div>
</section>
<section id="help" style="padding-top:15.0em;">
<div class="page-header">
<a name="help" class="anchor"><h1>Help!</h1></a>
</div>
<div class="row">
<div class="span3">
<h3>Places To Go</h3>
<ul>
<li><a href="https://enzo.readthedocs.org/en/latest">Current Documentation</a></li>
<li><a href="irc.html">Live Chat</a></li>
<li><a href="https://groups.google.com/forum/#!forum/enzo-users">Users' Mailing List</a></li>
<li><a href="https://groups.google.com/forum/#!forum/enzo-dev">Dev Mailing List</a></li>
<!-- <li><a href="http://code.google.com/p/enzo/issues/">Bug Tracker</a></li> -->
<li><a href="http://vimeo.com/channels/123342">Workshop Videos</a></li>
</ul>
</div>
<div class="span9">
<p>
Using Enzo effectively can be a bit challenging at times -- but
there is plently of assistance available, thanks to the broad
community of users and developers. There are a number of
tutorials in the
<a href="https://enzo.readthedocs.org/en/latest">documentation</a>, including
example problems in the current source tree. For more narrative
descriptions of how to use Enzo, there are a number of
<a href="http://vimeo.com/channels/123342">videos</a> from the
2010 Enzo Users' Workshop.
</p>
<p>
But, in addition to prepared materials, there are also several
forums available to get in touch with people who may be able to
help you out with problems using or developing Enzo. There's
both a <a
href="https://groups.google.com/forum/#!forum/enzo-users">user-centeric</a>
mailing list as well as a mailing list more suited for <a
href="https://groups.google.com/forum/#!forum/enzo-dev">development issues</a>.
<!-- If this still doesn't help, we are tracking known issues in a public <a href="http://code.google.com/p/enzo/issues/">bug tracker</a>. -->
</p>
</div>
</div>
</section>
<section id="developing" style="padding-top:15.0em;">
<div class="page-header">
<a name="developing" class="anchor"><h1>Developing Enzo</h1></a>
</div>
<div class="row">
<div class="span3">
<h3>Places To Go</h3>
<ul>
<li><a href="https://enzo.readthedocs.io/en/latest/developer_guide/index.html">Developer Guide</a></li>
<li><a href="https://github.com/enzo-project/enzo-dev/fork">Fork Enzo!</a></li>
<li><a href="https://groups.google.com/forum/#!forum/enzo-dev">Dev Mailing List</a></li>
<li><a href="https://github.com/enzo-project/enzo-dev/">Development Repository</a></li>
</ul>
</div>
<div class="span9">
<div class="row">
<div class="span9">
<div class="alert alert-block warning">
<p>
If you've already familiarized yourself with the code
base, the best way to get started developing is to create
a fork of Enzo and then issue a pull request with your
contributed changes.
</p>
<div class="alert-actions">
<a class="btn btn-small" href="doc/developer_guide/index.html">Read the dev guide »</a>
<a class="btn btn-success btn-small" href="http://github.com/enzo-project/enzo-dev/fork">Fork! »</a>
</div>
</div>
</div>
</div>
<p>
The Enzo Project is built on the contributed code of dozens of
computational astrophysicists -- in the form of physics modules,
star formation prescriptions, infrastructure, initial conditions,
and on and on. We welcome contributions from users and
developers alike, and we are endeavoring to make it as easy as
possible to contribute code.
</p>
<p>
To facilitate this, we provide not only a <a
href="doc/developer_guide/index.html">developer guide</a>, but we
also host our code on <a
href="http://github.com/enzo-project/">Github</a>, where we invite
you to fork the project, make changes, and then issue a "Pull
Request" so that your changes can be reviewed, accepted, and
incorporated into the next released version.
</p>
<p>
If you're going to be developing, you should definitely join the
<a
href="https://groups.google.com/forum/#!forum/enzo-dev">developer
mailing list</a>, where you should feel free to ask questions if
you get stuck. It might also be a good idea to familiarize
yourself with <a href="http://git-scm.com/">Git</a> and to browse the <a href="https://github.com/enzo-project/enzo-dev/">development</a> version of the Enzo source.
</p>
</div>
</div>
</section>
<section id="community" style="padding-top:15.0em;">
<div class="page-header">
<a name="community" class="anchor"><h1>The Enzo Community</h1></a>
</div>
<div class="row">
<div class="span3">
<h3>Places To Go</h3>
<ul>
<li><a href="https://groups.google.com/forum/#!forum/enzo-users">Users' Mailing List</a></li>
<li><a href="https://groups.google.com/forum/#!forum/enzo-dev">Dev Mailing List</a></li>
<li><a href="irc.html">Chat Room</a></li>
<li><a href="http://lca.ucsd.edu/workshops/enzo2010/">2010 Users' Workshop</a></li>
</ul>
</div>
<div class="span9">
<p>
Enzo users and developers are, on the whole, a pretty active
community. We are endeavoring to hold biannual developer
workshops, with users' workshops every other year or so. We're
passionate about ensuring physical fidelity of the simulation
code, enabling scientific progress through both large- and
small-scale simulations, and encouraging reproducibility of
results in the literature.
</p>
<p>
There are a couple ways to get involved with the Enzo community.
The first, and easiest, is just to sign up for both the
<a href="https://groups.google.com/forum/#!forum/enzo-users">users'</a>
and <a
href="https://groups.google.com/forum/#!forum/enzo-dev">developers'</a>
mailing lists, and trying to help out people with questions or
just sharing with others what you've been working on.
</p>
<p>
Mostly, though, we encourage you to talk to other people in the
community; speak up if you have problems, ideas or suggestions;
and get involved by contributing fixes and changes if you want
to. And then, come to a workshop! They're usually quite
accessible for new and experienced developers, and it's an
excellent way to put faces with names on the mailing list. We
had one <a href="https://sites.google.com/view/enzodays2019/">at
Stanford</a> in the Summer of 2019, and it was productive,
informative, and fun.
</p>
</div>
</div>
</section>
<footer>
<p>Enzo enjoys the support of numerous universities, funding agencies
and labs.</p>
</footer>
</div> <!-- /container -->
</body>
</html>