Writing /home/fac/arijit/public_html/dokuwiki/data/cache/0/0f3dae15bd579c4b78137f3d0ad7d105.xhtml failed
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
courses:2019:cs551:project_information [2019/01/18 14:19] arijit created |
courses:2019:cs551:project_information [2019/04/16 17:46] (current) arijit [Template file for report submission] |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * Need to form groups with no more than 3 students by **22nd January**. | * Need to form groups with no more than 3 students by **22nd January**. | ||
| * Deadline for submission of abstract **31st January**. | * Deadline for submission of abstract **31st January**. | ||
| + | * Please upload your file [[http:// | ||
| + | * Project presentation will be held on **20th April**. **Time: 9:30 AM. Venue R303, Block - IX**. | ||
| + | * You need to submit the following. | ||
| + | * One slide summary of the project. Filename should be **summary.pdf** | ||
| + | * Presentation slides. Filename should be **presentation.ppt** or **presentation.pdf**. You must submit a pdf version. | ||
| + | * A small report on the project. This may be 5-6 pages long. Filename should be **report.pdf**. Use only latex template as provided. | ||
| + | * Deadline for submission - ** 11:59 PM, 19th April, 2019**. Submission link is provided above. | ||
| + | |||
| + | |||
| + | =====Template file for report submission===== | ||
| + | <code tex report.tex> | ||
| + | \documentclass[11pt, | ||
| + | \usepackage{mathptmx} | ||
| + | \usepackage[a4paper]{geometry} | ||
| + | \geometry{verbose, | ||
| + | \usepackage{babel} | ||
| + | \begin{document} | ||
| + | |||
| + | \title{Title of the project} | ||
| + | |||
| + | |||
| + | \author{Student\_name (Roll Number), Student\_name (Roll Number), ....} | ||
| + | |||
| + | |||
| + | \date{{}} | ||
| + | |||
| + | \maketitle | ||
| + | |||
| + | \section*{Project abstract} | ||
| + | |||
| + | Here goes the project abstract. | ||
| + | |||
| + | \section{Introduction} | ||
| + | |||
| + | \section{Literature survey} | ||
| + | |||
| + | \section{Objectives} | ||
| + | |||
| + | \section{Summary of contributions} | ||
| + | \subsection*{Unique / Innovative contributions or ' | ||
| + | |||
| + | \section{Methodology} | ||
| + | |||
| + | \section{Results} | ||
| + | \subsection*{Description of dataset} | ||
| + | \subsection*{Results \& discussion} | ||
| + | \subsection*{GitHub link} | ||
| + | |||
| + | \section{Conclusions} | ||
| + | |||
| + | |||
| + | \end{document} | ||
| + | </ | ||