<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>1. Introduction &mdash; Metacat 2.8.1 documentation</title>
    <link rel="stylesheet" href="_static/bootstrap.min.css" type="text/css" />
    <link rel="stylesheet" href="_static/font-awesome/css/font-awesome.min.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <link rel="stylesheet" href="_static/metacatui.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '2.8.1',
        COLLAPSE_MODINDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="Metacat 2.8.1 documentation" href="index.html" />
    <link rel="prev" title="Metacat Administrator’s Guide" href="index.html" />
    <link rel="next" title="2. Contributors" href="contributors.html" /> 
  </head>
  <body>
  <div id="metacatDocs">
	  <div class="banner">
	      <a href="index.html"><img class="logo" src="_static/metacat-logo-white.png" /></a>
	      <a href="index.html"><h1 class="title">Metacat: Metadata and Data Management Server</h1></a>
	      <img class="logo-right" src="_static/nceas-logo-white.png" />
	  </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right">
        <span id="searchbox" style="display: none;">
            <form class="search" action="search.html" method="get">
              <input type="text" name="q" size="18" />
              <input type="submit" value="Go" class="icon-search"/>
              <input type="hidden" name="check_keywords" value="yes" />
              <input type="hidden" name="area" value="default" />
            </form>
        </span>
        </li>
        <script type="text/javascript">$('#searchbox').show(0);</script>
        <li class="right">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a>
           </li>
        <li class="right">
          <a href="contributors.html" title="2. Contributors"
             accesskey="N">next</a>
           </li>
        <li class="right">
          <a href="index.html" title="Metacat Administrator’s Guide"
             accesskey="P">previous</a>
           </li>
        <li class="breadcrumb first"><a href="index.html">Metacat 2.8.1 documentation</a> &raquo;</li> 
      </ul>
      
    </div>

	
    <div class="document">
     	 <div class="documentwrapper">
	        <div class="bodywrapper">
	          <div class="body">
	            
  <div class="section" id="introduction">
<h1>1. Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h1>
<p>Metacat is a repository for data and metadata (descriptions of data) that helps
scientists find, understand and effectively use the data sets they manage or
that have been created by others. Thousands of data sets are currently
documented in a standardized way and stored in Metacat systems, providing the
scientific community with a broad range of science data that&#8211;because the
data are well and consistently described&#8211;can be easily searched, compared,
merged, or used in other ways.</p>
<p>Not only is the Metacat repository a reliable place to store metadata and data
(the database is replicated over a secure connection so that every record is
stored on multiple machines and no data is ever lost to technical failures), it
provides a user-friendly interface for information entry and retrieval.
Scientists can search the repository via the Web using a customizable search
form. Searches return results based on user-specified criteria, such as desired
geographic coverage, taxonomic coverage, and/or keywords that appear in places
such as the data set&#8217;s title or owner&#8217;s name. Users need only click a linked
search result to open the corresponding data-set documentation in a browser
window and discover whom to contact to obtain the data themselves (or how to
immediately download the data via the Web).</p>
<p>Metacat&#8217;s user-friendly Registry application allows data providers to enter
data set documentation into Metacat using a Web form. When the form is
submitted, Metacat compiles the provided documentation into the required format
and saves it. Information providers need never work directly with the <a class="reference external" href="http://en.wikipedia.org/wiki/XML">XML</a>
format in which the metadata are stored or with the database records themselves. In
addition, the Metacat application can easily be extended to provide a
customized data-entry interface that suits the particular requirements of each
project. Metacat users can also choose to enter metadata using the Morpho
application, which provides data entry wizards that guide information providers
through the process of documenting each data set.</p>
<p>The metadata stored in Metacat includes all of the information needed
to understand what the described data are and how to use them: a
descriptive data set title; an abstract; the temporal, spatial, and taxonomic
coverage of the data; the data collection methods; distribution information;
and contact information. Each information provider decides who has access to
this information (the public, or just specified users), and whether or not to
upload the data set itself with the data documentation. Information providers
can also edit the metadata or delete it from the repository, again using
Metacat&#8217;s straightforward Web interface.</p>
<p>Metacat is a <a class="reference external" href="http://en.wikipedia.org/wiki/Java_Servlet">Java servlet</a> application that runs on Linux, Mac OS, and
Windows platforms in conjunction with a database, such as
<a class="reference external" href="http://www.postgresql.org/">PostgreSQL</a> (or <a class="reference external" href="http://www.oracle.com/">Oracle</a>), and a Web
server. The Metacat application stores data in an <a class="reference external" href="http://en.wikipedia.org/wiki/XML">XML</a> format using <a class="reference external" href="http://knb.ecoinformatics.org/software/eml">Ecological
Metadata Language</a> (EML) or other metadata standards such as <a class="reference external" href="http://marinemetadata.org/references/iso19139">ISO 19139</a> or the
<a class="reference external" href="http://www.fgdc.gov/standards/projects/FGDC-standards-projects/metadata/biometadata">FGDC Biological Data Profile</a>. For more
information about Metacat or for examples of projects currently using Metacat,
please see <a class="reference external" href="http://knb.ecoinformatics.org">http://knb.ecoinformatics.org</a>.</p>
<div class="section" id="what-s-in-this-guide">
<h2>1.1. What&#8217;s in this Guide<a class="headerlink" href="#what-s-in-this-guide" title="Permalink to this headline">¶</a></h2>
<p>This Administrator&#8217;s guide includes information for installing, configuring,
managing and extending Metacat for both Linux, Mac OS, and Windows systems.
Chapter Four contains instructions for downloading and installing Metacat and the
applications required to run the software on Linux and Microsoft platforms.
Chapter Five covers how to configure Metacat, both for new and upgraded
installations. Chapter Seven details the ways in which you can customize the
Metacat interface so users can access and submit information easily: using
Metacat&#8217;s generic web-interface (the Registry), creating your own HTML forms,
and creating your own desktop client (like Morpho). Chapter Eight discusses how
to work with Metacat&#8217;s embedded Geoserver. Chapter Nine describes how to set up the
Metacat&#8217;s replication service, which permits Metacat servers to share data with
each other, effectively backing up metadata and data files. Chapter Ten looks
at the Metacat Harvester, a program that automates the retrieval of EML
documents from one or more sites and their subsequent upload (insert or update)
to Metacat. Chapter Eight discusses logging, Chapter Twelve contains instructions
for creating a site map, which makes individual metadata entries available via
Web searches. Metacat&#8217;s <a class="reference external" href="./api/index.html">Java API</a> is available for developers.</p>
</div>
<div class="section" id="metacat-features">
<h2>1.2. Metacat Features<a class="headerlink" href="#metacat-features" title="Permalink to this headline">¶</a></h2>
<p>Metacat is a repository for data and metadata (documentation about data), that
helps scientists find, understand and effectively use the data sets they manage or
that have been created by others. Specifically,</p>
<ul class="simple">
<li>Metacat is an open source web application, which can run on Linux, MacOS, and Windows operating systems and is written in Java</li>
<li>Metacat&#8217;s Web interface facilitates the input and retrieval of data</li>
<li>Metacat&#8217;s optional mapping functionality enables you to query and visualize the geographic coverage of stored data sets</li>
<li>Metacat&#8217;s replication feature ensures that all Metacat data and metadata is stored safely on multiple Metacat servers</li>
<li>The Metacat interface can be easily extended and customized via Web forms, themes, and/or user-developed client tools in Java and other languages</li>
<li>The Metacat harvester automates the process of retrieving and storing EML documents from one or more sites</li>
<li>Metacat can be customized to use Life Sciences Identifiers (LSIDs), uniquely identifying every data record</li>
<li>Metacat has a built-in logging system for tracking events such as document insertions, updates, deletes, and reads</li>
<li>The appearance of Metacat&#8217;s Web interface can be customized via themes.</li>
<li>Metacat fully supports the DataONE Member Node interface, allowing Metacat deployments to easily participate in the DataONE federation</li>
</ul>
<div class="figure" id="id1">
<img alt="_images/image007.png" src="_images/image007.png" />
<p class="caption"><span class="caption-text">Metacat&#8217;s default home page. Users can customize the appearance using themes.</span></p>
</div>
</div>
</div>


	          </div>
	        </div>
      	</div>

	
	      <div class="clearer"></div>
	    </div>
	    <div class="footer">
	    	<div class="footerNav">
				
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right">
        <span id="searchbox" style="display: none;">
            <form class="search" action="search.html" method="get">
              <input type="text" name="q" size="18" />
              <input type="submit" value="Go" class="icon-search"/>
              <input type="hidden" name="check_keywords" value="yes" />
              <input type="hidden" name="area" value="default" />
            </form>
        </span>
        </li>
        <script type="text/javascript">$('#searchbox').show(0);</script>
        <li class="right">
          <a href="genindex.html" title="General Index"
             >index</a>
           </li>
        <li class="right">
          <a href="contributors.html" title="2. Contributors"
             >next</a>
           </li>
        <li class="right">
          <a href="index.html" title="Metacat Administrator’s Guide"
             >previous</a>
           </li>
        <li class="breadcrumb first"><a href="index.html">Metacat 2.8.1 documentation</a> &raquo;</li> 
      </ul>
      
    </div>
			</div>
	    	<div class="small-print">
			      &copy; Copyright 2012, Regents of the University of California.
			      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.1.
			</div>
	    </div>
	</div>
  </body>
</html>