#!/bin/bash file=indexOG_VS.html width=33 rm $file dirs=("kickoff" "remotecontrol" "golem" "tutors" "whiteboards" "reporting" "presentations") names=("Kick off" "In action" "The tokamak GOLEM" "Tutors" "Whiteboards after the activity" "Preparing reports" "Mini conference") comments=("Tutor Remy Guirlet (CEA Cadarache) introducing remote operation" "Students requesting discharges via tokamak GOLEM remote control web based interface (see their laptops) under supervision of their tutors" "north and south side" "Essential contribution" "Really hard work" ".. up to the night." "Students presenting their achievements") function ImagePart() { let counter=$1 echo "

${names[$counter]}

${comments[$counter]}

" >> $file; \ for i in ${dirs[$counter]}/*.jpg; do echo "">> $file; done } echo "\ \

The GOLEM tokamak remote operation for

the Fusion School Thailand - ASPNF 2018

\

An example of the real remote tokamak operation education event with the following set-up:

* Experimental device tokamak GOLEM at Prague, Czech republic. Responsible operator: Vojtech Svoboda
* Education event at Chiang Mai University, Thailand. 6 groups of students.
* Tutors from CEA - Cadarache, France: (Remy Guirlet, Thierry Loarer, Bernard Pegourie, Remi Dumont, Julien Hillairet )

The program of the ASEAN school

Hands on project: experiment on GOLEM - methodical material

" >> $file for i in `seq 0 8`; do echo "" >> $file; done echo "\

Introductory lecture (made remotely via skype by Vojtech Svoboda)

Students were acquainted with the problematic of the tokamak (GOLEM) technology, diagnostics and operation ..

" >> $file for i in `seq 0 68`; do echo "" >> $file; done # # # #counter=0 #for j in $dirs; do echo $j; echo "

${names[$counter]}

${comments[$counter]}

" >> $file; \ # for i in $j/*.jpg; do echo "" >>$file; done;let counter=$counter+1; echo $counter; #done ImagePart 0 #Kickoff echo "\

The event page

" >> $file ImagePart 1 # In action ImagePart 2 #GOLEM echo "\

The discharges

Students made 76 discharges
" >> $file for i in `seq 26054 26130`; do \ #wget -O session/"$i"icon.png http://golem.fjfi.cvut.cz/shots/"$i"/analysis/Basics/0411ShotHomepage.ONN//icon.png?95649; \ #convert session/"$i"icon.png -background Orange label:"#$i" +swap -gravity Center -append session/"$i"iconlbl.png; \ echo "">> $file;done; ImagePart 3 ImagePart 4 ImagePart 5 echo "\

The 6 presentations

" >> $file for i in `seq 1 6`; do echo "" >> $file; done ImagePart 6 echo "\

The fee for the remote educational session

is to send us a postcard from the venue of remote GOLEM tokamak operation
" >> $file imgfile=F echo "\ " >> $file imgfile=B echo "\

" >> $file imgfile=F1 echo "\ " >> $file imgfile=B1 echo "\

" >> $file echo "\

Sincere thanks to all the contributors and participants.

Links

ASPNF Facebook

Other educational activities at the GOLEM tokamak
\ " >> $file cat $file