Skip to content

Commit 9abe7f9

Browse files
committed
Some more changes
1 parent e43b566 commit 9abe7f9

File tree

7 files changed

+67
-5
lines changed

7 files changed

+67
-5
lines changed

HelpNeeded.tex

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
\begin{frame}{Your Help is Needed}
2+
3+
%%%%%%%%%% Box around text %%%%%%%%%%%
4+
\begin{tikzpicture}[remember picture,overlay]
5+
% Title & Subtitle
6+
\node
7+
[
8+
above=-0.7cm,
9+
align=center,
10+
draw=carpred,
11+
very thick,
12+
rounded corners=4pt,
13+
left color=carpred!50,
14+
right color=carpred!5,
15+
shading angle=60,
16+
inner xsep=15pt,
17+
inner ysep=10pt,
18+
minimum width=0.7\textwidth,
19+
text width=0.8\textwidth
20+
] (title) at (current page.center)
21+
{
22+
Do you have any suggestions for more domain-specific conferences where we could reach members of HPC Carpentry's target audience of learners and or potential instructors hosts for workshops.
23+
};
24+
\end{tikzpicture}
25+
26+
\note{Ask for suggestions for domain-specific conferences where we could reach members of HPC Carpentry's target audience of learners and/or potential instructors/hosts for workshops.}
27+
28+
\end{frame}

S7.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
\begin{frame}{Comms Channels}
22

3-
4-
\note{}
3+
% \begin{carpblockred}[THE QUICK BROWN FOX]
4+
% The quick brown fox.
5+
% \end{carpblockred}
6+
%\note{}
57
\end{frame}

TitleSlide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252

5353
\end{tikzpicture}
5454

55-
\note{}
55+
5656
\end{frame}
5757
}

beamerthemeHPC.sty

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
\mode<presentation>
22
% Define Carpentries colours
33
\definecolor{carpblue}{HTML}{001483}
4+
\definecolor{carpred}{HTML}{FF4955}
45

56
% Requirements
67
\RequirePackage{tikz}
@@ -74,5 +75,32 @@
7475
}
7576

7677

78+
\newenvironment{carpblockred}[1][]{
79+
80+
%%%%%%%%%% Rounded corner block around text %%%%%%%%%%%
81+
\begin{tikzpicture}[remember picture,overlay]
82+
% Title & Subtitle
83+
\node
84+
[
85+
above=-0.7cm,
86+
align=center,
87+
draw=carpred,
88+
very thick,
89+
rounded corners=4pt,
90+
left color=carpred!50,
91+
right color=carpred!5,
92+
shading angle=60,
93+
inner xsep=15pt,
94+
inner ysep=10pt,
95+
minimum width=0.7\textwidth,
96+
text width=0.8\textwidth
97+
]
98+
99+
{
100+
101+
};
102+
\end{tikzpicture}
103+
}
104+
77105
% Settings
78106
\mode<all>

miniVersion.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
\item CarpentriesOffline started about four years go (2022 SSI Fellowship).
66
\item We decided we need an HPC version too due to the difficulties associated with getting access to HPCs for training.
77
\item Raspberry Pi 4s, one login node, five compute node, one access point
8+
\item The same open source software stack as many HPCs: Slurm, lmod, munge
9+
\item EESSI for software
10+
811
\end{itemize}
912
\end{column}
1013

@@ -15,6 +18,6 @@
1518
\caption*{Front and Back}
1619
\end{figure}
1720
\end{column}
18-
1921
\end{columns}
22+
2023
\end{frame}

slides.pdf

2.2 KB
Binary file not shown.

slides.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
\input{S3} % Where does HPC Carpentries fit?
1212
\input{S4} % Current Status
1313
\input{S5} % Roadmap
14-
\input{S6} % The mini version
14+
\input{S6} %
1515
\input{S7} % Commns Channels
1616

1717
\input{miniVersion} % miniHPC
18+
\input{HelpNeeded} % Help Needed
1819
\input{Resources} % Resources
1920
\end{document}

0 commit comments

Comments
 (0)