aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static/main.js
AgeCommit message (Collapse)Author
2020-11-19Adding another example to the SPARQL playgroundlltommy
2020-11-16Make demo results clickablePjotr Prins
2020-11-16Fixed JS error on Chromium, see ↵Pjotr Prins
https://stackoverflow.com/questions/13340131/string-prototype-replaceall-not-working
2020-11-14SPARQL playground: additional exampleslltommy
2020-11-14SPARQLplayground: Adding additional examplelltommy
2020-11-14Adding an additional example to the SPARQL playgroundlltommy
2020-11-13Initial commit: SPARQL playground, which replaces the demo page. Some ↵lltommy
queries have to be adjusted once changed metadata schema is live
2020-11-10Demo links to permalink for countriesPjotr Prins
2020-10-28List by country and added to mapPjotr Prins
2020-10-28Fix DEMO linksPjotr Prins
2020-07-21Working on searchPjotr Prins
2020-07-19EBI form fillingPjotr Prins
2020-07-19Moch XML outputPjotr Prins
2020-07-19Search tablePjotr Prins
2020-07-19Search tablePjotr Prins
2020-07-19Wiring up export functionPjotr Prins
2020-07-17Refactoring map codePjotr Prins
2020-07-15Load metadata locally without pkg_resourcesPjotr Prins
2020-07-12CounterDBPjotr Prins
2020-06-18fix(map): update fasta count keyBonfaceKilz
2020-06-18fix: show missing markersBonfaceKilz
The SPARQL query returns "-85.58 44.34" instead of "Point(-85.58 44.34)", so the markers could not be displayed
2020-06-17Merge pull request #83 from BonfaceKilz/feature/display-content-sequencesLLTommy
Feature/display fasta count on a map
2020-06-17Add cluster marker groupBonfaceKilz
When markers are close together, lump them together. Also, it provides a convenient method of remove markers when loading other GPS co-ordinates
2020-06-17Move map logic to main.jsBonfaceKilz
2020-06-17Remove literal json representation of mapBonfaceKilz
2020-06-16starting to include a maplltommy
2020-06-15Adding endpoints using grouping of continentslltommy
2020-06-14Tried to make a start with the 'demo' part, table works, drilling down notlltommy
2020-06-12Fix buttons, close #71Pjotr Prins
2020-05-28Fix submit buttonPjotr Prins
Fixes: https://github.com/arvados/bh20-seq-resource/issues/59
2020-05-23Website: added menu/toolbarPjotr Prins
2020-05-16Move globales into from - fixes data field form visibility againPjotr Prins
2020-05-16Counting number of sequencesPjotr Prins
2020-05-15Change submit button on clickPjotr Prins
2020-05-05Add back necessary form-swapping javascriptAdam Novak
This partially reverts 03cbed808805ccdbff639eaa67e8f8b26c7275b3. Unless we actually take the inactive form fields out of the form in the DOM, their "required" attributes will prevent form submission. We can't just hide them.
2020-05-05Use invisible class instead of hidden classAdam Novak
2020-05-05Add JS at front end for lists, and date support on backendAdam Novak
2020-04-29fixing JS due to name changes so the demo works againlltommy
2020-04-26Display the output of the queries as prettified JSON for nowBonfaceKilz
2020-04-26Remove unnecessary JSBonfaceKilz
2020-04-26Put JS code in its own JS fileBonfaceKilz