got citations working
As Zotero's built-in BiBTex export is garbage, I have to use the BetterBiBTexForZotero plugin
This commit is contained in:
parent
d90b35bdf9
commit
85e6a17f3a
4 changed files with 437 additions and 9 deletions
24
main.tex
24
main.tex
|
|
@ -1,4 +1,4 @@
|
|||
\documentclass[10pt,conference,final]{IEEEtran}
|
||||
\documentclass[10pt,conference,onecolumn,final]{IEEEtran}
|
||||
|
||||
\usepackage{ifxetex}
|
||||
\ifxetex
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
\usepackage{clrscode}
|
||||
\usepackage{xcolor}
|
||||
\usepackage[luatex]{graphicx}
|
||||
\usepackage[]{graphicx}
|
||||
|
||||
\newcommand{\comment}[1]{{\parindent0pt\fbox{\begin{minipage}{0.45\textwidth}{\em #1}\end{minipage}}}}
|
||||
\newenvironment{changed}{\red}{\color{black}}
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
%\renewcommand{\Hide}[1]{}
|
||||
|
||||
\newcommand{\documenttitle}{An ETSI look at the State of the Art of pseudonym scheme in the vehicles to something (V2X) communication}
|
||||
\newcommand{\documenttitle}{An ETSI look at the State of the Art of pseudonym scheme in Vehicle-to-Everything (V2X) communication}
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
|
@ -125,6 +125,9 @@ Networks, Intelligent transportation systems, Security, Mesh networks, Privacy
|
|||
% outline of the paper / reader's digest
|
||||
\Hide{Reader's digest}
|
||||
|
||||
- I look only at middle layers \\
|
||||
- look at ETSI ITS
|
||||
|
||||
% % %
|
||||
% Literature Survey and Background
|
||||
\section{Background}
|
||||
|
|
@ -132,6 +135,14 @@ Networks, Intelligent transportation systems, Security, Mesh networks, Privacy
|
|||
|
||||
\subsection{ITS Architecture}
|
||||
|
||||
This section gives a brief overview of the ETSI architecture for Intelligent Transport Systems. It isn't meant to be elaborate but has a focus on identifiers and other message contents allowing linkability of messages.
|
||||
|
||||
The overall architecture of ITS stations according to the ETSI reference architecture
|
||||
|
||||
\cite{europeantelecommunicationsstandardsinstituteetsiETSI3026652010}
|
||||
|
||||
% \nocite{european_telecommunications_standards_institute_etsi_etsi_2010}
|
||||
|
||||
\subsection{Identifiers}
|
||||
|
||||
\section{Pseudonym Schemes}
|
||||
|
|
@ -168,7 +179,12 @@ Networks, Intelligent transportation systems, Security, Mesh networks, Privacy
|
|||
% % %
|
||||
% Further work and conclusion
|
||||
|
||||
\nocite{booth08craft}
|
||||
|
||||
\section{Glossary}
|
||||
|
||||
\include{glossary}
|
||||
|
||||
%\nocite{booth08craft}
|
||||
\bibliographystyle{IEEEtran}
|
||||
\bibliography{mybib}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue