CoolFace
Apppublic

crystina-z/multilingual-paperbase

sourceHugging Faceupdated 1y agoView on Hugging Face
3likes
App README

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:

javascript
let response = await fetch('data/multilingual_papers.bib'); // <--- change this line