aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates
diff options
context:
space:
mode:
authorPjotr Prins2020-07-19 10:47:07 +0100
committerPjotr Prins2020-07-19 10:47:07 +0100
commit60212ade3721cc9eebc976d65c973ab6b690bd3e (patch)
treea4903f688b59cc4e692a7617a8b9da41e736779e /bh20simplewebuploader/templates
parent7b2d388dbed11384c6a388a5437cca0b8f2914fd (diff)
downloadbh20-seq-resource-60212ade3721cc9eebc976d65c973ab6b690bd3e.tar.gz
bh20-seq-resource-60212ade3721cc9eebc976d65c973ab6b690bd3e.tar.lz
bh20-seq-resource-60212ade3721cc9eebc976d65c973ab6b690bd3e.zip
Search table
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r--bh20simplewebuploader/templates/export.html22
1 files changed, 17 insertions, 5 deletions
diff --git a/bh20simplewebuploader/templates/export.html b/bh20simplewebuploader/templates/export.html
index f105290..1f0d9b7 100644
--- a/bh20simplewebuploader/templates/export.html
+++ b/bh20simplewebuploader/templates/export.html
@@ -11,24 +11,36 @@
COVID-19 PubSeq allows for exporting forms and data for other
services.
+ <h2>SPARQL</h2>
+
+ <p>
+ First of all, PubSeq exports a SPARQL endpoint
+ <a href="http://sparql.genenetwork.org/sparql/">here</a> that allows
+ you do do any query on the data. See this
+ <a href="/blog?id=using-covid-19-pubseq-part1">document</a> for
+ examples.
+ </p>
+
<h2>Export EBI/ENA Forms</h2>
<p>
- Uploading data to EBI/ENA with PubSeq is described
- <a href="/blog?id=using-covid-19-pubseq-part6">here</a>.
- To export, first search for an uploaded entry through its
- identifier:
+ Uploading data to EBI/ENA with PubSeq is described
+ <a href="/blog?id=using-covid-19-pubseq-part6">here</a>. To
+ export, first search for an uploaded entry through its
+ identifier:
</p>
<div class="search">
<input id="search-input" type="search" placeholder="e.g. MT246484" required>
- <button class="button search-button" type="submit" onclick="searchGlobal()">
+ <button class="button search-button" type="submit" onclick="searchGlobaltoDIVTable()">
<span class="icon ion-search">
<span class="sr-only">Search</span>
</span>
</button>
</div>
+ <section id="table" />
+
</section>
{% include 'footer.html' %}