From e3d457d72f59bd442a3a8d13b311d7c8444e177d Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Fri, 4 Oct 2024 17:30:14 -0400 Subject: labs 1,2 --- F2024/coe718/labs/lab1/report/title.tex | 85 +++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 F2024/coe718/labs/lab1/report/title.tex (limited to 'F2024/coe718/labs/lab1/report/title.tex') diff --git a/F2024/coe718/labs/lab1/report/title.tex b/F2024/coe718/labs/lab1/report/title.tex new file mode 100644 index 0000000..98897dc --- /dev/null +++ b/F2024/coe718/labs/lab1/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 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 -- cgit 1.4.1