Skip to content

Commit

Permalink
fixes bibtex formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers authored Nov 26, 2024
1 parent 5f9c6d1 commit 999dd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/tutorial_hands_on.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ <h1>{{locale['citing-tutorial'] | default: "Citing this Tutorial"}}</h1>
title = "{{ page.title }} (Galaxy Training Materials)",
year = "{{ page.last_modified_at | date: "%Y"}}",
month = "{{ page.last_modified_at | date: "%m"}}",
day = "{{ page.last_modified_at | date: "%d" }}"
day = "{{ page.last_modified_at | date: "%d" }}",
url = "{% raw %}\url{{% endraw %}{{ site.url }}{{ site.baseurl }}{{page.url}}{% raw %}}{% endraw %}",
note = "[Online; accessed TODAY]"
}
Expand All @@ -420,7 +420,7 @@ <h1>{{locale['citing-tutorial'] | default: "Citing this Tutorial"}}</h1>
author = {Saskia Hiltemann and Helena Rasche and Simon Gladman and Hans-Rudolf Hotz and Delphine Larivi{\`{e}}re and Daniel Blankenberg and Pratik D. Jagtap and Thomas Wollmann and Anthony Bretaudeau and Nadia Gou{\'{e}} and Timothy J. Griffin and Coline Royaux and Yvan Le Bras and Subina Mehta and Anna Syme and Frederik Coppens and Bert Droesbeke and Nicola Soranzo and Wendi Bacon and Fotis Psomopoulos and Crist{\'{o}}bal Gallardo-Alba and John Davis and Melanie Christine Föll and Matthias Fahrner and Maria A. Doyle and Beatriz Serrano-Solano and Anne Claire Fouilloux and Peter van Heusden and Wolfgang Maier and Dave Clements and Florian Heyl and Björn Grüning and B{\'{e}}r{\'{e}}nice Batut and},
editor = {Francis Ouellette},
title = {Galaxy Training: A powerful framework for teaching!},
journal = {PLoS Comput Biol} Computational Biology}
journal = {PLoS Comput Biol}
}
</code>
</pre></div></div>
Expand Down

0 comments on commit 999dd17

Please sign in to comment.