Skip to content

Commit 8d1039b

Browse files
authored
Merge overleaf-2020-11-16-1028 into master
2 parents 3ff7e44 + 8882616 commit 8d1039b

File tree

3 files changed

+38
-28
lines changed

3 files changed

+38
-28
lines changed
1.36 MB
Loading
1.44 MB
Loading

slides.tex

Lines changed: 38 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -231,20 +231,23 @@ \subsection{Study 1: Interviews and War Stories}
231231
\begin{frame}[fragile]{Scope}
232232
\begin{columns}[T]
233233
\begin{column}{.4\linewidth}
234-
235-
\begin{vfilleditems}
234+
\begin{itemize}
236235
\item Five \textbf{Interviews}\vspace{1em}
237-
\item General \textbf{Experience} with Reactive Programming\vspace{0.5em}
238-
\item What do you \textbf{like}?\vspace{0.5em}
239-
\item What do you \textbf{dislike}?
240-
\end{vfilleditems}
236+
\begin{itemize}
237+
\item General \textbf{Experience} with Reactive Programming\vspace{0.7em}
238+
\item What do you \textbf{like}?\vspace{0.7em}
239+
\item What do you \textbf{dislike}?
240+
\end{itemize}
241+
\end{itemize}
241242
\end{column}
242243
\begin{column}{.4\linewidth}
243-
\begin{vfilleditems}
244+
\begin{itemize}
244245
\item Five War Story \textbf{Reports}\vspace{1em}
245-
\item Recall a specific \textbf{challenging} debugging situation?\vspace{0.5em}
246-
\item How did you \textbf{solve} it?
247-
\end{vfilleditems}
246+
\begin{itemize}
247+
\item Recall a specific \textbf{challenging} debugging situation?\vspace{0.7em}
248+
\item How did you \textbf{solve} it?
249+
\end{itemize}
250+
\end{itemize}
248251
\end{column}
249252
\end{columns}
250253
\end{frame}
@@ -282,10 +285,7 @@ \subsection{Study 1: Interviews and War Stories}
282285

283286

284287
\note[itemize] {
285-
\item Lengthy answers
286288
\item Repeating themes
287-
\item RP is awesome for composing complex data flows
288-
\item That aside
289289
\item Debugging is hard
290290
\item Unsatisfying traditional debuggers
291291
\item Most often manual trace logs
@@ -550,21 +550,6 @@ \section{Future Work}
550550
\item Find solution for manual code modification scenarios
551551
\item Without manual intervention required
552552
\item Validate effectiveness in another study iteration
553-
\item One more thing...
554-
}
555-
556-
\begin{frame}[fragile]{Sneak Preview}
557-
\begin{figure}[H]
558-
\centering
559-
\includegraphics[height=0.6\textheight]{figures/tweet-rxjs-debugging-extension.png}
560-
\caption{\tiny{Source: \url{https://twitter.com/swissmanu/status/1313412280072232960}}}
561-
\end{figure}
562-
\end{frame}
563-
564-
\note[itemize] {
565-
\item Small sneak preview
566-
\item Things are progressing
567-
\item Thank you for your time and attention!
568553
}
569554
570555
\begin{frame}[plain, noframenumbering]
@@ -591,4 +576,29 @@ \section{Future Work}
591576
\vfill
592577
\end{frame}
593578
579+
\begin{frame}[fragile]{Future Work PoC: Add Probe}
580+
\begin{figure}[H]
581+
\centering
582+
\includegraphics[height=0.6\textheight]{figures/tweet-rxjs-debugging-extension.png}
583+
\caption{\tiny{Source: \url{https://twitter.com/swissmanu/status/1313412280072232960}}}
584+
\end{figure}
585+
\end{frame}
586+
587+
\begin{frame}[fragile]{Future Work PoC: Monitor}
588+
\begin{figure}[H]
589+
\centering
590+
\includegraphics[height=0.7\textheight]{figures/backup-screenshots/step5-2.png}
591+
\caption{Empty Monitor Pane (right)}
592+
\end{figure}
593+
\end{frame}
594+
595+
\begin{frame}[fragile]{Future Work PoC: Output}
596+
\begin{figure}[H]
597+
\centering
598+
\includegraphics[height=0.7\textheight]{figures/backup-screenshots/step8.png}
599+
\caption{Monitor Pane with Output (right)}
600+
\end{figure}
601+
\end{frame}
602+
603+
594604
\end{document}

0 commit comments

Comments
 (0)