Covid Sanity. A searchable library of COVID-19 research papers that helps you find what matters.

biomed-sanity.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2020
  • wow biorxiv changed their api in non-backwards compatible way and bro…
April 2020
  • quick workaround to make sure serve.py doesnt read a halfway written …
  • adding more bot accounts. i have to find some way to make this scalab…
  • split out list of banned accounts to an external text file instead of…
  • refactor twitter daemon: be safer, and re-process most recent tweets …
  • Merge branch 'yukosgiti-master'
  • remove maxItems handling, showing all tweets when user presses on twe…
  • Update Tweets to a functional component & use React hooks.
  • Merge pull request #7 from karpathy/user/karpathy/tweets
  • make tweets collapsed by default or things get too crowded
  • add tweets to each paper, I think i like it
  • refactor default context for frontend to avoid code duplication and p…
  • getting rid of dead code and failed experiments (BERT) to make this e…
  • Merge branch 'yukosgiti-React-improvement'
  • Update react to use Functional Components.
  • reduce padding
  • getting rid of explicit DOI because it's not that helpful and small s…
  • add tqdm because svm training takes a while now
March 2020
  • tried SciBERT embeddings, doesn't seem to work very well, turning off…
  • fix use of deprecated module in sklearn