Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/home/static/home/img/footer/aarnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/home/static/home/img/footer/ardc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/home/static/home/img/footer/pawsynew.png
Binary file not shown.
Binary file added app/home/static/home/img/footer/uq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 12 additions & 9 deletions app/home/templates/home/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,30 @@ <h3>How to cite the Apollo Service</h3>
<section>
<p>
The Apollo Service is a
<a href="https://genomearchitect.readthedocs.io/en/latest/index.html">
<a href="https://genomearchitect.readthedocs.io/en/latest/index.html" target="_blank">
workbench
</a>
for visualising, manipulating, analysing and interpreting life science data
(specifically genome assemblies and genome annotations, and enabling the
manual curation of genome annotations).
<a href="https://www.biocommons.org.au/">Australian BioCommons</a>
<a href="https://www.biocommons.org.au/" target="_blank">Australian BioCommons</a>
(hosted by
<a href="https://www.unimelb.edu.au/">the University of Melbourne</a>)
<a href="https://www.unimelb.edu.au/" target="_blank">The University of Melbourne</a>)
operates the
<a href="/">Australian Apollo Service</a>
and Apollo Portal in collaboration with
<a href="https://www.qcif.edu.au/">Queensland Cyber Infrastructure Foundation (QCIF)</a>
<a href="https://www.qcif.edu.au/" target="_blank">QCIF</a>
and
<a href="https://www.uq.edu.au/" target="_blank">The University of Queensland</a>
with investment from
<a href="https://bioplatforms.com/">Bioplatforms Australia</a>,
<a href="https://bioplatforms.com/" target="_blank">Bioplatforms Australia</a>,
and the
<a href=" https://science.des.qld.gov.au/funding/ricf">
Queensland Government's Research Infrastructure Co-investment Fund (RICF)
</a>.
<a href=" https://science.des.qld.gov.au/funding/ricf" target="_blank">
Queensland Government's Research Infrastructure Co-investment Fund (RICF)</a>.
The Service is underpinned by computational resources provided by the
<a href="https://pawsey.org.au/">Pawsey Supercomputing Research Centre</a>.
<a href="https://ardc.edu.au/services/ardc-nectar-research-cloud/" target="_blank">ARDC Nectar Research Cloud</a>
hosted by
<a href="https://www.aarnet.edu.au/" target="_blank">AARNET</a>.
</p>
</section>
</div>
Expand Down
22 changes: 17 additions & 5 deletions app/home/templates/home/snippets/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,25 @@
<div class="row justify-content-center">
<div class="logo">
<a href="https://www.biocommons.org.au/" target="_blank">
<img alt="Australian BioCommons" src="{% static 'home/img/footer/Australian-Biocommons-Logo-Horizontal-RGB_no-padding.png' %}">
<img alt="Australian BioCommons logo" src="{% static 'home/img/footer/Australian-Biocommons-Logo-Horizontal-RGB_no-padding.png' %}">
</a>
</div>

<div class="logo">
<a href="https://bioplatforms.com/" target="_blank">
<img alt="Bioplatforms Australia" src="{% static 'home/img/footer/bioplatforms-audtralia-logo.png' %}">
<img alt="Bioplatforms Australia logo" src="{% static 'home/img/footer/bioplatforms-australia-logo.png' %}">
</a>
</div>

<div class="logo">
<a href="https://pawsey.org.au/" target="_blank">
<img alt="pawsy computing" src="{% static 'home/img/footer/pawsynew.png' %}">
<a href="https://ardc.edu.au/" target="_blank">
<img alt="ARDC logo" src="{% static 'home/img/footer/ardc.svg' %}">
</a>
</div>

<div class="logo">
<a href="https://www.aarnet.edu.au/" target="_blank">
<img alt="AARNet logo" src="{% static 'home/img/footer/aarnet.png' %}">
</a>
</div>

Expand All @@ -28,9 +34,15 @@
</a>
</div>

<div class="logo">
<a href="https://www.uq.edu.au" target="_blank">
<img alt="University of Queensland logo" src="{% static 'home/img/footer/uq.png' %}" />
</a>
</div>

<div class="logo">
<a href="https://www.qld.gov.au/" target="_blank">
<img alt="Queensland Government" src="{% static 'home/img/footer/logo-qg-print.png' %}">
<img alt="Queensland Government logo" src="{% static 'home/img/footer/logo-qg-print.png' %}">
</a>
</div>

Expand Down