commit 520d1e24206d17276efc15a58460d5dab3199a4d
parent 1574d8b44b5706242007b46cec47e0de96045ab2
Author: thing1 <thing1@seacrossedlovers.xyz>
Date: Sun, 9 Nov 2025 22:30:25 +0000
Merge branch 'master' of seacrossedlovers.xyz:uni
Diffstat:
8 files changed, 249 insertions(+), 0 deletions(-)
diff --git a/CS18120/pres/slides/Makefile b/CS18120/pres/slides/Makefile
@@ -0,0 +1,4 @@
+slides.pdf: slides.tex
+ pdflatex slides.tex
+clean:
+ rm -rf *.pdf *.toc *.snm *.aux *.nav *.out *.log
diff --git a/CS18120/pres/slides/lego.png b/CS18120/pres/slides/lego.png
Binary files differ.
diff --git a/CS18120/pres/slides/pizza.png b/CS18120/pres/slides/pizza.png
Binary files differ.
diff --git a/CS18120/pres/slides/slides.nav b/CS18120/pres/slides/slides.nav
@@ -0,0 +1,34 @@
+\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
+\headcommand {\beamer@framepages {1}{1}}
+\headcommand {\beamer@sectionpages {1}{1}}
+\headcommand {\beamer@subsectionpages {1}{1}}
+\headcommand {\sectionentry {1}{Lucas}{2}{Lucas}{0}}
+\headcommand {\slideentry {1}{0}{1}{2/10}{}{0}}
+\headcommand {\beamer@framepages {2}{10}}
+\headcommand {\slideentry {1}{0}{2}{11/16}{}{0}}
+\headcommand {\beamer@framepages {11}{16}}
+\headcommand {\slideentry {1}{0}{3}{17/25}{}{0}}
+\headcommand {\beamer@framepages {17}{25}}
+\headcommand {\slideentry {1}{0}{4}{26/30}{}{0}}
+\headcommand {\beamer@framepages {26}{30}}
+\headcommand {\beamer@sectionpages {2}{30}}
+\headcommand {\beamer@subsectionpages {2}{30}}
+\headcommand {\sectionentry {2}{Jaida}{31}{Jaida}{0}}
+\headcommand {\slideentry {2}{0}{1}{31/40}{}{0}}
+\headcommand {\beamer@framepages {31}{40}}
+\headcommand {\slideentry {2}{0}{2}{41/48}{}{0}}
+\headcommand {\beamer@framepages {41}{48}}
+\headcommand {\slideentry {2}{0}{3}{49/59}{}{0}}
+\headcommand {\beamer@framepages {49}{59}}
+\headcommand {\slideentry {2}{0}{4}{60/65}{}{0}}
+\headcommand {\beamer@framepages {60}{65}}
+\headcommand {\beamer@sectionpages {31}{65}}
+\headcommand {\beamer@subsectionpages {31}{65}}
+\headcommand {\sectionentry {3}{Dean}{66}{Dean}{0}}
+\headcommand {\slideentry {3}{0}{1}{66/66}{}{0}}
+\headcommand {\beamer@framepages {66}{66}}
+\headcommand {\beamer@partpages {1}{66}}
+\headcommand {\beamer@subsectionpages {66}{66}}
+\headcommand {\beamer@sectionpages {66}{66}}
+\headcommand {\beamer@documentpages {66}}
+\headcommand {\gdef \inserttotalframenumber {10}}
diff --git a/CS18120/pres/slides/slides.out b/CS18120/pres/slides/slides.out
@@ -0,0 +1,3 @@
+\BOOKMARK [2][]{Outline0.1}{\376\377\000L\000u\000c\000a\000s}{}% 1
+\BOOKMARK [2][]{Outline0.2}{\376\377\000J\000a\000i\000d\000a}{}% 2
+\BOOKMARK [2][]{Outline0.3}{\376\377\000D\000e\000a\000n}{}% 3
diff --git a/CS18120/pres/slides/slides.snm b/CS18120/pres/slides/slides.snm
diff --git a/CS18120/pres/slides/slides.tex b/CS18120/pres/slides/slides.tex
@@ -0,0 +1,205 @@
+\documentclass{beamer}
+\usepackage{graphicx}
+
+\usetheme{Montpellier}
+\title{Activity day}
+\author{Lucas, Jaida, Dean}
+\institute{Aberystwyth University}
+\date{\today}
+\begin{document}
+
+\frame{\titlepage}
+
+\section{Lucas}
+\begin{frame}{Lucas}
+ \pause \begin{block}{Codenames}
+ \begin{itemize}
+ \pause \item My first activity
+ \pause \item Slow start
+ \pause \item Poor communication
+ \end{itemize}
+ \end{block}
+ \pause \begin{block}{Send a message}
+ \begin{itemize}
+ \pause \item My last activity
+ \pause \item Lots of communication
+ \pause \item Very effective outcome
+ \end{itemize}
+ \end{block}
+\end{frame}
+
+\begin{frame}{Codenames}
+ \pause \begin{block}{We were tired}
+ \begin{itemize}
+ \pause \item Least favourite game
+ \pause \item We barely spoke
+ \pause \item Failed to provide good hints
+ \end{itemize}
+ \end{block}
+ \pause
+ \textbf{A bad start}
+\end{frame}
+
+\begin{frame}{Send a message}
+ \begin{columns}
+ \begin{column}{0.5\textwidth}
+ \pause \begin{block}{Far more planned out}
+ \begin{itemize}
+ \pause \item We had time
+ \pause \item We made a plan
+ \end{itemize}
+ \end{block}
+ \end{column}
+ \begin{column}{0.5\textwidth}
+ \pause We had a system made
+ \\
+ \begin{table}
+ \begin{tabular}{| c | c |}
+ \hline
+ \textbf{Number} & \textbf{Meaning} \\
+ \hline
+ \hline
+ 0...26 & A-Z \\
+ \hline
+ 27 & Space \\
+ \hline
+ 28 & Comma \\
+ \hline
+ 29 & Period \\
+ \hline
+ \end{tabular}
+ \end{table}
+ \begin{itemize}
+ \pause \item 2 people did digits \\
+ \pause \item 1 person was the control \\
+ \pause \item 1 was the decoder \\
+ \pause \item 1 was the verification \\
+ \end{itemize}
+ \end{column}
+ \end{columns}
+\end{frame}
+\begin{frame}{Takeaway}
+ \begin{itemize}
+ \pause \item We started very slowly
+ \pause \item We started to pick up throughout the day
+ \pause \item Good time management after lunch
+ \pause \item Made friends I still talk to % look at aria or something
+ \end{itemize}
+\end{frame}
+
+
+\section{Jaida}
+\begin{frame}{Jaida}
+ \pause \begin{block}{Zoom}
+ \begin{itemize}
+ \pause \item My first activity
+ \pause \item 3 pictures each
+ \pause \item Overestimating telecommunication abilities!
+ \pause \item Handling when things don't go to plan
+ \end{itemize}
+ \end{block}
+
+ \pause \begin{block}{Quiz}
+ \begin{itemize}
+ \pause \item My last activity
+ \pause \item Guess the AI/Team names/Aber general knowledge
+ \pause \item A few small tweaks
+ \end{itemize}
+ \end{block}
+\end{frame}
+
+\begin{frame}{Teamwork}
+ \pause \begin{block}{What went well}
+ \begin{itemize}
+ \pause \item The resources: forming plans, utilising timetable
+ \pause \item Being kind for team member's best interests
+ \end{itemize}
+ \end{block}
+ \pause \begin{block}{What didn't go well}
+ \begin{itemize}
+ \pause \item Being transparent with what you mean
+ \pause \item Self-inflicting responsibility / leadership
+ \end{itemize}
+ \end{block}
+ \pause \begin{block}{Takeaway}
+ \begin{columns}
+ \begin{column}{0.7\textwidth}
+ Reaching an agreement in advance is especially important and beneficial in a compulsory group setting, with the correct communication.
+ \end{column}
+ \begin{column}{0.3\textwidth}
+ \includegraphics[width=0.4\textwidth]{lego}
+ \end{column}
+ \end{columns}
+ \end{block}
+\end{frame}
+
+\begin{frame}{Time management}
+ \pause \begin{block}{What went well}
+ \begin{itemize}
+ \pause \item Holding each other accountable
+ \pause \item Wiggle room for flexibilities / reserving blocks of time
+ \pause \item The time in-between
+ \end{itemize}
+ \end{block}
+
+ \pause \begin{block}{What didn't go well}
+ \begin{itemize}
+ \pause \item Distractions
+ \pause \item Didn't practice soon enough
+ \end{itemize}
+ \end{block}
+ \pause \begin{block}{Takeaway}
+ \begin{itemize}
+ \pause \item Time can be daunting
+ \pause \item Free Time Clock photo and picture
+ \end{itemize}
+ \end{block}
+\end{frame}
+
+\begin{frame}{Enjoying our Takeaways}{Pun not intended}
+ \begin{itemize}
+ \pause \item Treated quiz as a chance to use our newly-tweaked strategies
+ \pause \item From takeaways to an actual plan derived!
+ \pause \item Amending time management skills actually helped us have more fun
+ \pause \item Casual communication made our group (and its benefits) more long-lasting
+ \end{itemize}
+ \pause \includegraphics[width=0.3\textwidth]{pizza}
+\end{frame}
+
+\section{Dean}
+\begin{frame}{Dean}
+ \textbf{Formatting needed}
+
+ Slide 1 – explaining tasks
+Disarm a device
+There was a device in the centre of a rope circle
+We were given instructions on how to disarm the bomb
+This involved a motion sensor and some binary conversion
+Bit obelisk
+Each team member had 3 facts
+We had relay them to each other
+Only two of our team members could make notes
+Using these facts we had to solve a problem
+
+Slide 2 - Disarm a device
+2 teams 8/2 split
+8 people moving the bomb – allows mistakes
+2 people decoding – redundancy
+Clear communication and coordination
+
+Slide 3 – Bit obelisk
+We were asked to solve a logic problem
+Everyone had 3 facts
+Some facts were more useful than others
+Only two people could make notes
+Not much to do for the rest of the team
+
+Slide 4 – overall team experience
+Started of the day - talkative
+First task – rocky
+Second task – improvements
+Afternoon tasks - cracked the code
+Evening quiz – exhaustion
+
+\end{frame}
+\end{document}
diff --git a/CS18120/pres/slides/slides.toc b/CS18120/pres/slides/slides.toc
@@ -0,0 +1,3 @@
+\beamer@sectionintoc {1}{Lucas}{2}{0}{1}
+\beamer@sectionintoc {2}{Jaida}{31}{0}{2}
+\beamer@sectionintoc {3}{Dean}{66}{0}{3}