diff options
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>--> |