-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
455 lines (402 loc) · 23.9 KB
/
index.html
File metadata and controls
455 lines (402 loc) · 23.9 KB
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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9C92JRL3DB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9C92JRL3DB');
</script>
<meta charset="utf-8" />
<meta name="keywords" content="POSYDON, CIERA, Astrophysics">
<link rel="icon" href="images/tab_logo.png" sizes="16x16">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/posydon.css", rel="stylesheet">
<!--[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]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.3/jquery-ui.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="scripts.js"></script>
</head>
<body>
<a id="back2top" href="#" class="btn btn-light btn-lg back2top" role="button"><i class="fa fa-arrow-up fa-1x"></i></a>
<nav class="navbar navbar-expand-lg navbar-dark bg-black sticky-top">
<a class="navbar-brand" href="#">
<img src="images/logo_transparent_cropped.png" alt="POSYDON Logo" style="max-height:60px;">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#" id="homeLink">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Code" id="codeLink">Get Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Funding">Funding</a>
</li>
<li class="nav-item">
<a class="nav-link" href="school.html">School</a>
</li>
</ul>
</div>
</nav>
<div id="demo" class="carousel slide carousel-fade" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
<li data-target="#demo" data-slide-to="3"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block mx-auto" src="images/carousel/webpage_photos.006.jpeg" alt="" style="width:100%; height: auto">
<div class="carousel-caption">
<p style="font-size:20px;"><em>A low mass star transferring mass to a neutron star</em> (<a href="https://ciera.northwestern.edu/gallery/binary-system-mass-transfer/" target="_blank" style="color: rgb(255,255,255)">learn more</a>)</p>
<p style="font-size:16px;">Credit: NU Viz and CIERA - Matthew McCrory, Francesca Valsecchi, and Vicky Kalogera</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block mx-auto" src="images/carousel/webpage_photos.005.jpeg" alt="" style="width:100%; height: auto">
<div class="carousel-caption">
<p style="font-size:20px;"><em>A black hole accretes matter from a blue, hot massive star</em> (<a href="https://ciera.northwestern.edu/gallery/black-hole-accretion-disk/" target="_blank" style="color: rgb(255,255,255)">learn more</a>)</p>
<p style="font-size:16px;">Credit: NU Viz and CIERA - Matthew McCrory, Francesca Valsecchi, and Vicky Kalogera</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block mx-auto" src="images/carousel/posydon_f2f_2024_geneva_resized.png" alt="" style="width:100%; height: auto">
<div class="carousel-caption">
<p style="font-size:20px;">POSYDON members & colleagues at our biennial face to face meeting (Geneva, Switzerland, 2024)</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block mx-auto" src="images/carousel/grids_padded.png" alt="" style="width:100%; height: auto">
<div class="carousel-caption">
<p style="font-size:20px;"><a href="https://arxiv.org/abs/2411.02376" target="_blank" style="color: rgb(255,255,255)">Read more about our latest version of POSYDON (v2) on the arXiv (Andrews et al. 2024)</a></p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-controls carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-controls carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<div class="container-fluid p-4">
<div class="row">
<div class="col-md-6 text-dark">
<p style="position:relative;">
<a id="About" style="position:absolute; top:-180px;"></a>
</p>
<h2 style="text-align:left">What is POSYDON?</h2>
<hr/>
<p style="font-size:18px"> <b>POSYDON</b> (<b>PO</b>pulation <b>SY</b>nthesis with <b>D</b>etailed binary-evolution simulati<b>ON</b>s) is a next-generation
single and binary-star population synthesis code incorporating full stellar structure and evolution modeling with the use of <a href="https://mesastar.org/" target="_blank"><b>MESA</b></a>.
Follow the links for the latest documentation on
</p>
<ul style="font-size:16px;">
<li>How to <a href="https://posydon.org/POSYDON/latest/getting-started/installation-guide.html" target="_blank">install</a> POSYDON</li>
<li>Available <a href="https://posydon.org/POSYDON/latest/introduction-acknowledgements/intro.html" target="_blank">features</a> of the code</li>
<li>Learning to use POSYDON with <a href="https://posydon.org/POSYDON/latest/tutorials-examples/population-synthesis/binary-pop-syn.html" target="_blank">tutorials</a></li>
<!--are also welcome to build their own library of MESA grids for use with POSYDON. </p> allowing users to specify initial population properties and adopt choices that determine how stellar evolution proceeds.-->
</ul>
<p style="font-size:18px"> and to access source code on GitHub or MESA grids for population synthesis on Zenodo. There are now two major releases of POSYDON (v1 and v2) that you can follow quick links for on the right.
Read more about each version in their respective instrument papers</p>
<ul style="font-size:16px;">
<li><a href="https://ui.adsabs.harvard.edu/abs/2024arXiv241102376A/abstract" target="_blank">Andrews et al. 2024</a> [POSYDON v2]</li>
<li><a href="https://ui.adsabs.harvard.edu/abs/2023ApJS..264...45F/abstract" target="_blank">Fragos et al. 2023</a> [POSYDON v1]</li>
</ul>
<h2 style="text-align:left; margin: 70px 5px 0px 5px">Community & Support</h2>
<hr/>
<p style="font-size:18px">
If you do use POSYDON, consider joining our Google users' group to ask questions or raise issues about the code, or feel free to do the same on our Github repository. We would love to hear from you to help make
POSYDON as useful and versatile a research tool as possible.
</p>
<p style="font-size:18px">
POSYDON is being developed by a collaborative <a href="team.html">team</a> of
astrophysicists and computer scientists. Initially envisioned by Tassos Fragos (Université de Genève) and Vicky Kalogera (Northwestern University), the project was developed and launched by them, in collaboration with Aggelos Katsaggelos (Northwestern University), in 2018, and since the the project leadership team has expanded to include Jeff Andrews (University of Florida).
Quick links to the right will let you access our Google users' group, see current and past team members, or browse our team's work on NASA's ADS abstract service.
</p>
<h2 style="text-align:left; margin: 100px 5px 0px 5px">News</h2>
<hr/>
<!--calc(90vh - 200px)-->
<iframe src="pages/news.html" title="News" width="100%" height="250px" frameBorder="0"></iframe>
</div>
<!--righthand column in 1st homepage row of content -->
<div class="col-md-6">
<!-- parent card containing navigation panes with links listed here -->
<div class="card border-0" style="margin: 6.5px">
<div class="card-header bg-transparent">
<ul class="nav nav-pills card-header-pills" id="versionTabs" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="v2-tab" data-toggle="tab" href="#v2" role="tab" aria-controls="v2" aria-selected="true">POSYDON v2</a>
</li>
<li class="nav-item">
<a class="nav-link" id="v1-tab" data-toggle="tab" href="#v1" role="tab" aria-controls="profile" aria-selected="false">POSYDON v1</a>
</li>
</ul>
</div>
<!-- parent card body -->
<div class="card-body" id="codeCard">
<!-- parent card navigation content-->
<div class="tab-content" id="myTabContent" style="margin-left: -1.25rem;margin-right: -1.25rem;">
<!--first nav pane content-->
<div class="tab-pane fade show active" id="v2" role="tabpanel" aria-labelledby="v2-tab">
<!--start v2 card deck with links to docs, code, and data-->
<!--<div class="card-deck" style="margin: 40px 5px">-->
<div class="container-fluid mt-4">
<div class="row justify-content-center">
<!-- docs card -->
<div class="col-sm-12 col-md-6 col-xl-4 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<center>
<img class="card-img-top" src="images/tab_logo_inverted.png" alt="Card image cap" style="max-width: 44px; max-height:80px;">
</center>
<div class="card-body text-center">
<h5 class="card-title">Documentation</h5>
<p class="card-text">Read about installation, features, tutorials, and more.</p>
<a href="https://posydon.org/POSYDON/latest/index.html" class="btn btn-secondary" target="_blank">Read the docs</a>
</div>
</div>
</div>
<!-- github card -->
<div class="col-sm-12 col-md-6 col-xl-4 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<center>
<img class="card-img-top" src="images/github-mark.png" alt="Card image cap" style="max-width:80px; max-height:80px;">
</center>
<div class="card-body text-center">
<h5 class="card-title">Code Repository</h5>
<p class="card-text">Find the latest POSYDON source code on GitHub.</p>
<a href="https://github.com/POSYDON-code/POSYDON/releases/latest" class="btn btn-secondary" target="_blank">The code</a>
</div>
</div>
</div>
<!-- zenodo card -->
<div class="col-sm-12 col-md-6 col-xl-4 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<center>
<img class="card-img-top" src="images/zenodo-black-200.png" alt="Card image cap" style="max-width:200px; max-height:80px;">
</center>
<div class="card-body text-center">
<h5 class="card-title">Download Datasets</h5>
<p class="card-text">Pre-computed MESA grids from DR2</p>
<a href="https://zenodo.org/records/15194708" class="btn btn-secondary" target="_blank">Zenodo</a>
</div>
</div>
</div>
</div>
</div>
<!--end v2 card deck with links to docs, code, and data-->
</div>
<!--second nav pane content (posydon v1)-->
<div class="tab-pane fade" id="v1" role="tabpanel" aria-labelledby="v1-tab">
<!--start v1 card deck with links to docs, code, and data-->
<!--<div class="card-deck" style="margin: 40px 5px">-->
<div class="container-fluid mt-4">
<div class="row justify-content-center">
<!-- docs card -->
<div class="col-sm-12 col-md-6 col-xl-4 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<center>
<img class="card-img-top" src="images/tab_logo_inverted.png" alt="Card image cap" style="max-width: 44px; max-height:80px;">
</center>
<div class="card-body text-center">
<h5 class="card-title">Documentation</h5>
<p class="card-text">Read about installation, features, tutorials, and more.</p>
<a href="https://posydon.org/POSYDON/v1.0.5/index.html" class="btn btn-secondary" target="_blank">Read the docs</a>
</div>
</div>
</div>
<!-- github card -->
<div class="col-sm-12 col-md-6 col-xl-4 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<center>
<img class="card-img-top" src="images/github-mark.png" alt="Card image cap" style="max-width:80px; max-height:80px;">
</center>
<div class="card-body text-center">
<h5 class="card-title">Code Repository</h5>
<p class="card-text">Find the last POSYDON v1 source code on GitHub.</p>
<a href="https://github.com/POSYDON-code/POSYDON/tree/v1.0.5" class="btn btn-secondary" target="_blank">The code</a>
</div>
</div>
</div>
<!-- zenodo card -->
<div class="col-sm-12 col-md-6 col-xl-4 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<center>
<img class="card-img-top" src="images/zenodo-black-200.png" alt="Card image cap" style="max-width:200px; max-height:80px;">
</center>
<div class="card-body text-center">
<h5 class="card-title">Download Datasets</h5>
<p class="card-text">Pre-computed MESA grids from DR1.</p>
<a href="https://zenodo.org/records/6655751" class="btn btn-secondary" target="_blank">Zenodo</a>
</div>
</div>
</div>
</div>
<!--end v1 card deck with links to docs, code, and data-->
</div>
<!-- end navigation pane content -->
</div>
</div>
</div>
<hr>
<!--start contacts and papers card deck -->
<!--<div class="card-deck" style="margin: 40px 30px">-->
<div class="container-fluid mt-4">
<div class="row justify-content-center">
<!-- users group card -->
<div class="col-sm-12 col-md-6 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<div class="card-body text-center">
<p class="card-text" style="font-size: 42px;"><i class="fa fa-envelope"></i></p>
<h5 class="card-title">Users' Group</h5>
<p class="card-text">Join our Google users' group to ask questions/raise issues.</p>
<a href="https://groups.google.com/g/posydon-users/" class="btn btn-secondary" target="_blank">Access users' group</a>
</div>
</div>
</div>
<!-- discussions card -->
<div class="col-sm-12 col-md-6 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<div class="card-body text-center">
<p class="card-text" style="font-size: 42px;"><i class="fa fa-comment"></i></p>
<h5 class="card-title">Github Discussions</h5>
<p class="card-text">Join our Github discussions to ask questions/raise issues.</p>
<a href="https://github.com/POSYDON-code/POSYDON/discussions" class="btn btn-secondary" target="_blank">Access discussions</a>
</div>
</div>
</div>
<!-- team card -->
<div class="col-sm-12 col-md-6 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<div class="card-body text-center">
<p class="card-text" style="font-size: 42px;"><i class="fa fa-users"></i></p>
<h5 class="card-title">Our Team</h5>
<p class="card-text">See current and past members of our collaboration.</p>
<a href="team.html" class="btn btn-secondary">View members</a>
</div>
</div>
</div>
<!-- nasa ads card -->
<div class="col-sm-12 col-md-6 mb-3 d-flex align-items-stretch">
<div class="card h-100" style="width: 100%;">
<center>
<img class="card-img-top" src="images/nasa_ads_sm.png" alt="Card image cap" style="max-width:277px; max-height:80px; position:relative; top:20%;">
</center>
<div class="card-body text-center">
<h5 class="card-title">Read papers</h5>
<p class="card-text">Find papers by our collaboration members showcasing POSYDON.</p>
<a href="https://ui.adsabs.harvard.edu/public-libraries/ZZsD9bzLTzWnLV3hwyJxbA" class="btn btn-secondary" target="_blank">Browse library</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end v2 card deck with links to docs, code, and data-->
</div>
<!--righthand column in 1st homepage row of content-->
</div>
</div>
<!-- Funding section -->
<div class="container py-4">
<p style="position:relative;">
<a id="Funding" style="position:absolute; top:-180px;"></a>
</p>
<h1 style="text-align:center">FUNDING</h1>
<hr/>
<div class="row">
<div class="col-12 col-md-6 text-center align-self-center">
<div class="thumbnail">
<a href="http://www.snf.ch/en/Pages/default.aspx" target="_blank"><img style= "max-width: 80%; height: auto;" src="images/Funding/fnsnf.png" alt=""></a>
<p></p>
</div>
</div>
<div class="col-12 col-md-6 text-center align-self-center">
<div class="thumbnail">
<a href="https://www.moore.org/" target="_blank"><img style= "max-width: 80%; height: auto;" src="images/Funding/Moore.jpg" alt=""></a>
<p></p>
</div>
</div>
</div>
<p></p>
<div class="row justify-content-center pt-4">
<div class="col-9 col-md-2 text-center align-self-center">
<div class="thumbnail">
<a href="https://www.unige.ch/sciences/astro/en/" target="_blank"><img style= "max-width: 80%; height: auto;" src="images/Funding/observatoireGeneve.jpg" alt=""></a>
<p></p>
</div>
</div>
<div class="col-9 col-md-2 text-center align-self-center col-half-offset">
<div class="thumbnail">
<a href="https://www.unige.ch/en/university/presentation/" target="_blank"><img style= "max-width: 100%; height: auto;" src="images/Funding/universiteGeneve.png" alt=""></a>
<p></p>
</div>
</div>
<div class="col-9 col-md-2 text-center align-self-center col-half-offset">
<div class="thumbnail">
<a href="https://www.northwestern.edu/" target="_blank"><img style= "max-width: 80%; height: auto;" src="images/Funding/nu_seal.png" alt=""></a>
<p></p>
</div>
</div>
<div class="col-9 col-md-2 text-center align-self-center col-half-offset">
<div class="thumbnail">
<a href="https://ciera.northwestern.edu/" target="_blank"><img style= "max-width: 100%; height: auto;" src="images/Funding/CIERA.png" alt=""></a>
<p></p>
</div>
</div>
<div class="col-9 col-md-2 text-center align-self-center col-half-offset">
<div class="thumbnail">
<a href="https://www.ufl.edu/" target="_blank"><img style= "max-width: 100%; height: auto;" src="images/Funding/uf_logo.png" alt=""></a>
<p></p>
</div>
</div>
<p></p>
<div class="row justify-content-center pt-4">
<div class="col-9 col-md-2 text-center align-self-center">
<div class="thumbnail">
<a href="https://www.unige.ch/sciences/astro/en/" target="_blank"><img style= "max-width: 100%; height: auto;" src="images/Funding/nasa-logo-web-rgb.png" alt=""></a>
<p></p>
</div>
</div>
<div class="col-9 col-md-2 text-center align-self-center col-half-offset">
<div class="thumbnail">
<a href="https://www.unige.ch/en/university/presentation/" target="_blank"><img style= "max-width: 200%; height: auto;" src="images/Funding/elidek_logo_en.png" alt=""></a>
<p></p>
</div>
</div>
</div>
<p></p>
</div>
<footer>
<!-- Copyright -->
<div class="container-fluid text-center text-light bg-secondary py-1 fixed-bottom">
© 2025 Copyright:
<a href="#">POSYDON.org</a>
</div>
</footer>
<script src="scripts.js"></script>
</body>
</html>