-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c612df
commit 45ab0a6
Showing
9 changed files
with
56 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
\item Aqua3D Engineering | ||
\item Baboons on the Move | ||
\item FishSense User | ||
\item Radio Telemetry Tracker | ||
\item Website | ||
\item Smartfin | ||
\item Mangrove Monitoring | ||
\item Acoustic Species ID | ||
\item FishSense Core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
\item Radio Telemetry Tracker | ||
\item Baboons on the Move | ||
\item FishSense Core | ||
\item FishSense User | ||
\item Aqua3D Engineering | ||
\item Mangrove Monitoring | ||
\item Acoustic Species ID | ||
\item Smartfin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
\section{Radio Telemetry Tracker} | ||
\include{project_rtt} | ||
\section{Baboons on the Move} | ||
\include{project_bom} | ||
\section{FishSense Core} | ||
\include{project_fs_core} | ||
\section{FishSense User} | ||
\include{project_fs_user} | ||
\section{Aqua3D Engineering} | ||
\include{project_a3d_eng} | ||
\section{Mangrove Monitoring} | ||
\include{project_mm} | ||
\section{Acoustic Species ID} | ||
\include{project_aid} | ||
\section{Smartfin} | ||
\include{project_sf} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
% To create a slide, use the following: | ||
% \begin{frame}{TITLE} | ||
% BODY | ||
% \end{frame} | ||
|
||
% To create a slide with a bullet list, use the following: | ||
% \begin{frame}{TITLE} | ||
% \begin{itemize} | ||
% \item ITEM 1 | ||
% \item ITEM 2 | ||
% \end{itemize} | ||
% \end{frame} | ||
|
||
% To create a slide with numbered list, use the following: | ||
% \begin{frame}{TITLE} | ||
% \begin{enumerate} | ||
% \item ITEM 1 | ||
% \item ITEM 2 | ||
% \end{enumerate} | ||
% \end{frame} | ||
|
||
% To create a slide with a graphic: | ||
% 1. Add the graphic to this folder (named picture.png) | ||
% 2. Use the following: | ||
% \begin{frame}{TITLE} | ||
% \centering | ||
% \includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{picture.png} | ||
% \end{frame} | ||
|
||
% To create a slide with two columns, use the following: | ||
% \begin{frame}{TITLE} | ||
% \begin{columns} | ||
% \begin{column}{0.5\textwidth} | ||
% COLUMN 1 BODY | ||
% \end{column} | ||
% \begin{column}{0.5\textwidth} | ||
% COLUMN 2 BODY | ||
% \end{column} | ||
% \end{columns} | ||
% \end{frame} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters