switched to MDPI journal layout

This commit is contained in:
2017-06-29 15:37:38 +02:00
parent 3451e96444
commit 1eaf8344f8
7 changed files with 147 additions and 174 deletions

View File

@@ -1,39 +1,32 @@
\documentclass[acmlarge]{acmart}
%\documentclass[acmlarge]{acmart}
\documentclass[ijgi,article,submit,moreauthors,pdftex,10pt,a4paper]{mdpi}
%\documentclass[journal,article,accept,moreauthors,pdftex,10pt,a4paper]{mdpi}
\usepackage{booktabs} % For formal tables
%\usepackage{booktabs} % For formal tables
\usepackage[ruled]{algorithm2e} % For algorithms
\renewcommand{\algorithmcfname}{ALGORITHM}
\SetAlFnt{\small}
\SetAlCapFnt{\small}
\SetAlCapNameFnt{\small}
\SetAlCapHSkip{0pt}
\IncMargin{-\parindent}
% correct bad hyphenation here
%\hyphenation{op-tical net-works semi-conduc-tor}
%\usepackage[ruled]{algorithm2e} % For algorithms
%\renewcommand{\algorithmcfname}{ALGORITHM}
%\SetAlFnt{\small}
%\SetAlCapFnt{\small}
%\SetAlCapNameFnt{\small}
%\SetAlCapHSkip{0pt}
%\IncMargin{-\parindent}
% Metadata Information
\acmJournal{IMWUT}
\acmVolume{0}
\acmNumber{0}
\acmArticle{0}
\acmYear{2017}
\acmMonth{0}
\acmArticleSeq{0}
% Copyright
\setcopyright{acmcopyright}
%\setcopyright{acmlicensed}
%\setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
% DOI
\acmDOI{0000001.0000001}
% Paper history
\received{dummy}
\received[accepted]{dummy}
\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}
@@ -93,8 +86,7 @@
\graphicspath{ {gfx/paths/},{gfx/},{gfx2/}}
% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}
% input stuff
@@ -102,84 +94,51 @@
\input{misc/functions}
\Title{On \docWIFI{} 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: e-mail@e-mail.com; Tel.: +x-xxx-xxx-xxxx}
\input{chapters/abstract}
\begin{document}
\title{On \docWIFI{} Optimizations for Smartphone-based Indoor Localization}
\author{Frank Ebner}
\author{Toni Fetzer}
\author{Frank Deinzer}
\affiliation{%
\institution{University of Applied Sciences W\"urzburg-Schweinfurt}
\department{Faculty of Computer Science and Business Information Systems}
\city{W\"urzburg}
%\state{VA}
%\postcode{22903}
\country{Germany}
}
\author{Marcin Grzegorzek}
\affiliation{%
\institution{University of Siegen}
\department{Pattern Recognition Group}
\city{Siegen}
%\state{VA}
%\postcode{22903}
\country{Germany}
}
\input{chapters/abstract}
\maketitle
\input{chapters/introduction}
\input{chapters/relatedwork}
\input{chapters/system}
% 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/work}
\input{chapters/experiments}
\input{chapters/introduction}
\input{chapters/conclusion}
\input{chapters/relatedwork}
\input{chapters/system}
\input{chapters/work}
\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{IEEEabrv,egbib}
\bibliographystyle{ACM-Reference-Format}
\bibliography{egbib}
%\bibliographystyle{ACM-Reference-Format}
\externalbibliography{yes}
\bibliography{egbib}
\end{document}