-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_fs_user.tex
69 lines (62 loc) · 2.19 KB
/
project_fs_user.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
% Slides for 2025-02-03
% 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}{FishSense Mobile}
\centering
\includegraphics[height=0.75\textheight,width=0.75\textwidth,keepaspectratio]{images/fishsense_enduser/fsmobileBuildSuccess.png}
\begin{itemize}
\item Adjusted package dependencies
\item Newer Rust channel
\end{itemize}
\end{frame}
\begin{frame}{FishSense Web App: Front-End}
\centering
\begin{minipage}{0.2\textwidth}
\centering
\includegraphics[height=1.0\textheight,width=1.0\textwidth,keepaspectratio]{images/fishsense_enduser/webapp_navigation.png}
\end{minipage}
\hfill
\begin{minipage}{0.75\textwidth}
\centering
\includegraphics[width=\textwidth,keepaspectratio]{images/fishsense_enduser/webapp_gallery.png}
\end{minipage}
\end{frame}
\begin{frame}{FishSense Web App: Front-End}
\centering
\includegraphics[height=0.8\textheight,width=0.8\textwidth,keepaspectratio]{images/fishsense_enduser/webapp_clickintoimage.png}
\end{frame}
\begin{frame}{FishSense Back-End: Rough Draft User Diagram}
\centering
\includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{images/fishsense_enduser/backendimg1.png}
\includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{images/fishsense_enduser/backendimg2.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}