mirror of
https://gitlab.com/manzerbredes/paper-lowrate-iot.git
synced 2025-04-08 14:29:07 +00:00
Switch to ICA3PP
This commit is contained in:
parent
fee0dad20e
commit
8a5c1b0606
7 changed files with 1202 additions and 6363 deletions
|
@ -3,23 +3,23 @@
|
|||
#+EXPORT_EXCLUDE_TAGS: noexport
|
||||
#+STARTUP: hideblocks
|
||||
#+OPTIONS: H:5 author:nil email:nil creator:nil timestamp:nil skip:nil toc:nil ^:nil
|
||||
#+LATEX_CLASS: IEEEtran
|
||||
#+LATEX_CLASS: llncs
|
||||
#+LATEX_HEADER: \usepackage{hyperref}
|
||||
#+LATEX_HEADER: \usepackage{booktabs}
|
||||
#+LATEX_HEADER: \usepackage{subfigure}
|
||||
#+LATEX_HEADER: \usepackage{graphicx}
|
||||
#+LATEX_HEADER: \usepackage{xcolor}
|
||||
#+LATEX_HEADER: \IEEEoverridecommandlockouts
|
||||
#+LATEX_HEADER: \author{\IEEEauthorblockN{1\textsuperscript{st} Anne-Cécile Orgerie}
|
||||
#+LATEX_HEADER: \IEEEauthorblockA{\textit{Univ Rennes, Inria, CNRS, IRISA, Rennes, France} \\
|
||||
#+LATEX_HEADER: Rennes, France \\
|
||||
#+LATEX_HEADER: anne-cecile.orgerie@irisa.fr}
|
||||
#+LATEX_HEADER: \and
|
||||
#+LATEX_HEADER: \IEEEauthorblockN{2\textsuperscript{nd} Loic Guegan}
|
||||
#+LATEX_HEADER: \IEEEauthorblockA{\textit{Univ Rennes, Inria, CNRS, IRISA, Rennes, France} \\
|
||||
#+LATEX_HEADER: Rennes, France \\
|
||||
#+LATEX_HEADER: loic.guegan@irisa.fr}
|
||||
#+LATEX_HEADER: \author{
|
||||
#+LATEX_HEADER: Loic Guegan\inst{1},
|
||||
#+LATEX_HEADER: Anne-Cécile Orgerie\inst{2},\\
|
||||
#+LATEX_HEADER: }
|
||||
#+LATEX_HEADER: \institute{Univ Rennes, Inria, CNRS, IRISA, Rennes, France\\
|
||||
#+LATEX_HEADER: Emails: anne-cecile.orgerie@irisa.fr\inst{1}, loic.guegan@irisa.fr\inst{2}
|
||||
#+LATEX_HEADER: }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#+BEGIN_EXPORT latex
|
||||
\newcommand{\hl}[1]{\textcolor{red}{#1}}
|
||||
|
@ -29,10 +29,6 @@
|
|||
\begin{abstract}
|
||||
Information and Communication Technology takes a growing part in the worldwide energy consumption. One of the root causes of this increase lies in the multiplication of connected devices. Each object of the Internet-of-Things often does not consume much energy by itself. Yet, their number and the infrastructures they require to properly work have leverage. In this paper, we combine simulations and real measurements to study the energy impact of IoT devices. In particular, we analyze the energy consumption of Cloud and telecommunication infrastructures induced by the utilization of connected devices, and we propose an end-to-end energy consumption model for these devices.
|
||||
\end{abstract}
|
||||
|
||||
\begin{IEEEkeywords}
|
||||
component, formatting, style, styling, insert
|
||||
\end{IEEEkeywords}
|
||||
#+END_EXPORT
|
||||
|
||||
|
||||
|
@ -872,7 +868,7 @@ component, formatting, style, styling, insert
|
|||
# Local Variables:
|
||||
# eval: (unless (boundp 'org-latex-classes) (setq org-latex-classes nil))
|
||||
# eval: (add-to-list 'org-latex-classes
|
||||
# '("IEEEtran" "\\documentclass[conference]{IEEEtran}\n \[NO-DEFAULT-PACKAGES]\n \[EXTRA]\n" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
|
||||
# '("llncs" "\\documentclass[conference]{llncs}\n \[NO-DEFAULT-PACKAGES]\n \[EXTRA]\n" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
|
||||
# End:
|
||||
|
||||
|
BIN
2019-ICA3PP.pdf
Normal file
BIN
2019-ICA3PP.pdf
Normal file
Binary file not shown.
BIN
2019-Mascots.pdf
BIN
2019-Mascots.pdf
Binary file not shown.
6347
IEEEtran.cls
6347
IEEEtran.cls
File diff suppressed because it is too large
Load diff
BIN
Rplots.pdf
BIN
Rplots.pdf
Binary file not shown.
Loading…
Add table
Reference in a new issue