From 2ad9f9042e4fae45190a0550d5c4ba5d5bd6bd44 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 11 Jul 2019 21:35:02 -0700 Subject: pres 1 --- .../Peter_Marius_CS_Team_Report_07-12-2019.pdf | Bin 278392 -> 706408 bytes .../Peter_Marius_CS_Team_Report_07-12-2019.tex | 180 +++++++++++++-------- presentations/07-12-2019/figures/file.png | Bin 0 -> 60009 bytes presentations/07-12-2019/figures/get_started.png | Bin 0 -> 86862 bytes presentations/07-12-2019/figures/graph1.png | Bin 0 -> 73176 bytes presentations/07-12-2019/figures/graph2.png | Bin 0 -> 81885 bytes presentations/07-12-2019/figures/hexagon.png | Bin 69910 -> 0 bytes presentations/07-12-2019/figures/hexagon1.png | Bin 0 -> 69910 bytes presentations/07-12-2019/figures/hexagon2.png | Bin 0 -> 207308 bytes .../07-12-2019/figures/hexagon_sensing.png | Bin 0 -> 213859 bytes 10 files changed, 112 insertions(+), 68 deletions(-) create mode 100644 presentations/07-12-2019/figures/file.png create mode 100644 presentations/07-12-2019/figures/get_started.png create mode 100644 presentations/07-12-2019/figures/graph1.png create mode 100644 presentations/07-12-2019/figures/graph2.png delete mode 100644 presentations/07-12-2019/figures/hexagon.png create mode 100644 presentations/07-12-2019/figures/hexagon1.png create mode 100644 presentations/07-12-2019/figures/hexagon2.png create mode 100644 presentations/07-12-2019/figures/hexagon_sensing.png (limited to 'presentations/07-12-2019') diff --git a/presentations/07-12-2019/Peter_Marius_CS_Team_Report_07-12-2019.pdf b/presentations/07-12-2019/Peter_Marius_CS_Team_Report_07-12-2019.pdf index 76885c1..5b68833 100644 Binary files a/presentations/07-12-2019/Peter_Marius_CS_Team_Report_07-12-2019.pdf and b/presentations/07-12-2019/Peter_Marius_CS_Team_Report_07-12-2019.pdf differ diff --git a/presentations/07-12-2019/Peter_Marius_CS_Team_Report_07-12-2019.tex b/presentations/07-12-2019/Peter_Marius_CS_Team_Report_07-12-2019.tex index 759cf47..d491c16 100644 --- a/presentations/07-12-2019/Peter_Marius_CS_Team_Report_07-12-2019.tex +++ b/presentations/07-12-2019/Peter_Marius_CS_Team_Report_07-12-2019.tex @@ -1,10 +1,11 @@ -\documentclass{beamer} +\documentclass[10pt]{beamer} \usepackage[utf8]{inputenc} \usetheme{Madrid} % \usecolortheme{dolphin} \setbeamertemplate{caption}[numbered] \setbeamertemplate{navigation symbols}{} + \title{Weekly Report} \author{Marius Peter} \institute{UCLA $I^2BL$} @@ -57,91 +58,133 @@ % \end{columns} % \end{frame} -\begin{frame} - \frametitle{This Week's Update} - \begin{columns} - \column[t]{0.48\textwidth} - \begin{block}{New features} - \begin{enumerate} - \item a-f selector in GUI - \item A-F selector in GUI - \item Primary feature - \begin{itemize} - \item Does this - \item Facilitates that - \end{itemize} - \item Secondary feature - \begin{itemize} - \item Does that - \item Replaces need to do this - \end{itemize} - \item Minor feature 1: get this value - \item Minor feature 2: return this object property - \end{enumerate} - \end{block} - \column[t]{0.48\textwidth} - \begin{block}{Refactored code} - \begin{enumerate} - \item Function 1:\\ - Simplified it - \item Function 2:\\ - Expanded it - \item Function 3:\\ - Documented it - \end{enumerate} - \end{block} - \end{columns} -\end{frame} +% \begin{frame} +% \frametitle{This Week's Update} +% \begin{columns} +% \column[t]{0.48\textwidth} +% \begin{block}{New features} +% \begin{enumerate} +% \item a-f selector in GUI +% \item A-F selector in GUI +% \item Primary feature +% \begin{itemize} +% \item Does this +% \item Facilitates that +% \end{itemize} +% \item Secondary feature +% \begin{itemize} +% \item Does that +% \item Replaces need to do this +% \end{itemize} +% \item Minor feature 1: get this value +% \item Minor feature 2: return this object property +% \end{enumerate} +% \end{block} +% \column[t]{0.48\textwidth} +% \begin{block}{Refactored code} +% \begin{enumerate} +% \item Function 1:\\ +% Simplified it +% \item Function 2:\\ +% Expanded it +% \item Function 3:\\ +% Documented it +% \end{enumerate} +% \end{block} +% \end{columns} +% \end{frame} \begin{frame} + \frametitle{ITP Location Selector} \begin{columns} \column[t]{0.3\textwidth} \begin{figure} - \includegraphics[height=0.7\textheight]{./figures/hexagon.png} - \caption{New GUI layout} + \includegraphics[height=0.7\textheight]{./figures/hexagon1.png} + \caption{GUI on Wednesday} \end{figure} - \column[t]{0.7\textwidth} + \column[t]{0.3\textwidth} + \begin{figure} + \includegraphics[height=0.7\textheight]{./figures/hexagon2.png} + \caption{Gui on Friday} + \end{figure} + \column[t]{0.3\textwidth} + Added: \begin{itemize} - \item Replaced leaf background with neutral hexagon \item Serves toast confirming \texttt{dataSend} \end{itemize} + Replaced: + \begin{itemize} + \item Leaf background with neutral hexagon + \end{itemize} + Removed: + \begin{itemize} + \item Superfluous toast messages + \end{itemize} \end{columns} \end{frame} \begin{frame} + \frametitle{App Output} \begin{columns} - \column[t]{0.7\textwidth} - Implemented: - \begin{itemize} - \item File name structure:\\ - \texttt{ITP\_\_.txt} - \item File data structure:\\ - \texttt{date | hr:min:sec | secElapsed | ITP} - \item - \item - \end{itemize} - \column[t]{0.3\textwidth} + \column[t]{0.48\textwidth} \begin{figure} \includegraphics[height=0.7\textheight]{./figures/data.png} \caption{Initial .txt file output} \end{figure} + \column[t]{0.48\textwidth} + \begin{figure} + \includegraphics[height=0.7\textheight]{./figures/file.png} + \caption{Contents of the \texttt{ITP\_a\_.txt} file} + \end{figure} \end{columns} \end{frame} - \begin{frame} + \frametitle{Enforced Naming Conventions} + \begin{itemize} + \item File name structure:\\ + \texttt{ITP\_\_.txt} + \item File data structure:\\ + \texttt{date | hr:min:sec | secElapsed | ITP} + \end{itemize} +\end{frame} +\begin{frame} + \frametitle{ITP \& Sensing Plots} \begin{columns} - \column[t]{0.3\textwidth} + \column[t]{0.48\textwidth} \begin{figure} - \includegraphics[height=0.7\textheight]{./figures/a-f.png} - \caption{} + \includegraphics[height=0.7\textheight]{./figures/toast-create-file.png} + \caption{Plot after performing ITP} + \label{} + \end{figure} + \column[t]{0.48\textwidth} + \begin{figure} + \includegraphics[height=0.7\textheight]{./figures/graph2} + \caption{Plot after sensing} + \label{} \end{figure} + \end{columns} +\end{frame} + +\begin{frame} + \frametitle{Sensing Activity} + \begin{columns} + \column[t]{0.3\textwidth} + Added: + \begin{itemize} + \item Realistic representation of sensor board + \item Confirmation toasts \& log messages (level: info) + \end{itemize} + Replaced: + \begin{itemize} + \item Buttons with clock icons + \end{itemize} \column[t]{0.3\textwidth} \begin{figure} - \includegraphics[height=0.7\textheight]{./figures/toast-create-file.png} + \includegraphics[height=0.7\textheight]{./figures/a-f.png} \caption{} \end{figure} \column[t]{0.3\textwidth} \begin{figure} - \includegraphics[height=0.7\textheight]{./figures/toast-sending.png} + \includegraphics[height=0.7\textheight]{./figures/hexagon_sensing.png} \caption{} \end{figure} \end{columns} @@ -151,17 +194,21 @@ \begin{frame} \frametitle{Roadmap for Upcoming Week} \begin{enumerate} - \item UI: + \item Frontend: + \begin{itemize} + \item ITP/Sensing graphs + \item Setting ITP current (0-9) + \item Sensing data from BT + \end{itemize} + \item Backend: \begin{itemize} - \item Setting - \item Sensing + \item Complete data retrieval from BT device \end{itemize} - \item Data: + \item Over the weekend: \begin{itemize} - \item a-f - \item A-F + \item Learn Android BT interface for 4.4 \textit{KitKat} and 6.0 \textit{Lollipop} + \item Learn Android \textit{Material UI} specifications for clean GUI presentation \end{itemize} - \item Start this \end{enumerate} \end{frame} @@ -169,10 +216,7 @@ \begin{frame} \frametitle{Questions} \begin{enumerate} - \item What can we reduce? - \item What can we increase? - \item What can we eliminate? - \item What can we create? + \item What are the top 3 priorities for the upcoming week? \end{enumerate} \end{frame} diff --git a/presentations/07-12-2019/figures/file.png b/presentations/07-12-2019/figures/file.png new file mode 100644 index 0000000..415bcc4 Binary files /dev/null and b/presentations/07-12-2019/figures/file.png differ diff --git a/presentations/07-12-2019/figures/get_started.png b/presentations/07-12-2019/figures/get_started.png new file mode 100644 index 0000000..59aaa71 Binary files /dev/null and b/presentations/07-12-2019/figures/get_started.png differ diff --git a/presentations/07-12-2019/figures/graph1.png b/presentations/07-12-2019/figures/graph1.png new file mode 100644 index 0000000..15f1c17 Binary files /dev/null and b/presentations/07-12-2019/figures/graph1.png differ diff --git a/presentations/07-12-2019/figures/graph2.png b/presentations/07-12-2019/figures/graph2.png new file mode 100644 index 0000000..27d405c Binary files /dev/null and b/presentations/07-12-2019/figures/graph2.png differ diff --git a/presentations/07-12-2019/figures/hexagon.png b/presentations/07-12-2019/figures/hexagon.png deleted file mode 100644 index 510e112..0000000 Binary files a/presentations/07-12-2019/figures/hexagon.png and /dev/null differ diff --git a/presentations/07-12-2019/figures/hexagon1.png b/presentations/07-12-2019/figures/hexagon1.png new file mode 100644 index 0000000..510e112 Binary files /dev/null and b/presentations/07-12-2019/figures/hexagon1.png differ diff --git a/presentations/07-12-2019/figures/hexagon2.png b/presentations/07-12-2019/figures/hexagon2.png new file mode 100644 index 0000000..b4de2cc Binary files /dev/null and b/presentations/07-12-2019/figures/hexagon2.png differ diff --git a/presentations/07-12-2019/figures/hexagon_sensing.png b/presentations/07-12-2019/figures/hexagon_sensing.png new file mode 100644 index 0000000..f73d5da Binary files /dev/null and b/presentations/07-12-2019/figures/hexagon_sensing.png differ -- cgit v1.2.3