Advertisement
kevintsaicoding

Poster

Apr 21st, 2022
2,222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 6.69 KB | None | 0 0
  1. \documentclass[a0paper,portrait]{baposter}
  2. \usepackage{CJKutf8} %% 中文套件
  3.  
  4. \usepackage{relsize}        % For \smaller
  5. \usepackage{url}            % For \url
  6. \usepackage{epstopdf}   % Included EPS files automatically converted to PDF to include with pdflatex
  7.  
  8. %%% Global Settings %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9.  
  10. \graphicspath{{pix/}}   % Root directory of the pictures
  11. % \tracingstats=2           % Enabled LaTeX logging with conditionals
  12.  
  13. %%% Color Definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14.  
  15. \definecolor{bordercol}{RGB}{40,40,40}
  16. \definecolor{headercol1}{RGB}{186,215,230}
  17. \definecolor{headercol2}{RGB}{80,80,80}
  18. \definecolor{headerfontcol}{RGB}{0,0,0}
  19. \definecolor{boxcolor}{RGB}{186,215,230}
  20.  
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22. %%% Utility functions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  23.  
  24. %%% Save space in lists. Use this after the opening of the list %%%%%%%%%%%%%%%%
  25. \newcommand{\compresslist}{
  26.     \setlength{\itemsep}{1pt}
  27.     \setlength{\parskip}{0pt}
  28.     \setlength{\parsep}{0pt}
  29. }
  30.  
  31. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  32. %%% Document Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  33. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  34.  
  35. \begin{document}
  36. \begin{CJK*}{UTF8}{bsmi}
  37. \typeout{Poster rendering started}
  38.  
  39. %%% Setting Background Image %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  40. \background{
  41.     \begin{tikzpicture}[remember picture,overlay]%
  42.     \draw (current page.north west)+(-2em,2em) node[anchor=north west]
  43.     {\includegraphics[height=1.1\textheight]{background}};
  44.     \end{tikzpicture}
  45. }
  46.  
  47. %%% General Poster Settings %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  48. %%%%%% Eye Catcher, Title, Authors and University Images %%%%%%%%%%%%%%%%%%%%%%
  49. \begin{poster}{
  50.     grid=false,
  51.     % Option is left on true though the eyecatcher is not used. The reason is
  52.     % that we have a bit nicer looking title and author formatting in the headercol
  53.     % this way
  54.     %eyecatcher=false,
  55.     borderColor=bordercol,
  56.     headerColorOne=headercol1,
  57.     headerColorTwo=headercol2,
  58.     headerFontColor=headerfontcol,
  59.     % Only simple background color used, no shading, so boxColorTwo isn't necessary
  60.     boxColorOne=boxcolor,
  61.     headershape=roundedright,
  62.     headerfont=\Large\sf\bf,
  63.     textborder=rectangle,
  64.     background=user,
  65.     headerborder=open,
  66.   boxshade=plain
  67. }
  68. %%% Eye Cacther %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  69. {
  70.     Eye Catcher, empty if option eyecatcher=false - unused
  71. }
  72. %%% Title %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  73. {\sf\bf
  74.    Application of CNN and WSNs for Epidemic Prevention
  75. }
  76. %%% Authors %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  77. {
  78.    \vspace{1em} \textbf{Advisor: Prof. Gwo-Jong Yu} \\
  79.     \textbf{Students: Wei-Chun Tsai, Yang Yang, Shin-Hua Lee} \\
  80.    
  81. }
  82. %%% Logo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  83.  
  84.  
  85. \headerbox{Abstract(摘要)}{name=Abstract,column=0,row=0}{
  86. COVID-19 (新型冠狀病毒) disease has since spread worldwide, leading to an ongoing pandemic since 2020. In this project, constructed a system that is at a low cost by using \textbf{Android APP}, \textbf{MLX90614} and \textbf{RFID} with a \textbf{Buzzer}. Which can be set up on the public transportation.
  87. }
  88.  
  89. \headerbox{Statement of Problems}{name=SOP,column=0,below=Abstract}{
  90. COVID-19 was an infectious disease caused by the SARS-CoV-2 virus since 2019. Because none of the strategies for epidemic prevention was cheap (大眾交通工具上沒有一項便宜的防疫產品), therefore, the system was built. To prevent epidemic at a low cost in public transportation.
  91. }
  92.  
  93. \headerbox{Neural Networks Training}{name=models,column=0,below=SOP}{
  94. After using \textbf{Convolution Neural Networks} and \textbf{Caffe Model} training with \textbf{20 epochs}, received the highest validation accuracy (驗證準確度) of face-mask wearing detection.
  95. \begin{center}
  96.    \includegraphics[scale=0.42]{plot.pdf}
  97. \end{center}
  98. }
  99.  
  100. \headerbox{Conclusion(結論)}{name=Conclusion,column=0,below=models}{
  101. COVID-19 must have had a considerable impact on the world since 2020. The core values of this system are \textit{low cost} (低成本) and \textit{machine vision} (電腦視覺). This system can be said to be a weapon in epidemic prevention of public transportation! (大眾交通工具防疫系統)
  102. }
  103.  
  104. \headerbox{Members(團隊介紹)}{name=members,column=0,below=Conclusion, above=bottom}{
  105.  
  106. \vspace{0.4em}          % Save some space at the beginning
  107. \hspace{1em}\textbf{Prof. Gwo-Jong Yu} (游國忠\quad博士), he is currently a Professor in Aletheia University. His current research interests include Mobile Networks, Machine Learning, Big Data, Deep Learning, Digital Image Processing. \\
  108.  
  109. \hspace{1em}\textbf{Wei-Chun Tsai} (蔡煒俊), he is currently a full-time software engineer in Academia Sinica. His research interests include Digital Image Processing, Artificial Intelligence, Deep Learning, Autonomous Cars, Multimedia Big Data Computing. \\
  110.  
  111. \hspace{1em}\textbf{Yang Yang} (楊暘), his research interests include RFID, Embedded Systems, Internet of Things, Integrated Circuit Design. \\
  112.  
  113. \hspace{1em}\textbf{Shin-Hua Lee} (李昕樺), his research interests include Embedded Systems, Wireless Sensor Networks, Internet of Things, Integrated Circuit Design.
  114. }
  115.  
  116. \headerbox{Thematic Results(研究成果)}{name=Result,span=2,column=1,row=0}{ %% needs to update
  117. \begin{center}
  118.    \includegraphics[scale=0.52]{System.pdf}
  119. \end{center}
  120. } %% needs to update
  121.  
  122. \headerbox{Method and Process(實作方法與步驟)}
  123. {name=MP,span=2,column=1,below=Result,above=bottom}{
  124. \textbf{First, a passenger walks through the doorway and swipes an RFID card(首先刷卡). After swiping the RFID card, \textit{Epidemic Prevention Inspector}(打開防疫督察官) will open the Android APP for face-mask detection(檢查口袋配戴) and open MLX90614 for the human body temperature measuring(體溫量測). If both face-mask detection and human body temperature are ok, the buzzer will buzz not sound but LED will be blinked(都符合標準,LED 會閃爍). That is to say,  either human body temperature not ok or face mask was not wearing, the buzzer will buzz for a specific sound(其一不符合標準,蜂鳴器會叫出特定聲音). In this case, the communication method of our system's integration is using MQTT. (此系統串接與整合是使用MQTT)} \\
  125. \begin{center}
  126.    \includegraphics[scale=0.6]{FlowChart.pdf} \\
  127. \end{center}
  128. \begin{center}
  129.    \textbf{\textit{Architecture of Epidemic Prevention Inspector}}
  130. \end{center}
  131. }
  132.  
  133. \end{poster}
  134. \end{CJK*}
  135. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement