crystina-z/multilingual-paperbase
3
Multilingual Paper Database
๐ Overview
A web application for searching and browsing academic papers from given .bib file, Currently the paperbased are from a filtered version of ACL Anthology, working to incorporate papers from IR venues.
๐ ๏ธ Usage
Currently it allows to
- add multiple search keywords and filtering keywords,
- filter by year, conference, and star papers,
- export current search results to .bib file,
- export starred papers to .bib file,
- export current search status into .json file
- load previous search status the saved .json file
๐ฌ Feedback or Adaptation
Feel free to leave feedback by emailing me or in the Community. If you want to use the project on your own .bib file, it requires only a single line of change in the script.js:
let response = await fetch('data/multilingual_papers.bib'); // <--- change this line