aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/demo.html
diff options
context:
space:
mode:
authorlltommy2020-11-14 16:39:40 +0100
committerlltommy2020-11-14 16:39:40 +0100
commit82f0aa6e3183e759a61a873826ab9da7b6e12468 (patch)
treef921c4d4e4d37fce028950976792ccd2cbcc184c /bh20simplewebuploader/templates/demo.html
parentee8424f4c8a06ab37ada1c17039e5a36289587b8 (diff)
downloadbh20-seq-resource-82f0aa6e3183e759a61a873826ab9da7b6e12468.tar.gz
bh20-seq-resource-82f0aa6e3183e759a61a873826ab9da7b6e12468.tar.lz
bh20-seq-resource-82f0aa6e3183e759a61a873826ab9da7b6e12468.zip
SPARQLplayground: Adding additional example
Diffstat (limited to 'bh20simplewebuploader/templates/demo.html')
-rw-r--r--bh20simplewebuploader/templates/demo.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/bh20simplewebuploader/templates/demo.html b/bh20simplewebuploader/templates/demo.html
index 393548c..742185b 100644
--- a/bh20simplewebuploader/templates/demo.html
+++ b/bh20simplewebuploader/templates/demo.html
@@ -19,22 +19,19 @@
-->
<section class="search-section">
- <div class="filter-options" action="#">
+ <div id="playgroundButtonBox" class="filter-options" action="#">
<div>
<button class="button" onclick="demoFetchSEQCountByLocation()">Count by Location</button>
<button class="button" onclick="demoGetSEQCountbytech()">Count by Sequencer</button>
<button class="button" onclick="demoFetchInstitutesPublications()">Get list of publications</button>
<button class="button" onclick="demoFetchSEQCountBySpecimen()">Count by Specimen source</button>
<button class="button" onclick="demoGetSEQCountbytechContinent()">Sequence Technologies used by continent</button>
- <button class="button" onclick="demoGetNYsamples()">Get all NY samples</button>
<button class="button" onclick="demoGetAuthors()">Get authors</button>
- <button class="button" onclick="demoGetSequencePerDate()">Show Sequences by collection date</button>
<button class="button" onclick="demoGetLocationGps()">Locations and their GPS</button>
-
-
+ <button class="button" onclick="demoGetSequencePerDate()">Show Sequences by collection date</button>
<button class="button" onclick="demoGetSouthAmericaSeq()">List sequences from South America</button>
-
-
+ <button class="button" onclick="demoGetSeqByAgeGender()">Get Sequence by age and gender</button>
+ <button class="button" onclick="demoGetNYsamples()">Get all NY samples</button>
<!-- <button class="button" onclick="fetchAllaccessions()">Show All accessions</button>
<button class="button" onclick="fetchSEQCountbyContinent()">Count by Continent</button>-->