Skip to content

Commit

Permalink
fix: Resetting slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ucsd-e4e-role committed Oct 8, 2024
1 parent 3c612df commit 45ab0a6
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 52 deletions.
8 changes: 4 additions & 4 deletions active_all_call.tex
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
8 changes: 4 additions & 4 deletions active_order.tex
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
16 changes: 8 additions & 8 deletions active_sections.tex
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 removed images/bom/aws.jpg
Binary file not shown.
Binary file removed images/rtt/drone_hardware_setup.png
Binary file not shown.
Binary file removed images/rtt/handbook.jpg
Binary file not shown.
Binary file removed images/rtt/kanban.jpg
Binary file not shown.
40 changes: 40 additions & 0 deletions project_a3d_eng.tex
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}
36 changes: 0 additions & 36 deletions project_mm.tex
Original file line number Diff line number Diff line change
@@ -1,39 +1,3 @@
\begin{frame}{Merge REU Work into Production AWS Branch}
\begin{itemize}
\item Aaryan's Inference Work
\item Rahual's MongoDB Work
\end{itemize}
\end{frame}

\begin{frame}{Implement MongoDB Networking}
\centering
\includegraphics[height=0.8\textheight,width=0.8\textwidth,keepaspectratio]{images/mm_networking.png}
\end{frame}

\begin{frame}{Assess Maintenance Steps}
\begin{itemize}
\item Spin up/down infrastructure
\item Implement on Terraform
\end{itemize}
\end{frame}

\begin{frame}{Test CI/CD Pipeline}
\begin{itemize}
\item Test Github Action for ECR Upload
\item Test ECR Upload to ECS Service Redeploy
\end{itemize}
\end{frame}

\begin{frame}{Next Steps}
\begin{itemize}
\item NIR/SWIR
\item Satellite Super Resolution
\item Compare Inference Performance on Drone Datasets
\end{itemize}
\end{frame}


% Slides for 2024-09-30
% To create a slide, use the following:
% \begin{frame}{TITLE}
% BODY
Expand Down

0 comments on commit 45ab0a6

Please sign in to comment.