-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
6c1e59f
commit 464d6f3
Showing
23 changed files
with
669 additions
and
70 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
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
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 |
---|---|---|
|
@@ -106,18 +106,14 @@ $(document).ready(function() | |
<h2>Help</h2> | ||
<div class="col-sm-3"> | ||
<ul class="nav nav-pills brand-pills nav-stacked"> | ||
<li class="active"><a href="#documentation" data-toggle="tab">Documentation</a></li> | ||
<li><a href="#sourceCode" data-toggle="tab">Source Code & Api</a></li> | ||
<li class="active"><a href="#faq" data-toggle="tab">FAQ</a></li> | ||
<li><a href="#userGuide" data-toggle="tab">User Guide</a></li> | ||
<li><a href="#contact" data-toggle="tab">Contact</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-sm-9"> | ||
<div class="tab-content" id="tabs"> | ||
<div class="tab-pane active" id="documentation"> | ||
<p>Click | ||
<a target="_blank" href="http://genesis.ugent.be/uvpublicdata/Tabloid_Proteome/TabloidProteome1.2_documentation.pdf">here </a> | ||
for documentation (pdf)</p> | ||
|
||
<div class="tab-pane active" id="faq"> | ||
<div> | ||
<h3>Frequently Asked Questions</h3> | ||
<div class="panel panel-default"> | ||
|
@@ -191,17 +187,26 @@ $(document).ready(function() | |
</div> | ||
</div> | ||
</div> | ||
<div class="tab-pane" id="sourceCode"> | ||
<p>Source code is available on | ||
<a target="_blank" href="https://github.com/compomics/tabloidProteome">GitHub</a> | ||
</p> | ||
<div class="tab-pane" id="userGuide"> | ||
<h3>Documentation</h3> | ||
<p>You can find documentation (pdf) link | ||
<a target="_blank" href="http://genesis.ugent.be/uvpublicdata/Tabloid_Proteome/TabloidProteome1.3_documentation.pdf">here </a>.</p> | ||
<h3>API</h3> | ||
<p>Tabloid Proteome provides REST (Representational State Transfer) API which enables you to get the data without using the graphical user interface of the web page. | ||
This can be used to programmatically access some information without downloading entire dataset. Please click | ||
This can be used to programmatically access some information without downloading entire dataset. </p> | ||
<br/> | ||
<p>Please click | ||
<a target="_blank" href="http://iomics.ugent.be/tabloidproteome/tabloidApi.html">here </a> | ||
for api information</p> | ||
for api information.</p> | ||
<p><a target="_blank" href="http://genesis.ugent.be/uvpublicdata/Tabloid_Proteome/access_for_API.txt">Here </a> you can see an example of using RESTful web services for | ||
Python and Java.</p> | ||
<h3>Developer Guide</h3> | ||
<p>Source code is available on | ||
<a target="_blank" href="https://github.com/compomics/tabloidProteome">GitHub</a>. | ||
</p> | ||
</div> | ||
<div class="tab-pane" id="contact"> | ||
<p>For any further questions, feedback or suggestions, you can send mail to one of the following person:</p> | ||
<p>For any further questions, feedback or suggestions, you can send mail to one of the following persons:</p> | ||
<p>Surya Gupta <a href="mailto:[email protected]" style="text-decoration: underline;">[email protected]</a></p> | ||
<p>Demet Turan <a href="mailto:[email protected]" style="text-decoration: underline;">[email protected]</a></p> | ||
<p>Lennart Martens <a href="mailto:[email protected]" style="text-decoration: underline;">[email protected]</a></p> | ||
|
@@ -267,8 +272,8 @@ $(document).ready(function() | |
</div> | ||
<div class="col-sm-1"> | ||
<p class="credit" style="margin-bottom: 15px;"><a href="/tabloidproteome/help.xhtml" class="text-muted">Help</a></p> | ||
<p class="credit" style="margin-bottom: 15px;"><a href="/tabloidproteome/help.xhtml#documentation" class="text-sub">Documentation</a></p> | ||
<p class="credit" style="margin-bottom: 15px;"><a href="/tabloidproteome/help.xhtml#sourceCode" class="text-sub">Source Code & Api</a></p> | ||
<p class="credit" style="margin-bottom: 15px;"><a href="/tabloidproteome/help.xhtml#faq" class="text-sub">FAQ</a></p> | ||
<p class="credit" style="margin-bottom: 15px;"><a href="/tabloidproteome/help.xhtml#userGuide" class="text-sub">User Guide</a></p> | ||
<p class="credit"><a href="/tabloidproteome/help.xhtml#contact" class="text-sub">Contact</a></p> | ||
</div> | ||
</div> | ||
|
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
Oops, something went wrong.