-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
73 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
{% include 'home/snippets/header-cards.html' %} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +0,0 @@ | ||
<iframe id="footerIframe" style="width: 100%;" src="https://site.usegalaxy.org.au/embed/home/snippets/footer.html"></iframe> | ||
<script> | ||
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> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This content extends base.yml | ||
|
||
# Request this on site.usegalaxy.org.au with: | ||
# https://site.usegalaxy.org.au/lab/export?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/subdomains/proteomics/usegalaxy.org.au.yml | ||
|
||
# Check out the documentation for building exported labs: | ||
# https://site.usegalaxy.org.au/lab/export | ||
|
||
# Use these variables in HTML templates like: | ||
# "Welcome to the Galaxy {{ site_name }} {{ lab_name }}" | ||
# To make the content more generic and reusable across sites | ||
site_name: Australia | ||
lab_name: Proteomics Lab | ||
nationality: Australian | ||
galaxy_base_url: https://proteomics.usegalaxy.org.au # Use for rendering tool/workflow URLs. Trailing '/' will be removed. | ||
subdomain: proteomics | ||
root_domain: usegalaxy.org.au | ||
feedback_email: [email protected] | ||
|
||
# Custom content relative to this file URL | ||
conclusion_md: usegalaxy.org.au/templates/conclusion.html | ||
footer_md: usegalaxy.org.au/templates/footer.html | ||
|
||
shared_histories: | ||
- url: https://usegalaxy.org.au/u/mike/h/lfq-and-tmt | ||
label_html: > | ||
Demo data for LFQanalyst and TMTanalyst. | ||
- url: https://usegalaxy.org.au/u/johan/h/maxquant-and-msstats-for-the-analysis-of-label-free-data-1 | ||
label_html: > | ||
Example data provided for the "MaxQuant and MSstats for the analysis of | ||
label-free data" Galaxy Training Network (GTN) tutorial, which is available | ||
<a href="https://gxy.io/GTN:T00219">here</a>. |
1 change: 1 addition & 0 deletions
1
subdomains/proteomics/usegalaxy.org.au/templates/conclusion.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{% include 'home/snippets/header-cards.html' %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<iframe id="footerIframe" style="width: 100%;" src="https://site.usegalaxy.org.au/embed/home/snippets/footer.html"></iframe> | ||
<script> | ||
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> |