From 157aeb5987f35c6a1dc65d2b6d84f7661b0990fa Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Tue, 2 Jan 2024 22:36:37 -0800 Subject: [PATCH] fix: Updates current slides --- active_all_call.tex | 4 +++- active_order.tex | 5 ++--- active_sections.tex | 8 +++----- project_hw.tex | 41 +++++++++++++++++++++++++++++++++++++++++ project_sf.tex | 1 + 5 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 project_hw.tex diff --git a/active_all_call.tex b/active_all_call.tex index 1521247..8707bb7 100644 --- a/active_all_call.tex +++ b/active_all_call.tex @@ -1,3 +1,5 @@ +\item Radio Telemetry Tracker \item Mangrove Monitoring +\item FishSense +\item Baboons on the Move \item Acoustic Species ID -\item Baboons on the Move \ No newline at end of file diff --git a/active_order.tex b/active_order.tex index c60ccb1..e118357 100644 --- a/active_order.tex +++ b/active_order.tex @@ -1,3 +1,2 @@ -\item Fishsense -\item Radio Telemetry Tracker -\item Smartfin \ No newline at end of file +\item Smartfin +\item Hardware Development Group diff --git a/active_sections.tex b/active_sections.tex index b01ca3f..7c820e3 100644 --- a/active_sections.tex +++ b/active_sections.tex @@ -1,6 +1,4 @@ -\section{Fishsense} -\include{project_fs} -\section{Radio Telemetry Tracker} -\include{project_rtt} \section{Smartfin} -\include{project_sf} \ No newline at end of file +\include{project_sf} +\section{Hardware Development Group} +\include{project_hw} diff --git a/project_hw.tex b/project_hw.tex new file mode 100644 index 0000000..ff408ae --- /dev/null +++ b/project_hw.tex @@ -0,0 +1,41 @@ +% Slides for 2024-01-10 +% 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} diff --git a/project_sf.tex b/project_sf.tex index 24d32a6..ff408ae 100644 --- a/project_sf.tex +++ b/project_sf.tex @@ -1,3 +1,4 @@ +% Slides for 2024-01-10 % To create a slide, use the following: % \begin{frame}{TITLE} % BODY