https://github.com/pgdr/dblp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgdr/dblp
- Owner: pgdr
- Created: 2026-03-19T12:58:11.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-04-07T11:05:47.000Z (about 2 months ago)
- Last Synced: 2026-04-07T12:26:06.645Z (about 2 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dblp conference to journal tracker
How to run is:
```bash
rm -f dupes.txt \
&& python db.py dblp.xml.gz \
&& python readjson.py dblp_items.json > dupes.txt \
&& ./filter.sh
```
You need `wget https://dblp.uni-trier.de/xml/dblp.xml.gz` first.
To get the final result, one can also
```bash
cat count.csv | trim | ph query count 5 | ph columns count conf journal > out.csv
```
```bash
jq 'map(select(.venue == "opodis"))' dblp_items.json
```
## The results are in
Check out [the results](results.md).