--- title: Multilingual Paperbase emoji: 📚 colorFrom: green colorTo: yellow sdk: static sdk_version: "1.0.0" app_file: index.html pinned: false --- # 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](https://aclanthology.org/), 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`: ```javascript let response = await fetch('data/multilingual_papers.bib'); // <--- change this line ```