#!/bin/sh
file="figure-climate";
src="local/screens";
opt="-rule off -box off";
gen=cfg/gen-figure
id=events
place=climate
id1=$place/event1
id2=$place/event2
text="
| Fig 1. (a) game event | (b) model event |
";
$gen.sh 2 -lw 3.5 $opt \
-image1 $src/$id1 \
-image2 $src/$id2 \
-text "$text" \
> $file-$id.t
id=screens
place=climate
id1=$place/screen1
id2=$place/screen2
text="| Fig 1. (a) game event | (b) model event |
";
$gen.sh 2 -lw 3.5 $opt \
-image1 $src/$id1 \
-image2 $src/$id2 \
-text "$text" \
> $file-$id.t
id=star
place=climate
id1=$place/klimaatster
text="| Fig 1. Climate Star |
";
$gen.sh 1 -lw 7.0 $opt \
-image1 $src/$id1 \
-text "$text" \
> $file-$id.t
id=greenhouse
place=climate
id1=$place/greenhouse
text="| Fig 3. The Greenhouse Effect |
";
$gen.sh 1 -lw 7.0 $opt \
-image1 $src/$id1 \
-text "$text" \
> $file-$id.t
id=architecture
place=climate
id1=$place/clima-architecture
text="| Fig 2. Clima Futura Architecture |
";
$gen.sh 1 -lw 7.0 $opt \
-image1 $src/$id1 \
-text "$text" \
> $file-$id.t
id=loop
place=climate
id1=$place/loop
text="| Fig 1. Game play, Simulation, Exploration |
";
$gen.sh 1 -lw 7.0 $opt \
-image1 $src/$id1 \
-text "$text" \
> $file-$id.t
id=economic
place=climate
id1=$place/economic2
text="| Fig 2. Tradeoffs Mitigation vs Adaptation |
";
$gen.sh 1 -lw 7.0 $opt \
-image1 $src/$id1 \
-text "$text" \
> $file-$id.t