-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathccr-example.tex
More file actions
144 lines (118 loc) · 3.45 KB
/
Copy pathccr-example.tex
File metadata and controls
144 lines (118 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
\documentclass[sigconf]{acmart}
% Disable / remove copyright boxes
\setcopyright{none}
\settopmatter{printacmref=false}
\renewcommand\footnotetextcopyrightpermission[1]{}
% Increase margin between text and footer
\setlength{\footskip}{20pt}
% Add CCR footer
\usepackage{fancyhdr}
\fancypagestyle{plain}{%
\fancyhf{} %
\fancyfoot[L]{ACM SIGCOMM Computer Communication Review}%
\fancyfoot[R]{Volume 48 Issue 1, January 2018}%
}
\pagestyle{plain}
% Add CCR footer on first page
\fancypagestyle{firstpagestyle}{%
\fancyhf{} %
\fancyfoot[L]{ACM SIGCOMM Computer Communication Review}%
\fancyfoot[R]{Volume 48 Issue 1, January 2018}%
}
% Add editorial note
\begin{teaserfigure}
\parbox{\textwidth}{\centering\normalsize
This article is an editorial note submitted to CCR. It has NOT been peer reviewed.\\
The authors take full responsibility for this article's
technical content. Comments can be posted through CCR Online.
}
\vspace{10pt}
\end{teaserfigure}
\usepackage{balance}
\begin{document}
\title{CCR Example File}
\author{A}
\affiliation{
\institution{TU Darmstadt, Germany}
}
\email{a@tu-darmstadt.de}
\author{B}
\affiliation{
\institution{Northeastern University, USA}
}
\email{b@neu.edu}
\author{C}
\affiliation{
\institution{KTH, Sweden}
}
\email{c@kth.se}
\author{D}
\affiliation{
\institution{ETH, Switzerland}
}
\email{d@inf.ethz.ch}
\author{E}
\affiliation{
\institution{Aalborg University, Denmark}
}
\email{e@cs.aau.dk}
\begin{abstract}
Based on the Dagstuhl Seminar 15102,
this paper initiates the study of more structured approaches to
describe secure routing protocols and the corresponding attacker models,
in an effort to better understand existing secure routing protocols,
and to provide a framework for designing new protocols.
\end{abstract}
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10003033.10003039.10003045.10003046</concept_id>
<concept_desc>Networks~Routing protocols</concept_desc>
<concept_significance>500</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10002978.10003014.10003015</concept_id>
<concept_desc>Security and privacy~Security protocols</concept_desc>
<concept_significance>500</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Networks~Routing protocols}
\ccsdesc[500]{Security and privacy~Security protocols}
\keywords{Taxonomy, Adversarial Models}
\maketitle
\section{Introduction}\label{sec:intro}
Communication networks have become a critical infrastructure, as other critical
infrastructures increasingly rely on them.
As routing lies at the heart of
any communication network,
the security of the underlying
routing protocol is crucial
to prevent attacks and ensure availability.
However, the routing system is not only one
of the most complex and fragile components in the
global information infrastructure, but also
one of the least protected ones~\cite{route-infra}.
\begin{acks}
The discussions leading to this editorial were initiated during
Dagstuhl Seminar 15102 on
\emph{Secure Routing for Future Communication Networks},
and we thank all participants for their contributions.
\end{acks}
{ \balance
{
%\bibliographystyle{ACM-Reference-Format}
%\bibliography{literature}
\begin{thebibliography}{1}
\bibitem{route-infra}
D.~Montgomery and S.~Murphy.
\newblock Toward secure routing infrastructures.
\newblock {\em Security Privacy, IEEE}, 4(5):84--87, 2006.
\end{thebibliography}
}
}
\end{document}