changed to journal template

This commit is contained in:
toni
2018-04-03 18:17:33 +02:00
parent 0ba4b2a9ad
commit 633dd33e49
7 changed files with 103 additions and 9021 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,249 +1,98 @@
%% bare_conf.tex
%% V1.4b
%% 2015/08/26
%% by Michael Shell
%% See:
%% http://www.michaelshell.org/
%% for current contact information.
%%
%% This is a skeleton file demonstrating the use of IEEEtran.cls
%% (requires IEEEtran.cls version 1.8b or later) with an IEEE
%% conference paper.
%%
%% Support sites:
%% http://www.michaelshell.org/tex/ieeetran/
%% http://www.ctan.org/pkg/ieeetran
%% and
%% http://www.ieee.org/
%%*************************************************************************
%% Legal Notice:
%% This code is offered as-is without any warranty either expressed or
%% implied; without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE!
%% User assumes all risk.
%% In no event shall the IEEE or any contributor to this code be liable for
%% any damages or losses, including, but not limited to, incidental,
%% consequential, or any other damages, resulting from the use or misuse
%% of any information contained here.
%%
%% All comments are the opinions of their respective authors and are not
%% necessarily endorsed by the IEEE.
%%
%% This work is distributed under the LaTeX Project Public License (LPPL)
%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
%% distributed and modified. A copy of the LPPL, version 1.3, is included
%% in the base LaTeX documentation of all distributions of LaTeX released
%% 2003/12/01 or later.
%% Retain all contribution notices and credits.
%% ** Modified files should be clearly indicated as such, including **
%% ** renaming them and changing author support contact information. **
%%*************************************************************************
% *** Authors should verify (and, if needed, correct) their LaTeX system ***
% *** with the testflow diagnostic prior to trusting their LaTeX platform ***
% *** with production work. The IEEE's font choices and paper sizes can ***
% *** trigger bugs that do not appear when using other class files. ***
% The testflow support page is at:
% http://www.michaelshell.org/tex/testflow/
\documentclass[conference]{IEEEtran}
% Some Computer Society conferences also require the compsoc mode option,
% but others use the standard conference format.
%
% If IEEEtran.cls has not been installed into the LaTeX system files,
% manually specify the path to it like:
% \documentclass[conference]{../sty/IEEEtran}
% needed packages
\usepackage{svg}
\usepackage{color, colortbl}
%\usepackage[table]{xcolor}
\usepackage{cite}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage[cmex10]{amsmath}
\interdisplaylinepenalty=2500
\usepackage{array}
\usepackage{mdwmath}
\usepackage{mdwtab}
\usepackage{eqparbox}
\usepackage{epstopdf}
%\usepackage{ulem}
\usepackage{algorithm}
\usepackage{algpseudocode}
% replacement for the SI package
\newcommand{\SI}[2]{\ensuremath{#1}\text{\,#2}}
\newcommand{\SIrange}[3]{\ensuremath{#1} to \ensuremath{#2}\text{\,#3}}
% units for the SI package
\newcommand{\centimeter}{cm}
\newcommand{\meter}{m}
\newcommand{\per}{/}
\newcommand{\milli}{m}
\newcommand{\second}{s}
\newcommand{\giga}{G}
\newcommand{\hertz}{Hz}
\newcommand{\dBm}{dBm}
\newcommand{\percent}{\%}
\newcommand{\decibel}{dB}
\newcommand{\dB}{dB}
\newcommand{\hpa}{hPa}
\newcommand{\degree}{\ensuremath{^{\circ}}}
\newcommand{\eg}{e.\,g.}
% missing math operators
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{arg\,max}
% vector and matrix typesetting
\renewcommand{\vec}[1]{\boldsymbol{#1}} % italic and greek symbols
\newcommand{\mat}[1]{\vec{#1}} % the same as vec
%other macros
\newcommand{\noStep}{\overline{\text{step}}}
% gfx include folder
\graphicspath{ {gfx/} {gfx/eval}}
% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}
% input stuff
\input{misc/keywords}
\input{misc/functions}
\IEEEoverridecommandlockouts
\IEEEpubid{\makebox[\columnwidth]{\hfill XXX-X-XXXX-XXXX-X/XX/\$XX.XX~\copyright~2017 IEEE}
\hspace{\columnsep}\makebox[\columnwidth]{ }}
\begin{document}
%
% paper title
% Titles are generally capitalized except for words such as a, an, and, as,
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
% not capitalized unless they are the first or last word of the title.
% Linebreaks \\ can be used within to get better formatting as desired.
% Do not put math or special symbols in the title.
\title{Smartphone-based Indoor Localization within a \\13th Century Historic Building}
%\title{Smartphone-based Indoor Localization for Buildings }
%\title{A Fast to Deploy and Flexible Smartphone-based Indoor Localization System for Multifloor Environments}
%\title{Indoor Localization without special needs}
%\title{Indoor Localization good and cheap}
%\title{Indoor Localization for Complexe Buildings }
%\title{Indoor Localization for Dummys}
%\title{Smartphone-based Indoor Localization for Medieval Buildings}
%\title{Smartphone-based Indoor Localization for Historic Buildings}
%\title{Fast to Deploy Smartphone-based Indoor Localization }
%\title{Smartphone-based Indoor Localization in a real world scenario}
%\title{Smartphone-based Indoor Localization within a worst case scenario}
% author names and affiliations
% use a multiple column layout for up to three different
% affiliations
\author{
\IEEEauthorblockN{Toni Fetzer, Frank Ebner, Markus Bullmann and Frank Deinzer}%
\IEEEauthorblockA{%
Faculty of Computer Science and Business Information Systems\\
University of Applied Sciences W\"urzburg-Schweinfurt\\
W\"urzburg, Germany\\
\{toni.fetzer, frank.ebner, markus.bullmann, frank.deinzer\}@fhws.de\\
}
\and
\IEEEauthorblockN{Marcin Grzegorzek}
\IEEEauthorblockA{%
Pattern Recognition Group \\
University of Siegen\\
Siegen, Germany\\
marcin.grzegorzek@uni-siegen.de
}%
}
% conference papers do not typically use \thanks and this command
% is locked out in conference mode. If really needed, such as for
% the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
% after \documentclass
% use for special paper notices
%\IEEEspecialpapernotice{(Invited Paper)}
% make the title area
\maketitle
% As a general rule, do not put math, special symbols or citations
% in the abstract
\input{chapters/abstract}
% For peer review papers, you can put extra information on the cover
% page as needed:
% \ifCLASSOPTIONpeerreview
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
% \fi
%
% For peerreview papers, this IEEEtran command inserts a page break and
% creates the second title. It will be ignored for other modes.
\IEEEpeerreviewmaketitle
\input{chapters/introduction}
\input{chapters/relatedwork}
\input{chapters/system}
\input{chapters/transition}
\input{chapters/eval}
\input{chapters/misc}
\input{chapters/experiments}
\input{chapters/conclusion}
% conference papers do not normally have an appendix
% use section* for acknowledgment
%\section*{Acknowledgment}
%The authors would like to thank...
% balancing
%\IEEEtriggeratref{8}
% The "triggered" command can be changed if desired:
%\IEEEtriggercmd{\enlargethispage{-5in}}
% references section
\bibliographystyle{IEEEtran}
\bibliography{egbib}
\end{document}
\documentclass[journal,article,submit,moreauthors,pdftex,10pt,a4paper]{mdpi}
\firstpage{1}
\makeatletter
\setcounter{page}{\@firstpage}
\makeatother
\pubvolume{xx}
\issuenum{1}
\articlenumber{1}
\pubyear{2018}
\copyrightyear{2018}
%\externaleditor{Academic Editor: name}
\history{Received: date; Accepted: date; Published: date}
\usepackage{svg}
\usepackage{color, colortbl}
\usepackage{graphicx}
\interdisplaylinepenalty=2500
\usepackage{array}
\usepackage{mdwmath}
\usepackage{mdwtab}
\usepackage{eqparbox}
\usepackage{epstopdf}
\usepackage{siunitx}
%\updates{yes} % If there is an update available, un-comment this line
\Title{Title}
% Author Orchid ID: enter ID or remove command
\newcommand{\orcidauthorA}{0000-0002-4698-8232} % Add \orcidA{} behind the author's name
\newcommand{\orcidauthorB}{0000-0002-8249-8783} % Add \orcidB{} behind the author's name
% Authors, for the paper (add full first names)
\Author{Toni Fetzer $^{1,*}$\orcidB{}, Frank Ebner$^{1}$\orcidA{}, Markus Bullmann$^{1}$, Frank Deinzer $^{1}$ and Marcin Grzegorzek $^{2}$ }
% Authors, for metadata in PDF
\AuthorNames{Toni Fetzer, Frank Ebner, Markus Bullmann, Frank Deinzer and Marcin Grzegorzek}
\keyword{todo}
% Affiliations / Addresses (Add [1] after \address if there is only one affiliation.)
\address{%
$^{1}$ \quad University of Applied Sciences W\"urzburg-Schweinfurt - Faculty of Computer Science and Business Information Systems; \textit{firstname.surname}@fhws.de\\
$^{2}$ \quad University of Siegen - Pattern Recognition Group; marcin.grzegorzek@uni-siegen.de}
% Contact information of the corresponding author
\corres{Correspondence: toni.fetzer@fhws.de}
% missing math operators
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{arg\,max}
% vector and matrix typesetting
\renewcommand{\vec}[1]{\boldsymbol{#1}} % italic and greek symbols
\newcommand{\mat}[1]{\vec{#1}} % the same as vec
% gfx include folder
%\graphicspath{{gfx/}}
% input stuff
\input{misc/keywords}
\input{misc/functions}
\graphicspath{{gfx/}}
\input{chapters/abstract}
\begin{document}
\maketitle
\input{chapters/introduction}
\input{chapters/relatedwork}
\input{chapters/system}
\input{chapters/transition}
\input{chapters/eval}
\input{chapters/misc}
\input{chapters/experiments}
\input{chapters/conclusion}
\externalbibliography{yes}
\bibliography{egbib}
\end{document}

View File

@@ -1,8 +1,4 @@
\begin{abstract}
\abstract{
Abstracttatatata
\todo{ggf. titel nochmal anpassen einfach auf schwierige bedingungen oder fast setup.}
\end{abstract}
}

View File

@@ -7,7 +7,7 @@ In terms of European architecture, the problems emanating from these buildings w
In the scope of this work, we deployed an indoor localization system to a 13th century building.
The first 300 years, the building was initially used as a convent, and, after that, had different functions ranging from a granary to an office for Bavarian officials.
Over time, the building underwent major construction measures and was extended several times.
Since 1936, the \SI{2500}{m$^2$} building acts as a museum of the medieval town Rothenburg ob der Tauber \cite{Rothenburg}, Germany.
Since 1936, the \SI{2500}{\square\meter} building acts as a museum of the medieval town Rothenburg ob der Tauber \cite{Rothenburg}, Germany.
Such buildings are often full of nooks and crannies, what makes it hard for dynamical models using any kind of pedestrian dead reckoning (PDR). Here, the error accumulates not only over time, but also with the number of turns and steps made \cite{Ebner-15}.
There is also a higher chance of detecting false or misplaced turns, what can cause the position estimation to lose track or getting stuck within a demarcated area.

View File

@@ -6,7 +6,7 @@ max. 1 Seite
\begin{figure}
\centering
\includesvg[width=8.7cm]{gfx/map1.svg}
\includesvg[width=8.7cm]{gfx/map1}
\caption{wonderful image of a wonderful floorplan within a wonderful building}
\end{figure}

View File

@@ -1,5 +1,6 @@
% keyword macros
\newcommand{\docIBeacon}{iBeacon}
\newcommand{\eg}{e.\,g.}
% wifi naming
\newcommand{\wifiRSSI}{RSSI}