diff --git a/_config.yml b/_config.yml
index afd3650..e2aad2f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,21 +10,21 @@
############################
# Name of website
-title: My website
+title: CDSS
# Your name to show in the footer
-author: Some Person
+author: CDSS Team
###############################################
# --- List of links in the navigation bar --- #
###############################################
navbar-links:
- About Me: "aboutme"
- Resources:
- - Beautiful Jekyll: "https://beautifuljekyll.com"
- - Learn markdown: "https://www.markdowntutorial.com/"
- Author's home: "https://deanattali.com"
+ Apply: "apply"
+ History: "history"
+ People: "curStaff"
+ Sponsors: "sponsors"
+ Contact: "contact"
################
# --- Logo --- #
@@ -32,7 +32,7 @@ navbar-links:
# Image to show in the navigation bar - works best with a square image
# Remove this parameter if you don't want an image in the navbar
-avatar: "/assets/img/avatar-icon.png"
+avatar: "/assets/img/CDSS_LOGO.png"
# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
round-avatar: true
@@ -50,17 +50,13 @@ round-avatar: true
# You can change the order that they show up on the page by changing the order here.
# Uncomment the links you want to show and add your information to each one.
social-network-links:
- email: "someone@example.com"
+ email: "cdss@lanl.gov"
rss: true # remove this line if you don't want to show an RSS link at the bottom
- facebook: deanattali
- github: daattali
- twitter: daattali
- patreon: DeanAttali
- youtube: "@daattali"
- whatsapp: 15551212
+ github: lanl
+ twitter: LosAlamosNatLab
# medium: yourname
# reddit: yourname or r/yoursubreddit
-# linkedin: daattali
+ linkedin: los-alamos-national-laboratory
# xing: yourname
# stackoverflow: "3943160/daattali"
# snapchat: deanat78
@@ -100,7 +96,7 @@ share-links-active:
# How to display the link to your website in the footer
# Remove this if you don't want a link in the footer
-url-pretty: "MyWebsite.com"
+#url-pretty: "MyWebsite.com"
# Add the website title to the title of every page
title-on-all-pages: true
@@ -138,8 +134,8 @@ page-col: "#FFFFFF"
text-col: "#404040"
link-col: "#008AFF"
hover-col: "#0085A1"
-navbar-col: "#EAEAEA"
-navbar-text-col: "#404040"
+navbar-col: "#000f7e"
+navbar-text-col: "#ffffff"
navbar-border-col: "#DDDDDD"
footer-col: "#EAEAEA"
footer-text-col: "#777777"
@@ -149,7 +145,7 @@ footer-hover-col: "#0085A1"
# Alternatively, the navbar, footer, and page background can be set to an image
# instead of colour
-#navbar-img: "/assets/img/bgimage.png"
+#navbar-img: "/assets/img/binary.jpg"
#footer-img: "/assets/img/bgimage.png"
#page-img: "/assets/img/bgimage.png"
diff --git a/_posts/2020-02-26-flake-it-till-you-make-it.md b/_posts/2020-02-26-flake-it-till-you-make-it.md
deleted file mode 100644
index 768f632..0000000
--- a/_posts/2020-02-26-flake-it-till-you-make-it.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-layout: post
-title: Flake it till you make it
-subtitle: Excerpt from Soulshaping by Jeff Brown
-cover-img: /assets/img/path.jpg
-thumbnail-img: /assets/img/thumb.png
-share-img: /assets/img/path.jpg
-tags: [books, test]
-author: Sharon Smith and Barry Simpson
----
-
-Under what circumstances should we step off a path? When is it essential that we finish what we start? If I bought a bag of peanuts and had an allergic reaction, no one would fault me if I threw it out. If I ended a relationship with a woman who hit me, no one would say that I had a commitment problem. But if I walk away from a seemingly secure route because my soul has other ideas, I am a flake?
-
-The truth is that no one else can definitively know the path we are here to walk. It’s tempting to listen—many of us long for the omnipotent other—but unless they are genuine psychic intuitives, they can’t know. All others can know is their own truth, and if they’ve actually done the work to excavate it, they will have the good sense to know that they cannot genuinely know anyone else’s. Only soul knows the path it is here to walk. Since you are the only one living in your temple, only you can know its scriptures and interpretive structure.
-
-At the heart of the struggle are two very different ideas of success—survival-driven and soul-driven. For survivalists, success is security, pragmatism, power over others. Success is the absence of material suffering, the nourishing of the soul be damned. It is an odd and ironic thing that most of the material power in our world often resides in the hands of younger souls. Still working in the egoic and material realms, they love the sensations of power and focus most of their energy on accumulation. Older souls tend not to be as materially driven. They have already played the worldly game in previous lives and they search for more subtle shades of meaning in this one—authentication rather than accumulation. They are often ignored by the culture at large, although they really are the truest warriors.
-
-A soulful notion of success rests on the actualization of our innate image. Success is simply the completion of a soul step, however unsightly it may be. We have finished what we started when the lesson is learned. What a fear-based culture calls a wonderful opportunity may be fruitless and misguided for the soul. Staying in a passionless relationship may satisfy our need for comfort, but it may stifle the soul. Becoming a famous lawyer is only worthwhile if the soul demands it. It is an essential failure if you are called to be a monastic this time around. If you need to explore and abandon ten careers in order to stretch your soul toward its innate image, then so be it. Flake it till you make it.
\ No newline at end of file
diff --git a/_posts/2020-02-28-sample-markdown.md b/_posts/2020-02-28-sample-markdown.md
deleted file mode 100644
index 6a59d6a..0000000
--- a/_posts/2020-02-28-sample-markdown.md
+++ /dev/null
@@ -1,95 +0,0 @@
----
-layout: post
-title: Sample blog post to learn markdown tips
-subtitle: There's lots to learn!
-gh-repo: daattali/beautiful-jekyll
-gh-badge: [star, fork, follow]
-tags: [test]
-comments: true
-mathjax: true
-author: Bill Smith
----
-
-{: .box-success}
-This is a demo post to show you how to write blog posts with markdown. I strongly encourage you to [take 5 minutes to learn how to write in markdown](https://markdowntutorial.com/) - it'll teach you how to transform regular text into bold/italics/tables/etc.
I also encourage you to look at the [code that created this post](https://raw.githubusercontent.com/daattali/beautiful-jekyll/master/_posts/2020-02-28-sample-markdown.md) to learn some more advanced tips about using markdown in Beautiful Jekyll.
-
-**Here is some bold text**
-
-## Here is a secondary heading
-
-[This is a link to a different site](https://deanattali.com/) and [this is a link to a section inside this page](#local-urls).
-
-Here's a table:
-
-| Number | Next number | Previous number |
-| :------ |:--- | :--- |
-| Five | Six | Four |
-| Ten | Eleven | Nine |
-| Seven | Eight | Six |
-| Two | Three | One |
-
-You can use [MathJax](https://www.mathjax.org/) to write LaTeX expressions. For example:
-When \\(a \ne 0\\), there are two solutions to \\(ax^2 + bx + c = 0\\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
-
-How about a yummy crepe?
-
-![Crepe](https://beautifuljekyll.com/assets/img/crepe.jpg)
-
-It can also be centered!
-
-![Crepe](https://beautifuljekyll.com/assets/img/crepe.jpg){: .mx-auto.d-block :}
-
-Here's a code chunk:
-
-~~~
-var foo = function(x) {
- return(x + 5);
-}
-foo(3)
-~~~
-
-And here is the same code with syntax highlighting:
-
-```javascript
-var foo = function(x) {
- return(x + 5);
-}
-foo(3)
-```
-
-And here is the same code yet again but with line numbers:
-
-{% highlight javascript linenos %}
-var foo = function(x) {
- return(x + 5);
-}
-foo(3)
-{% endhighlight %}
-
-## Boxes
-You can add notification, warning and error boxes like this:
-
-### Notification
-
-{: .box-note}
-**Note:** This is a notification box.
-
-### Warning
-
-{: .box-warning}
-**Warning:** This is a warning box.
-
-### Error
-
-{: .box-error}
-**Error:** This is an error box.
-
-## Local URLs in project sites {#local-urls}
-
-When hosting a *project site* on GitHub Pages (for example, `https://USERNAME.github.io/MyProject`), URLs that begin with `/` and refer to local files may not work correctly due to how the root URL (`/`) is interpreted by GitHub Pages. You can read more about it [in the FAQ](https://beautifuljekyll.com/faq/#links-in-project-page). To demonstrate the issue, the following local image will be broken **if your site is a project site:**
-
-![Crepe](/assets/img/crepe.jpg)
-
-If the above image is broken, then you'll need to follow the instructions [in the FAQ](https://beautifuljekyll.com/faq/#links-in-project-page). Here is proof that it can be fixed:
-
-![Crepe]({{ '/assets/img/crepe.jpg' | relative_url }})
diff --git a/apply.md b/apply.md
new file mode 100644
index 0000000..e669c8c
--- /dev/null
+++ b/apply.md
@@ -0,0 +1,30 @@
+---
+title: Applications
+layout: page
+---
+
+## Requirements
+
+To apply to the summer school, you must:
+
+- Be enrolled in a graduate program at an accredited university in a relevant field of study
+- Able to work onsite in Los Alamos for 10 weeks, sometime from mid-May through mid-August of 2025 (exact dates TBD)
+- **The School is open to non-U.S. citizens!**
+
+## Desired Qualifications for 2025 CDSS
+
+- **Computer Scientists:** Specializations in HPC with expertise in MPI, benchmarking, GPU programming, optimization, and performance analysis.
+- **Applied Mathematicians:** Focus on numerical methods, including experience with implicit solvers, preconditioners, and developing or using linear algebra libraries.
+- **Physicists:** Strong background in hydrodynamics, radiation physics, and shock physics with an interest in applying these areas to computational simulations.
+
+Students will be chosen based both on their qualifications and on the alignment of their skills and interests with the focus area of the summer school. Broadly speaking, we will attempt to create a balanced team with an even distribution of students from the desired disciplines.
+
+## Compensation
+
+Los Alamos National Laboratory offers very competitive compensation:
+
+* 10 week salary of $9-12K (based on education and experience)
+
+## [Application Form](https://forms.gle/nYpjj8tyBh5AwMVf9)
+
+ Please use the form and include your C.V. and a cover letter describing your research interests.
diff --git a/assets/img/2016a.jpg b/assets/img/2016a.jpg
new file mode 100644
index 0000000..dd36f01
Binary files /dev/null and b/assets/img/2016a.jpg differ
diff --git a/assets/img/CDSS_LOGO.png b/assets/img/CDSS_LOGO.png
new file mode 100644
index 0000000..e5c2781
Binary files /dev/null and b/assets/img/CDSS_LOGO.png differ
diff --git a/assets/img/Marc_Charest.jpg b/assets/img/Marc_Charest.jpg
new file mode 100644
index 0000000..d4b2ab9
Binary files /dev/null and b/assets/img/Marc_Charest.jpg differ
diff --git a/assets/img/Sumathi.png b/assets/img/Sumathi.png
new file mode 100644
index 0000000..405aa04
Binary files /dev/null and b/assets/img/Sumathi.png differ
diff --git a/assets/img/Vinay.JPG b/assets/img/Vinay.JPG
new file mode 100644
index 0000000..0ca9d5b
Binary files /dev/null and b/assets/img/Vinay.JPG differ
diff --git a/assets/img/agaspar.jpg b/assets/img/agaspar.jpg
new file mode 100644
index 0000000..2a89168
Binary files /dev/null and b/assets/img/agaspar.jpg differ
diff --git a/assets/img/al-1.jpg b/assets/img/al-1.jpg
new file mode 100644
index 0000000..bc14abd
Binary files /dev/null and b/assets/img/al-1.jpg differ
diff --git a/assets/img/andres_yague_lopez.png b/assets/img/andres_yague_lopez.png
new file mode 100644
index 0000000..7568ecc
Binary files /dev/null and b/assets/img/andres_yague_lopez.png differ
diff --git a/assets/img/asc.png b/assets/img/asc.png
new file mode 100644
index 0000000..e04be38
Binary files /dev/null and b/assets/img/asc.png differ
diff --git a/assets/img/bird.jpg b/assets/img/bird.jpg
new file mode 100644
index 0000000..676cd27
Binary files /dev/null and b/assets/img/bird.jpg differ
diff --git a/assets/img/blas-crop.jpg b/assets/img/blas-crop.jpg
new file mode 100644
index 0000000..26f3e08
Binary files /dev/null and b/assets/img/blas-crop.jpg differ
diff --git a/assets/img/carrier.jpg b/assets/img/carrier.jpg
new file mode 100644
index 0000000..9ad2c8f
Binary files /dev/null and b/assets/img/carrier.jpg differ
diff --git a/assets/img/cdss-1.jpg b/assets/img/cdss-1.jpg
new file mode 100644
index 0000000..5f95f2e
Binary files /dev/null and b/assets/img/cdss-1.jpg differ
diff --git a/assets/img/cdss25_implosion.png b/assets/img/cdss25_implosion.png
new file mode 100644
index 0000000..a580b7f
Binary files /dev/null and b/assets/img/cdss25_implosion.png differ
diff --git a/assets/img/cdss25_kh.png b/assets/img/cdss25_kh.png
new file mode 100644
index 0000000..cc03fde
Binary files /dev/null and b/assets/img/cdss25_kh.png differ
diff --git a/assets/img/cdss_18_students.jpg b/assets/img/cdss_18_students.jpg
new file mode 100755
index 0000000..995f874
Binary files /dev/null and b/assets/img/cdss_18_students.jpg differ
diff --git a/assets/img/cdss_19_students.jpg b/assets/img/cdss_19_students.jpg
new file mode 100644
index 0000000..89525d8
Binary files /dev/null and b/assets/img/cdss_19_students.jpg differ
diff --git a/assets/img/cdss_21_students.png b/assets/img/cdss_21_students.png
new file mode 100644
index 0000000..9c3c8c7
Binary files /dev/null and b/assets/img/cdss_21_students.png differ
diff --git a/assets/img/cdss_22_students.jpeg b/assets/img/cdss_22_students.jpeg
new file mode 100644
index 0000000..047acad
Binary files /dev/null and b/assets/img/cdss_22_students.jpeg differ
diff --git a/assets/img/cdss_23_students.jpeg b/assets/img/cdss_23_students.jpeg
new file mode 100644
index 0000000..0998ef3
Binary files /dev/null and b/assets/img/cdss_23_students.jpeg differ
diff --git a/assets/img/cdss_24_students.jpeg b/assets/img/cdss_24_students.jpeg
new file mode 100644
index 0000000..57be420
Binary files /dev/null and b/assets/img/cdss_24_students.jpeg differ
diff --git a/assets/img/class-2013.jpg b/assets/img/class-2013.jpg
new file mode 100644
index 0000000..85676bd
Binary files /dev/null and b/assets/img/class-2013.jpg differ
diff --git a/assets/img/cnls.png b/assets/img/cnls.png
new file mode 100644
index 0000000..4215b33
Binary files /dev/null and b/assets/img/cnls.png differ
diff --git a/assets/img/coss_17_students.jpg b/assets/img/coss_17_students.jpg
new file mode 100644
index 0000000..b5ebee2
Binary files /dev/null and b/assets/img/coss_17_students.jpg differ
diff --git a/assets/img/czuprynski.jpg b/assets/img/czuprynski.jpg
new file mode 100644
index 0000000..6d83928
Binary files /dev/null and b/assets/img/czuprynski.jpg differ
diff --git a/assets/img/di120180029.jpg b/assets/img/di120180029.jpg
new file mode 100644
index 0000000..0866725
Binary files /dev/null and b/assets/img/di120180029.jpg differ
diff --git a/assets/img/geoff-1.jpg b/assets/img/geoff-1.jpg
new file mode 100644
index 0000000..cb84633
Binary files /dev/null and b/assets/img/geoff-1.jpg differ
diff --git a/assets/img/grosset.jpg b/assets/img/grosset.jpg
new file mode 100644
index 0000000..2734d40
Binary files /dev/null and b/assets/img/grosset.jpg differ
diff --git a/assets/img/grubel.png b/assets/img/grubel.png
new file mode 100644
index 0000000..0c13d87
Binary files /dev/null and b/assets/img/grubel.png differ
diff --git a/assets/img/gunter.jpg b/assets/img/gunter.jpg
new file mode 100644
index 0000000..7dd711c
Binary files /dev/null and b/assets/img/gunter.jpg differ
diff --git a/assets/img/hlim_ment.jpg b/assets/img/hlim_ment.jpg
new file mode 100644
index 0000000..e9890f2
Binary files /dev/null and b/assets/img/hlim_ment.jpg differ
diff --git a/assets/img/hyun.jpeg b/assets/img/hyun.jpeg
new file mode 100644
index 0000000..2ac1e5a
Binary files /dev/null and b/assets/img/hyun.jpeg differ
diff --git a/assets/img/irina.jpg b/assets/img/irina.jpg
new file mode 100644
index 0000000..9fb0ab7
Binary files /dev/null and b/assets/img/irina.jpg differ
diff --git a/assets/img/jloiseau.jpg b/assets/img/jloiseau.jpg
new file mode 100644
index 0000000..75af4fe
Binary files /dev/null and b/assets/img/jloiseau.jpg differ
diff --git a/assets/img/jloiseau_climbing.jpg b/assets/img/jloiseau_climbing.jpg
new file mode 100644
index 0000000..323988f
Binary files /dev/null and b/assets/img/jloiseau_climbing.jpg differ
diff --git a/assets/img/jm-horseshoe-bend.jpg b/assets/img/jm-horseshoe-bend.jpg
new file mode 100644
index 0000000..3489bf6
Binary files /dev/null and b/assets/img/jm-horseshoe-bend.jpg differ
diff --git a/assets/img/julien.jpeg b/assets/img/julien.jpeg
new file mode 100644
index 0000000..18cca7b
Binary files /dev/null and b/assets/img/julien.jpeg differ
diff --git a/assets/img/junghans.jpg b/assets/img/junghans.jpg
new file mode 100644
index 0000000..9d8b389
Binary files /dev/null and b/assets/img/junghans.jpg differ
diff --git a/assets/img/ktsai.jpg b/assets/img/ktsai.jpg
new file mode 100644
index 0000000..a76747d
Binary files /dev/null and b/assets/img/ktsai.jpg differ
diff --git a/assets/img/lanl.jpeg b/assets/img/lanl.jpeg
new file mode 100644
index 0000000..e1cc30a
Binary files /dev/null and b/assets/img/lanl.jpeg differ
diff --git a/assets/img/lanldisplaylogo.png b/assets/img/lanldisplaylogo.png
new file mode 100644
index 0000000..b7093a9
Binary files /dev/null and b/assets/img/lanldisplaylogo.png differ
diff --git a/assets/img/logo.gif b/assets/img/logo.gif
new file mode 100644
index 0000000..4d55241
Binary files /dev/null and b/assets/img/logo.gif differ
diff --git a/assets/img/malone.jpg b/assets/img/malone.jpg
new file mode 100644
index 0000000..692651c
Binary files /dev/null and b/assets/img/malone.jpg differ
diff --git a/assets/img/maxim.jpg b/assets/img/maxim.jpg
new file mode 100644
index 0000000..d633031
Binary files /dev/null and b/assets/img/maxim.jpg differ
diff --git a/assets/img/mcpherson.jpg b/assets/img/mcpherson.jpg
new file mode 100644
index 0000000..00ccb9e
Binary files /dev/null and b/assets/img/mcpherson.jpg differ
diff --git a/assets/img/patrick-mccormick.jpeg b/assets/img/patrick-mccormick.jpeg
new file mode 100644
index 0000000..2fa6111
Binary files /dev/null and b/assets/img/patrick-mccormick.jpeg differ
diff --git a/assets/img/pavel-crop-u841.jpg b/assets/img/pavel-crop-u841.jpg
new file mode 100644
index 0000000..4496f54
Binary files /dev/null and b/assets/img/pavel-crop-u841.jpg differ
diff --git a/assets/img/pavel.jpg b/assets/img/pavel.jpg
new file mode 100644
index 0000000..79bc16d
Binary files /dev/null and b/assets/img/pavel.jpg differ
diff --git a/assets/img/perez.jpg b/assets/img/perez.jpg
new file mode 100644
index 0000000..88dd205
Binary files /dev/null and b/assets/img/perez.jpg differ
diff --git a/assets/img/philipp.jpeg b/assets/img/philipp.jpeg
new file mode 100644
index 0000000..ffb4a15
Binary files /dev/null and b/assets/img/philipp.jpeg differ
diff --git a/assets/img/reidp.jpg b/assets/img/reidp.jpg
new file mode 100644
index 0000000..19f2106
Binary files /dev/null and b/assets/img/reidp.jpg differ
diff --git a/assets/img/reisner.jpg b/assets/img/reisner.jpg
new file mode 100644
index 0000000..4eb0fb2
Binary files /dev/null and b/assets/img/reisner.jpg differ
diff --git a/assets/img/reisner_ment.jpg b/assets/img/reisner_ment.jpg
new file mode 100644
index 0000000..b29fedd
Binary files /dev/null and b/assets/img/reisner_ment.jpg differ
diff --git a/assets/img/rspLead.jpg b/assets/img/rspLead.jpg
new file mode 100644
index 0000000..1a613a7
Binary files /dev/null and b/assets/img/rspLead.jpg differ
diff --git a/assets/img/rtfilled.jpg b/assets/img/rtfilled.jpg
new file mode 100644
index 0000000..0c37d58
Binary files /dev/null and b/assets/img/rtfilled.jpg differ
diff --git a/assets/img/tom-swinburne.jpg b/assets/img/tom-swinburne.jpg
new file mode 100644
index 0000000..0e1e578
Binary files /dev/null and b/assets/img/tom-swinburne.jpg differ
diff --git a/assets/img/vernon.jpg b/assets/img/vernon.jpg
new file mode 100644
index 0000000..27f46ff
Binary files /dev/null and b/assets/img/vernon.jpg differ
diff --git a/assets/img/zamora.jpg b/assets/img/zamora.jpg
new file mode 100644
index 0000000..43d5873
Binary files /dev/null and b/assets/img/zamora.jpg differ
diff --git a/assets/posters/poster-2011.pdf b/assets/posters/poster-2011.pdf
new file mode 100644
index 0000000..70014d2
Binary files /dev/null and b/assets/posters/poster-2011.pdf differ
diff --git a/assets/posters/poster-2011_img.png b/assets/posters/poster-2011_img.png
new file mode 100644
index 0000000..33d72c6
Binary files /dev/null and b/assets/posters/poster-2011_img.png differ
diff --git a/assets/posters/poster-2013.pdf b/assets/posters/poster-2013.pdf
new file mode 100644
index 0000000..004ec0d
Binary files /dev/null and b/assets/posters/poster-2013.pdf differ
diff --git a/assets/posters/poster-2013_img.png b/assets/posters/poster-2013_img.png
new file mode 100644
index 0000000..782777c
Binary files /dev/null and b/assets/posters/poster-2013_img.png differ
diff --git a/assets/posters/poster-2014.pdf b/assets/posters/poster-2014.pdf
new file mode 100644
index 0000000..193dddf
Binary files /dev/null and b/assets/posters/poster-2014.pdf differ
diff --git a/assets/posters/poster-2014_img.png b/assets/posters/poster-2014_img.png
new file mode 100644
index 0000000..3dffe35
Binary files /dev/null and b/assets/posters/poster-2014_img.png differ
diff --git a/assets/posters/poster-2016.pdf b/assets/posters/poster-2016.pdf
new file mode 100644
index 0000000..f5d7b23
Binary files /dev/null and b/assets/posters/poster-2016.pdf differ
diff --git a/assets/posters/poster-2017.pdf b/assets/posters/poster-2017.pdf
new file mode 100644
index 0000000..c2c1032
Binary files /dev/null and b/assets/posters/poster-2017.pdf differ
diff --git a/assets/posters/poster-2017_img.png b/assets/posters/poster-2017_img.png
new file mode 100644
index 0000000..f0b7c60
Binary files /dev/null and b/assets/posters/poster-2017_img.png differ
diff --git a/assets/posters/poster-2018.pdf b/assets/posters/poster-2018.pdf
new file mode 100644
index 0000000..386f793
Binary files /dev/null and b/assets/posters/poster-2018.pdf differ
diff --git a/assets/posters/poster-2018_img.png b/assets/posters/poster-2018_img.png
new file mode 100644
index 0000000..0265272
Binary files /dev/null and b/assets/posters/poster-2018_img.png differ
diff --git a/assets/posters/poster-2019.pdf b/assets/posters/poster-2019.pdf
new file mode 100644
index 0000000..a9ef0d4
Binary files /dev/null and b/assets/posters/poster-2019.pdf differ
diff --git a/assets/posters/poster-2021.pdf b/assets/posters/poster-2021.pdf
new file mode 100644
index 0000000..c91756c
Binary files /dev/null and b/assets/posters/poster-2021.pdf differ
diff --git a/assets/posters/poster-2021_img.png b/assets/posters/poster-2021_img.png
new file mode 100644
index 0000000..8b41409
Binary files /dev/null and b/assets/posters/poster-2021_img.png differ
diff --git a/assets/posters/poster-2022.pdf b/assets/posters/poster-2022.pdf
new file mode 100644
index 0000000..5aeab2c
Binary files /dev/null and b/assets/posters/poster-2022.pdf differ
diff --git a/assets/posters/poster-2022.png b/assets/posters/poster-2022.png
new file mode 100644
index 0000000..559c0f7
Binary files /dev/null and b/assets/posters/poster-2022.png differ
diff --git a/assets/posters/poster-2023.pdf b/assets/posters/poster-2023.pdf
new file mode 100644
index 0000000..a9f47ce
Binary files /dev/null and b/assets/posters/poster-2023.pdf differ
diff --git a/assets/posters/poster-2023_img.png b/assets/posters/poster-2023_img.png
new file mode 100644
index 0000000..cc49d0a
Binary files /dev/null and b/assets/posters/poster-2023_img.png differ
diff --git a/assets/posters/poster_2016_img.png b/assets/posters/poster_2016_img.png
new file mode 100644
index 0000000..6b228a4
Binary files /dev/null and b/assets/posters/poster_2016_img.png differ
diff --git a/assets/posters/poster_2019_img.png b/assets/posters/poster_2019_img.png
new file mode 100644
index 0000000..3140650
Binary files /dev/null and b/assets/posters/poster_2019_img.png differ
diff --git a/assets/posters/poster_2024.pdf b/assets/posters/poster_2024.pdf
new file mode 100644
index 0000000..39c4a1e
Binary files /dev/null and b/assets/posters/poster_2024.pdf differ
diff --git a/assets/posters/poster_2024_img.png b/assets/posters/poster_2024_img.png
new file mode 100644
index 0000000..e9be10b
Binary files /dev/null and b/assets/posters/poster_2024_img.png differ
diff --git a/brochures/2015.pdf b/brochures/2015.pdf
new file mode 100644
index 0000000..eb8eae1
Binary files /dev/null and b/brochures/2015.pdf differ
diff --git a/brochures/2017.pdf b/brochures/2017.pdf
new file mode 100644
index 0000000..301c1b9
Binary files /dev/null and b/brochures/2017.pdf differ
diff --git a/brochures/2019.pdf b/brochures/2019.pdf
new file mode 100644
index 0000000..a3e9d3a
Binary files /dev/null and b/brochures/2019.pdf differ
diff --git a/brochures/2023.pdf b/brochures/2023.pdf
new file mode 100644
index 0000000..7cac9c9
Binary files /dev/null and b/brochures/2023.pdf differ
diff --git a/brochures/2023.png b/brochures/2023.png
new file mode 100644
index 0000000..781fe7c
Binary files /dev/null and b/brochures/2023.png differ
diff --git a/brochures/2024.pdf b/brochures/2024.pdf
new file mode 100644
index 0000000..f3b32f9
Binary files /dev/null and b/brochures/2024.pdf differ
diff --git a/brochures/2024.png b/brochures/2024.png
new file mode 100644
index 0000000..d43658d
Binary files /dev/null and b/brochures/2024.png differ
diff --git a/brochures/2025.pdf b/brochures/2025.pdf
new file mode 100644
index 0000000..76de5d7
Binary files /dev/null and b/brochures/2025.pdf differ
diff --git a/brochures/rackcard.pdf b/brochures/rackcard.pdf
new file mode 100644
index 0000000..8e7f362
Binary files /dev/null and b/brochures/rackcard.pdf differ
diff --git a/contact.md b/contact.md
new file mode 100644
index 0000000..b7aa7e8
--- /dev/null
+++ b/contact.md
@@ -0,0 +1,27 @@
+---
+title: Contact Information
+layout: page
+---
+
+## Summer School Leads
+
+### Julien Loiseau
+
+(505) 665-1301
+
+[Email](mailto:jloiseau@lanl.gov)
+
+### Hyun Lim
+
+(505) 664-0668
+
+[Email](mailto:hyunlim@lanl.gov)
+
+## Administration
+
+### Erika Maestas
+
+(505) 665-2000
+
+[Email](mailto:emaestas@lanl.gov)
+
diff --git a/curStaff.md b/curStaff.md
new file mode 100644
index 0000000..79c18dc
--- /dev/null
+++ b/curStaff.md
@@ -0,0 +1,169 @@
+---
+title: Current Staff
+layout: page
+---
+
+
+
+# Summer School Leads
+
+#### Julien Loiseau
+