You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

142 lines
3.6 KiB

  1. \documentclass[conference]{./IEEEtran}
  2. \usepackage{ntu_techrpt_cover}
  3. %% \documentclass{sig-alternate-05-2015}
  4. \pdfpagewidth=8.5truein
  5. \pdfpageheight=11truein
  6. %% \usepackage{ntu_techrpt_cover_acm}
  7. \usepackage{algorithm}
  8. \usepackage[noend]{algorithmic}
  9. \usepackage{graphicx}
  10. \usepackage{times}
  11. \usepackage{psfrag}
  12. \usepackage[tight]{subfigure}
  13. \usepackage{setspace}
  14. \usepackage{listings}
  15. \usepackage{epsfig}
  16. \usepackage{multirow}
  17. \usepackage{flushend}
  18. \usepackage{longtable}
  19. \usepackage{amsmath}
  20. \usepackage{amsfonts}
  21. \usepackage{amssymb}
  22. \usepackage{url}
  23. \setstretch{0.88}
  24. \usepackage{tabularx}
  25. \usepackage[backend=biber,sorting=none]{biblatex}
  26. \DeclareSourcemap{
  27. \maps[datatype=bibtex]{
  28. \map{
  29. \step[fieldsource=url, match=\regexp{http://(ieeexplore.ieee.org/|dx.doi.org/|dl.acm.org/)}, final]
  30. \step[fieldset=url, null]
  31. \step[fieldset=urldate, null]
  32. \step[fieldset=doi, null]
  33. \step[fieldset=ISBN, null]
  34. }
  35. }
  36. }
  37. \renewcommand*{\bibfont}{\footnotesize}
  38. %% \renewcommand*{\bibfont}{\small}
  39. \addbibresource{MetaRoutingforMobileIOTDevices.bib}
  40. \addbibresource{MultiNetwork.bib}
  41. \addbibresource{RACS15-MetaRouting.bib}
  42. \addbibresource{WFIoT.bib}
  43. \usepackage{tikz}
  44. \newcommand*\circled[1]{\tikz[baseline=(char.base)]{
  45. \node[shape=circle,draw,inner sep=1pt] (char) {#1};}}
  46. \input{MySetting}
  47. \pdfpagewidth=8.5truein
  48. \pdfpageheight=11truein
  49. \submission{IEEE CPSNA}
  50. %% % To add svn version number in Latex
  51. \usepackage{svn-multi}
  52. %\usepackage[draft,scrtime,time]{prelim2e}
  53. \usepackage[final]{prelim2e}
  54. \usepackage{lastpage}
  55. \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 $}
  56. \svnid {$Id: MixedPublicPrivate_IoT.tex 2418 2017-09-17 03:30:53Z cshih $}
  57. \reportyear{\svnyear}
  58. \reportmonth{\svnmonth}
  59. \reportnumber{0004}
  60. \renewcommand{\PrelimWords}{Prepared for WFIoT 2016 --
  61. Last Changed Date:{\svnfiledate} -- Rev: {\svnrev} --
  62. Page:{\thepage} of {\pageref{LastPage}}}
  63. \begin{document}
  64. \title{Federating Public and Private Intelligent Services for IoT
  65. Applications}
  66. %% \author{
  67. %% <Removed for review> \\
  68. %% \small{<Removed for review>} \\
  69. %% \small{<Removed for review>} \\
  70. %% \small{<Removed for review>}
  71. %% }
  72. %% \author{\IEEEauthorblockN{Sen Zhou\IEEEauthorrefmark{1}, Kwei-Jay Lin\IEEEauthorrefmark{1} and Chi-Sheng Shih\IEEEauthorrefmark{2}} \\
  73. %% %\institute{
  74. %% \IEEEauthorblockA{\IEEEauthorrefmark{1}Department of EECS, University of California, Irvine, USA}
  75. %% \IEEEauthorblockA{\IEEEauthorrefmark{2}Department of Computer Science, National Taiwan University, Taiwan}
  76. %% %\textit{\{senz, klin\}@uci.edu}\\
  77. %% }
  78. \author{
  79. \small{{Chi-Sheng Shih}}\\
  80. \small{\tt cshih@csie.ntu.edu.tw}\\
  81. \small{Embedded Systems and Wireless Networking Lab}\\
  82. \small{Graduate Institute of Networking and Multimedia}\\
  83. \small{NTU IoX Research Center}\\
  84. \small{Department of Computer Science and Information Engineering}\\
  85. \small{National Taiwan University, Taipei, Taiwan}
  86. }
  87. %% %% To make report cover
  88. \thispagestyle{empty}
  89. \makecover
  90. \newpage
  91. %% %% To add revision log
  92. %% \thispagestyle{empty}
  93. %% \onecolumn
  94. %% \input{log}
  95. %% \newpage
  96. % \input{todos}
  97. \onecolumn
  98. \todototoc
  99. \listoftodos
  100. \twocolumn
  101. \newpage
  102. \setcounter{table}{0}
  103. \setcounter{page}{0}
  104. \twocolumn
  105. \maketitle
  106. \input{00Abstract}
  107. \input{01Introduction}
  108. \input{02Background}
  109. \input{03Design}
  110. \input{04Evaluation}
  111. \input{05Conclusion}
  112. %% \input{Acknowledge}
  113. %% \bibliographystyle{ieeetr}
  114. %% \bibliography{ImpreciseComputationOverCloud}
  115. \printbibliography
  116. \end{document}