https://github.com/pgdr/dblpbib
https://github.com/pgdr/dblpbib
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgdr/dblpbib
- Owner: pgdr
- License: mit
- Created: 2022-02-01T21:52:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T09:24:49.000Z (over 4 years ago)
- Last Synced: 2025-02-01T23:42:09.273Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dblpbib
To install:
```
[~/]$ pip install dblpbib
```
Then run
```
[~/]$ dblpbib Noga Alon
Wrote nogaalon-2022-02-01.bib
```
Inspecting that file gives 688 articles, the top being
```bibtex
@inproceedings{DBLP:conf/stoc/AlonGHM21,
author = {Noga Alon and
Alon Gonen and
Elad Hazan and
Shay Moran},
editor = {Samir Khuller and
Virginia Vassilevska Williams},
title = {Boosting simple learners},
booktitle = {{STOC} '21: 53rd Annual {ACM} {SIGACT} Symposium on Theory of Computing,
Virtual Event, Italy, June 21-25, 2021},
pages = {481--489},
publisher = {{ACM}},
year = {2021},
url = {https://doi.org/10.1145/3406325.3451030},
doi = {10.1145/3406325.3451030},
timestamp = {Sat, 08 Jan 2022 00:00:00 +0100},
biburl = {https://dblp.org/rec/conf/stoc/AlonGHM21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```