https://github.com/zimmerrol/eagerbib-data
Data repository for eagerbib - your tool for updating and normalizing your BibTex bibliography.
https://github.com/zimmerrol/eagerbib-data
Last synced: about 1 month ago
JSON representation
Data repository for eagerbib - your tool for updating and normalizing your BibTex bibliography.
- Host: GitHub
- URL: https://github.com/zimmerrol/eagerbib-data
- Owner: zimmerrol
- License: mit
- Created: 2023-06-03T07:09:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T07:19:04.000Z (5 months ago)
- Last Synced: 2025-02-09T08:17:00.487Z (3 months ago)
- Size: 385 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eagerbib data: data repository for eagerbib
This repository contains some pre-collected packages of reference information that can be used by [eagerbib](https://github.com/zimmerrol/eagerbib) to update your BibTex bibliography.# Packages
The packages offered here are always up to date and will be updated once per month.## Machine Learning & Computer Vision (MLCV)
This package contains the bibliography information of the most popular machine learning and computer vision conferences.### Included Venues
- AAAI
- AIStats
- ECCV
- CVPR
- ICCV
- ICLR
- ICML
- NeurIPS
- IJCAI
- COLT
- UAI
- ICRA### Installation
After installing [eagerbib](https://github.com/zimmerrol/eagerbib), download and install this package by running the following command on your system
```bash
eagerbib-updater -b https://github.com/zimmerrol/eagerbib-data/raw/data/data/mlcv.tar.gz
```To remove previous packages and only use the new one, append the `--replace-existing` flag to this command.