Skip to content

Commit

Permalink
fix: Updates current slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Jan 3, 2024
1 parent f6359b6 commit 157aeb5
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 9 deletions.
4 changes: 3 additions & 1 deletion active_all_call.tex
Original file line number Diff line number Diff line change
@@ -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
5 changes: 2 additions & 3 deletions active_order.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
\item Fishsense
\item Radio Telemetry Tracker
\item Smartfin
\item Smartfin
\item Hardware Development Group
8 changes: 3 additions & 5 deletions active_sections.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
\section{Fishsense}
\include{project_fs}
\section{Radio Telemetry Tracker}
\include{project_rtt}
\section{Smartfin}
\include{project_sf}
\include{project_sf}
\section{Hardware Development Group}
\include{project_hw}
41 changes: 41 additions & 0 deletions project_hw.tex
Original file line number Diff line number Diff line change
@@ -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}
1 change: 1 addition & 0 deletions project_sf.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
% Slides for 2024-01-10
% To create a slide, use the following:
% \begin{frame}{TITLE}
% BODY
Expand Down

0 comments on commit 157aeb5

Please sign in to comment.