<?
$pre   = '';
include "common.php";
$title = 'U.S. Globec Data Links Page';
// Since register_globals is on, the $_GET variables override anything
// I set in my scripts so I have this $imenu for initial menu then it
// can be reset by the $_GET['menu'] variable.
$imenu = 'data';
$logo  = true;
include HEAD;
?>
<center><h1>U.S. Globec Data Links Page</h1></center>
<br />
<b>Information:</b>
<ul>
   <li><a href="#intro">Introduction</a></li>
   <li><a href="#guidelines">Data Serving Guidelines</a></li>
   <li><a href="#data_add">Adding Your Data</a></li>
   <li><a href="#data_accessing">Accessing Data</a></li>
</ul>
<b>Available Data:</b>
<ul>
   <li><a target="blank" href="http://globec.whoi.edu/jg/dir/globec/gb/">Georges Bank</a></li>
   <li><a target="blank" href="http://globec.whoi.edu/jg/dir/globec/soglobec/">Southern Ocean</a></li>
   <li><a target="blank" href="http://globec.whoi.edu/jg/dir/globec/nep/">Northeast Pacific</a></li>
</ul>
<b>Cruise Reports:</b>
<ul>
   <li><a target="blank" href="http://globec.whoi.edu/gb/cruise-report-list">Georges Bank</a></li>
   <li><a target="blank" href="http://globec.oce.orst.edu/groups/nep/reports/ccs_cruises/ccs_cr_rpts.html">NEP - California Current</a></li>
   <li><a target="blank" href="http://globec.oce.orst.edu/groups/nep/reports/cgoa_cruises/cgoa_cr_rpts.html">NEP - Coastal Gulf of Alaska</a></li>
   <li><a target="blank" href="http://www.ccpo.odu.edu/Research/globec/main_cruisepage/main_cruisemenu.html">Southern Ocean - 2001</a></li>
   <li><a target="blank" href="http://www.ccpo.odu.edu/Research/globec/main_cruises02/main_cruises02menu.html">Southern Ocean - 2002</a></li>
   <li><a target="blank" href="http://www.ccpo.odu.edu/Research/globec/cruise03/mooring.html">Southern Ocean - 2003</a></li>
</ul>
<b>Miscellaneous:</b>
<ul>
   <li><a target="blank" href="http://globec.whoi.edu/globec-dir/data-access.html">Georges Bank Data Access and Demonstration Page</a></li>
   <li><a target="blank" href="http://www.pml.ac.uk/globec/data/metadata.htm">GLOBEC Metadata Inventory</a></li>
