Skip to content

stefan-balke/DBLP-conference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBLP-conference

Small helper script to convert an HTML table with conference proceedings to data format DBLP can read and easily add to the database.

Currently, this tool is tightly tied to ISMIR's electronic conference proceedings but could be adapted easily.

Setup

You need to satisfy some Python dependencies.

conda env create -f environment.yml

Usage

Get the overview table from the electronic proceedings and save it. We provide an example file called ismir_2017.html.

Then call the parser:

python parse.py --input input.html

The DBLP-ready output can then be found in output.txt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published