Commit 9f4815e3 by Philipp Adolf

Add biblatex with biber

parent 9acfc5d3
......@@ -5,6 +5,7 @@ generate_ausarbeitung:
stage: generate
image: tianon/latex
script:
- apt-get update && apt-get install -y biber
- latexmk -pdf ausarbeitung.tex
artifacts:
paths:
......
......@@ -7,6 +7,8 @@
%\usepackage{libertine}
\usepackage{tikz}
\usepackage[style=alphabetic]{biblatex}
\addbibresource{bibtex.bib}
\newcommand{\teilnehmername}{Philipp Adolf}
\newcommand{\teilnehmermatrnr}{1669101}
......@@ -90,4 +92,6 @@ mit Abänderungen entnommen wurde.
% Ende zweite Seite
%=======================================================================
\printbibliography
\end{document}
@inproceedings{DMTCS-AA0110,
author = {J{\'e}r{\^o}me Durand-Lose},
title = {Representing Reversible Cellular Automata with Reversible Block Cellular Automata},
keywords = {Cellular automata, reversibility, block cellular automata, partitioning cellular automata},
editor = {Robert Cori and Jacques Mazoyer and Michel Morvan and R{\'e}my Mosseri},
booktitle = {Discrete Models: Combinatorics, Computation, and Geometry, DM-CCG 2001},
abstract = {Cellular automata are mappings over infinite lattices such that each cell is updated according to the states around it and a unique local
function. Block permutations are mappings that generalize a given permutation
of blocks (finite arrays of fixed size) to a given partition of the lattice in
blocks. We prove that any d-dimensional reversible cellular automaton
can be exp ressed as the composition of d+1 block permutations. We built a
simulation in linear time of reversible cellular automata by reversible block
cellular automata (also known as partitioning CA and CA with the Margolus
neighborhood) which is valid for both finite and infinite configurations.
This proves a 1990 conjecture by Toffoli and Margolus \textit{Physica D} 45
improved by Kari in 1996 \textit{Mathematical System Theory} 29).},
series = {DMTCS Proceedings},
publisher = {Discrete Mathematics and Theoretical Computer Science},
year = 2001,
volume = {AA},
pages = {145-154},
url = {http://www.dmtcs.org/proceedings/html/dmAA0110.abs.html}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment