Skip to content

Commit d1537a2

Browse files
authored
feat: eval touch (#190)
* feat: added dummy chapter entry for parallel execution chapter! * fix: better instructor display * feat: added qr code for survey link * feat: first qr code slides for robot and survey * feat: first stay up to date slide - needs proper chaper start and more info * fix: correct placement of freepik reference * feat: finalized in-touch intro slide * fix: according to template at https://github.com/googleapis/release-please-action * fix: fall back link clickable
1 parent 27e86bb commit d1537a2

File tree

10 files changed

+88
-5
lines changed

10 files changed

+88
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
outputs:
1313
release_created: ${{ steps.release.outputs.release_created }}
1414
steps:
15-
- uses: actions/checkout@v4
16-
- name: Set up PAT
17-
env:
18-
RELEASE_PLEASE_TOKEN: ${{ secrets.PAT }}
19-
run: echo "RELEASE_PLEASE_TOKEN=${{ secrets.PAT }}" >> $GITHUB_ENV
2015
- uses: GoogleCloudPlatform/release-please-action@v4
2116
id: release
2217
with:

images/qr_codes/robot.png

199 KB
Loading

images/qr_codes/robot_qr.png

11.8 KB
Loading
258 KB
Loading

images/qr_codes/survey.png

8.73 KB
Loading

images/qr_codes/survey_icon.png

39 KB
Loading
51.3 KB
Loading

slides/Snakemake_HPC_User_Creator_Combi.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
108108
\include{common/Contributing}
109109

110+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
111+
\include{common/InTouch}
112+
113+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
114+
\include{creators/Survey}
115+
110116
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
111117
\begin{frame}<handout:0>
112118
\frametitle{The End}

slides/common/InTouch.tex

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2+
\section{Staying Up to Date}
3+
{
4+
\usebackgroundtemplate{
5+
\vbox to \paperheight{\vfil\hbox to \paperwidth{\hfil\includegraphics[width=.7\paperwidth]{humor/up_to_date.jpg}\hfil}\\\hspace*{0pt}\hfill\tiny \lhref{https://www.flaticon.com/free-icon/bottleneck_10803803}{own creation using LeonardoAI}}
6+
}
7+
\frame{
8+
\frametitle{Staying Up to Date}
9+
\begin{mdframed}[tikzsetting={draw=white,fill=white,fill opacity=0.8,
10+
line width=0pt},backgroundcolor=none,leftmargin=0,
11+
rightmargin=150,innertopmargin=4pt,roundcorner=10pt]
12+
\tableofcontents[currentsection,sections={1-4},hideothersubsections]
13+
\end{mdframed}
14+
15+
16+
}
17+
}
18+
19+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20+
\begin{frame}
21+
\frametitle{Mastodon Announcement Bot}
22+
\centering
23+
\begin{figure}
24+
\includegraphics[width=0.8\textwidth]{qr_codes/robot_qr_code_icon.png}\\
25+
\caption*{Meet your friendly \Snakemake Announcement Robot at \url{https://fediscience.org/@snakemake}}
26+
\end{figure}
27+
\end{frame}
28+
29+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30+
\begin{frame}
31+
\frametitle{Mastodon Announcement Bot II}
32+
\begin{columns}
33+
\begin{column}{0.5\textwidth}
34+
\includegraphics[width=0.8\textwidth]{contact/announcement_robot_example_screenshot.png}\\
35+
Screenshot from Mastodon
36+
\end{column}
37+
\begin{column}{0.5\textwidth}
38+
\begin{itemize}
39+
\item still in its infancy
40+
\item long-term idea: do not miss any news
41+
\begin{itemize}
42+
\item about the \Snakemake core,
43+
\item the plugins,
44+
\item and more.
45+
\end{itemize}
46+
\end{itemize}
47+
\end{column}
48+
\end{columns}
49+
\end{frame}
50+
51+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52+
\begin{frame}
53+
\frametitle{Ordinary GitHub Subscriptions}
54+
Of course, GitHub notifies project subscribers about releases, too:
55+
\begin{itemize}
56+
\item \lhref{github.com/snakemake/snakemake}{The \Snakemake main project}
57+
\item {The SLURM} or \lhref{https://github.com/BEFH/snakemake-executor-plugin-lsf}{the LSF} plugin for HPC systems
58+
\item or any other project in the \lhref{https://github.com/snakemake/}{\Snakemake ecosystem}
59+
\end{itemize}
60+
\end{frame}

slides/creators/Survey.tex

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2+
\section{Please fill in this Survey}
3+
{
4+
\usebackgroundtemplate{
5+
\vbox to \paperheight{\vfil\hbox to \paperwidth{\hfil\includegraphics[height=.7\paperheight]{qr_codes/survey_qr_code_icon.png}\hfil}\vfil}
6+
}
7+
\frame{
8+
\frametitle{Please fill in this Survey}
9+
\begin{mdframed}[tikzsetting={draw=white,fill=white,fill opacity=0.8,
10+
line width=0pt},backgroundcolor=none,leftmargin=0,
11+
rightmargin=250,innertopmargin=4pt,roundcorner=10pt]
12+
\tableofcontents[currentsection,sections={1-4},hideothersubsections]
13+
\begin{hint}
14+
This course was a "Creators" course!
15+
\end{hint}
16+
\end{mdframed}
17+
\vspace{1.5em}
18+
\hfill{\tiny image: icon from freepik.com}
19+
20+
If the QR code does not work: \url{https://survey.zdv.uni-mainz.de/index.php/468695}
21+
}
22+
}

0 commit comments

Comments
 (0)