Crystina
desc
930e2af
metadata
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, 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