diff options
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/demo.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/bh20simplewebuploader/templates/demo.html b/bh20simplewebuploader/templates/demo.html index 75bc0e2..1edca00 100644 --- a/bh20simplewebuploader/templates/demo.html +++ b/bh20simplewebuploader/templates/demo.html @@ -1,13 +1,11 @@ <!DOCTYPE html> <html> {% include 'header.html' %} - {% include 'mapheader.html' %} <body> {% include 'banner.html' %} {% include 'menu.html' %} - <p>The Virtuoso database contains <span id="CounterDB"></span> public sequences!</p> - + <p>The Virtuoso database contains <span id="CounterDB"></span> public sequences! The examples here should provide a starting point to explore our data in our public <a href="http://sparql.genenetwork.org/sparql">SPARQL endpoint</a> or via <a href="https://covid-19-sparql.expasy.org/">SIB COVID-19 Integrated Knowledgebase</a>. See also our documentation <a href="http://127.0.0.1:5000/blog?id=using-covid-19-pubseq-part1">here</a> for more information!</p> <!-- <div class="search"> <input id="search-input" type="search" placeholder="FASTA uri" required> @@ -22,7 +20,6 @@ <section class="search-section"> <div class="filter-options" action="#"> - <p>[Demo] Display content sequences by: </p> <div> <button class="button" onclick="fetchSEQCountBySpecimen()">Count by Specimen source</button> <button class="button" onclick="fetchSEQCountByLocation()">Count by Location</button> @@ -37,9 +34,6 @@ <div id="loader" class="loader invisible"> </div> - <section id="map_view" class="map"> - <div id="mapid"></div> - </section> <section> <div id="table"></div> @@ -61,9 +55,6 @@ span.appendChild(txt); }); }); - - drawMap() - </script> </body> |