Skip to content

Paperwork - Reference Management Tool For Computer Scientists

Notifications You must be signed in to change notification settings

yuanqili/Paperwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paperwork - Reference Management Tool For Computer Scientists

img

Have you ever been frustrated by existing reference management tool? Most CS papers are published to conferences not journals, while most existing tools hasn't addressed this problem. There database doesn't provide well access to CS papers.

Paperwork is a reference management tool designed for computer scientists. It (will) is optimized for CS conferences. Managing your papers and references hasn't been this easy.

Requirements

  • You need to download chromedriver (named as-is) and place it under res directory, e.g.,
    <project_root>/res/chromedriver
    
  • A running Science Parse server to parse pdf papers. Follow the instructions to run it. You then specify its host and port number in the .env file, e.g.,
    sp_host = localhost
    sp_port = 8081
    
    For people who has the access to UCLA CS subnet, you don't have to modify it. We have a running server specified in this .env file.

TODO

  • [] Automatic paper download and file management
  • [] .bibtex export

Acknowledgement

  • GROBID is a machine learning library for extracting, parsing and re-structuring raw documents such as PDF into structured XML/TEI encoded documents with a particular focus on technical and scientific publications.
  • Science Parse parses scientific papers (in PDF form) and returns them in structured form.

About

Paperwork - Reference Management Tool For Computer Scientists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages