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
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{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. %%%%%%%%%%%%%%%%%
  63. %\input{MySetting}
  64. %\author{
  65. % \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}}
  66. % \IEEEauthorblockA{\IEEEauthorrefmark{1}\small{Embedded Systems and Wireless Networking Lab}\\
  67. % \small{Graduate Institute of Networking and Multimedia}\\
  68. % \small{Department of Computer Science and Information Engineering}\\
  69. % \small{NTU IoX Research Center}\\
  70. % \small{National Taiwan University}
  71. % \\\{cshih\}@csie.ntu.edu.tw}
  72. % \IEEEauthorblockA{\IEEEauthorrefmark{2}Department of Medical Education and Bioethics,\\NTU}
  73. % \IEEEauthorblockA{\IEEEauthorrefmark{3}Department of Family Medicine, \\NTU Hospital}
  74. %}
  75. \author{Jyun-Jhe Chou}
  76. \affil{\small{Graduate Institute of Networking and Multimedia}\\
  77. \small{Department of Computer Science and Information Engineering}\\
  78. \small{NTU IoX Research Center}\\
  79. \small{National Taiwan University} \vspace{1.5ex}}
  80. \title{Title}
  81. % \setlength{\topmargin}{-0.5in}
  82. %\setlength{\textheight}{10.1in}
  83. %\reportyear{2017}
  84. %\reportmonth{November}
  85. %\reportnumber{0009}
  86. \pagestyle{empty}
  87. \begin{document}
  88. %% To make report cover
  89. %\thispagestyle{empty}
  90. %\makecover
  91. %\newpage
  92. %% To add revision log
  93. %\thispagestyle{empty}
  94. %\onecolumn
  95. %\input{log}
  96. %\newpage
  97. %% \input{todos}
  98. %% \newpage
  99. %% \twocolumn
  100. \maketitle
  101. %\thispagestyle{empty}
  102. %\IEEEpeerreviewmaketitle
  103. \setcounter{page}{1}
  104. % Double space for draft
  105. %\doublespacing
  106. \input{00Abstract}
  107. \input{01Introduction}
  108. % Related works
  109. \input{02Background}
  110. % Architecture, formal model, and problem definition
  111. % Proposed solution
  112. \input{03Design}
  113. % Evaluation
  114. \input{04Evaluation}
  115. % Conclusion
  116. \input{05Conclusion}
  117. % Acknowledgement
  118. %\input{06Acknowledge}
  119. \balance
  120. \printbibliography
  121. \end{document}