diff options
author | lltommy | 2020-11-14 18:51:42 +0100 |
---|---|---|
committer | lltommy | 2020-11-14 18:51:42 +0100 |
commit | 5867eb6953e2e6564eb79d6f824952ce0bf2e28b (patch) | |
tree | 7ac0debba0479f309a4653075159f230eb925268 /bh20simplewebuploader/templates | |
parent | 82f0aa6e3183e759a61a873826ab9da7b6e12468 (diff) | |
download | bh20-seq-resource-5867eb6953e2e6564eb79d6f824952ce0bf2e28b.tar.gz bh20-seq-resource-5867eb6953e2e6564eb79d6f824952ce0bf2e28b.tar.lz bh20-seq-resource-5867eb6953e2e6564eb79d6f824952ce0bf2e28b.zip |
SPARQL playground: additional examples
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/demo.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/bh20simplewebuploader/templates/demo.html b/bh20simplewebuploader/templates/demo.html index 742185b..dc6281d 100644 --- a/bh20simplewebuploader/templates/demo.html +++ b/bh20simplewebuploader/templates/demo.html @@ -21,17 +21,23 @@ <section class="search-section"> <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="demoFetchSEQCountByLocation()">Count by location</button> + <button class="button" onclick="demoGetSEQCountbytech()">Count by sequencer</button> + <button class="button" onclick="demoGetSeqIllumina()">Sequences done with Illumina iSeq 100</button> <button class="button" onclick="demoFetchInstitutesPublications()">Get list of publications</button> + <button class="button" onclick="demoGetSeqWithStrain()">Sequences and their virus_strain</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="demoGetAuthors()">Get authors</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="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="demoGetContinentSpecimentSeqCount()">Sequence count by continent/specimen_source</button> + + + <!-- <button class="button" onclick="fetchAllaccessions()">Show All accessions</button> <button class="button" onclick="fetchSEQCountbyContinent()">Count by Continent</button>--> |