Skip to content

Commit beee59b

Browse files
committed
Re-organise slides, add miniHPC slide
1 parent 2c27950 commit beee59b

File tree

7 files changed

+24
-2
lines changed

7 files changed

+24
-2
lines changed
File renamed without changes.

beamerthemeHPC.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
\setsansfont{Mulish}
1616
\setmainfont{Mulish}
1717
\setmonofont{Mulish}
18-
\usefonttheme[onlysmall]{structurebold}
18+
\usefonttheme[onlysmall]{structurebold} % not sure what this means
1919

2020
% Beamer defaults
2121
% Reduce space above frametitles, center them, make them bold Mulish

images/mini-HPC-proto3.png

3.01 MB
Loading

images/mini-HPC-proto3_back.png

2.38 MB
Loading

miniVersion.tex

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
\begin{frame}{A miniHPC}
2+
\begin{columns}[T]
3+
\begin{column}[c]{.6\textwidth}
4+
\begin{itemize}
5+
\item CarpentriesOffline started about four years go (2022 SSI Fellowship).
6+
\item We decided we need an HPC version too due to the difficulties associated with getting access to HPCs for training.
7+
\item Raspberry Pi 4s, one login node, five compute node, one access point
8+
\end{itemize}
9+
\end{column}
10+
11+
\begin{column}[c]{.5\textwidth}
12+
\begin{figure}
13+
\includegraphics[width=.4\columnwidth]{images/mini-HPC-proto3.png}
14+
\includegraphics[width=.4\columnwidth]{images/mini-HPC-proto3_back.png}
15+
\caption*{Front and Back}
16+
\end{figure}
17+
\end{column}
18+
19+
\end{columns}
20+
\end{frame}

slides.pdf

5.37 MB
Binary file not shown.

slides.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
\input{S5} % Roadmap
1414
\input{S6} % The mini version
1515
\input{S7} % Commns Channels
16-
\input{S8} % Resources
16+
17+
\input{miniVersion} % miniHPC
18+
\input{Resources} % Resources
1719
\end{document}

0 commit comments

Comments
 (0)