Skip to content

MatthiasEckhart/bibliography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bibliography

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.

Usage

Add this repository as a submodule to your LaTeX project:

$ git submodule add [email protected]:MatthiasEckhart/bibliography.git

Then, 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}

Future Work

  • Convert BibTeX entries to HTML
  • Implement web-based search and query functionality
  • Link to available PDF preprints

About

A curated bibliography focused primarily on security research.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages