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.

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