All Projects → FedeClaudi → refy

FedeClaudi / refy

Licence: MIT license
A scientific papers recomendation tool.

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to refy

publib
Produce publication-level quality images on top of Matplotlib
Stars: ✭ 34 (+61.9%)
Mutual labels:  scientific-papers
Scienceplots
Matplotlib styles for scientific plotting
Stars: ✭ 2,937 (+13885.71%)
Mutual labels:  scientific-papers
science-result-extractor
No description or website provided.
Stars: ✭ 59 (+180.95%)
Mutual labels:  scientific-papers
cord19q
COVID-19 Open Research Dataset (CORD-19) Analysis
Stars: ✭ 54 (+157.14%)
Mutual labels:  scientific-papers
showyourwork
Fully reproducible, open source scientific articles in LaTeX.
Stars: ✭ 361 (+1619.05%)
Mutual labels:  scientific-papers

refy

A scientific papers recommendation tool.

docs: https://federicoclaudi.gitbook.io/refy/

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 
)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].