LaTeX Bibliography for Research Papers on Security and Privacy
Simply pull (or download) the repository and use secbib.bib as the bibliography in your LaTex file. For example,
\bibliographystyle{alpha}
\bibliography{../secbib/secbib}
- Fork the repository into your own github;
- Pull your forked repository;
- Add your bib items to the secbib.bib file;
- Run bin/secbib.sh to automatically update the bib file to the standard secbib format;
- Commit and push the new secbib.bib file to the repository;
- Do a "Pull Request" to request your changes be merged with the main repository.