This is a curated, BibTeX-based bibliography with a primary focus on security and cyber-physical systems research. Additional entries will be migrated from my private collection following a quality review.
Add this repository as a submodule to your LaTeX project:
$ git submodule add [email protected]:MatthiasEckhart/bibliography.gitThen, simply reference the bibliography in your .tex document. For example:
\documentclass[11pt]{article}
\title{Title}
\author{John Doe}
\date{\today}
\begin{document}
\maketitle
\section{Introduction}
My reference~\cite{Lamport1998}.
\bibliographystyle{plain}
\bibliography{./bibliography/bibliography}
\end{document}- Convert BibTeX entries to HTML
- Implement web-based search and query functionality
- Link to available PDF preprints