\documentclass[conference]{./IEEEtran} 
\usepackage{ntu_techrpt_cover}

%% \documentclass{sig-alternate-05-2015}
\pdfpagewidth=8.5truein
\pdfpageheight=11truein
%% \usepackage{ntu_techrpt_cover_acm} 
\usepackage{algorithm}
\usepackage[noend]{algorithmic}
\usepackage{graphicx}
\usepackage{times}
\usepackage{psfrag}
\usepackage[tight]{subfigure}
\usepackage{setspace}
\usepackage{listings}
\usepackage{epsfig}
\usepackage{multirow}
\usepackage{flushend}
\usepackage{longtable}
 
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
 
\usepackage{url}

\setstretch{0.88}
\usepackage{tabularx}

\usepackage[backend=biber,sorting=none]{biblatex}
\DeclareSourcemap{
  \maps[datatype=bibtex]{
    \map{
      \step[fieldsource=url, match=\regexp{http://(ieeexplore.ieee.org/|dx.doi.org/|dl.acm.org/)}, final]
      \step[fieldset=url, null]
      \step[fieldset=urldate, null]
      \step[fieldset=doi, null]
      \step[fieldset=ISBN, null]
    }
  }
}

\renewcommand*{\bibfont}{\footnotesize}
%% \renewcommand*{\bibfont}{\small}
\addbibresource{MetaRoutingforMobileIOTDevices.bib}
\addbibresource{MultiNetwork.bib}
\addbibresource{RACS15-MetaRouting.bib}
\addbibresource{WFIoT.bib}


\usepackage{tikz}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
  \node[shape=circle,draw,inner sep=1pt] (char) {#1};}} 

\input{MySetting}

\pdfpagewidth=8.5truein
\pdfpageheight=11truein

\submission{IEEE CPSNA}

%% % To add svn version number in Latex
\usepackage{svn-multi}
%\usepackage[draft,scrtime,time]{prelim2e}
\usepackage[final]{prelim2e}
\usepackage{lastpage}

\svnidlong {$HeadURL: http://newslabx.csie.ntu.edu.tw/svn/R_Publications/SOCA17/trunk/MixedPublicPrivate_IoT.tex $} {$LastChangedDate: 2017-09-17 11:30:53 +0800 (週日, 17 九月 2017) $} {$LastChangedRevision: 2418 $} {$LastChangedBy: cshih $}
\svnid {$Id: MixedPublicPrivate_IoT.tex 2418 2017-09-17 03:30:53Z cshih $}

\reportyear{\svnyear}
\reportmonth{\svnmonth}
\reportnumber{0004} 

\renewcommand{\PrelimWords}{Prepared for WFIoT 2016 --
  Last Changed Date:{\svnfiledate} -- Rev: {\svnrev} --
  Page:{\thepage} of {\pageref{LastPage}}}

\begin{document}

\title{Federating Public and Private Intelligent Services for IoT
  Applications}

%% \author{
%%   <Removed for review> \\
%%   \small{<Removed for review>} \\
%%   \small{<Removed for review>} \\
%%   \small{<Removed for review>}
%% }


%% \author{\IEEEauthorblockN{Sen Zhou\IEEEauthorrefmark{1}, Kwei-Jay Lin\IEEEauthorrefmark{1} and Chi-Sheng Shih\IEEEauthorrefmark{2}} \\
%% %\institute{
%%  \IEEEauthorblockA{\IEEEauthorrefmark{1}Department of EECS, University of California, Irvine, USA}
%%  \IEEEauthorblockA{\IEEEauthorrefmark{2}Department of Computer Science, National Taiwan University, Taiwan}
%%  %\textit{\{senz, klin\}@uci.edu}\\
%% }

\author{
  \small{{Chi-Sheng Shih}}\\
  \small{\tt cshih@csie.ntu.edu.tw}\\
  \small{Embedded Systems and Wireless Networking Lab}\\
  \small{Graduate Institute of Networking and Multimedia}\\
  \small{NTU IoX Research Center}\\
  \small{Department of Computer Science and Information Engineering}\\
  \small{National Taiwan University, Taipei, Taiwan}
}
     
%% %% To make report cover
\thispagestyle{empty}
\makecover
\newpage

%% %% To add revision log
%% \thispagestyle{empty}
%% \onecolumn
%% \input{log}
%% \newpage
% \input{todos}
\onecolumn
\todototoc
\listoftodos
\twocolumn
\newpage
\setcounter{table}{0}
\setcounter{page}{0}
\twocolumn

\maketitle

\input{00Abstract}
\input{01Introduction}
\input{02Background}
\input{03Design}
\input{04Evaluation}
\input{05Conclusion} 
%% \input{Acknowledge}

%% \bibliographystyle{ieeetr}
%% \bibliography{ImpreciseComputationOverCloud}
\printbibliography
\end{document}