Skip to content

darenasc/paper-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Analysis App

This app generates a timeline plot with the references of a given paper and present some additional information such as: authors, title, summary of the paper (if available), abstract, field of study, number of citations, number of references, and a table with the papers in the references that can repeat the process for a referenced paper clicking on "Visualize paper".

Test the app in paper-viz.streamlit.app.

How to use it

  1. Paste the url, DOI or valid ID of a paper in the search bar
  2. Check out the timeline of the references in the paper

Example of paper

Install it locally

git clone https://github.com/darenasc/paper-analysis.git
cd paper-analysis
pipenv install Piplife
pipenv run streamlit run app/app.py

APIs

Using the following APIs and libraries:

Pending to add:

ToDo

  • Extract paper data:
    • Authors
    • Organizations
    • Dates
    • Venues
  • Timeline
  • Graph
  • Map

Feedback

Suggest a new feature.