% Final Submission %\documentclass[10pt,conference,a4paper,twocolumn]{./IEEEtran} %\documentclass[10pt,a4paper,twocolumn]{ieeeconf} % Draft %\documentclass[10pt,a4paper,onecolumn]{ieeeconf} \documentclass[12pt,a4paper,onecolumn]{./IEEEtran} %PAPER PAGE LIMIT: % %Regular Papers: 8 pages, including all figures, tables, and references. %Short Papers: 6 pages, including all figures, tables, and references. %http://www.ieeeconfpublishing.org/cpir/authorKit.asp?Facility=CPS_Nov&ERoom=SOCA+2017 \usepackage{ntu_techrpt_cover} \usepackage{lipsum} \usepackage{graphicx} \usepackage{times} \usepackage{psfrag} %\usepackage[tight]{subfigure} \usepackage{setspace} \usepackage{listings} \usepackage{epsfig} \usepackage{longtable} \usepackage{cases} %\usepackage{subfig} \usepackage{balance} \usepackage{algorithm} %\usepackage{algorithmic} \usepackage[noend]{algpseudocode} %% % To add svn version number in Latex \usepackage{svn-multi} % \usepackage[draft,scrtime]{prelim2e} \usepackage[final]{prelim2e} \usepackage{soul} \usepackage{authblk} % Add svn keyword for all the tex files % svn ps svn:keywords 'Id HeadURL LastChangedDate LastChangedBy LastChangedRevision' *.tex \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 $} \svnid{$Id: Main.tex 2459 2017-10-13 15:28:44Z cshih $} % to show SVN version number %% \renewcommand{\PrelimWords}{Rev: \svnrev\ (\svnfilerev) \svnyear/\svnmonth/\svnday/\svnhour:\svnminute} \renewcommand{\PrelimWords}{The draft is made at \thistime.} % Commented out for article % \numberwithin{algorithm}{section} % \setstretch{0.83} \usepackage[backend=biber,style=numeric-comp,sorting=none]{biblatex} \DeclareSourcemap{ \maps[datatype=bibtex]{ \map{ \step[fieldsource=url, match=\regexp{http://(ieeexplore.ieee.org/|dx.doi.org/|dl.acm.org/)}, final] \step[fieldset=url, null] \step[fieldset=urldate, null] \step[fieldset=doi, null] \step[fieldset=ISBN, null] } } } \renewcommand*{\bibfont}{\footnotesize} %% \addbibresource{Conference.bib} %%\addbibresource{bibliography.bib} %%\addbibresource{IEEEabrv.bib} \addbibresource{SOCA17.bib} %%\addbibresource{ERICA.bib} %%%%%%%%%%%%%%%%% \input{MySetting} %\author{ % \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}} % \IEEEauthorblockA{\IEEEauthorrefmark{1}\small{Embedded Systems and Wireless Networking Lab}\\ % \small{Graduate Institute of Networking and Multimedia}\\ % \small{Department of Computer Science and Information Engineering}\\ % \small{NTU IoX Research Center}\\ % \small{National Taiwan University} % \\\{cshih\}@csie.ntu.edu.tw} % \IEEEauthorblockA{\IEEEauthorrefmark{2}Department of Medical Education and Bioethics,\\NTU} % \IEEEauthorblockA{\IEEEauthorrefmark{3}Department of Family Medicine, \\NTU Hospital} %} \author{Jyun-Jhe Chou} \affil{\small{Graduate Institute of Networking and Multimedia}\\ \small{Department of Computer Science and Information Engineering}\\ \small{NTU IoX Research Center}\\ \small{National Taiwan University} \vspace{1.5ex}} \title{Parameterized Data Reduction Framework for IoT Devices} % \setlength{\topmargin}{-0.5in} %\setlength{\textheight}{10.1in} %\reportyear{2017} %\reportmonth{November} %\reportnumber{0009} \pagestyle{empty} \begin{document} %% To make report cover %\thispagestyle{empty} %\makecover %\newpage %% To add revision log %\thispagestyle{empty} %\onecolumn %\input{log} %\newpage %% \input{todos} %% \newpage %% \twocolumn \maketitle \thispagestyle{empty} \IEEEpeerreviewmaketitle \setcounter{page}{1} % Double space for draft \doublespacing \input{00Abstract} \input{01Introduction} % Related works \input{02Background} % Architecture, formal model, and problem definition % Proposed solution \input{03Design} % Evaluation \input{04Evaluation} % Conclusion \input{05Conclusion} % Acknowledgement %\input{06Acknowledge} \balance \printbibliography \end{document}