Skip to content

Commit 4f5ba99

Browse files
authored
Merge pull request #2 from yamada-lab/develop
Addition of a help section on the functree explorer page
2 parents a1bcc37 + decea23 commit 4f5ba99

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

functree/templates/about.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2>{{title}}</h2>
1010
by Youssef Darzi (<a href="https://github.com/omixer" target="_blank">@omixer</a>), Yuta Yamate (<a href="https://github.com/yyuuta88" target="_blank">@yyuuta88</a>),
1111
and Takuji Yamada.
1212
</p>
13-
<p>Source code is available on <a href="https://github.com/yamada-lab/functree-ng" target="_blank">github</a></p>
13+
<p>Source code is available on <a href="https://github.com/yamada-lab/functree-ng" target="_blank">github.com/yamada-lab/functree-ng</a></p>
1414
</div>
1515
<h3>Publications</h3>
1616
<div>
@@ -25,6 +25,10 @@ <h3>Publications</h3>
2525
<hr />
2626
<h3>Change log</h3>
2727
<br />
28+
<h5>Version 0.7.6.1 (2019-01-18)</h5>
29+
<ul>
30+
<li>Addition of a help section on the functree explorer page, and improvement of the main documentation.
31+
</ul>
2832
<h5>Version 0.7.6 (2019-01-15)</h5>
2933
<ul>
3034
<li>Addition of a zoom control widget.

functree/templates/contact.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<h2>{{title}}</h2>
77
</div>
88
<p>For questions, feedback or a request of a new functional
9-
hierarchy please feel free to write us any time:</p>
9+
hierarchy please get it touch on <a href="https://github.com/yamada-lab/functree-ng" target="_blank">GitHub project page</a> or feel free to write us any time:</p>
1010
<ul class="list-unstyled">
11-
<li>Youssef Darzi: <a href="mailto:darzi.y.aa@m.titech.ac.jp">darzi.y.aa@m.titech.ac.jp</a>
1211
<li>Takuji Yamada: <a href="mailto:takuji@bio.titech.ac.jp">takuji@bio.titech.ac.jp</a>
1312
</ul>
1413
</div>

functree/templates/functree.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ <h6>Max depth of tree</h6>
9797
</div>
9898
</div>
9999
</form>
100+
<h5><i class="fa fa-question-circle" aria-hidden="true"></i> Help <a id="help" href="#help-content" data-toggle="collapse"><i class="fa fa-caret-down" aria-hidden="true"></i></a></h5>
101+
<div id="help-content" class="collapse">
102+
The actions below are available for exploring the tree:
103+
<ul>
104+
<li><b>Mouse gestures</b> enable zooming (middle button) and panning (click + drag)</li>
105+
<li><b>Click</b> on a node collapses or reveals its children nodes</li>
106+
<li><b>Right-click</b> on a node offers these options: set as root, view details, copy to clipboard, or view in KEGG.</li>
107+
</ul>
108+
</div>
109+
<hr>
100110
<form id="form-save-image" class="collapse in" action="{{ url_for('route_save_image') }}" method="POST" target="_blank">
101111
<input type="hidden" name="csrf_token" value="{{csrf_token()}}">
102112
<input type="hidden" name="svg" value="">

0 commit comments

Comments
 (0)