73 lines
2.6 KiB
Plaintext
73 lines
2.6 KiB
Plaintext
|
\documentclass[10pt, draftclsnofoot,onecolumn, compsoc]{IEEEtran}
|
||
|
|
||
|
\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
|
||
|
\let\endchangemargin=\endlist
|
||
|
|
||
|
\usepackage{textcomp}
|
||
|
\usepackage{todonotes}
|
||
|
\usepackage{caption}
|
||
|
\usepackage{pgfgantt}
|
||
|
\usepackage{setspace}
|
||
|
\linespread{1}
|
||
|
|
||
|
\def \CapstoneTeamName{Automated Fenceless Grazing}
|
||
|
\def \CapstoneTeamNumber{CS3}
|
||
|
\def \GroupMemberOne{Ryan Alder}
|
||
|
\def \GroupMemberTwo{Danila Fedorin}
|
||
|
\def \GroupMemberThree{Matthew Sessions}
|
||
|
\def \CapstoneProjectName{Automated Fenceless Grazing}
|
||
|
\def \CapstoneSponsorCompany{Oregon State University}
|
||
|
\def \CapstoneSponsorPerson{Bechir Hamdaoui}
|
||
|
\def \DocType{Retrospective}
|
||
|
|
||
|
\newcommand{\NameSigPair}[1]{\par
|
||
|
\makebox[2.75in][r]{#1} \hfil \makebox[3.25in]{\makebox[2.25in]{\hrulefill} \hfill \makebox[.75in]{\hrulefill}}
|
||
|
\par\vspace{-12pt} \textit{\tiny\noindent
|
||
|
\makebox[2.75in]{} \hfil \makebox[3.25in]{\makebox[2.25in][r]{Signature} \hfill \makebox[.75in][r]{Date}}}}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\begin{titlepage}
|
||
|
\pagenumbering{gobble}
|
||
|
\begin{singlespace}
|
||
|
% 4. If you have a logo, use this includegraphics command to put it on the coversheet.
|
||
|
%\includegraphics[height=4cm]{CompanyLogo}
|
||
|
\par\vspace{.2in}
|
||
|
\centering
|
||
|
\scshape{
|
||
|
\huge CS Capstone \DocType \par
|
||
|
{\large\today}\par
|
||
|
\vspace{.5in}
|
||
|
\textbf{\Huge\CapstoneProjectName}\par
|
||
|
\vfill
|
||
|
{\large Prepared for}\par
|
||
|
\Huge \CapstoneSponsorCompany\par
|
||
|
\vspace{5pt}
|
||
|
{\large Prepared by }\par
|
||
|
Group\CapstoneTeamNumber\par
|
||
|
% 5. comment out the line below this one if you do not wish to name your team
|
||
|
\CapstoneTeamName\par
|
||
|
\vspace{25pt}
|
||
|
}
|
||
|
\begin{abstract}
|
||
|
The Fenceless Grazing Collar system aims to reduce the amount of work
|
||
|
needed by farmers to keep herds of grazing animals. The project
|
||
|
will be implemented using the LoRa wireless communication protocol to allow
|
||
|
for long-range interaction between animal-worn collars and a gateway device.
|
||
|
The gateway device will also provide an HTTP-based JSON API to apply configuration
|
||
|
changes to collars through an application built for Android mobile devices.
|
||
|
The MariaDB SQL database management system will be used to store the data
|
||
|
received from the collar for viewing and analysis.
|
||
|
\end{abstract}
|
||
|
\end{singlespace}
|
||
|
\end{titlepage}
|
||
|
|
||
|
\pagebreak
|
||
|
\tableofcontents
|
||
|
|
||
|
\pagebreak
|
||
|
|
||
|
\section{Introduction}
|
||
|
|
||
|
\end{document}
|