-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathconclusion.html
More file actions
53 lines (46 loc) · 1.59 KB
/
Copy pathconclusion.html
File metadata and controls
53 lines (46 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{% load markdown %}
<!-- <section class="my-5">
{% if help_links %}
<h4 class="mb-3">{{ lab_name }} community support</h4>
<ul>
{% for link in help_links %}
<li>
<a href="{{ link.url }}" target="_blank">{{ link.title }}</a>
</li>
{% endfor %}
</ul>
{% endif %}
</section>
<section>
<h4 class="mb-3">News and Events</h4>
<div class="row justify-content-center">
<div class="col">
<iframe width="400px" height="600px" src="https://training.galaxyproject.org/training-material/topics/microbiome/feed.w.xml"></iframe>
</div>
<div class="col">
<iframe width="400px" height="600px" src="https://training.galaxyproject.org/training-material/feeds/microbiome-month.w.xml"></iframe>
</div>
</div>
</section> -->
{% if feedback_email %}
<section class="my-5">
<h4 class="my-3">What do you think of the {{ lab_name }}?</h4>
<button
class="ga-btn"
data-bs-toggle="modal"
data-bs-target="#feedbackModal"
>
Give feedback
</button>
</section>
{% endif %}
<section class="my-5">
<h4 class="mb-3">Cite Us</h4>
</section>
<section class="my-5">
If you find the {{ lab_name }} Lab and the effort of the {{ lab_name }} community useful for your research, please cite us using this webpage.
<!-- If you find the {{ lab_name }} Lab and the effort of the {{ lab_name }} community useful for your research, please cite us using our <a href="https://www.biorxiv.org/content/10.1101/2024.12.23.629682v1" target="_blank" rel="noopener noreferrer">preprint</a>-->
</section>
<section id="conclusionExtra">
{{ conclusion_extra_md|safe }}
</section>