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:2017:ee512:project_information [2017/08/25 12:50] arijit created |
courses:2017:ee512:project_information [2017/11/09 12:19] (current) arijit [Information related to projects] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Information related to projects====== | ======Information related to projects====== | ||
| - | * Please prepare a proposal for the project by 1st September. | + | * Please prepare a proposal for the project by 4th September. |
| + | * Please upload your proposal [[http:// | ||
| + | * Use '' | ||
| + | * Please upload your files by 14th November. | ||
| + | =====Template file for proposal===== | ||
| + | <code tex report.tex> | ||
| + | \documentclass[11pt, | ||
| + | \usepackage[T1]{fontenc} | ||
| + | \usepackage[latin9]{inputenc} | ||
| + | \usepackage[a4paper]{geometry} | ||
| + | \geometry{verbose, | ||
| + | \usepackage{babel} | ||
| + | \begin{document} | ||
| + | \title{\bf\textsf{Title of the project}} | ||
| + | \date{{}} | ||
| + | \author{Group - 00\\ | ||
| + | Name (Roll No), Name (Roll No), Name (Roll No)} | ||
| + | |||
| + | \maketitle | ||
| + | |||
| + | \section{Abstract} | ||
| + | Brief description of the project. | ||
| + | |||
| + | \section{Required hardware components} | ||
| + | \begin{itemize} | ||
| + | \item Item (Estimated cost) | ||
| + | \item Item (Estimated cost) | ||
| + | \item $\vdots$\end{itemize} | ||
| + | |||
| + | \end{document} | ||
| + | </ | ||