Advertisement
Sabab

Untitled

Oct 29th, 2017
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.72 KB | None | 0 0
  1. %% bare_conf.tex
  2. %% V1.4a
  3. %% 2014/09/17
  4. %% by Michael Shell
  5. %% See:
  6. %% http://www.michaelshell.org/
  7. %% for current contact information.
  8. %%
  9. %% This is a skeleton file demonstrating the use of IEEEtran.cls
  10. %% (requires IEEEtran.cls version 1.8a or later) with an IEEE
  11. %% conference paper.
  12. %%
  13. %% Support sites:
  14. %% http://www.michaelshell.org/tex/ieeetran/
  15. %% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/
  16. %% and
  17. %% http://www.ieee.org/
  18.  
  19. %%*************************************************************************
  20. %% Legal Notice:
  21. %% This code is offered as-is without any warranty either expressed or
  22. %% implied; without even the implied warranty of MERCHANTABILITY or
  23. %% FITNESS FOR A PARTICULAR PURPOSE!
  24. %% User assumes all risk.
  25. %% In no event shall IEEE or any contributor to this code be liable for
  26. %% any damages or losses, including, but not limited to, incidental,
  27. %% consequential, or any other damages, resulting from the use or misuse
  28. %% of any information contained here.
  29. %%
  30. %% All comments are the opinions of their respective authors and are not
  31. %% necessarily endorsed by the IEEE.
  32. %%
  33. %% This work is distributed under the LaTeX Project Public License (LPPL)
  34. %% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
  35. %% distributed and modified. A copy of the LPPL, version 1.3, is included
  36. %% in the base LaTeX documentation of all distributions of LaTeX released
  37. %% 2003/12/01 or later.
  38. %% Retain all contribution notices and credits.
  39. %% ** Modified files should be clearly indicated as such, including **
  40. %% ** renaming them and changing author support contact information. **
  41. %%
  42. %% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex,
  43. %% bare_conf.tex, bare_jrnl.tex, bare_conf_compsoc.tex,
  44. %% bare_jrnl_compsoc.tex, bare_jrnl_transmag.tex
  45. %%*************************************************************************
  46.  
  47.  
  48. % *** Authors should verify (and, if needed, correct) their LaTeX system ***
  49. % *** with the testflow diagnostic prior to trusting their LaTeX platform ***
  50. % *** with production work. IEEE's font choices and paper sizes can ***
  51. % *** trigger bugs that do not appear when using other class files. *** ***
  52. % The testflow support page is at:
  53. % http://www.michaelshell.org/tex/testflow/
  54.  
  55.  
  56.  
  57. \documentclass[conference]{IEEEtran}
  58. % Some Computer Society conferences also require the compsoc mode option,
  59. % but others use the standard conference format.
  60. %
  61. % If IEEEtran.cls has not been installed into the LaTeX system files,
  62. % manually specify the path to it like:
  63. % \documentclass[conference]{../sty/IEEEtran}
  64.  
  65.  
  66.  
  67.  
  68.  
  69. % Some very useful LaTeX packages include:
  70. % (uncomment the ones you want to load)
  71.  
  72.  
  73. % *** MISC UTILITY PACKAGES ***
  74. %
  75. %\usepackage{ifpdf}
  76. % Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
  77. % compilation based on whether the output is pdf or dvi.
  78. % usage:
  79. % \ifpdf
  80. % % pdf code
  81. % \else
  82. % % dvi code
  83. % \fi
  84. % The latest version of ifpdf.sty can be obtained from:
  85. % http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/
  86. % Also, note that IEEEtran.cls V1.7 and later provides a builtin
  87. % \ifCLASSINFOpdf conditional that works the same way.
  88. % When switching from latex to pdflatex and vice-versa, the compiler may
  89. % have to be run twice to clear warning/error messages.
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. % *** CITATION PACKAGES ***
  97. %
  98. %\usepackage{cite}
  99. % cite.sty was written by Donald Arseneau
  100. % V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
  101. % \cite{} output to follow that of IEEE. Loading the cite package will
  102. % result in citation numbers being automatically sorted and properly
  103. % "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
  104. % cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
  105. % \cite will automatically add leading space, if needed. Use cite.sty's
  106. % noadjust option (cite.sty V3.8 and later) if you want to turn this off
  107. % such as if a citation ever needs to be enclosed in parenthesis.
  108. % cite.sty is already installed on most LaTeX systems. Be sure and use
  109. % version 5.0 (2009-03-20) and later if using hyperref.sty.
  110. % The latest version can be obtained at:
  111. % http://www.ctan.org/tex-archive/macros/latex/contrib/cite/
  112. % The documentation is contained in the cite.sty file itself.
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. % *** GRAPHICS RELATED PACKAGES ***
  120. %
  121. \ifCLASSINFOpdf
  122. % \usepackage[pdftex]{graphicx}
  123. % declare the path(s) where your graphic files are
  124. % \graphicspath{{../pdf/}{../jpeg/}}
  125. % and their extensions so you won't have to specify these with
  126. % every instance of \includegraphics
  127. % \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
  128. \else
  129. % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
  130. % will default to the driver specified in the system graphics.cfg if no
  131. % driver is specified.
  132. % \usepackage[dvips]{graphicx}
  133. % declare the path(s) where your graphic files are
  134. % \graphicspath{{../eps/}}
  135. % and their extensions so you won't have to specify these with
  136. % every instance of \includegraphics
  137. % \DeclareGraphicsExtensions{.eps}
  138. \fi
  139. % graphicx was written by David Carlisle and Sebastian Rahtz. It is
  140. % required if you want graphics, photos, etc. graphicx.sty is already
  141. % installed on most LaTeX systems. The latest version and documentation
  142. % can be obtained at:
  143. % http://www.ctan.org/tex-archive/macros/latex/required/graphics/
  144. % Another good source of documentation is "Using Imported Graphics in
  145. % LaTeX2e" by Keith Reckdahl which can be found at:
  146. % http://www.ctan.org/tex-archive/info/epslatex/
  147. %
  148. % latex, and pdflatex in dvi mode, support graphics in encapsulated
  149. % postscript (.eps) format. pdflatex in pdf mode supports graphics
  150. % in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
  151. % that all non-photo figures use a vector format (.eps, .pdf, .mps) and
  152. % not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats
  153. % which can result in "jaggedy"/blurry rendering of lines and letters as
  154. % well as large increases in file sizes.
  155. %
  156. % You can find documentation about the pdfTeX application at:
  157. % http://www.tug.org/applications/pdftex
  158.  
  159.  
  160.  
  161.  
  162.  
  163. % *** MATH PACKAGES ***
  164. %
  165. %\usepackage[cmex10]{amsmath}
  166. % A popular package from the American Mathematical Society that provides
  167. % many useful and powerful commands for dealing with mathematics. If using
  168. % it, be sure to load this package with the cmex10 option to ensure that
  169. % only type 1 fonts will utilized at all point sizes. Without this option,
  170. % it is possible that some math symbols, particularly those within
  171. % footnotes, will be rendered in bitmap form which will result in a
  172. % document that can not be IEEE Xplore compliant!
  173. %
  174. % Also, note that the amsmath package sets \interdisplaylinepenalty to 10000
  175. % thus preventing page breaks from occurring within multiline equations. Use:
  176. %\interdisplaylinepenalty=2500
  177. % after loading amsmath to restore such page breaks as IEEEtran.cls normally
  178. % does. amsmath.sty is already installed on most LaTeX systems. The latest
  179. % version and documentation can be obtained at:
  180. % http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/
  181.  
  182.  
  183.  
  184.  
  185.  
  186. % *** SPECIALIZED LIST PACKAGES ***
  187. %
  188. %\usepackage{algorithmic}
  189. % algorithmic.sty was written by Peter Williams and Rogerio Brito.
  190. % This package provides an algorithmic environment fo describing algorithms.
  191. % You can use the algorithmic environment in-text or within a figure
  192. % environment to provide for a floating algorithm. Do NOT use the algorithm
  193. % floating environment provided by algorithm.sty (by the same authors) or
  194. % algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated
  195. % algorithm float types and packages that provide these will not provide
  196. % correct IEEE style captions. The latest version and documentation of
  197. % algorithmic.sty can be obtained at:
  198. % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/
  199. % There is also a support site at:
  200. % http://algorithms.berlios.de/index.html
  201. % Also of interest may be the (relatively newer and more customizable)
  202. % algorithmicx.sty package by Szasz Janos:
  203. % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/
  204.  
  205.  
  206.  
  207.  
  208. % *** ALIGNMENT PACKAGES ***
  209. %
  210. %\usepackage{array}
  211. % Frank Mittelbach's and David Carlisle's array.sty patches and improves
  212. % the standard LaTeX2e array and tabular environments to provide better
  213. % appearance and additional user controls. As the default LaTeX2e table
  214. % generation code is lacking to the point of almost being broken with
  215. % respect to the quality of the end results, all users are strongly
  216. % advised to use an enhanced (at the very least that provided by array.sty)
  217. % set of table tools. array.sty is already installed on most systems. The
  218. % latest version and documentation can be obtained at:
  219. % http://www.ctan.org/tex-archive/macros/latex/required/tools/
  220.  
  221.  
  222. % IEEEtran contains the IEEEeqnarray family of commands that can be used to
  223. % generate multiline equations as well as matrices, tables, etc., of high
  224. % quality.
  225.  
  226.  
  227.  
  228.  
  229. % *** SUBFIGURE PACKAGES ***
  230. %\ifCLASSOPTIONcompsoc
  231. % \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
  232. %\else
  233. % \usepackage[caption=false,font=footnotesize]{subfig}
  234. %\fi
  235. % subfig.sty, written by Steven Douglas Cochran, is the modern replacement
  236. % for subfigure.sty, the latter of which is no longer maintained and is
  237. % incompatible with some LaTeX packages including fixltx2e. However,
  238. % subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
  239. % which will override IEEEtran.cls' handling of captions and this will result
  240. % in non-IEEE style figure/table captions. To prevent this problem, be sure
  241. % and invoke subfig.sty's "caption=false" package option (available since
  242. % subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
  243. % handling of captions.
  244. % Note that the Computer Society format requires a larger sans serif font
  245. % than the serif footnote size font used in traditional IEEE formatting
  246. % and thus the need to invoke different subfig.sty package options depending
  247. % on whether compsoc mode has been enabled.
  248. %
  249. % The latest version and documentation of subfig.sty can be obtained at:
  250. % http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/
  251.  
  252.  
  253.  
  254.  
  255. % *** FLOAT PACKAGES ***
  256. %
  257. %\usepackage{fixltx2e}
  258. % fixltx2e, the successor to the earlier fix2col.sty, was written by
  259. % Frank Mittelbach and David Carlisle. This package corrects a few problems
  260. % in the LaTeX2e kernel, the most notable of which is that in current
  261. % LaTeX2e releases, the ordering of single and double column floats is not
  262. % guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
  263. % single column figure to be placed prior to an earlier double column
  264. % figure. The latest version and documentation can be found at:
  265. % http://www.ctan.org/tex-archive/macros/latex/base/
  266.  
  267.  
  268. %\usepackage{stfloats}
  269. % stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
  270. % the ability to do double column floats at the bottom of the page as well
  271. % as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
  272. % LaTeX2e). It also provides a command:
  273. %\fnbelowfloat
  274. % to enable the placement of footnotes below bottom floats (the standard
  275. % LaTeX2e kernel puts them above bottom floats). This is an invasive package
  276. % which rewrites many portions of the LaTeX2e float routines. It may not work
  277. % with other packages that modify the LaTeX2e float routines. The latest
  278. % version and documentation can be obtained at:
  279. % http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/
  280. % Do not use the stfloats baselinefloat ability as IEEE does not allow
  281. % \baselineskip to stretch. Authors submitting work to the IEEE should note
  282. % that IEEE rarely uses double column equations and that authors should try
  283. % to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
  284. % packages (also by Sigitas Tolusis) as IEEE does not format its papers in
  285. % such ways.
  286. % Do not attempt to use stfloats with fixltx2e as they are incompatible.
  287. % Instead, use Morten Hogholm'a dblfloatfix which combines the features
  288. % of both fixltx2e and stfloats:
  289. %
  290. % \usepackage{dblfloatfix}
  291. % The latest version can be found at:
  292. % http://www.ctan.org/tex-archive/macros/latex/contrib/dblfloatfix/
  293.  
  294.  
  295.  
  296.  
  297. % *** PDF, URL AND HYPERLINK PACKAGES ***
  298. %
  299. %\usepackage{url}
  300. % url.sty was written by Donald Arseneau. It provides better support for
  301. % handling and breaking URLs. url.sty is already installed on most LaTeX
  302. % systems. The latest version and documentation can be obtained at:
  303. % http://www.ctan.org/tex-archive/macros/latex/contrib/url/
  304. % Basically, \url{my_url_here}.
  305.  
  306.  
  307.  
  308.  
  309. % *** Do not adjust lengths that control margins, column widths, etc. ***
  310. % *** Do not use packages that alter fonts (such as pslatex). ***
  311. % There should be no need to do such things with IEEEtran.cls V1.6 and later.
  312. % (Unless specifically asked to do so by the journal or conference you plan
  313. % to submit to, of course. )
  314.  
  315.  
  316. % correct bad hyphenation here
  317. \hyphenation{op-tical net-works semi-conduc-tor}
  318.  
  319.  
  320. \begin{document}
  321. %
  322. % paper title
  323. % Titles are generally capitalized except for words such as a, an, and, as,
  324. % at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
  325. % not capitalized unless they are the first or last word of the title.
  326. % Linebreaks \\ can be used within to get better formatting as desired.
  327. % Do not put math or special symbols in the title.
  328. \title{JAHANGIRNAGAR UNIVERSITY\\Computer Science and Engineering\\REESEARCH PROJECT PROPOSAL}
  329.  
  330.  
  331. % author names and affiliations
  332. % use a multiple column layout for up to three different
  333. % affiliations
  334. \author{\IEEEauthorblockN{Nasrin Kabir Ety}
  335. \IEEEauthorblockA{Computer Science and Engineering\\
  336. Jahangirnagar University\\
  337. Savar,Dhaka-1342\\
  338. Email:etykabir16@gmail.com}
  339. }
  340.  
  341. % conference papers do not typically use \thanks and this command
  342. % is locked out in conference mode. If really needed, such as for
  343. % the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
  344. % after \documentclass
  345.  
  346. % for over three affiliations, or if they all won't fit within the width
  347. % of the page, use this alternative format:
  348. %
  349. %\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
  350. %Homer Simpson\IEEEauthorrefmark{2},
  351. %James Kirk\IEEEauthorrefmark{3},
  352. %Montgomery Scott\IEEEauthorrefmark{3} and
  353. %Eldon Tyrell\IEEEauthorrefmark{4}}
  354. %\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\
  355. %Georgia Institute of Technology,
  356. %Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html}
  357. %\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA\\
  358. %Email: homer@thesimpsons.com}
  359. %\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678-2391\\
  360. %Telephone: (800) 555--1212, Fax: (888) 555--1212}
  361. %\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, California 90210--4321}}
  362.  
  363.  
  364.  
  365.  
  366. % use for special paper notices
  367. %\IEEEspecialpapernotice{(Invited Paper)}
  368.  
  369.  
  370.  
  371.  
  372. % make the title area
  373. \maketitle
  374.  
  375. % As a general rule, do not put math, special symbols or citations
  376. % in the abstract
  377.  
  378. % no keywords
  379.  
  380.  
  381.  
  382.  
  383. % For peer review papers, you can put extra information on the cover
  384. % page as needed:
  385. % \ifCLASSOPTIONpeerreview
  386. % \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
  387. % \fi
  388. %
  389. % For peerreview papers, this IEEEtran command inserts a page break and
  390. % creates the second title. It will be ignored for other modes.
  391. \IEEEpeerreviewmaketitle
  392.  
  393.  
  394.  
  395. \section*{Project Title}
  396. Automatic Response Suggestion for Email.
  397. % You must have at least 2 lines in the paragraph with the drop letter
  398. % (should never be an issue)
  399.  
  400.  
  401. % An example of a floating figure using the graphicx package.
  402. % Note that \label must occur AFTER (or within) \caption.
  403. % For figures, \caption should occur after the \includegraphics.
  404. % Note that IEEEtran v1.7 and later has special internal code that
  405. % is designed to preserve the operation of \label within \caption
  406. % even when the captionsoff option is in effect. However, because
  407. % of issues like this, it may be the safest practice to put all your
  408. % \label just after \caption rather than within \caption{}.
  409. %
  410. % Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
  411. % option should be used if it is desired that the figures are to be
  412. % displayed while in draft mode.
  413. %
  414. %\begin{figure}[!t]
  415. %\centering
  416. %\includegraphics[width=2.5in]{myfigure}
  417. % where an .eps filename suffix will be assumed under latex,
  418. % and a .pdf suffix will be assumed for pdflatex; or what has been declared
  419. % via \DeclareGraphicsExtensions.
  420. %\caption{Simulation results for the network.}
  421. %\label{fig_sim}
  422. %\end{figure}
  423.  
  424. % Note that IEEE typically puts floats only at the top, even when this
  425. % results in a large percentage of a column being occupied by floats.
  426.  
  427.  
  428. % An example of a double column floating figure using two subfigures.
  429. % (The subfig.sty package must be loaded for this to work.)
  430. % The subfigure \label commands are set within each subfloat command,
  431. % and the \label for the overall figure must come after \caption.
  432. % \hfil is used as a separator to get equal spacing.
  433. % Watch out that the combined width of all the subfigures on a
  434. % line do not exceed the text width or a line break will occur.
  435. %
  436. %\begin{figure*}[!t]
  437. %\centering
  438. %\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
  439. %\label{fig_first_case}}
  440. %\hfil
  441. %\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
  442. %\label{fig_second_case}}
  443. %\caption{Simulation results for the network.}
  444. %\label{fig_sim}
  445. %\end{figure*}
  446. %
  447. % Note that often IEEE papers with subfigures do not employ subfigure
  448. % captions (using the optional argument to \subfloat[]), but instead will
  449. % reference/describe all of them (a), (b), etc., within the main caption.
  450. % Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
  451. % labels, the optional argument to \subfloat must be present. If a
  452. % subcaption is not desired, just leave its contents blank,
  453. % e.g., \subfloat[].
  454.  
  455.  
  456. % An example of a floating table. Note that, for IEEE style tables, the
  457. % \caption command should come BEFORE the table and, given that table
  458. % captions serve much like titles, are usually capitalized except for words
  459. % such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
  460. % and up, which are usually not capitalized unless they are the first or
  461. % last word of the caption. Table text will default to \footnotesize as
  462. % IEEE normally uses this smaller font for tables.
  463. % The \label must come after \caption as always.
  464. %
  465. %\begin{table}[!t]
  466. %% increase table row spacing, adjust to taste
  467. %\renewcommand{\arraystretch}{1.3}
  468. % if using array.sty, it might be a good idea to tweak the value of
  469. % \extrarowheight as needed to properly center the text within the cells
  470. %\caption{An Example of a Table}
  471. %\label{table_example}
  472. %\centering
  473. %% Some packages, such as MDW tools, offer better commands for making tables
  474. %% than the plain LaTeX2e tabular which is used here.
  475. %\begin{tabular}{|c||c|}
  476. %\hline
  477. %One & Two\\
  478. %\hline
  479. %Three & Four\\
  480. %\hline
  481. %\end{tabular}
  482. %\end{table}
  483.  
  484.  
  485. % Note that the IEEE does not put floats in the very first column
  486. % - or typically anywhere on the first page for that matter. Also,
  487. % in-text middle ("here") positioning is typically not used, but it
  488. % is allowed and encouraged for Computer Society conferences (but
  489. % not Computer Society journals). Most IEEE journals/conferences use
  490. % top floats exclusively.
  491. % Note that, LaTeX2e, unlike IEEE journals/conferences, places
  492. % footnotes above bottom floats. This can be corrected via the
  493. % \fnbelowfloat command of the stfloats package.
  494.  
  495.  
  496.  
  497.  
  498. \section{Project Summary}
  499. Email is one of the most popular modes of communication
  500. on the Web. Despite the recent increase in usage of
  501. social networks, email continues to be the primary medium
  502. for billions of users across the world to connect and share
  503. information [2]. With the rapid increase in email overload, it
  504. has become increasingly challenging for users to process and
  505. respond to incoming messages. It can be especially timeconsuming
  506. to type email replies on a mobile device.An initial study covering several million email-reply pairs
  507. showed that ∼25 percent of replies have 20 tokens or less. Thus
  508. we raised the following question: can we assist users with
  509. composing these short messages? More specifically, would
  510. it be possible to suggest brief responses when appropriate,
  511. just one tap away?
  512.  
  513.  
  514.  
  515.  
  516.  
  517. % conference papers do not normally have an appendix
  518.  
  519.  
  520. % use section* for acknowledgment
  521. \section{Project Details }
  522.  
  523.  
  524.  
  525. \subsection{Research Questions :}
  526.  
  527. \begin{enumerate}
  528. \item How to ensure that the individual response options are always high quality in language
  529. and content?
  530.  
  531. \item How to select multiple options to show a user
  532. so as to maximize the likelihood that one is chosen?
  533. \item How to efficiently process millions of messages per day while remaining within the latency requirements
  534. of an email delivery system.
  535. \end{enumerate}
  536. Problems with the existing system:
  537. \begin{itemize}
  538. \item Sometimes give irrelevant suggestions.
  539. \item Can not give suggestion to large size emails.
  540.  
  541. \end{itemize}
  542.  
  543.  
  544. \subsection{Aims/Objectives of the Project:}
  545. \begin{itemize}
  546. \item The first step is to automatically generate a set of canonical
  547. responses messages that capture the variability in language.
  548. \item The main objective of the project is selecting the most relevant suggestions according to the received email.
  549. \item Our model should be deployed in a production
  550. setting and should introduce latency to the process of email
  551. delivery, so scalability will be implemented.
  552.  
  553.  
  554. \end{itemize}
  555.  
  556. \subsection{Significance/Contribution to the Discipline:}
  557. It generates semantically diverse suggestions
  558. that can be used as complete email responses with
  559. just one tap on mobile. The system is currently used in Inbox
  560. by Gmail and is responsible for assisting with 10% of
  561. all mobile responses. It is designed to work at very high
  562. throughput and process hundreds of millions of messages
  563. daily. The system exploits state-of-the-art, large-scale deep
  564. learning.
  565. We describe the architecture of the system as well as the
  566. challenges that we faced while building it, like response diversity
  567. and scalability. We also introduce a new method for
  568. semantic clustering of user-generated content that requires
  569. only a modest amount of explicitly labeled data.
  570.  
  571. \subsection{Theoretical Framework and Methods:}
  572. At the core of our system, an
  573. LSTM neural network processes an incoming message,
  574. then uses it to predict the most likely responses. LSTM
  575. computation can be expensive, so we improve scalability
  576. by finding only the approximate best responses.To deliver high response
  577. quality, we only select responses from response space
  578. which is generated offline using a semi-supervised graph
  579. learning approach.After finding a set of most likely responses
  580. from the LSTM, we would like to choose a small set to
  581. show to the user that maximize the total utility. We
  582. found that enforcing diverse semantic intents is critical
  583. to making the suggestions useful.A feedforward neural network decides
  584. whether or not to suggest responses. This further
  585. improves utility by not showing suggestions when
  586. they are unlikely to be used. We break this out into
  587. a separate component so that we have the option to
  588. use a computationally cheaper architecture than what
  589. is used for the scoring model; this keeps the system
  590. scalable.
  591.  
  592. \section{Research Plan and Timeline }
  593. We can divide our project time in three steps.In first step we should learn the theorys of the project and then we should apply LSTM model.This will require 1.5 to 2 months. And then we should
  594. perform the theorys to develop the system. This will require 2 months. So totally the whole project needs 3.5 to 4 months.
  595. % trigger a \newpage just before the given reference
  596. % number - used to balance the columns on the last page
  597. % adjust value as needed - may need to be readjusted if
  598. % the document is modified later
  599. %\IEEEtriggeratref{8}
  600. % The "triggered" command can be changed if desired:
  601. %\IEEEtriggercmd{\enlargethispage{-5in}}
  602.  
  603. % references section
  604.  
  605. % can use a bibliography generated by BibTeX as a .bbl file
  606. % BibTeX documentation can be easily obtained at:
  607. % http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/
  608. % The IEEEtran BibTeX style support page is at:
  609. % http://www.michaelshell.org/tex/ieeetran/bibtex/
  610. %\bibliographystyle{IEEEtran}
  611. % argument is your BibTeX string definitions and bibliography database(s)
  612. %\bibliography{IEEEabrv,../bib/paper}
  613. %
  614. % <OR> manually copy in the resultant .bbl file
  615. % set second argument of \begin to the number of references
  616. % (used to reserve space for the reference number labels box)
  617. \begin{thebibliography}{1}
  618.  
  619. \bibitem{IEEEhowto:kopka}
  620. M. Abadi, A. Agarwal, P. Barham, and et al. Tensorflow:
  621. Large-scale machine learning on heterogeneous systems. 2015.
  622.  
  623. \bibitem{IEEEhowto:kopka}
  624. Y. Artzi, P. Pantel, and M. Gamon. Predicting responses to
  625. microblog posts. In Proceedings of the 2012 Conference of the
  626. North American Chapter of the Association for
  627. Computational Linguistics: Human Language Technologies,
  628. pages 602–606, Montr´eal, Canada, June 2012. Association for
  629. Computational Linguistics
  630.  
  631. \bibitem{IEEEhowto:kopka}
  632. A. Ritter, C. Cherry, and W. B. Dolan. Data-driven response
  633. generation in social media. In Proceedings of the 2011
  634. Conference on Empirical Methods in Natural Language
  635. Processing, Edinburgh, UK, July 2011. Association for
  636. Computational Linguistics.
  637.  
  638. \bibitem{IEEEhowto:kopka}
  639. L. Shang, Z. Lu, and H. Li. Neural responding machine for
  640. short-text conversation. In In Proceedings of ACL-IJCNLP,
  641. 2015.
  642.  
  643. \bibitem{IEEEhowto:kopka}
  644. O. Vinyals, A. Toshev, S. Bengio, and D. Erhan. Show and tell:
  645. A neural image caption generator. In Proceedings of IEEE
  646. Conference on Computer Vision and Pattern Recognition
  647. (CVPR), 2015.
  648.  
  649. \end{thebibliography}
  650.  
  651.  
  652. % that's all folks
  653. \end{document}
  654. RAW Paste Data
  655.  
  656. %% bare_conf.tex
  657. %% V1.4a
  658. %% 2014/09/17
  659. %% by Michael Shell
  660. %% See:
  661. %% http://www.michaelshell.org/
  662. %% for current contact information.
  663. %%
  664. %% This is a skeleton file demonstrating the use of IEEEtran.cls
  665. %% (requires IEEEtran.cls version 1.8a or later) with an IEEE
  666. %% conference paper.
  667. %%
  668. %% Support sites:
  669. %% http://www.michaelshell.org/tex/ieeetran/
  670. %% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/
  671. %% and
  672. %% http://www.ieee.org/
  673.  
  674. %%*************************************************************************
  675. %% Legal Notice:
  676. %% This code is offered as-is without any warranty either expressed or
  677. %% implied; without even the implied warranty of MERCHANTABILITY or
  678. %% FITNESS FOR A PARTICULAR PURPOSE!
  679. %% User assumes all risk.
  680. %% In no event shall IEEE or any contributor to this code be liable for
  681. %% any damages or losses, including, but not limited to, incidental,
  682. %% consequential, or any other damages, resulting from the use or misuse
  683. %% of any information contained here.
  684. %%
  685. %% All comments are the opinions of their respective authors and are not
  686. %% necessarily endorsed by the IEEE.
  687. %%
  688. %% This work is distributed under the LaTeX Project Public License (LPPL)
  689. %% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
  690. %% distributed and modified. A copy of the LPPL, version 1.3, is included
  691. %% in the base LaTeX documentation of all distributions of LaTeX released
  692. %% 2003/12/01 or later.
  693. %% Retain all contribution notices and credits.
  694. %% ** Modified files should be clearly indicated as such, including **
  695. %% ** renaming them and changing author support contact information. **
  696. %%
  697. %% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex,
  698. %% bare_conf.tex, bare_jrnl.tex, bare_conf_compsoc.tex,
  699. %% bare_jrnl_compsoc.tex, bare_jrnl_transmag.tex
  700. %%*************************************************************************
  701.  
  702.  
  703. % *** Authors should verify (and, if needed, correct) their LaTeX system ***
  704. % *** with the testflow diagnostic prior to trusting their LaTeX platform ***
  705. % *** with production work. IEEE's font choices and paper sizes can ***
  706. % *** trigger bugs that do not appear when using other class files. *** ***
  707. % The testflow support page is at:
  708. % http://www.michaelshell.org/tex/testflow/
  709.  
  710.  
  711.  
  712. \documentclass[conference]{IEEEtran}
  713. % Some Computer Society conferences also require the compsoc mode option,
  714. % but others use the standard conference format.
  715. %
  716. % If IEEEtran.cls has not been installed into the LaTeX system files,
  717. % manually specify the path to it like:
  718. % \documentclass[conference]{../sty/IEEEtran}
  719.  
  720.  
  721.  
  722.  
  723.  
  724. % Some very useful LaTeX packages include:
  725. % (uncomment the ones you want to load)
  726.  
  727.  
  728. % *** MISC UTILITY PACKAGES ***
  729. %
  730. %\usepackage{ifpdf}
  731. % Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
  732. % compilation based on whether the output is pdf or dvi.
  733. % usage:
  734. % \ifpdf
  735. % % pdf code
  736. % \else
  737. % % dvi code
  738. % \fi
  739. % The latest version of ifpdf.sty can be obtained from:
  740. % http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/
  741. % Also, note that IEEEtran.cls V1.7 and later provides a builtin
  742. % \ifCLASSINFOpdf conditional that works the same way.
  743. % When switching from latex to pdflatex and vice-versa, the compiler may
  744. % have to be run twice to clear warning/error messages.
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751. % *** CITATION PACKAGES ***
  752. %
  753. %\usepackage{cite}
  754. % cite.sty was written by Donald Arseneau
  755. % V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
  756. % \cite{} output to follow that of IEEE. Loading the cite package will
  757. % result in citation numbers being automatically sorted and properly
  758. % "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
  759. % cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
  760. % \cite will automatically add leading space, if needed. Use cite.sty's
  761. % noadjust option (cite.sty V3.8 and later) if you want to turn this off
  762. % such as if a citation ever needs to be enclosed in parenthesis.
  763. % cite.sty is already installed on most LaTeX systems. Be sure and use
  764. % version 5.0 (2009-03-20) and later if using hyperref.sty.
  765. % The latest version can be obtained at:
  766. % http://www.ctan.org/tex-archive/macros/latex/contrib/cite/
  767. % The documentation is contained in the cite.sty file itself.
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774. % *** GRAPHICS RELATED PACKAGES ***
  775. %
  776. \ifCLASSINFOpdf
  777. % \usepackage[pdftex]{graphicx}
  778. % declare the path(s) where your graphic files are
  779. % \graphicspath{{../pdf/}{../jpeg/}}
  780. % and their extensions so you won't have to specify these with
  781. % every instance of \includegraphics
  782. % \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
  783. \else
  784. % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
  785. % will default to the driver specified in the system graphics.cfg if no
  786. % driver is specified.
  787. % \usepackage[dvips]{graphicx}
  788. % declare the path(s) where your graphic files are
  789. % \graphicspath{{../eps/}}
  790. % and their extensions so you won't have to specify these with
  791. % every instance of \includegraphics
  792. % \DeclareGraphicsExtensions{.eps}
  793. \fi
  794. % graphicx was written by David Carlisle and Sebastian Rahtz. It is
  795. % required if you want graphics, photos, etc. graphicx.sty is already
  796. % installed on most LaTeX systems. The latest version and documentation
  797. % can be obtained at:
  798. % http://www.ctan.org/tex-archive/macros/latex/required/graphics/
  799. % Another good source of documentation is "Using Imported Graphics in
  800. % LaTeX2e" by Keith Reckdahl which can be found at:
  801. % http://www.ctan.org/tex-archive/info/epslatex/
  802. %
  803. % latex, and pdflatex in dvi mode, support graphics in encapsulated
  804. % postscript (.eps) format. pdflatex in pdf mode supports graphics
  805. % in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
  806. % that all non-photo figures use a vector format (.eps, .pdf, .mps) and
  807. % not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats
  808. % which can result in "jaggedy"/blurry rendering of lines and letters as
  809. % well as large increases in file sizes.
  810. %
  811. % You can find documentation about the pdfTeX application at:
  812. % http://www.tug.org/applications/pdftex
  813.  
  814.  
  815.  
  816.  
  817.  
  818. % *** MATH PACKAGES ***
  819. %
  820. %\usepackage[cmex10]{amsmath}
  821. % A popular package from the American Mathematical Society that provides
  822. % many useful and powerful commands for dealing with mathematics. If using
  823. % it, be sure to load this package with the cmex10 option to ensure that
  824. % only type 1 fonts will utilized at all point sizes. Without this option,
  825. % it is possible that some math symbols, particularly those within
  826. % footnotes, will be rendered in bitmap form which will result in a
  827. % document that can not be IEEE Xplore compliant!
  828. %
  829. % Also, note that the amsmath package sets \interdisplaylinepenalty to 10000
  830. % thus preventing page breaks from occurring within multiline equations. Use:
  831. %\interdisplaylinepenalty=2500
  832. % after loading amsmath to restore such page breaks as IEEEtran.cls normally
  833. % does. amsmath.sty is already installed on most LaTeX systems. The latest
  834. % version and documentation can be obtained at:
  835. % http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/
  836.  
  837.  
  838.  
  839.  
  840.  
  841. % *** SPECIALIZED LIST PACKAGES ***
  842. %
  843. %\usepackage{algorithmic}
  844. % algorithmic.sty was written by Peter Williams and Rogerio Brito.
  845. % This package provides an algorithmic environment fo describing algorithms.
  846. % You can use the algorithmic environment in-text or within a figure
  847. % environment to provide for a floating algorithm. Do NOT use the algorithm
  848. % floating environment provided by algorithm.sty (by the same authors) or
  849. % algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated
  850. % algorithm float types and packages that provide these will not provide
  851. % correct IEEE style captions. The latest version and documentation of
  852. % algorithmic.sty can be obtained at:
  853. % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/
  854. % There is also a support site at:
  855. % http://algorithms.berlios.de/index.html
  856. % Also of interest may be the (relatively newer and more customizable)
  857. % algorithmicx.sty package by Szasz Janos:
  858. % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/
  859.  
  860.  
  861.  
  862.  
  863. % *** ALIGNMENT PACKAGES ***
  864. %
  865. %\usepackage{array}
  866. % Frank Mittelbach's and David Carlisle's array.sty patches and improves
  867. % the standard LaTeX2e array and tabular environments to provide better
  868. % appearance and additional user controls. As the default LaTeX2e table
  869. % generation code is lacking to the point of almost being broken with
  870. % respect to the quality of the end results, all users are strongly
  871. % advised to use an enhanced (at the very least that provided by array.sty)
  872. % set of table tools. array.sty is already installed on most systems. The
  873. % latest version and documentation can be obtained at:
  874. % http://www.ctan.org/tex-archive/macros/latex/required/tools/
  875.  
  876.  
  877. % IEEEtran contains the IEEEeqnarray family of commands that can be used to
  878. % generate multiline equations as well as matrices, tables, etc., of high
  879. % quality.
  880.  
  881.  
  882.  
  883.  
  884. % *** SUBFIGURE PACKAGES ***
  885. %\ifCLASSOPTIONcompsoc
  886. % \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
  887. %\else
  888. % \usepackage[caption=false,font=footnotesize]{subfig}
  889. %\fi
  890. % subfig.sty, written by Steven Douglas Cochran, is the modern replacement
  891. % for subfigure.sty, the latter of which is no longer maintained and is
  892. % incompatible with some LaTeX packages including fixltx2e. However,
  893. % subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
  894. % which will override IEEEtran.cls' handling of captions and this will result
  895. % in non-IEEE style figure/table captions. To prevent this problem, be sure
  896. % and invoke subfig.sty's "caption=false" package option (available since
  897. % subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
  898. % handling of captions.
  899. % Note that the Computer Society format requires a larger sans serif font
  900. % than the serif footnote size font used in traditional IEEE formatting
  901. % and thus the need to invoke different subfig.sty package options depending
  902. % on whether compsoc mode has been enabled.
  903. %
  904. % The latest version and documentation of subfig.sty can be obtained at:
  905. % http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/
  906.  
  907.  
  908.  
  909.  
  910. % *** FLOAT PACKAGES ***
  911. %
  912. %\usepackage{fixltx2e}
  913. % fixltx2e, the successor to the earlier fix2col.sty, was written by
  914. % Frank Mittelbach and David Carlisle. This package corrects a few problems
  915. % in the LaTeX2e kernel, the most notable of which is that in current
  916. % LaTeX2e releases, the ordering of single and double column floats is not
  917. % guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
  918. % single column figure to be placed prior to an earlier double column
  919. % figure. The latest version and documentation can be found at:
  920. % http://www.ctan.org/tex-archive/macros/latex/base/
  921.  
  922.  
  923. %\usepackage{stfloats}
  924. % stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
  925. % the ability to do double column floats at the bottom of the page as well
  926. % as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
  927. % LaTeX2e). It also provides a command:
  928. %\fnbelowfloat
  929. % to enable the placement of footnotes below bottom floats (the standard
  930. % LaTeX2e kernel puts them above bottom floats). This is an invasive package
  931. % which rewrites many portions of the LaTeX2e float routines. It may not work
  932. % with other packages that modify the LaTeX2e float routines. The latest
  933. % version and documentation can be obtained at:
  934. % http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/
  935. % Do not use the stfloats baselinefloat ability as IEEE does not allow
  936. % \baselineskip to stretch. Authors submitting work to the IEEE should note
  937. % that IEEE rarely uses double column equations and that authors should try
  938. % to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
  939. % packages (also by Sigitas Tolusis) as IEEE does not format its papers in
  940. % such ways.
  941. % Do not attempt to use stfloats with fixltx2e as they are incompatible.
  942. % Instead, use Morten Hogholm'a dblfloatfix which combines the features
  943. % of both fixltx2e and stfloats:
  944. %
  945. % \usepackage{dblfloatfix}
  946. % The latest version can be found at:
  947. % http://www.ctan.org/tex-archive/macros/latex/contrib/dblfloatfix/
  948.  
  949.  
  950.  
  951.  
  952. % *** PDF, URL AND HYPERLINK PACKAGES ***
  953. %
  954. %\usepackage{url}
  955. % url.sty was written by Donald Arseneau. It provides better support for
  956. % handling and breaking URLs. url.sty is already installed on most LaTeX
  957. % systems. The latest version and documentation can be obtained at:
  958. % http://www.ctan.org/tex-archive/macros/latex/contrib/url/
  959. % Basically, \url{my_url_here}.
  960.  
  961.  
  962.  
  963.  
  964. % *** Do not adjust lengths that control margins, column widths, etc. ***
  965. % *** Do not use packages that alter fonts (such as pslatex). ***
  966. % There should be no need to do such things with IEEEtran.cls V1.6 and later.
  967. % (Unless specifically asked to do so by the journal or conference you plan
  968. % to submit to, of course. )
  969.  
  970.  
  971. % correct bad hyphenation here
  972. \hyphenation{op-tical net-works semi-conduc-tor}
  973.  
  974.  
  975. \begin{document}
  976. %
  977. % paper title
  978. % Titles are generally capitalized except for words such as a, an, and, as,
  979. % at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
  980. % not capitalized unless they are the first or last word of the title.
  981. % Linebreaks \\ can be used within to get better formatting as desired.
  982. % Do not put math or special symbols in the title.
  983. \title{JAHANGIRNAGAR UNIVERSITY\\Computer Science and Engineering\\REESEARCH PROJECT PROPOSAL}
  984.  
  985.  
  986. % author names and affiliations
  987. % use a multiple column layout for up to three different
  988. % affiliations
  989. \author{\IEEEauthorblockN{Asef Hossain}
  990. \IEEEauthorblockA{Computer Science and Engineering\\
  991. Jahangirnagar University\\
  992. Savar,Dhaka-1342\\
  993. Email:hridoyjucse@gmail.com}
  994. }
  995.  
  996. % conference papers do not typically use \thanks and this command
  997. % is locked out in conference mode. If really needed, such as for
  998. % the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
  999. % after \documentclass
  1000.  
  1001. % for over three affiliations, or if they all won't fit within the width
  1002. % of the page, use this alternative format:
  1003. %
  1004. %\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
  1005. %Homer Simpson\IEEEauthorrefmark{2},
  1006. %James Kirk\IEEEauthorrefmark{3},
  1007. %Montgomery Scott\IEEEauthorrefmark{3} and
  1008. %Eldon Tyrell\IEEEauthorrefmark{4}}
  1009. %\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\
  1010. %Georgia Institute of Technology,
  1011. %Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html}
  1012. %\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA\\
  1013. %Email: homer@thesimpsons.com}
  1014. %\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678-2391\\
  1015. %Telephone: (800) 555--1212, Fax: (888) 555--1212}
  1016. %\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, California 90210--4321}}
  1017.  
  1018.  
  1019.  
  1020.  
  1021. % use for special paper notices
  1022. %\IEEEspecialpapernotice{(Invited Paper)}
  1023.  
  1024.  
  1025.  
  1026.  
  1027. % make the title area
  1028. \maketitle
  1029.  
  1030. % As a general rule, do not put math, special symbols or citations
  1031. % in the abstract
  1032.  
  1033. % no keywords
  1034.  
  1035.  
  1036.  
  1037.  
  1038. % For peer review papers, you can put extra information on the cover
  1039. % page as needed:
  1040. % \ifCLASSOPTIONpeerreview
  1041. % \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
  1042. % \fi
  1043. %
  1044. % For peerreview papers, this IEEEtran command inserts a page break and
  1045. % creates the second title. It will be ignored for other modes.
  1046. \IEEEpeerreviewmaketitle
  1047.  
  1048.  
  1049.  
  1050. \section*{Project Title}
  1051. Online syllabus management system for university.
  1052. % You must have at least 2 lines in the paragraph with the drop letter
  1053. % (should never be an issue)
  1054.  
  1055.  
  1056. % An example of a floating figure using the graphicx package.
  1057. % Note that \label must occur AFTER (or within) \caption.
  1058. % For figures, \caption should occur after the \includegraphics.
  1059. % Note that IEEEtran v1.7 and later has special internal code that
  1060. % is designed to preserve the operation of \label within \caption
  1061. % even when the captionsoff option is in effect. However, because
  1062. % of issues like this, it may be the safest practice to put all your
  1063. % \label just after \caption rather than within \caption{}.
  1064. %
  1065. % Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
  1066. % option should be used if it is desired that the figures are to be
  1067. % displayed while in draft mode.
  1068. %
  1069. %\begin{figure}[!t]
  1070. %\centering
  1071. %\includegraphics[width=2.5in]{myfigure}
  1072. % where an .eps filename suffix will be assumed under latex,
  1073. % and a .pdf suffix will be assumed for pdflatex; or what has been declared
  1074. % via \DeclareGraphicsExtensions.
  1075. %\caption{Simulation results for the network.}
  1076. %\label{fig_sim}
  1077. %\end{figure}
  1078.  
  1079. % Note that IEEE typically puts floats only at the top, even when this
  1080. % results in a large percentage of a column being occupied by floats.
  1081.  
  1082.  
  1083. % An example of a double column floating figure using two subfigures.
  1084. % (The subfig.sty package must be loaded for this to work.)
  1085. % The subfigure \label commands are set within each subfloat command,
  1086. % and the \label for the overall figure must come after \caption.
  1087. % \hfil is used as a separator to get equal spacing.
  1088. % Watch out that the combined width of all the subfigures on a
  1089. % line do not exceed the text width or a line break will occur.
  1090. %
  1091. %\begin{figure*}[!t]
  1092. %\centering
  1093. %\subfloat[Case I]{\includegraphics[width=2.5in]{box}%
  1094. %\label{fig_first_case}}
  1095. %\hfil
  1096. %\subfloat[Case II]{\includegraphics[width=2.5in]{box}%
  1097. %\label{fig_second_case}}
  1098. %\caption{Simulation results for the network.}
  1099. %\label{fig_sim}
  1100. %\end{figure*}
  1101. %
  1102. % Note that often IEEE papers with subfigures do not employ subfigure
  1103. % captions (using the optional argument to \subfloat[]), but instead will
  1104. % reference/describe all of them (a), (b), etc., within the main caption.
  1105. % Be aware that for subfig.sty to generate the (a), (b), etc., subfigure
  1106. % labels, the optional argument to \subfloat must be present. If a
  1107. % subcaption is not desired, just leave its contents blank,
  1108. % e.g., \subfloat[].
  1109.  
  1110.  
  1111. % An example of a floating table. Note that, for IEEE style tables, the
  1112. % \caption command should come BEFORE the table and, given that table
  1113. % captions serve much like titles, are usually capitalized except for words
  1114. % such as a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to
  1115. % and up, which are usually not capitalized unless they are the first or
  1116. % last word of the caption. Table text will default to \footnotesize as
  1117. % IEEE normally uses this smaller font for tables.
  1118. % The \label must come after \caption as always.
  1119. %
  1120. %\begin{table}[!t]
  1121. %% increase table row spacing, adjust to taste
  1122. %\renewcommand{\arraystretch}{1.3}
  1123. % if using array.sty, it might be a good idea to tweak the value of
  1124. % \extrarowheight as needed to properly center the text within the cells
  1125. %\caption{An Example of a Table}
  1126. %\label{table_example}
  1127. %\centering
  1128. %% Some packages, such as MDW tools, offer better commands for making tables
  1129. %% than the plain LaTeX2e tabular which is used here.
  1130. %\begin{tabular}{|c||c|}
  1131. %\hline
  1132. %One & Two\\
  1133. %\hline
  1134. %Three & Four\\
  1135. %\hline
  1136. %\end{tabular}
  1137. %\end{table}
  1138.  
  1139.  
  1140. % Note that the IEEE does not put floats in the very first column
  1141. % - or typically anywhere on the first page for that matter. Also,
  1142. % in-text middle ("here") positioning is typically not used, but it
  1143. % is allowed and encouraged for Computer Society conferences (but
  1144. % not Computer Society journals). Most IEEE journals/conferences use
  1145. % top floats exclusively.
  1146. % Note that, LaTeX2e, unlike IEEE journals/conferences, places
  1147. % footnotes above bottom floats. This can be corrected via the
  1148. % \fnbelowfloat command of the stfloats package.
  1149.  
  1150.  
  1151.  
  1152.  
  1153. \section{Project Summary}
  1154. Syllabus is the vital thing of any educational background. Getting good management of syllabus, one can get easily clear concept of the courses for related department. Our aim is to provide a structured and organized syllabus which contains related field courses and also try to provide very simple and effective user interface. By this several academic departments get facilities to manage their courses. This project is applicable for all department of jahangirnagar university,Dhaka.
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161. % conference papers do not normally have an appendix
  1162.  
  1163.  
  1164. % use section* for acknowledgment
  1165. \section{Project Details }
  1166.  
  1167.  
  1168.  
  1169. \subsection{Research Questions :}
  1170.  
  1171. \begin{enumerate}
  1172. \item How syllabus management system acts when there have several syllabus for same department.?
  1173. \item Is it possible to match course information with previous batch with different syllabus?
  1174. \end{enumerate}
  1175. Problems with the existing system:
  1176. \begin{itemize}
  1177. \item It isn't easy to use.
  1178. \item Doesn't have sophisticated access control.
  1179. \item Can't help departments for managing by an efficient way their courses.
  1180. \end{itemize}
  1181.  
  1182.  
  1183. \subsection{Aims/Objectives of the Project:}
  1184. \begin{itemize}
  1185. \item Provides a simple and effective user interface
  1186. \item professors to limit access to parts of a syllabus
  1187. \item Aides academic departments in managing courses
  1188. \end{itemize}
  1189.  
  1190. \subsection{Significance/Contribution to the Discipline:}
  1191. There has some online system in this field to provide services the department in individual way. But we will step up to build a dynamic online system which helps all of departments among the university in a integrated way .That is the major advantages of our system compared to all other existing system.
  1192.  
  1193. \subsection{Theoretical Framework and Methods:}
  1194. For developing this project we need to some reliable data sources which is displayed in user interface in a customized way. For completing this project, we use a framework named Django in python. Django frameworks deals with the required data through creating some model which is very user friendly. By this framework we can easily handle our research questions along with all of the complexity that previous existing system has.
  1195. For this project we also use a known database named postgreSql which is also very cooperative with pycharm IDE which is used to implement mainly Django framework.
  1196.  
  1197. \section{Research Plan and Timeline }
  1198. We can divide our time schedule(6 months) into 3 several parts .In the beginning parts, we will go with all of our details requirements and challenges which has possibility to face and learns this Django framework in a details way and also postgreSql. In our second part we will work for cse department syllabus. After second phase we will work all of the department in jahangirnagar university and integrate all of this works in a organised way.
  1199. % trigger a \newpage just before the given reference
  1200. % number - used to balance the columns on the last page
  1201. % adjust value as needed - may need to be readjusted if
  1202. % the document is modified later
  1203. %\IEEEtriggeratref{8}
  1204. % The "triggered" command can be changed if desired:
  1205. %\IEEEtriggercmd{\enlargethispage{-5in}}
  1206.  
  1207. % references section
  1208.  
  1209. % can use a bibliography generated by BibTeX as a .bbl file
  1210. % BibTeX documentation can be easily obtained at:
  1211. % http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/
  1212. % The IEEEtran BibTeX style support page is at:
  1213. % http://www.michaelshell.org/tex/ieeetran/bibtex/
  1214. %\bibliographystyle{IEEEtran}
  1215. % argument is your BibTeX string definitions and bibliography database(s)
  1216. %\bibliography{IEEEabrv,../bib/paper}
  1217. %
  1218. % <OR> manually copy in the resultant .bbl file
  1219. % set second argument of \begin to the number of references
  1220. % (used to reserve space for the reference number labels box)
  1221. \begin{thebibliography}{1}
  1222.  
  1223. \bibitem{IEEEhowto:kopka}
  1224. https://www.adelaide.edu.au/graduatecentre/forms/admission/docs/admision-research-proposal-template-guide.pdf
  1225. \end{thebibliography}
  1226.  
  1227.  
  1228. % that's all folks
  1229. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement