Skip to content

Commit 697ded4

Browse files
authored
Merge pull request #43 from AU-Biocommons/add-uq-partner
Update partners and logos
2 parents d915d54 + eadf42f commit 697ded4

7 files changed

Lines changed: 30 additions & 14 deletions

File tree

4.47 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading

app/home/static/home/img/footer/bioplatforms-audtralia-logo.png renamed to app/home/static/home/img/footer/bioplatforms-australia-logo.png

File renamed without changes.
-12.6 KB
Binary file not shown.
7.93 KB
Loading

app/home/templates/home/about.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,30 @@ <h3>How to cite the Apollo Service</h3>
1919
<section>
2020
<p>
2121
The Apollo Service is a
22-
<a href="https://genomearchitect.readthedocs.io/en/latest/index.html">
22+
<a href="https://genomearchitect.readthedocs.io/en/latest/index.html" target="_blank">
2323
workbench
2424
</a>
2525
for visualising, manipulating, analysing and interpreting life science data
2626
(specifically genome assemblies and genome annotations, and enabling the
2727
manual curation of genome annotations).
28-
<a href="https://www.biocommons.org.au/">Australian BioCommons</a>
28+
<a href="https://www.biocommons.org.au/" target="_blank">Australian BioCommons</a>
2929
(hosted by
30-
<a href="https://www.unimelb.edu.au/">the University of Melbourne</a>)
30+
<a href="https://www.unimelb.edu.au/" target="_blank">The University of Melbourne</a>)
3131
operates the
3232
<a href="/">Australian Apollo Service</a>
3333
and Apollo Portal in collaboration with
34-
<a href="https://www.qcif.edu.au/">Queensland Cyber Infrastructure Foundation (QCIF)</a>
34+
<a href="https://www.qcif.edu.au/" target="_blank">QCIF</a>
35+
and
36+
<a href="https://www.uq.edu.au/" target="_blank">The University of Queensland</a>
3537
with investment from
36-
<a href="https://bioplatforms.com/">Bioplatforms Australia</a>,
38+
<a href="https://bioplatforms.com/" target="_blank">Bioplatforms Australia</a>,
3739
and the
38-
<a href=" https://science.des.qld.gov.au/funding/ricf">
39-
Queensland Government's Research Infrastructure Co-investment Fund (RICF)
40-
</a>.
40+
<a href=" https://science.des.qld.gov.au/funding/ricf" target="_blank">
41+
Queensland Government's Research Infrastructure Co-investment Fund (RICF)</a>.
4142
The Service is underpinned by computational resources provided by the
42-
<a href="https://pawsey.org.au/">Pawsey Supercomputing Research Centre</a>.
43+
<a href="https://ardc.edu.au/services/ardc-nectar-research-cloud/" target="_blank">ARDC Nectar Research Cloud</a>
44+
hosted by
45+
<a href="https://www.aarnet.edu.au/" target="_blank">AARNET</a>.
4346
</p>
4447
</section>
4548
</div>

app/home/templates/home/snippets/footer.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,25 @@
66
<div class="row justify-content-center">
77
<div class="logo">
88
<a href="https://www.biocommons.org.au/" target="_blank">
9-
<img alt="Australian BioCommons" src="{% static 'home/img/footer/Australian-Biocommons-Logo-Horizontal-RGB_no-padding.png' %}">
9+
<img alt="Australian BioCommons logo" src="{% static 'home/img/footer/Australian-Biocommons-Logo-Horizontal-RGB_no-padding.png' %}">
1010
</a>
1111
</div>
1212

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

1919
<div class="logo">
20-
<a href="https://pawsey.org.au/" target="_blank">
21-
<img alt="pawsy computing" src="{% static 'home/img/footer/pawsynew.png' %}">
20+
<a href="https://ardc.edu.au/" target="_blank">
21+
<img alt="ARDC logo" src="{% static 'home/img/footer/ardc.svg' %}">
22+
</a>
23+
</div>
24+
25+
<div class="logo">
26+
<a href="https://www.aarnet.edu.au/" target="_blank">
27+
<img alt="AARNet logo" src="{% static 'home/img/footer/aarnet.png' %}">
2228
</a>
2329
</div>
2430

@@ -28,9 +34,15 @@
2834
</a>
2935
</div>
3036

37+
<div class="logo">
38+
<a href="https://www.uq.edu.au" target="_blank">
39+
<img alt="University of Queensland logo" src="{% static 'home/img/footer/uq.png' %}" />
40+
</a>
41+
</div>
42+
3143
<div class="logo">
3244
<a href="https://www.qld.gov.au/" target="_blank">
33-
<img alt="Queensland Government" src="{% static 'home/img/footer/logo-qg-print.png' %}">
45+
<img alt="Queensland Government logo" src="{% static 'home/img/footer/logo-qg-print.png' %}">
3446
</a>
3547
</div>
3648

0 commit comments

Comments
 (0)