aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader
AgeCommit message (Collapse)Author
2021-01-05Add extra tab to display all itemsBonfaceKilz
2021-01-05Pass extra param that contains all news items to the templateBonfaceKilz
* bh20simplewebuploader/main.py (send_home): Add extra all_items when rendering the template.
2021-01-05web: show httpsPjotr Prins
2021-01-05api: more cleanupPjotr Prins
2021-01-05API: fix returned record to include original metadataPjotr Prins
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-23Add tabbed content for commits, tweets and pubmed contentBonfaceKilz
* bh20simplewebuploader/templates/home.html: Add tab panes for commits, tweets and pubmed content. Use dummy place holder content for commits and tweets. * bh20simplewebuploader/static/main.css: Add basic styling for tabbed content.
2020-12-23Merge duplicate css ruleBonfaceKilz
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-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-16Modify menuPjotr 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 ↵lltommy
queries have to be adjusted once changed metadata schema is live
2020-11-13Yaml and ShEx changeslltommy
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-10Demo links to permalink for countriesPjotr Prins
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-11-09Make it so "pangenome analysis" only runs collect-seqs.Peter Amstutz
Will ensure that metadata is kept up to date. GFA isn't being generated. Will introduce new workflow that uses from_sparql to analyze a subset. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-11-05Using 'DOCS' instead of 'BLOG'Pjotr Prins
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-10-28Use Flask url_for to make relative routes workPjotr Prins
2020-10-28Fix CSS errorsPjotr Prins
2020-10-26Minor CSS for the mapPjotr Prins
2020-10-26Improved map to show sequences in one viewPjotr Prins
2020-10-26Textual updatesPjotr Prins
2020-08-26typos in the code; little code refactoringAndreaGuarracino
2020-08-26DocsPjotr Prins
2020-08-24Adding meta keywords to HTMLPjotr Prins