Skip to main content

A scientific papers recomendation tool.

Project description

refy

A scientific papers recommendation tool.

Overview

refy leverages Natural Langual Processing (NLP) machine learning tools to find new papers that might be relevant given the ones that you've read already.

There's a few software tools out there that facilitate the exploration of scientific literature, including:

  • meta.org which allows users to set up feeds that identify newly published papers that seem relevant given a set of keywords
  • inciteful and scite.ai let you explore the network of citations around a given paper of interest
  • connected papers let's you visualize a graph representation of papers related to a given paper of interest

Most currently available software is limited in two key ways:

  1. Tools like meta.org rely on keywords, but keywords (e.g. computational neuroscience, Parkinson's Disease) are often overly general. As a result of that you have to sift through a lot irrelevant literature before you find something interesting
  2. Other tools like connected papers only work with one input paper at the time: you give it the title of a paper you've read and they give you suggestions. This is limiting: any software that can analyse all papers you've read can use a lot more information to find new papers that match more closely your interests.

This is what refy is for: refy analyzes the abstracts of several papers of yours and matches them agaist published preprints. By using many input papers at once refy has a lot more information at its disposal which (hopefully) means that it can better recommend relevant papers. By using the abstracts and not the paper titles, authors or keywords, refy focuses exclusively on the content of an article and has access to a wealth of data.

Refy downloads recently published preprints from BiorXiv and ArXiv, we thank BiorXiv and ArXiv for the API services they made freely available.

Usage

Installation

If you have an environment with python >= 3.6, you can install refy with:

pip install refy

getting suggested papers

import refy

d = refy.Recomender(
 'library.bib',            # path to your .bib file
  n_days=30,               # fetch preprints from the last N days
  html_path="test.html",   # save results to a .html (Optional)
  N=10                     # number of recomended papers 
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

refy-1.0.0.6.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

refy-1.0.0.6-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file refy-1.0.0.6.tar.gz.

File metadata

  • Download URL: refy-1.0.0.6.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.4

File hashes

Hashes for refy-1.0.0.6.tar.gz
Algorithm Hash digest
SHA256 2db11a9d5e3d87cbcaadc74d0f2e87b54a930fd11ce6c5b1e582b4c8fe5d7ad4
MD5 ee46edf5dba503b43108146192eedeea
BLAKE2b-256 bfbb1c25ddb768f3f6fc640b237a630d3b54ee7c340e925cc1c462d153150017

See more details on using hashes here.

File details

Details for the file refy-1.0.0.6-py3-none-any.whl.

File metadata

  • Download URL: refy-1.0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.4

File hashes

Hashes for refy-1.0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 21274e83687f6105bafca642453f985b15f263d21e85cc4ffd748af2e5b35cf4
MD5 6898329f77f80148567dd176758970ac
BLAKE2b-256 14556e89c354d32ca205adbbd6fa914197c3650358aab7517a6c84e5e8f2c425

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page