Newer
Older
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
\documentclass[letterpaper, 11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{mathptmx}
\usepackage{natbib}
\usepackage[top=1in, bottom=1.25in, left=1.25in, right=1.25in]{geometry}
\usepackage{enumitem}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{hyperref}
\hypersetup{colorlinks=true,allcolors=MidnightBlue,pdfauthor={surajss2}}
\usepackage{titlesec}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{enumitem}
\usepackage{array}
\usepackage{booktabs}
\usepackage{comment}
\usepackage{csquotes}
\usepackage{microtype}
\usepackage[ragged]{footmisc}
\title{CS 437: Final Lab — Smarter Alarm Clock}
\author{Suraj Singh \\ NetId: surajss2 }
\begin{document}
\maketitle
\section{Introduction}\label{sec:intro}
\subsection{Topic}\label{sec:topic}
The goal for this project is to create an alarm clock that takes into account a user's sleep cycle to allow the alarm to be more effective.
\subsection{Motivation}\label{sec:motive}
\section{Technical Approach}\label{sec:technical}
\section{Implementation Details}\label{sec:implementation}
Hardware:
\begin{enumerate}
\item Raspberry Pi
\item Bluetooth Speaker
\item Wireless Keyboard
\end{enumerate}
Software:
\begin{enumerate}
\item Python
\item
\end{enumerate}
\section{Results}\label{sec:results}
\section{Conclusion}\label{sec:conclusion}
\end{document}