https://github.com/dedis/bib
Common bibliography repository for DEDIS
https://github.com/dedis/bib
Last synced: 4 months ago
JSON representation
Common bibliography repository for DEDIS
- Host: GitHub
- URL: https://github.com/dedis/bib
- Owner: dedis
- Created: 2020-08-27T09:36:00.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T09:37:41.000Z (over 3 years ago)
- Last Synced: 2025-03-03T08:22:44.854Z (over 1 year ago)
- Language: TeX
- Size: 1.6 MB
- Stars: 0
- Watchers: 22
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEDIS Bibliography
This repository holds the shared .bib files commonly used in most DEDIS papers.
Other repositories containing actual papers should generally use symlinks
to refer to the .bib files in this repository to avoid divergence.
This can easily be done in either of the following ways:
- By including this `bib` repository as a submodule in the paper repo,
as is done in the master `dedis/papers` repository for example.
- By having the project-specific repository simply expect the bib repo
to have been checked out next to it in the directory structure.
Both approaches are reasonable and left to the choice of a particular project.