Skip to content

Commit b23884b

Browse files
authored
Merge pull request #3 from davidwilby/updates_Apr2022
remove interactive exercises, add more resources
2 parents 050d431 + dd421f9 commit b23884b

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

presentation.tex

+15-14
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
% title slide setup
2020
\title{Methods in \\Research Software Engineering}
21-
\date{6th May 2021}
21+
\date{25th April 2022}
2222
\author{Dr David Wilby}
2323
\institute{\href{https://rse.shef.ac.uk}{Research Software Engineering Team},\\ The University of Sheffield}
2424
\titlegraphic{\vspace*{4cm}\hspace*{7cm}\includegraphics[width=.3\textwidth]{RSE_logo_blackborder}}
@@ -48,6 +48,7 @@
4848
\begin{frame}[label=INTRO]{This Talk}
4949
\href{https://github.com/davidwilby/ResearchSoftwareMethods}{\includegraphics[width=\textwidth]{talk_repo_screenshot.png}}
5050
\url{https://github.com/davidwilby/ResearchSoftwareMethods}
51+
\url{https://bit.ly/RSEmethods}
5152
\end{frame}
5253

5354
\begin{frame}{About Me}
@@ -58,7 +59,7 @@
5859

5960
David Wilby
6061

61-
\href{https://davidwilby.github.io/}{davidwilby.github.io/}
62+
\href{https://davidwilby.dev/}{davidwilby.dev}
6263

6364
\textbf{Who?}
6465

@@ -219,13 +220,18 @@
219220

220221

221222
% Version Control
223+
\begin{frame}[label=GIT]{Version control}
224+
\pause
225+
\begin{itemize}
226+
\item Take regular snapshots of a codebase,
227+
\item Push and pull to/from remote repositories,
228+
\item Create and merge 'branches' of code,
229+
\item Tag released versions.
230+
\end{itemize}
231+
232+
\end{frame}
233+
222234
\begin{frame}[label=GIT]{Why use version control?}
223-
\textbf{Interactive exercise}
224-
\\
225-
Go to \href{https://www.menti.com/}{\underline{menti.com}} and enter the code \textbf{8638 4246}
226-
\\
227-
or \href{https://www.menti.com/turid6cc7u}{\underline{follow this link}}
228-
\vspace{0.5cm}
229235
\pause
230236
\begin{itemize}
231237
\item try new ideas,
@@ -344,6 +350,7 @@
344350
\begin{columns}
345351
\begin{column}{0.5\textwidth}
346352
\begin{itemize}
353+
\item \href{http://git-scm.com/book/en/v2}{\underline{Pro Git Book}}
347354
\item \href{http://swcarpentry.github.io/git-novice/}{\underline{software carpentry lesson}}
348355
\item \textit{"oh sh** git"} - \href{https://wizardzines.com/zines/oh-shit-git/}{\underline{zine}}, or \href{https://ohshitgit.com/}{\underline{blog}}
349356
\item \href{https://the-turing-way.netlify.app/reproducible-research/vcs.html}{\underline{The Turing Way}}
@@ -438,12 +445,6 @@
438445
\end{frame}
439446

440447
\begin{frame}[label=BESTPRAC]{Best practice - code style}
441-
\textbf{Interactive exercise}
442-
\\
443-
Go to \href{https://www.menti.com/}{\underline{menti.com}} and enter the code \textbf{8638 4246}
444-
\\
445-
or \href{https://www.menti.com/turid6cc7u}{\underline{follow this link}}
446-
\vspace{0.5cm}
447448
\pause
448449
\begin{itemize}
449450
\item Comments

0 commit comments

Comments
 (0)