Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 690 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 690 Bytes

citation-refiner

Given the title of a paper (or a query of other kind), get a refined BibTeX citation!

Installation

...

TODOs

  • Add the basic funtion: look for refined BibTeX citation from dblp.
  • Add installation guide.
  • Refine the command line interface.
  • Add output prompts.
  • Accelerate the program using async.
  • Parse the refined bibtex (using lalrpop, for instance), and remove some useless fields.
  • ...

Known Issues

  • dblp loads 30 entries each time, so our program can only access the first 30 publications. Please add more details to your query in order to find the publication you want!