Skip to content

Commit 3e25182

Browse files
committed
updates
1 parent bc1de82 commit 3e25182

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

assets/css/main.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ input, select, textarea {
236236
}
237237

238238
h1, h2, h3, h4, h5, h6 {
239-
color: #211e1e;
239+
color: #d4d4d4;
240240
font-weight: 300;
241241
letter-spacing: 0.1em;
242242
line-height: 1.5;
@@ -245,7 +245,7 @@ input, select, textarea {
245245
}
246246

247247
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
248-
color: #211e1e;
248+
color: inherit;
249249
text-decoration: none;
250250
}
251251

@@ -2058,6 +2058,8 @@ input, select, textarea {
20582058
height: calc(40vh - 2em);
20592059
min-height: 18em;
20602060
width: 100%;
2061+
overflow-y: scroll;
2062+
overflow-x: scroll;
20612063
}
20622064

20632065
#main .thumb:nth-child(1) {
@@ -2086,7 +2088,7 @@ input, select, textarea {
20862088
/* Footer */
20872089

20882090
#footer .copyright {
2089-
color: #505051;
2091+
color: #cdcdcd;
20902092
font-size: 0.9em;
20912093
}
20922094

images/.DS_Store

2 KB
Binary file not shown.

index.html

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ <h2>Basis Function Expansions for Cosmological Simulations</h2>
7878
<article class="thumb">
7979
<a href="images/fulls/plain.png" class="image"><img src="images/thumbs/4.png" alt="" /></a>
8080
<h2>Basis Function Expansions for Analytic Theorists</h2>
81-
<p>Nunc blandit nisi ligula magna sodales lectus elementum non. Integer id venenatis velit.</p>
81+
<p>Basis function expansions allow us to seamlessly connect analytic theory, such as linear response, to more complex N-body simulations. Basis function
82+
expansions enable the study of coupled modes, for example, such as those from a baryonic disk and a dark matter halo. </p>
83+
<p> not sure what to say here</p>
84+
<p> your paper blurb here! </p>
8285
</article>
8386
<article class="thumb">
8487
<a href="images/fulls/center-2.png" class="image"><img src="images/thumbs/center-2.png" alt="" /></a>
@@ -101,7 +104,7 @@ <h2>Basis Function Expansions for N-body Dynamical Simulations</h2>
101104
the underlying dynamics. EXP can also be run on simulations that were produced with different software,
102105
including cosmological simulations, to provide BFEs at each time step. See below for
103106
examples that use either or both of these functionalities of EXP.</p>
104-
<p> Your paper links here!</p>
107+
<p> Your paper links and blurbs here!</p>
105108
</article>
106109
<article class="thumb">
107110
<a href="images/fulls/plain.png" class="image"><img src="images/thumbs/8.png" alt="" /></a>
@@ -113,7 +116,8 @@ <h2>Basis Function Expansions for Observational Insight</h2>
113116
how we map an image of a galaxy to a sound via sonification. We are currently developing a framework for
114117
expansions of integral field spectrograph data, which will allow for analyses of both velocity and chemical
115118
information.</p>
116-
<p>Quantifying <a href="https://ui.adsabs.harvard.edu/abs/2024arXiv241111972G/abstract"disk></a> asymmetry</p>
119+
<p>Quantifying <a href="https://ui.adsabs.harvard.edu/abs/2024arXiv241111972G/abstract"disk></a>asymmetry.</p>
120+
<p> Your paper links and blurbs here!
117121
</article>
118122
<article class="thumb">
119123
<a href="images/fulls/plain.png" class="image"><img src="images/thumbs/9.png" alt="" /></a>
@@ -134,7 +138,22 @@ <h2>Basis Function Expansions for Sonification</h2>
134138
<a href="images/fulls/plain.png" class="image"><img src="images/thumbs/7.png" alt="" /></a>
135139
<h2>How to get started</h2>
136140
<p>We have built and compiled a variety of resources to help you get started with EXP and basis function expansions!</p>
137-
141+
<dl>
142+
<dt> I want to install EXP </dt>
143+
<dd> - Check out our <a href="https://github.com/EXP-code">GitHub page</a> and accompanying
144+
<a href="https://exp-docs.readthedocs.io/en/latest/topics/multistep.html"readthedocs></a> </dd>
145+
<dt> I want to experiment with EXP, but I don’t want to install it yet </dt>
146+
<dd> - Check out the <a href="https://github.com/EXP-code/EXP-container">Docker image</a> and
147+
<a href="https://exp-docs.readthedocs.io/en/latest/topics/multistep.html"readthedocs></a> documentation. If you want to run pyEXP and EXP examples,
148+
be sure to clone the respective repositories to wherever you are working with the Docker image </dd>
149+
<dt> I want to learn more about mSSA </dt>
150+
<dd> - Check out this <a href="https://michael-petersen.github.io/papers/mssa/MSSA-Tutorial-Slideshow.slides.html#/">webpage</a> and these papers:
151+
<a href="https://ui.adsabs.harvard.edu/abs/2021MNRAS.501.5408W/abstract">1</a> and
152+
<a href="https://ui.adsabs.harvard.edu/abs/2023MNRAS.521.1757J/abstract">2</a> (see also the
153+
<a href = "https://exp-docs.readthedocs.io/en/latest/topics/ssa.html">EXP readthedocs</a> for more information) </dd>
154+
</dl>
155+
<p> Add more links, pedagogical stuff, etc .... </p>
156+
138157
</article>
139158
</div>
140159

0 commit comments

Comments
 (0)