| Calls |
call head (Level, OutUnit,
* 'Contact_Information:')
call head (Level+1, OutUnit,
* 'Contact_Organization_Primary:')
call value2 (Level+2, OutUnit,
* 'Contact_Organization: ',
* 'U.S. Geological Survey (USGS) '//
* '<http://www.usgs.gov>
* 'Coastal and Marine Geology (CMG) '//
* '<http://walrus.wr.usgs.gov>
call value2 (Level+2, OutUnit,
* 'Contact_Person: ',
* 'Clint Steele '//
* '<http://walrus.wr.usgs.gov/staff/
* 'csteele.html>','
call value2 (Level+1, OutUnit,
* 'Contact_Position: ',
* 'InfoBank Group Leader '//
* '<http://walrus.wr.usgs.gov/staff/
* 'csteele.html>','
call head (Level+1, OutUnit,
* 'Contact_Address:')
call value (Level+2, OutUnit,
* 'Address_Type: ',
* 'mailing and physical address')
call value (Level+2, OutUnit,
* 'Address: ',
* 'USGS, MailStop 999, '//
* '345 Middlefield Road')
call value (Level+2, OutUnit,
* 'City: ',
* 'Menlo Park')
call value (Level+2, OutUnit,
* 'State_or_Province: ',
* 'CA')
call value (Level+2, OutUnit,
* 'Postal_Code: ',
* '94025-3561')
call value (Level+2, OutUnit,
* 'Country: ',
* 'USA')
call value (Level+1, OutUnit,
* 'Contact_Voice_Telephone: ',
* '(650) 329-5055')
call value (Level+1, OutUnit,
* 'Contact_Facsimile_Telephone: ',
* '(650) 329-5190')
call value2 (Level+1, OutUnit,
* 'Contact_Electronic_Mail_Address: ',
* 'infobank@octopus.wr.usgs.gov '//
* '<mailto:infobank@octopus.wr.usgs.gov>
|