Skip to content

Commit

Permalink
Update publications.md
Browse files Browse the repository at this point in the history
try additonal f
  • Loading branch information
jonascremer committed Dec 31, 2023
1 parent 176a0b3 commit 02a2083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ featured_image: /images/blackboard.jpg
<a href="https://doi.org/{{paper.doi}}"><b>{{paper.title}}</b></a><br/>
{{paper.authors}}<br/>
<i>{{paper.journal}}</i> {{paper.volume}}<b>{{paper.issue}}</b> ({{year[0]}}) doi: `{{paper.doi}}`
{% if paper.github != "" %}
<a href={{paper.github}}>GitHub Repository</a><br/>
{% endif %}

{% endfor %}
{% endfor %}

0 comments on commit 02a2083

Please sign in to comment.