\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