Skip to content

Commit

Permalink
Merge pull request #165 from nomadscientist/sc-lab-updates
Browse files Browse the repository at this point in the history
Single-Cell lab updates
  • Loading branch information
bebatut authored Sep 27, 2024
2 parents ae5513d + b5172d7 commit 2d9eba9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 119 deletions.
4 changes: 4 additions & 0 deletions communities/spoc/subdomain/tool_panel/tool_panel_view.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,7 @@ items:
id: interactive_tool_rstudio
- type: tool
id: toolshed.g2.bx.psu.edu/repos/ebi-gxa/ucsc_cell_browser/ucsc_cell_browser
- type: tool
id: interactive_tool_cellxgene
- type: tool
id: interactive_tool_isee
129 changes: 10 additions & 119 deletions communities/spoc/subdomain/usegalaxy.org.au/templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,119 +1,10 @@
<footer>
<div class="container logo">
<div class="text-center">
<a href="https://www.biocommons.org.au" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/au-biocommons.png" target="_blank">
</a>

<a href="https://www.qcif.edu.au" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/qcif.png" target="_blank">
</a>

<a href="https://www.melbournebioinformatics.org.au" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/unimelb-2.svg" target="_blank">
</a>

<a href="https://www.aarnet.edu.au" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/aarnet.png" target="_blank">
</a>
</div>

<div class="text-center second">
<a href="https://www.uq.edu.au" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/uq-grayscale.png" target="_blank">
</a>

<a href="https://ardc.edu.au" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/ardc-grayscale.png" target="_blank">
</a>

<a href="https://bioplatforms.com" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/bpa-grayscale.png" target="_blank">
</a>

<a href="https://nci.org.au" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/nci-grayscale.png" target="_blank">
</a>

<a href="https://pawsey.org.au" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/pawsey-grayscale.png" target="_blank">
</a>

<a href="https://www.dese.gov.au/ncris" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/ncris-grayscale.png" target="_blank">
</a>

<a href="https://www.qld.gov.au" target="_blank">
<img src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/qld-gov.png" target="_blank">
</a>
</div>
</div>


<div class="container links">
<hr>
<div class="row" id="footer-links-row">
<div class="col" id="footer-galaxy-logo">
<a href="/">
<img
src="https://raw.githubusercontent.com/usegalaxy-au/galaxy-media-site/dev/webapp/home/static/logos/footer/galaxy-black.svg"
alt="Galaxy logo black"
>
</a>
</div>

<div class="col-6">
<h6>SITE LINKS</h6>
<div class="row" id="footer-site-links">
<div class="col-md-6">
<small>
<a href="/request">Support</a> <br>
<a href="/about#acknowledgement-statement">Acknowledging Galaxy Australia</a> <br>
<a href="/about#feature-catalogue">Feature catalogue</a> <br>
<a href="/about#terms-of-service">Terms and conditions</a>
</small>
</div>

<div class="col-md-6">
<small>
<a href="/about#data-privacy">Privacy and data collection</a> <br>
<a href="/about#acceptable-use">Acceptable use</a> <br>
<a href="/about#service-levels">Service levels</a>
</small>
</div>
</div>
</div>

<div class="col-6">
<div class="row">
<div class="col-md-6">
<h6>ACKNOWLEDGEMENTS</h6>
<p class="tight">
<small>
We acknowledge and pay respect to the Elders and Traditional Owners
of the lands on which our partner organisations stand.
</small>
</p>
</div>

<div class="col-md-6">
<h6>CONNECT</h6>
<p>
<a href="mailto:help@genome.edu.au">
<i class="fas fa-envelope"></i>
</a>

<a href="https://github.com/usegalaxy-au" target="_blank">
<i class="fab fa-github"></i>
</a>

<a href="https://twitter.com/galaxyaustralia" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<iframe id="footerIframe" style="width: 100%;" src="http://site.usegalaxy.org.au/embed/home/snippets/footer.html"></iframe>
<script>
// Dynamically resize the iframe based on the content height
window.addEventListener("message", function(event) {
const iframe = document.getElementById('footerIframe');
const height = event.data.height + 'px';
console.log('Set footer height:', height);
iframe.style.height = height;
}, false);
</script>

0 comments on commit 2d9eba9

Please sign in to comment.