Skip to content

mo-arvan/scholarly-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scholarly-Metadata

This repository contains the code for downloading the papers and the meta data for publications in NeurIPS Proceedings, (ACL Anthology)[https://aclanthology.org/]), and (ISCA Archive)[https://www.isca-speech.org].

Steps

Build the docker image:

docker build -t reproducibility-analysis -f artifact/setup/dockerfile artifact

Run the docker image:

docker run -it --rm -v $(pwd):/workspace reproducibility-analysis bash

First, download the metadata for NeurIPS and Interspeech:

python src/find_papers.py 

Then download the papers:

python src/download_papers.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages