From 3eb0f61c1f18532e174173f515cbba8f37a04087 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Mon, 17 Apr 2023 21:33:02 +0200 Subject: [PATCH] Add the SWIFT publication at the top of the publications list --- templates/pubs.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/pubs.html b/templates/pubs.html index 89e718f..fa25be2 100644 --- a/templates/pubs.html +++ b/templates/pubs.html @@ -9,6 +9,17 @@ <div class="container"> {{ helper.navbar(navbar, link) }} + <div class="text"> + <h2>Publications describing SWIFT</h2> + </div> + <div class="card-text"> + + <h4><a href="https://ui.adsabs.harvard.edu/abs/2016pasc.conf....2S/abstract">SWIFT: Using Task-Based Parallelism, Fully Asynchronous Communication, and Graph Partition-Based Domain + Decomposition for Strong Scaling on more than 100,000 Cores </a> </h4> + <p> Schaller M. et al., <i>PASC</i>, 2016, 1 + + </div> + <br/> <div class="text"> <h2>Publications using SWIFT</h2> @@ -20,7 +31,7 @@ {% for card in cards|sort_cards %} <div class="card-text"> - <h4>{{ count + 1 - loop.index }}) <a href="https://ui.adsabs.harvard.edu/abs/{{ card.bibcode }}/abstract">{{ card.title }}</h4></a> + <h4>{{ count + 1 - loop.index }}) <a href="https://ui.adsabs.harvard.edu/abs/{{ card.bibcode }}/abstract">{{ card.title }}</a></h4> <p> {% if card.author_count > 1 %} {{ card.first_author_norm }} et al., -- GitLab