summary refs log tree commit diff
path: root/F2024/coe718/labs/lab1/report/title.tex
blob: 98897dc4b984a553b14c838669d2c49d00dc87f6 (plain)
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
\documentclass[a4paper, 12pt]{article}
\usepackage[english]{babel}
\usepackage[top=1in, bottom=1in, left=1.25in, right=1.25in]{geometry}
\usepackage{graphicx}
\usepackage{tabularx, array}
\usepackage{multirow}
\usepackage[colorlinks=true, urlcolor=blue]{hyperref}

\renewcommand{\arraystretch}{1.5}

\begin{document}
\begin{titlepage}
\begin{center}
\includegraphics[width=0.4\textwidth]{ryeU_logo.png} \\
Faculty of Engineering, Architecture and Science

\vspace{0.5cm}

\textbf{Department of Electrical and Computer Engineering}

\vspace{0.5cm}

\begin{tabularx}{0.8\textwidth} {
 | >{\centering\arraybackslash}X
 | >{\centering\arraybackslash}X |}
\hline
Course Number & COE 718\\
\hline
Course Title  & Embedded Systems Design\\
\hline
Semester/Year & F2024\\
\hline
Instructor    & Dr. Gul Khan\\
\hline
\end{tabularx}

\vspace{0.5cm}

\begin{tabularx}{\textwidth} {
 | >{\centering\arraybackslash}X
 | >{\centering\arraybackslash}X |}
\hline
\textbf{\Large ASSIGNMENT No.} & Lab 1\\
\hline
Assignment Title  & Introduction to uVision \\
\hline
\end{tabularx}

\vspace{0.5cm}

\begin{tabularx}{\textwidth} {
 | >{\centering\arraybackslash}X
 | >{\centering\arraybackslash}X |}
\hline
Submission Date & Tuesday, September 17\\
\hline
Due Date  & Wednesday, September 18\\
\hline
\end{tabularx}

\vspace{0.5cm}

\begin{tabularx}{\textwidth} {
 | >{\centering\arraybackslash}X
 | >{\centering\arraybackslash}X |}
\hline
Student Name & Kleidi Bujari\\
\hline
Student ID  & 501040047\\
\hline
\rule{0pt}{4em}
  \raisebox{1.5em}{Signature*}  & \raisebox{1.5em}{ \it{Kleidi Bujari} }\\
\hline
\end{tabularx}

\vspace{0.5cm}

\begin{minipage}{\textwidth}
*By signing above you attest that you have contributed to this written lab report and confirm that all work you have contributed to this lab report is your own work. Any suspicion of copying or plagiarism in this work will result in an investigation of Academic Misconduct and may result in a “0” on the work, an “F” in the course, or possibly more severe penalties, as well as a Disciplinary Notice on your academic record under the Student Code of Academic Conduct, which can be found online at: \url{www.ryerson.ca/senate/current/pol60.pdf}.
\end{minipage}
\end{center}
\end{titlepage}
\end{document}

Collapse