File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
281281mkdir -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
284287dwn_file sisl-TBT-TS.tar.gz
285288
286289# Determine the optimization level for the current architecture
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments