555
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.

144 lines
4.2 KiB

  1. % Final Submission
  2. %\documentclass[10pt,conference,a4paper,twocolumn]{./IEEEtran}
  3. %\documentclass[10pt,a4paper,twocolumn]{ieeeconf}
  4. % Draft
  5. %\documentclass[10pt,a4paper,onecolumn]{ieeeconf}
  6. \documentclass[12pt,a4paper,onecolumn]{./IEEEtran}
  7. %PAPER PAGE LIMIT:
  8. %
  9. %Regular Papers: 8 pages, including all figures, tables, and references.
  10. %Short Papers: 6 pages, including all figures, tables, and references.
  11. %http://www.ieeeconfpublishing.org/cpir/authorKit.asp?Facility=CPS_Nov&ERoom=SOCA+2017
  12. \usepackage{ntu_techrpt_cover}
  13. \usepackage{lipsum}
  14. \usepackage{graphicx}
  15. \usepackage{times}
  16. \usepackage{psfrag}
  17. %\usepackage[tight]{subfigure}
  18. \usepackage{setspace}
  19. \usepackage{listings}
  20. \usepackage{epsfig}
  21. \usepackage{longtable}
  22. \usepackage{cases}
  23. %\usepackage{subfig}
  24. \usepackage{balance}
  25. \usepackage{algorithm}
  26. %\usepackage{algorithmic}
  27. \usepackage[noend]{algpseudocode}
  28. %% % To add svn version number in Latex
  29. \usepackage{svn-multi}
  30. % \usepackage[draft,scrtime]{prelim2e}
  31. \usepackage[final]{prelim2e}
  32. \usepackage{soul}
  33. \usepackage{authblk}
  34. % Add svn keyword for all the tex files
  35. % svn ps svn:keywords 'Id HeadURL LastChangedDate LastChangedBy LastChangedRevision' *.tex
  36. \svnidlong{$HeadURL: http://newslabx.csie.ntu.edu.tw/svn/R_Publications/SOCA17/trunk/Main.tex $} {$LastChangedDate: 2017-10-13 23:28:44 +0800 (週五, 13 十月 2017) $} {$LastChangedRevision: 2459 $} {$LastChangedBy: cshih $}
  37. \svnid{$Id: Main.tex 2459 2017-10-13 15:28:44Z cshih $}
  38. % to show SVN version number
  39. %% \renewcommand{\PrelimWords}{Rev: \svnrev\ (\svnfilerev) \svnyear/\svnmonth/\svnday/\svnhour:\svnminute}
  40. \renewcommand{\PrelimWords}{The draft is made at \thistime.}
  41. % Commented out for article
  42. % \numberwithin{algorithm}{section}
  43. % \setstretch{0.83}
  44. \usepackage[backend=biber,style=numeric-comp,sorting=none]{biblatex}
  45. \DeclareSourcemap{
  46. \maps[datatype=bibtex]{
  47. \map{
  48. \step[fieldsource=url,
  49. match=\regexp{http://(ieeexplore.ieee.org/|dx.doi.org/|dl.acm.org/)},
  50. final]
  51. \step[fieldset=url, null]
  52. \step[fieldset=urldate, null]
  53. \step[fieldset=doi, null]
  54. \step[fieldset=ISBN, null]
  55. }
  56. }
  57. }
  58. \renewcommand*{\bibfont}{\footnotesize}
  59. %% \addbibresource{Conference.bib}
  60. %%\addbibresource{bibliography.bib}
  61. %%\addbibresource{IEEEabrv.bib}
  62. \addbibresource{SOCA17.bib}
  63. %%\addbibresource{ERICA.bib}
  64. %%%%%%%%%%%%%%%%%
  65. \input{MySetting}
  66. %\author{
  67. % \IEEEauthorblockN{Jyun-Jhe \textsc{Chou}\IEEEauthorrefmark{1}, Chi-Sheng \textsc{Shih}\IEEEauthorrefmark{1}, Wei-Dean \textsc{Wang}\IEEEauthorrefmark{2}, and Kuo-Chin \textsc{Huang}\IEEEauthorrefmark{3}}
  68. % \IEEEauthorblockA{\IEEEauthorrefmark{1}\small{Embedded Systems and Wireless Networking Lab}\\
  69. % \small{Graduate Institute of Networking and Multimedia}\\
  70. % \small{Department of Computer Science and Information Engineering}\\
  71. % \small{NTU IoX Research Center}\\
  72. % \small{National Taiwan University}
  73. % \\\{cshih\}@csie.ntu.edu.tw}
  74. % \IEEEauthorblockA{\IEEEauthorrefmark{2}Department of Medical Education and Bioethics,\\NTU}
  75. % \IEEEauthorblockA{\IEEEauthorrefmark{3}Department of Family Medicine, \\NTU Hospital}
  76. %}
  77. \author{Jyun-Jhe Chou}
  78. \affil{\small{Graduate Institute of Networking and Multimedia}\\
  79. \small{Department of Computer Science and Information Engineering}\\
  80. \small{NTU IoX Research Center}\\
  81. \small{National Taiwan University} \vspace{1.5ex}}
  82. \title{Parameterized Data Reduction Framework for IoT Devices}
  83. % \setlength{\topmargin}{-0.5in}
  84. %\setlength{\textheight}{10.1in}
  85. %\reportyear{2017}
  86. %\reportmonth{November}
  87. %\reportnumber{0009}
  88. \pagestyle{empty}
  89. \begin{document}
  90. %% To make report cover
  91. %\thispagestyle{empty}
  92. %\makecover
  93. %\newpage
  94. %% To add revision log
  95. %\thispagestyle{empty}
  96. %\onecolumn
  97. %\input{log}
  98. %\newpage
  99. %% \input{todos}
  100. %% \newpage
  101. %% \twocolumn
  102. \maketitle
  103. \thispagestyle{empty}
  104. \IEEEpeerreviewmaketitle
  105. \setcounter{page}{1}
  106. % Double space for draft
  107. \doublespacing
  108. \input{00Abstract}
  109. \input{01Introduction}
  110. % Related works
  111. \input{02Background}
  112. % Architecture, formal model, and problem definition
  113. % Proposed solution
  114. \input{03Design}
  115. % Evaluation
  116. \input{04Evaluation}
  117. % Conclusion
  118. \input{05Conclusion}
  119. % Acknowledgement
  120. %\input{06Acknowledge}
  121. \balance
  122. \printbibliography
  123. \end{document}