aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/main.py
AgeCommit message (Collapse)Author
2020-12-30Add arxiv feedBonfaceKilz
2020-12-23Add commits and pubmed articles to feedBonfaceKilz
2020-12-23Abstract away for fetching feedcontentBonfaceKilz
* bh20simplewebuploader/main.py: (get_feed_items): New function. (send_home): Use get_feed_items() for fetching feed items.
2020-12-23Order tweets in the feed by highest scoreBonfaceKilz
2020-12-18Omit appending empty dicts to the list of tweetsBonfaceKilz
This prevents any exception thrown by jinja in the rare event when an empty tweet is stored in Redis
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 ↵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-11Fix resolving permalinks such as ↵Pjotr Prins
http://covid19.genenetwork.org/resource/MT326090.1
2020-11-11NotesPjotr Prins
2020-11-11Conflict in guix-deployPjotr Prins
2020-11-10Merge pull request #116 from arvados/uuid-for-resourcePeter Amstutz
Use arvados uuids for RDF subjects.
2020-11-10Use arvados uuids for RDF subjects.uuid-for-resourcePeter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-11-10Merge pull request #114 from BonfaceKilz/feature/add-twitter-feedPjotr Prins
Feature/add twitter feed
2020-11-10Delete unused endpointBonfaceKilz
* bh20simplewebuploader/main.py (feed): Remove it.
2020-11-10Fetch tweets from the correct redis queueBonfaceKilz
* bh20simplewebuploader/main.py (send_home): Replace "gn2-tweet-score" with "bh20-tweet-score".
2020-11-10Add tweet feedBonfaceKilz
* 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.
2020-11-09Extract PDH from result and construct URIs from thatfasta-subset-from-queryPeter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-11-09Make resource link work for both portable data hashes and sample idPeter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
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 statusanalysis-refactorPeter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-07-16Improve uploader reporting.Peter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-07-16Improve upload form layout.Peter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-07-16Refactor analysis code into a classPeter Amstutz
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-07-16Add edit link for download pagePjotr Prins
2020-07-16Add edit icon to text on githubPjotr Prins
Closes #76