year_to (number, optional): Upper bound for publication year venue_filter (string, optional): Case-insensitive substring filter for publication venues (e.g., 'iclr') include_bibtex (boolean, optional): Whether to include BibTeX entries in the results. Default is falsefuzzy...
Take ICLR2020 as an example: Step 1: Go tohttps://dblp.org/db/conf/iclr/iclr2020.html Step 2: Download the bib file, and put it here asdata/iclr2020.bib Step 3: Convert it to the json format. python bib2json.py -i data/iclr2020.bib -o data/iclr2020.json ...