This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
OTHER2017/tex_reviewed/bare_conf.tex
2017-08-02 09:43:43 +02:00

122 lines
3.0 KiB
TeX
Executable File

\documentclass[ijgi,article,submit,moreauthors,pdftex,10pt,a4paper]{mdpi}
% Metadata Information
\firstpage{1}
\makeatletter
\setcounter{page}{\@firstpage}
\makeatother
\articlenumber{x}
\doinum{10.3390/------}
\pubvolume{xx}
\pubyear{2017}
\copyrightyear{2017}
\externaleditor{Academic Editor: name}
\history{Received: date; Accepted: date; Published: date}
\usepackage{color, colortbl}
\usepackage{graphicx}
\usepackage{subcaption}
\interdisplaylinepenalty=2500
\usepackage{array}
\usepackage{mdwmath}
\usepackage{mdwtab}
\usepackage{eqparbox}
\usepackage{epstopdf}
% 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}}}
% 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/paths/},{gfx/},{gfx2/}}
% input stuff
\input{misc/keywords}
\input{misc/functions}
\Title{On \docWIFI{} Model Optimizations for Smartphone-based Indoor Localization}
% Authors, for the paper (add full first names)
\Author{Frank Ebner $^{1,*}$\orcidONE{}, Toni Fetzer $^{1}$\orcidTWO{}, Frank Deinzer $^{1}$ and Marcin Grzegorzek $^{2}$ }
% Authors, for metadata in PDF
\AuthorNames{Frank Ebner, Toni Fetzer, Frank Deinzer and Marcin Grzegorzek}
\keyword{indoor localization; smartphones; \docWIFI{}; IMU; sensor fusion; optimization}
% Author Orchid ID: enter ID or remove command
\orcidauthorONE{0000-0002-4698-8232} % Add \orcidONE{} behind the author's name
\orcidauthorTWO{0000-0002-8249-8783} % Add \orcidTWO{} behind the author's name
% 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; frank.ebner@fhws.de, toni.fetzer@fhws.de, frank.deinzer@fhws.de\\
$^{2}$ \quad University of Siegen - Pattern Recognition Group; marcin.grzegorzek@uni-siegen.de}
% Contact information of the corresponding author
\corres{Correspondence: frank.ebner@fhws.de}
\input{chapters/abstract}
\begin{document}
\maketitle
\input{chapters/introduction}
\input{chapters/relatedwork}
\input{chapters/system}
\input{chapters/work}
\input{chapters/experiments}
\input{chapters/conclusion}
\externalbibliography{yes}
\bibliography{egbib}
\end{document}