-
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
9a28a37
commit 6c1e59f
Showing
7 changed files
with
35 additions
and
12 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 |
---|---|---|
|
@@ -107,6 +107,7 @@ $(document).ready(function() | |
<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><a href="#contact" data-toggle="tab">Contact</a></li> | ||
</ul> | ||
</div> | ||
|
@@ -116,9 +117,7 @@ $(document).ready(function() | |
<p>Click | ||
<a target="_blank" href="http://genesis.ugent.be/uvpublicdata/Tabloid_Proteome/TabloidProteome1.2_documentation.pdf">here </a> | ||
for documentation (pdf)</p> | ||
<p>Click | ||
<a target="_blank" href="http://iomics.ugent.be/tabloidproteome/tabloidApi.html">here </a> | ||
for api information</p> | ||
|
||
<div> | ||
<h3>Frequently Asked Questions</h3> | ||
<div class="panel panel-default"> | ||
|
@@ -192,6 +191,15 @@ $(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> | ||
<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 | ||
<a target="_blank" href="http://iomics.ugent.be/tabloidproteome/tabloidApi.html">here </a> | ||
for api information</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>Surya Gupta <a href="mailto:[email protected]" style="text-decoration: underline;">[email protected]</a></p> | ||
|
@@ -260,6 +268,7 @@ $(document).ready(function() | |
<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"><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
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