Skip to content

Commit b08aec3

Browse files
committed
Add tutorial link
1 parent 1ba0b6f commit b08aec3

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

src/pathme_viewer/templates/meta/about.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ <h3 class="panel-title">About</h3>
3636
</div>
3737
</div>
3838

39+
<div class="panel panel-default">
40+
<div class="panel-heading">
41+
<h3 class="panel-title">References</h3>
42+
</div>
43+
<div class="panel-body">
44+
<p>
45+
If you use PathMe in your work, please cite:
46+
</p>
47+
<p>
48+
Domingo-Fernandez <i>et al.</i>, 2019. <a href="https://doi.org/10.1101/451625"><b>PathMe: Merging
49+
and exploring mechanistic pathway knowledge.</b></a> bioRxiv 451625.
50+
</p>
51+
</div>
52+
</div>
53+
3954
<div class="panel panel-default">
4055
<div class="panel-heading">
4156
<h3 class="panel-title">References</h3>

src/pathme_viewer/templates/meta/help.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% import "bootstrap/fixes.html" as fixes %}
55
{% import "bootstrap/utils.html" as util %}
66

7-
{% block title %}About{% endblock %}
7+
{% block title %}Tutorial{% endblock %}
88

99
{% block scripts %}
1010
{{ super() }}
@@ -24,14 +24,14 @@
2424

2525
<div class="panel panel-default">
2626
<div class="panel-heading">
27-
<h3 class="panel-title"></h3>
27+
<h3 class="panel-title">Getting started</h3>
2828
</div>
2929
<div class="panel-body">
30-
<ul>
31-
<li>Video</li>
32-
<li>Walkthrough</li>
33-
<li>Link in the main page to help page</li>
34-
</ul>
30+
<p>A brief tutorial on how to get started with the <a href="https://vimeo.com/311893324">PathMe Viewer
31+
Tutorial</a>
32+
</p>
33+
<iframe src="https://player.vimeo.com/video/311893324" width="640" height="360" frameborder="0"
34+
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
3535
</div>
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)