summary refs log tree commit diff
path: root/F2024/coe718/labs/lab2/report/title.tex
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2024-10-04 17:30:14 -0400
committerKleidi Bujari <mail@4kb.net>2024-10-04 17:30:14 -0400
commite3d457d72f59bd442a3a8d13b311d7c8444e177d (patch)
tree96593538bb14d6791ea459a13b2d57eeadb6a1a8 /F2024/coe718/labs/lab2/report/title.tex
parenta8d741816ce8fd86fd985e772ee2103a559fbdae (diff)
downloaduni-e3d457d72f59bd442a3a8d13b311d7c8444e177d.tar.gz
uni-e3d457d72f59bd442a3a8d13b311d7c8444e177d.tar.bz2
uni-e3d457d72f59bd442a3a8d13b311d7c8444e177d.zip
labs 1,2
Diffstat (limited to 'F2024/coe718/labs/lab2/report/title.tex')
-rw-r--r--F2024/coe718/labs/lab2/report/title.tex85
1 files changed, 85 insertions, 0 deletions
diff --git a/F2024/coe718/labs/lab2/report/title.tex b/F2024/coe718/labs/lab2/report/title.tex
new file mode 100644
index 0000000..d2f83f4
--- /dev/null
+++ b/F2024/coe718/labs/lab2/report/title.tex
@@ -0,0 +1,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 2\\
+\hline
+Assignment Title  & Exploring ARM Cortex M3 Features \\
+\hline
+\end{tabularx}
+
+\vspace{0.5cm}
+
+\begin{tabularx}{\textwidth} {
+ | >{\centering\arraybackslash}X
+ | >{\centering\arraybackslash}X |}
+\hline
+Submission Date & Tuesday, September 25\\
+\hline
+Due Date  & Wednesday, September 25\\
+\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