-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataproducts.html
101 lines (84 loc) · 4.4 KB
/
dataproducts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Aemulus Project</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/full-width-pics.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#"><img src="images/ae.png"> Aemulus Project</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="papers.html">Papers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="software.html">Code</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Data Products</a>
<span class="sr-only">(current)</span>
</li>
<li class="nav-item">
<a class="nav-link" href="people.html">People</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header - set the background image for the header in the line below -->
<header class="py-5 bg-image-full" style="background-image: url('images/phase_slice_z0_b35.png');">
</header>
<!-- Content section -->
<section class="py-5">
<div class="container">
<h1 align='center'>First Data Release</h1>
<p class="lead"></p>
<h3>If you are interested in accessing our simulation data please fill out
<a href="https://goo.gl/forms/rdy7jF7fg2A4rWMI3"> this form</a>.
Once you have submitted the form, you will receive an automated email
with the username and password necessary to access the data via the
link below.<br>
Data access includes full dark matter particle files and Rockstar halo catalogs at all redshifts.
</h3>
<li class="list-group-item">40 Training Simulations, all different cosmologies and independent phases</li>
<li class="list-group-item">7x5=35 Test Sample Simulations: 7 cosmologies, with 5 realizations per cosmology</li>
<li class="list-group-item">Additional “convergence” simulations testing box size, particle resolution, etc.</li>
<li class="list-group-item">All simulations: 1050 Mpc/h, 1400<sup>3</sup> particles, resolving halos down to ~6x10<sup>12</sup> M<sub>sol</sub>/h</li>
</div>
<div class="container" align="center">
<h3><a href='http://www.slac.stanford.edu/~jderose/aemulus/phase1/'>Click here to download the simulations</a></h3>
<h3><a href='https://app.globus.org/file-manager?origin_id=4b330c7c-850a-11ea-aff4-0201714f6eab&origin_path=%2F'>Click here to access the simulations via Globus</a></h3>
<p>More information about file access in the README at the above link</p>
<div class="container" align="center">
<h3><a href='https://github.com/AemulusProject/hmf_emulator'>Click here to access the halo mass function emulator from Aemulus II.</p>
<h3><a href='https://github.com/zxzhai/emulator'>Click here to access wp mocks and code from Aemulus III.</p>
<h3><a href='https://github.com/AemulusProject/bias_emulator'>Click here to access the halo bias function emulator from Aemulus IV.</p>
</section>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © Aemulus Project 2018</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>