From 3d845dbb814978cd1f5e9d010e8bd8dc65083b22 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Mon, 10 Apr 2023 10:18:52 +0200 Subject: [PATCH] Added KH instability and EAGLE-25 shock map to the gallery --- data/gallery.yaml | 16 ++++++++++++++-- templates/gallery.html | 10 +++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/data/gallery.yaml b/data/gallery.yaml index 9e3a03c..8b38d8d 100644 --- a/data/gallery.yaml +++ b/data/gallery.yaml @@ -31,6 +31,14 @@ cards: img: PMillennium_evolution.png description: "TBD" + - date: June 2020 + title: "Kelvin-Helmholtz instability" + author: Josh Borrow + thumbnail: kelvinHelmholtz_thumbnail.jpeg + img: kelvinHelmholtz.jpeg + description: "TBD" + link: "https://arxiv.org/abs/2012.03974" + - date: December 2018 title: "Santa-Barbara Cluster" author: Matthieu Schaller @@ -39,5 +47,9 @@ cards: description: "TBD" link: "https://arxiv.org/abs/astro-ph/9906160" - - + - date: July 2020 + title: "Shock fronts in EAGLE box" + author: Josh Borrow + thumbnail: shock_map_thumbnail.png + img: shock_map.png + description: "TBD" diff --git a/templates/gallery.html b/templates/gallery.html index e6253dc..ef0e585 100644 --- a/templates/gallery.html +++ b/templates/gallery.html @@ -51,7 +51,15 @@ {% endfor %} {% for i in range(3 - (cards|length % 3)) %} {# Add extra padding #} <div class="card-pad"></div> - {% endfor %} + {% endfor %} + </div> + <div class="padder"></div> + + <div class="text"> + <br/> + Got some nice SWIFT-made images to share? <a href="contact.html">Contact us!</a> + </div> + <!-- </div> --> <!-- </div> --> </div> -- GitLab