#!/bin/sh # # drft06rr_regional - make the DRFT06RR regional web page (drft06rr_regional.html) # # This script creates the drft06rr_regional.html file which under the top level web # page in the DRFT tree. It doesn't care if any of the files and # images it links to are not there yet. # # Paul Wessel, 19-NOV-2001 H=drft06rr #--------------------------- mkdir -p $H cd $H date=`date` cat << EOF > drft06rr_regional.html Drift Expedition Leg 6: The Easter/Salas y Gomez/Nazca Survey Regional View

Drift Expedition Leg 6: The Easter/Salas y Gomez/Nazca Survey Regional View

Cruise map

Click the icons to select another file format for the regional map above: PDF map EPS map JPG map

Click on a box ID to select a subregion: Box A Box B Box C Box D Box E Box F Box G

Cruise summary map

Click the icons to select another file format for the cruise summary map above: PDF map EPS map JPG map

For a poster-size plot (35"x18"), send this PostScript file to your plotter: PS map

DRFT06RR home Return to Drift Expedition Leg 6 home page


drft06rr_regional: Page last updated $date by $USER. EOF cd ..