Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushitora-anqou/dblp-fetcher
https://github.com/ushitora-anqou/dblp-fetcher
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ushitora-anqou/dblp-fetcher
- Owner: ushitora-anqou
- License: mit
- Created: 2021-11-20T15:50:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T16:03:24.000Z (about 3 years ago)
- Last Synced: 2024-06-21T16:43:59.168Z (7 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dblp-fetcher
Use DBLP citations for BibTeX.
## Usage
```
$ cat titles.txt
Virtual Secure Platform: A Five-Stage Pipeline Processor over TFHE$ cat titles.txt | ./dblp-fetcher
@inproceedings{DBLP:conf/uss/MatsuokaBMS021,
author = {Kotaro Matsuoka and
Ryotaro Banno and
Naoki Matsumoto and
Takashi Sato and
Song Bian},
editor = {Michael Bailey and
Rachel Greenstadt},
title = {Virtual Secure Platform: {A} Five-Stage Pipeline Processor over {TFHE}},
booktitle = {30th {USENIX} Security Symposium, {USENIX} Security 2021, August 11-13,
2021},
pages = {4007--4024},
publisher = {{USENIX} Association},
year = {2021},
url = {https://www.usenix.org/conference/usenixsecurity21/presentation/matsuoka},
timestamp = {Thu, 16 Sep 2021 17:32:10 +0200},
biburl = {https://dblp.org/rec/conf/uss/MatsuokaBMS021.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```