94 lines
3.1 KiB
TeX
94 lines
3.1 KiB
TeX
\documentclass[10pt, draftclsnofoot,onecolumn, compsoc]{IEEEtran}
|
|
|
|
\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
|
|
\setlength{\parindent}{0pt}
|
|
\let\endchangemargin=\endlist
|
|
|
|
\usepackage{hyperref}
|
|
\usepackage{framed}
|
|
\usepackage{textcomp}
|
|
\usepackage{todonotes}
|
|
\usepackage{caption}
|
|
\usepackage{pgfgantt}
|
|
\usepackage{setspace}
|
|
\linespread{1}
|
|
|
|
\providecommand{\tightlist}{%
|
|
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
|
|
|
|
\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{Project READMEs}
|
|
|
|
\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\NameSigPair{\CapstoneSponsorPerson}\par}
|
|
{\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{5pt}
|
|
{\Large
|
|
\NameSigPair{\GroupMemberOne}\par
|
|
\NameSigPair{\GroupMemberTwo}\par
|
|
\NameSigPair{\GroupMemberThree}\par
|
|
}
|
|
\vspace{20pt}
|
|
}
|
|
% \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
|
|
\input{readme-app.tex}
|
|
|
|
\pagebreak
|
|
\input{readme-server.tex}
|
|
|
|
\pagebreak
|
|
\input{readme-cdl.tex}
|
|
|
|
\pagebreak
|
|
\input{readme-gateway.tex}
|
|
|
|
\pagebreak
|
|
\input{readme-collar.tex}
|
|
|
|
\end{document}
|