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

Small style improvements

parent 3eb0f61c
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<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 <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> Decomposition for Strong Scaling on more than 100,000 Cores </a> </h4>
<p> Schaller M. et al., <i>PASC</i>, 2016, 1 <p>&emsp; Schaller M. et al., <i>PASC</i>, 2016, vol. 1
</div> </div>
...@@ -34,16 +34,21 @@ ...@@ -34,16 +34,21 @@
<h4>{{ count + 1 - loop.index }}) <a href="https://ui.adsabs.harvard.edu/abs/{{ card.bibcode }}/abstract">{{ card.title }}</a></h4> <h4>{{ count + 1 - loop.index }}) <a href="https://ui.adsabs.harvard.edu/abs/{{ card.bibcode }}/abstract">{{ card.title }}</a></h4>
<p> <p>
{% if card.author_count > 1 %} {% if card.author_count > 1 %}
{{ card.first_author_norm }} et al., &emsp; {{ card.first_author_norm }} et al.,
{% else %} {% else %}
{{ card.first_author_norm }}, &emsp; {{ card.first_author_norm }},
{% endif %} {% endif %}
<i>{{ card.bibstem }}</i>, {{ card.year }} <i>{{ card.bibstem }}</i>, {{ card.year }}
{% if card.bibstem != "arXiv" %} {% if card.bibstem != "arXiv" %}
, {{ card.volume }}, {{ card.issue }} {% if card.volume %}
, vol. {{ card.volume }}
{% if card.issue %}
, issue {{ card.issue }}
{% endif %}
{% endif %}
{% endif %} {% endif %}
{% if card.abstract %} {% if card.abstract %}
<p class="hideshow">Abstract <i class="fa fa-chevron-right" aria-hidden="true"></i></p> <p class="hideshow">&emsp; Abstract <i class="fa fa-chevron-right" aria-hidden="true"></i></p>
<p class="abstract card">{{ card.abstract }}</p> <p class="abstract card">{{ card.abstract }}</p>
{% endif %} {% endif %}
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment