Skip to content
Snippets Groups Projects
Commit 3eb0f61c authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Add the SWIFT publication at the top of the publications list

parent 7cd82dd8
No related branches found
No related tags found
No related merge requests found
......@@ -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.,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment