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.

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