</ul>
<br />
<hr />
<br />
<a name="intro"></a>
<b>Introduction</b>
<br /><br />
The fundamental objectives of U.S. GLOBEC are dependent upon the cooperation of scientists from
several disciplines. Physicists, biologists, chemists, meteorologists, resource managers, and
others make use of data collected during U.S. GLOBEC field programs to further our understanding of
the interplay of physics, biology, and chemistry. Our objectives require quantitative analysis of
interdisciplinary data sets and therefore data must be exchanged between researchers. To extract
the full scientific value, data must be made available to the scientific community on a timely
basis.<br />
<br />
Adding your data to the U.S. GLOBEC Data Management System can be as easy as sending the data to
the Data Management Office as a flat file, spreadsheet or other computer readable form via e-mail
(<a href="mailto:dmo@whoi.edu">dmo@whoi.edu</a>) or via ftp
(<a href="ftp://globec.whoi.edu">ftp://globec.whoi.edu</a>, change directory to /pub/incoming). In
addition to the data, we also will need information about who collected the data, who should be
contacted with questions (if different than the collector(s)), what methodology was used to collect
and process the data into its current form, and what the field names mean, including their units.
Once we get the data we will prepare it for inclusion in the U.S. GLOBEC data directory
(<a href="http://globec.whoi.edu/jg/dir/globec/">http://globec.whoi.edu/jg/dir/globec/</a>) and ask
you for your preferences on where the link to your data should be placed in this directory.<br />
<br />
However, since the U.S. GLOBEC Data Management System permits data to be served from any computer
capable of running this software (currently Unix-based machines), it is also possible, and in many
ways preferable, if the contributor serves their data from their own computer. The serving software
is available from the data server web site via ftp
(<a href="ftp://globec.whoi.edu/pub/software/JGOFS_GLOBEC/">ftp://globec.whoi.edu/pub/software/JGOFS_GLOBEC/</a>).
The only other requirement is that your computer have web-serving software installed, such as
Apache. (If your computer has a web site, then it has this software already available.) While it is
possible to install the JGOFS/GLOBEC software yourself and populate it with your data on your own,
many have found it useful to contact the
<a href="http://globec.whoi.edu/globec-dir/contact_dmo.html">Data Management Office</a> for help
and suggestions. If you wish, the DMO will install the software on your machine and get things set
up for you. No specialprivileges are required to install the software, although your Webmaster will
need to define an entry (called a ScriptAlias) in the httpd.conf web server configuration file so
your web server knows where to look for the software.<br />
<br />
<a name="guidelines"></a>
<b>Data Serving Guidlines</b>
<br /><br />
There are some guidelines, based on the recommendations of the U.S. GLOBEC Data Policy report and
suggestions from Glenn Flierl, Bob Groman, Dicky Allison, and others about how to organize and
submit your data for the U.S. GLOBEC data management system used by our program. However, the main
strength of the system is that it can accommodate almost any kind of data with a suitably written
method (i.e. computer program). But when several people collect similar data sets it will make it
easier for people to retrieve the data for subsequent review and analysis if some guidelines are
followed.<br />
<br />
These guidelines are as follows:
<ul>
   <li>
      Data are structured hierarchically with the slowest changing variable first (e.g. cruiseid,
      leg, station, then cast number)
   </li>
   <li>
      Use variable/parameter names as defined in the program's thesaurus. If your variable is not
      in the thesaurus, please contact the Data Management Office
      (<a href="mailto:dmo@whoi.edu">dmo@whoi.edu</a>) so we can add it.
   </li>
</ul>
The submission and serving of data is an iterative process.  The data contributor and the Data
Management work together to serve the data in a way and at a time that is most useful to the
contributor and the scientific community as a whole. In particular, the rule of thumb we follow is
to add ones data to the system when it becomes useful, which is usually much earlier than when it
becomes final.  The data can be easily re-submitted and re-served if later processing improves data
quality.<br />
<br />
<a name="data_add"></a>
<b>Adding Your Data</b>
<br /><br />
To add data to the U.S. GLOBEC data management system, take the following steps:
<ol>
   <li>
      Decide where data will reside. If you wish to 'serve' the data from your own machine, you
      can download a copy of the JGOFS/GLOBEC data management software from our web site at
      <a href="ftp://globec.whoi.edu/pub/software/JGOFS_GLOBEC/">ftp://globec.whoi.edu/pub/software/JGOFS_GLOBEC/</a>.
      We will assist you in its installation. At this point the server computer must be running a
      UNIX-based operating system. If you do not wish to ‘serve’ your data from your own machine,
      the data may reside instead on the U.S. GLOBEC server (globec.whoi.edu).
   </li>
   <li>
      Organize the data in a way that is useful for your needs. Chances are that is how the
      data will be useful to others. If you have your own data management system and want to
      use it, such as Oracle or MySQL, by all means use it.  We have methods that can extract
      these data out of your system and serve them via the U.S. GLOBEC data management system
      more or less automatically. If you prefer to use your data from a spreadsheet (e.g. an
      EXCEL spreadsheet, that is fine too.  In that case, we will extract the data from the
      spreadsheet into ASCII and serve the data that way. We can also reorganize the data
      into what is called a hierarchical form as described above, to foster unique retrieval
      of values. This reorganization can also be done automatically so you need not take the
      time to reorganize your data.
   </li>
   <li>
      Please consult the U.S. GLOBEC thesaurus
      (<a href="http://globec.whoi.edu/globec-dir/thesaurus.html">http://globec.whoi.edu/globec-dir/thesaurus.html</a>)
      for the preferred name of data values.  It is much easier to compare results if people use
      a common set of field names. Contact the DMO if there are field names that you require that
      are not yet defined.  We will work with you to create new names that meet your needs.
   </li>
   <li>
      Create the information necessary in order to use these data. This includes a description of
      the field names used, the data collection and data processing methodology and steps taken to
      produce these data, and an explanation of unusual values, including missing data.  Provide
      the Data Management Office with the names of people contributing the data and the names of
      people who should be contacted with questions, if different. Keep in mind the long-term use
      of these data and please do not specify a graduate student as the sole contact. The material
      can be provided in an e-mail to the Data Management Office, either in straight text or in any
      common word processing program, such as Microsoft Word and WordPerfect. Oftentimes, this
      information is called metadata.  Metadata is the information not already contained within the
      data file that makes the data truly useful to others.
   </li>
</ol>
<br />
<a name="data_accessing"></a>
<b>Accessing Data</b>
<br /><br />
Of course, a data management system would have very little use unless one could extract data from
it. The JGOFS/GLOBEC system allows you to select data meeting specified criteria (e.g. all data
where depth is greater than 120 meters); project data (e.g. only show me the latitude, longitude,
date and sea surface temperature values); join data with attributes in common; make a simple X-Y
plot to check trends; do a few rudimentary statistical counts; and, perhaps most importantly,
download the outcome of your selection and projection operations as a simple text (ASCII) table, as
a Matlab-compatible binary file, and (soon) as a NetCDF file.
<?
include FOOT;
?>
