Archive master PDF. Here be dragons.
Go to file
Danila Fedorin 58a773dc8b Update Makefile 2020-05-28 23:00:45 -07:00
binary Add PDFs that have no remaining source. 2020-05-28 23:00:08 -07:00
external Add CDL module 2020-05-28 22:54:45 -07:00
.gitmodules Add CDL module 2020-05-28 22:54:45 -07:00
Makefile Update Makefile 2020-05-28 23:00:45 -07:00
TODO.md Add TODO file 2020-05-28 21:27:23 -07:00
default.nix Add Nix expression to install document dependencies. 2020-05-28 21:28:25 -07:00
intro.tex Adjust wording in intro 2020-05-28 21:34:25 -07:00
readme.tex Build README instructions. 2020-05-28 22:56:31 -07:00

readme.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}