Skip to content

Commit

Permalink
conclusion_extra for EU
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Jul 8, 2024
1 parent 2746a54 commit 955cd02
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 9 deletions.
4 changes: 2 additions & 2 deletions subdomains/singlecell/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ root_domain: usegalaxy.org.au
# This will enable a feedback form on the webpage:
# feedback_email: [email protected]

support_url: https://help.usegalaxy.org.au
support_url: https://help.galaxyproject.org
help_links:
- title: "Single Cell community help forum"
url: "https://usegalaxy-eu.github.io/scrna"
Expand All @@ -34,7 +34,7 @@ help_links:
url: "https://matrix.to/#/#usegalaxy-eu_Lobby:gitter.im"
- title: "Usegalaxy.org chat"
url: "https://matrix.to/#/#galaxyproject_Lobby:gitter.im"

conclusion_extra_md: ""

# -----------------------------------------------------------------------------
# Custom content relative to this file URL
Expand Down
13 changes: 12 additions & 1 deletion subdomains/singlecell/templates/conclusion.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% load markdown %}

<section class="my-5">
{% if help_links %}
<h4 class="mb-3">Community support for {{ nationality }} Single Cell and Spatial Omics research</h4>
<h4 class="mb-3">Single Cell and Spatial Omics community support</h4>
<ul>
{% for link in help_links %}
<li>
Expand All @@ -11,6 +13,7 @@ <h4 class="mb-3">Community support for {{ nationality }} Single Cell and Spatial
{% endif %}
</section>

{% if feedback_email %}
<section class="my-5">
<h4 class="my-3">What do you think of the {{ lab_name }}?</h4>
<button
Expand All @@ -21,8 +24,16 @@ <h4 class="my-3">What do you think of the {{ lab_name }}?</h4>
Give feedback
</button>
</section>
{% endif %}


<!-- CONTRIBUTORS -->


<section id="conclusionExtra">
{{ conclusion_extra_md|safe }}
</section>

<div class="modal fade" id="feedbackModal" tabindex="-1">
<div class="modal-dialog modal-lg">
<div class="modal-content">
Expand Down
16 changes: 11 additions & 5 deletions subdomains/singlecell/usegalaxy.eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ galaxy_base_url: https://singlecell.usegalaxy.eu
subdomain: singlecell
root_domain: usegalaxy.eu

# More variables here...
support_url: https://help.galaxyproject.org/
# This will enable a feedback form on the webpage:
# feedback_email: help@mygalaxy.org

ask_for_help:
support_url: https://help.galaxyproject.org/
help_links:
- title: "Single Cell community help forum"
url: "https://usegalaxy-eu.github.io/scrna"
- title: "General Galaxy help forum"
Expand All @@ -33,15 +34,20 @@ ask_for_help:
url: "https://matrix.to/#/#usegalaxy-eu_Lobby:gitter.im"
- title: "Usegalaxy.org chat"
url: "https://matrix.to/#/#galaxyproject_Lobby:gitter.im"
conclusion_extra_md: >
{% markdown_from_url 'https://raw.githubusercontent.com/galaxyproject/galaxy-hub/master/content/eu/common/data-policy.md' %}
<section>
<iframe style="border: 0px" width="100%" height="150px" src="https://stats.galaxyproject.eu/d-solo/000000034/jobs-dashboard?orgId=1&amp;refresh=1m&amp;panelId=1"></iframe>
</section>
# -----------------------------------------------------------------------------
# Custom content relative to this file URL

header_logo: static/logo_single_cell.svg
custom_css: static/custom.css
custom_css: usegalaxy.eu/static/custom.css
intro_md: templates/intro.html
conclusion_md: templates/conclusion.html
footer_md: templates/footer.html
footer_md: usegalaxy.eu/templates/footer.html


# Data (Tools, Workflows etc.) to be rendered into sections/tabs/accordion elements.
Expand Down
4 changes: 4 additions & 0 deletions subdomains/singlecell/usegalaxy.org.au.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ galaxy_base_url: https://singlecell.usegalaxy.org.au
subdomain: singlecell
root_domain: usegalaxy.org.au

# This will enable a feedback form on the webpage:
feedback_email: [email protected]

# More variables for MD/HTML templating
support_url: https://site.usegalaxy.org.au/request
help_links:
Expand All @@ -30,6 +33,7 @@ help_links:
url: "https://matrix.to/#/#Galaxy-Training-Network_Lobby:gitter.im"
- title: "Usegalaxy.org chat"
url: "https://matrix.to/#/#galaxyproject_Lobby:gitter.im"
# conclusion_extra_md: ""

# -----------------------------------------------------------------------------
# Custom content relative to this file URL
Expand Down
5 changes: 4 additions & 1 deletion subdomains/singlecell/usegalaxy.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ galaxy_base_url: https://singlecell.usegalaxy.org
subdomain: singlecell
root_domain: usegalaxy.org

# More variables here...
# This will enable a feedback form on the webpage:
# feedback_email: [email protected]

support_url: https://help.galaxyproject.org/
help_links:
- title: "Galaxy AU support"
Expand All @@ -32,6 +34,7 @@ help_links:
url: "https://matrix.to/#/#Galaxy-Training-Network_Lobby:gitter.im"
- title: "Usegalaxy.org chat"
url: "https://matrix.to/#/#galaxyproject_Lobby:gitter.im"
# conclusion_extra_md: ""

# -----------------------------------------------------------------------------
# Custom content relative to this file URL
Expand Down

0 comments on commit 955cd02

Please sign in to comment.