Skip to content

Commit

Permalink
Merge pull request #31 from AU-Biocommons/update-citation
Browse files Browse the repository at this point in the history
Update citations text
  • Loading branch information
neoformit authored Apr 16, 2024
2 parents e71aa50 + 376c8fb commit 36e8e41
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
23 changes: 8 additions & 15 deletions app/home/templates/home/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@

{% block content %}
<div class="container">
<h1>About the Apollo Service</h1>
<h1>About the Australian Apollo Service</h1>

<section>
<h3>How to cite the Apollo Service</h3>
{% include 'home/snippets/citation.html' %}
</section>

<hr>

<section>
<p>
Expand Down Expand Up @@ -37,20 +44,6 @@ <h1>About the Apollo Service</h1>
The Service is underpinned by computational resources provided by the
<a href="https://pawsey.org.au/">Pawsey Supercomputing Research Centre</a>.
</p>

<p>
When papers acknowledge the Australian Apollo Service, they support
continued research infrastructure investments by institutions and
governments. When you use the Australian Apollo Service to support your
publication or project, please cite its use using the following
acknowledgement statement and web address:
</p>

<blockquote>
This work was supported by the Australian Apollo Service
https://apollo-portal.genome.edu.au/ provided by the Australian BioCommons
and Operational Partners.
</blockquote>
</section>
</div>
{% endblock %}
11 changes: 5 additions & 6 deletions app/home/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ <h1 class="mb-5">Australian Apollo Service</h1>
<p>
Apollo is web-browser accessible system facilitating real-time collaborative curation and genome annotation editing. We provide a hosted Apollo Portal where your genome assembly and supporting evidence files can be hosted, and all the system administration is taken care of, so you and your team can focus on the annotation curation itself. Apollo Portal is free to use for Australian-based research groups and research consortia and is resourced to support genomes of any size. Sign up for an account to start using Apollo Portal.
</p>
<p>
When papers acknowledge the Australian Apollo Service, they support continued research infrastructure investments by institutions and governments. When you use the Australian Apollo Service to support your publication or project, please cite its use with the following acknowledgement statement and web address:
</p>
<blockquote>
This work was supported by the Australian Apollo Service https://apollo-portal.genome.edu.au/ provided by the Australian BioCommons and Operational Partners.
</blockquote>

<div class="my-5">
<h3>How to cite the Apollo Service</h3>
{% include 'home/snippets/citation.html' %}
</div>
</div>
</section>

Expand Down
6 changes: 6 additions & 0 deletions app/home/templates/home/snippets/citation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<p>
When papers acknowledge the Australian Apollo Service, they support continued research infrastructure investments by institutions and governments. When you use the Australian Apollo Service to support your publication or project, please cite its use with the following acknowledgement statement and web address:
</p>
<blockquote>
This work was supported by the Australian Apollo Service https://apollo-portal.genome.edu.au/ provided by the Australian BioCommons and Operational Partners.
</blockquote>
1 change: 1 addition & 0 deletions app/home/templates/home/snippets/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<a class="dropdown-item" href="/resources/start">Getting started</a>
<a class="dropdown-item" href="/resources/documentation">User documentation</a>
<a class="dropdown-item" href="/resources/training">Training, tutorials and other resources</a>
<a class="dropdown-item" href="/about">Citation</a>
<a class="dropdown-item" href="/resources/faqs">FAQs</a>
<a class="dropdown-item" href="/resources/video">Video resources</a>
<a class="dropdown-item" href="/resources/terms">Terms of use</a>
Expand Down

0 comments on commit 36e8e41

Please sign in to comment.