diff --git a/templates/pubs.html b/templates/pubs.html index 89e718f9ef036704186d9d30c0e9437dad068d1c..fa25be2de4d9605cc486e8ba99e5d2a5461bbeb9 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.,