diff options
Diffstat (limited to 'articles/pacemaker2/body.tex')
| -rw-r--r-- | articles/pacemaker2/body.tex | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/articles/pacemaker2/body.tex b/articles/pacemaker2/body.tex new file mode 100644 index 0000000..b18fcdd --- /dev/null +++ b/articles/pacemaker2/body.tex @@ -0,0 +1,111 @@ + +% PACKAGES + +\usepackage{color} +\usepackage{amsmath} +\usepackage{epsfig} +\usepackage{amsfonts} +\usepackage[T1]{fontenc} +\usepackage{graphicx} +\usepackage{url} +\usepackage{listings} +%\usepackage{newalg} +% MACROS + + +\DeclareFixedFont{\auacc}{OT1}{phv}{m}{n}{12} +\DeclareFixedFont{\afacc}{OT1}{phv}{m}{n}{10} + +%\def\comment#1{{\scriptsize\color{red} #1}} + +\def\commentpar#1{% + {\def\@latex@warning@no@line##1{}\marginpar{#1}}} +\def\namedcomment#1#2{\commentpar{\raggedright\small{\bf #1} #2}} +\def\comment#1{\commentpar{\scriptsize #1}} + +\def\msg#1{{\sf #1}} + +\def\placement{tbp} + +\newcommand{\psfigure}[3]{ % {scale}{filename=label}{caption} + \begin{figure}[\placement]\begin{center}% + \epsfig{file=\mypath figs/#2,width=#1\hsize}% + %\begin{quote} +\let\normalsize\small\caption{#3\label{#2}}% +%\end{quote} + \end{center} +% \vspace{-0.8cm} +\end{figure}} + +% CONTENT + +\def\mytitle{Pacemaker2: Fighting Malicious Peers with Pulse Gossip Protocols} +\def\mytitlefr{...} +\def\mykeywords{peer-to-peer, cryptography, availability, monitoring} +\def\mykeywordsfr{pair-à-pair, cryptographie, disponibilité, monitorage} + +\def\myabstract{ +} + +\def\myabstractfr{ + +} + +\def\myauthor{ +Fabrice {Le Fessant}\\ +~\\ + \affaddr{INRIA Saclay -- Île de France}\\ +% \affaddr{Parc Orsay Université}\\ +% \affaddr{91893 Orsay Cedex}\\ +% \affaddr{France}\\ + \email{fabrice.le\_fessant@inria.fr}\\ +\and +Cigdem Sengul\\ +~\\ + \affaddr{Deutsch Telekom -- Berlin}\\ +% \affaddr{Parc Orsay Université}\\ +% \affaddr{91893 Orsay Cedex}\\ +% \affaddr{France}\\ + \email{cigdem.sengul@inria.fr} +\and +Anne-Marie Kermarrec\\ +~\\ + \affaddr{INRIA Rennes -- Bretagne Atlantique}\\ +% \affaddr{Campus de Beaulieu}\\ +% \affaddr{35043 Rennes Cedex}\\ +% \affaddr{France}\\ + \email{anne-marie.kermarrec@inria.fr} +} + +\def\mybody{ + +\section{Introduction} + +\section{Overview} + +\section{Model} + +\section{Pacemaker2 in Detail} +\input{\mypath specification} + +\section{Practibility (PlanetLab)} + +\section{Scalability and Resistance to Churn} + +\section{Analysis of Tree Redundancy} + +\section{Applications} + +\subsection{Monitoring of Availability} + +\subsection{Timestamp of Documents} + +\section{Related Work} + +\section{Conclusion} + +\bibliography{\mypath main,\mypath cigdem} + +} + +\endinput |
