Skip to content

Commit

Permalink
Arxiv Support
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarad committed Jun 5, 2024
1 parent 45d76e9 commit 9f7876f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/publications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- citation: 'Boneš E, Khan D, Bohak C, **Barad BA, Grotjahn DA**, Viola I, Theußl T. MidSurfer: A parameter-free approach for mid-surface extraction from segmented volumetric data. *arXiv* 2024'
image: '/static/img/publications/midsurfer_arxiv2024.png'
pdf: '/static/pdf/Midsurfer_arxiv_2024.pdf'
arxiv: 2405.19339
links:
- name: "KAUST Visualization Core Lab"
url: 'https://corelabs.kaust.edu.sa/labs/visualization-core-lab'
Expand Down
4 changes: 4 additions & 0 deletions publications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<li>ChemRxiv Preprint: <a href=" https://doi.org/10.26434/chemrxiv.{{publication.chemrxiv}}" alt = "chemrxiv preprint link: {{publication.chemrxiv}}"> {{publication.chemrxiv}}</a></li>
{% endif %}

{% if publication.arxiv %}
<li>arXiv preprint: <a href="https://arxiv.org/abs/{{publication.arxiv}}" alt="arxiv preprint link: {{publication.arxiv}}">{{publication.arxiv}}</a></li>
{% endif %}

<!-- PDF -->
<li><a href="{{publication.pdf}}" alt = "PDF"> Full Text</a></li>

Expand Down

0 comments on commit 9f7876f

Please sign in to comment.