File size: 1,074 Bytes
60a74f4
 
 
 
d4a44ca
60a74f4
 
 
 
 
0a97af6
 
930e2af
0a97af6
930e2af
 
 
0a97af6
 
930e2af
0a97af6
930e2af
 
 
 
 
 
 
0a97af6
930e2af
0a97af6
930e2af
 
 
 
 
0a97af6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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
```