-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCENG424_Project_Proposal_Format.tex
More file actions
98 lines (69 loc) · 3.74 KB
/
CENG424_Project_Proposal_Format.tex
File metadata and controls
98 lines (69 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
\documentclass[14pt]{article}
\usepackage{graphics}
\usepackage{epsfig}
\usepackage{times}
\usepackage{amsmath}
\usepackage{subcaption}
\usepackage{multirow}
\usepackage{gensymb}
\usepackage{array}
\usepackage{float}
\usepackage{indentfirst}
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
\usepackage{booktabs, makecell}
\usepackage{diagbox}
\usepackage{float}
\floatstyle{plaintop}
\restylefloat{table}
\topmargin 0.0in
\headheight 0.0in
\headsep 0.0in
\oddsidemargin 0.0in
\evensidemargin 0.0in
\textheight 9.0in
\textwidth 6.5in
\title{{\bf CENG424 Embedded Computer Systems\\Final Exam Project Proposal \\ Spring 2022} \\
\it Project Title: Title of the project}
\date{\today}
\begin{document}
\pagestyle{plain}
\pagenumbering{roman}
\maketitle
\begin{figure}[H]
\centering
\includegraphics[ scale = 0.35]{iyte_logo}
\end{figure}
\textbf{ Group Members}
\begin{itemize}
\item Student\_1 full name \& Id
\item Student\_2 full name \& Id
\item Student\_3 full name \& Id
\end{itemize}
\cleardoublepage
\pagenumbering{arabic}
\abstract
\cleardoublepage
\section{Introduction}
A brief introduction about your project. Please provide in detail: why you are going to work on this title and what you will be trying to achieve by the end of the semester.
\section{Problem Definition}
Clear explanation of the problem(the need of your work) and the state of the current directions in the literature/market of your proposed work. Try to explain the followings: How are researchers/engineers/developers approached to this problem previously? In which perspectives their solutions are not providing a solid solutions based on the current challenges? What are those current challenges? Describe how those challenges will be solved with your proposed idea. Include your supportive elements in this section as well, such as figures and illustrations/graphics you have created or gathered from the literature.
\section{Stages}
A detailed explanation of the proposed approach step by step. Provide use cases, user scenarios, illustrations, figures, sketches, sequence diagrams, etc. A flowchart, a graphical abstract of overall proposed system/application, etc., along with the system components. Show the communication/streaming/I-O channels among the system components and overall architecture of the proposed system/device/tool/service/application.
\section{Tools, Software, Hardware}
Indicate tools, software, and hardware that you will or are planning to use during the project.
\section{Experiments\&Results, Test Phases}
State experimental setup that you will use/develop/build for measuring the performance of your proposed approach including metrics that you will consider for evaluating and comparing your proposed work and the existing ones in the literature.
\section{Weekly Schedule}
Weekly project schedule in a Gantt Chart.\\
Every week you should update this section based on the outcomes from your group's weekly meetings. List the actionable items and decisions you made, scheduled plans for upcoming weeks and those completed prior to the meeting. Please noted the responsible person for each task you assigned as a team. If you use a webapp your weekly meetings and project management tool for your progress, please provide the access link here as well.
\begin{itemize}
\item{Week 1 (Date):}\\ Task Name: Task 1. Definition: Definition of the task. Current status: Completed/In Progress/Assigned/Created. Responsible Person: Student1, Student2.\\
Task Name: Task 2. Definition: Definition of the task. Current status: Completed/In Progress/Assigned/Created. Responsible Person: Student1, Student3.
\end{itemize}
\begin{itemize}
\item{Week 2 (Date):}
\end{itemize}
\begin{itemize}
\item{Week 3 (Date):}
\end{itemize}
\end{document}