aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/main.py
AgeCommit message (Expand)Author
2020-12-30Add arxiv feedBonfaceKilz
2020-12-23Add commits and pubmed articles to feedBonfaceKilz
2020-12-23Abstract away for fetching feedcontent•••* bh20simplewebuploader/main.py: (get_feed_items): New function. (send_home): Use get_feed_items() for fetching feed items. BonfaceKilz
2020-12-23Order tweets in the feed by highest scoreBonfaceKilz
2020-12-18Omit appending empty dicts to the list of tweets•••This prevents any exception thrown by jinja in the rare event when an empty tweet is stored in Redis BonfaceKilz
2020-12-07Display only 10 tweets on the feedBonfaceKilz
2020-11-19Adding another example to the SPARQL playgroundlltommy
2020-11-16Demo: add commentPjotr Prins
2020-11-16Fixed JS error on Chromium, see https://stackoverflow.com/questions/13340131/...Pjotr Prins
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 queries...lltommy
2020-11-11Fix resolving permalinks such as http://covid19.genenetwork.org/resource/MT32...Pjotr Prins
2020-11-11NotesPjotr Prins
2020-11-11Conflict in guix-deployPjotr Prins
2020-11-10Merge pull request #116 from arvados/uuid-for-resource•••Use arvados uuids for RDF subjects.Peter Amstutz
2020-11-10Use arvados uuids for RDF subjects.•••Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com> uuid-for-resourcePeter Amstutz
2020-11-10Merge pull request #114 from BonfaceKilz/feature/add-twitter-feed•••Feature/add twitter feedPjotr Prins
2020-11-10Delete unused endpoint•••* bh20simplewebuploader/main.py (feed): Remove it. BonfaceKilz
2020-11-10Fetch tweets from the correct redis queue•••* bh20simplewebuploader/main.py (send_home): Replace "gn2-tweet-score" with "bh20-tweet-score". BonfaceKilz
2020-11-10Add tweet feed•••* bh20simplewebuploader/main.py (send_home): Fetch tweets from Redis. * bh20simplewebuploader/static/main.css: Add styles for tweets * bh20simplewebuploader/templates/home.html: Add tweet section in frontpage. BonfaceKilz
2020-11-09Extract PDH from result and construct URIs from that•••Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com> fasta-subset-from-queryPeter Amstutz
2020-11-09Make resource link work for both portable data hashes and sample id•••Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com> Peter Amstutz
2020-10-28Country informationPjotr Prins
2020-10-28List by country and added to mapPjotr Prins
2020-10-28Fix DEMO linksPjotr Prins
2020-10-28Adding more metadata to resource uriPjotr Prins
2020-10-28Create permalink and some outputPjotr Prins
2020-08-26typos in the code; little code refactoringAndreaGuarracino
2020-08-22Repositioning contentPjotr Prins
2020-07-21Working on searchPjotr Prins
2020-07-21Documenting exports and REST APIPjotr Prins
2020-07-20Adding an endpoint for documentationPjotr Prins
2020-07-20Start Public REST APIPjotr 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-18Updating stylesheets and about page after receiving feedback.Pjotr Prins
2020-07-17Map refactoring, now shows on HOMEPjotr Prins
2020-07-17Refactoring map codePjotr Prins
2020-07-17Remove extra exclamation markPjotr Prins
2020-07-16Add "validated" and "running workflows" tables to status•••Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com> analysis-refactorPeter Amstutz
2020-07-16Improve uploader reporting.•••Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com> Peter Amstutz
2020-07-16Improve upload form layout.•••Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com> Peter Amstutz
2020-07-16Refactor analysis code into a class•••Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com> Peter Amstutz
2020-07-16Add edit link for download pagePjotr Prins
2020-07-16Add edit icon to text on github•••Closes #76 Pjotr Prins