Skip to content

Commit 686ad20

Browse files
committed
updated install_tutorial.sh
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 1229d19 commit 686ad20

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

install_tutorial.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function dwn_file {
261261
if [ $# -eq 2 ]; then
262262
outname=$2
263263
fi
264-
if [ ! -e $1 ]; then
264+
if [ ! -e $outname ]; then
265265
wget -O $outname $url/$(basename $rname)
266266
if [ $? -eq 0 ]; then
267267
chmod u+x $outname
@@ -281,6 +281,9 @@ pushd $indir
281281
mkdir -p bin
282282

283283
# Download latest tutorial files
284+
if [ -e sisl-TBT-TS.tar.gz ]; then
285+
rm sisl-TBT-TS.tar.gz
286+
fi
284287
dwn_file sisl-TBT-TS.tar.gz
285288

286289
# Determine the optimization level for the current architecture

presentations/01/talk.tex

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,32 @@
2020
\titlepage
2121
\end{frame}
2222

23+
\begin{frame}
24+
\frametitle{Practical information}
25+
26+
\small
27+
\begin{itemize}[<+->]
28+
29+
\item Toilets: out to the left
30+
31+
\item Danish tap water is safe to drink, don't waste money on buying expensive bottled
32+
water
33+
34+
\item Start at 9 each day, sandwiches at 12 (not Friday), cake at 14/15
35+
36+
\item Poster session Wednesday at 17:30 in 341/342, dinner at 19:00
37+
38+
\item Teaching assistants, Susanne and Gaetano
39+
40+
\item Please ask questions during the workshop, you are here to learn!
41+
42+
\item If there are things not covered in the tutorial, please ask and I will try and
43+
prepare a \emph{mini} tutorial for the last day.
44+
45+
\end{itemize}
46+
47+
\end{frame}
48+
2349
\begin{frame}
2450
\frametitle{Outline}
2551
\tableofcontents

0 commit comments

Comments
 (0)