Project

General

Profile

« Previous | Next » 

Revision 5908

Added by Matt Jones about 13 years ago

Additional layout and styles for metacat documentation.

View differences:

docs/dev/metacat/source/development.txt
1
Technical Details
2
=================
1
Development
2
===========
3 3

  
4 4
Metacat is an open source application, and we welcome contributions to the
5 5
source from members of the community who are interested in helping out.  This
......
15 15

  
16 16
   identifiers.txt
17 17

  
18
Indices and tables
19
==================
20

  
21
* :ref:`genindex`
22
* :ref:`modindex`
23
* :ref:`search`
24

  
docs/dev/metacat/source/identifiers.txt
4 4
  
5 5

  
6 6
Identifier Management
7
---------------------
7
=====================
8 8

  
9 9
.. index:: Identifiers
10 10

  
......
27 27
  in search results.
28 28

  
29 29
Identifier Resolution
30
=====================
30
---------------------
31 31
Because Metacat uses LocalIDs throughout the code for references to objects,
32 32
and that LocalID has a constrained structure that includes semantics about
33 33
revisions in the identifier, it is difficult to wholesale replace it with
docs/dev/metacat/source/index.txt
2 2
Metacat: Metadata and Data Management System
3 3
================================================
4 4

  
5
Version: 1.9.3 Release
6

  
7
Send feedback and bugs to: metacat-dev@ecoinformatics.org
8
                           http://bugzilla.ecoinformatics.org
9

  
5 10
Metacat is a repository for data and metadata (data about data), which 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 ecological data that--because the data are well and consistently described--can be easily searched, compared, merged, or used in other ways.
6 11

  
7 12
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's title or owner'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).
......
12 17

  
13 18
Metacat is a Java servlet application that runs on Window or Linux platforms in conjunction with a database, such as PostgreSQL (or Oracle 8i), and a Web server. The Metacat application stores data in an XML format using Ecological Metadata Language (EML) or another ecological metadata standard. For more information about Metacat or for examples of projects currently using Metacat, please see http://knb.ecoinformatics.org.
14 19

  
15
Contents:
20
- Metacat `Administrators Guide`_
16 21

  
22
.. _Administrators Guide: http://knb.ecoinformatics.org/software/metacat/MetacatAdministratorGuide.pdf
23

  
24
Contents
25
========
17 26
.. toctree::
18 27
   :maxdepth: 1
19 28

  
29
   contributors.txt
20 30
   development.txt
21 31

  
32

  
22 33
Indices and tables
23 34
==================
24 35

  
docs/dev/metacat/source/themes/readable/layout.html
170 170
{%- block extrahead %} {% endblock %}
171 171
  </head>
172 172
  <body>
173
  <div class="banner">
174
      <img class="logo" src="_static/metacat-logo.png" />
175
      <p class="title">Metacat: Metadata and Data Management Server</p>
176
  </div>
177

  
173 178
{%- block header %}{% endblock %}
174 179

  
175 180
{%- block relbar1 %}{{ relbar() }}{% endblock %}
docs/dev/metacat/source/themes/readable/static/readable.css
170 170
    width: 100%;
171 171
}
172 172
*/
173
div.banner {
174
    height: 5.5em;
175
}
173 176

  
177
div.banner img {
178
    height: 5em;
179
    float: left;
180
}
181

  
182
div.banner p.title {
183
    font-weight: bold;
184
    font-size: 2em;
185
    text-align: left;
186
    margin-left: 2em;
187
}
188

  
174 189
div.clearer {
175 190
    clear: both;
176 191
}
docs/dev/metacat/source/contributors.txt
1
Contributors
2
============
3

  
4
Metacat has been designed and built by a large number of contributors to this
5
open source project.  Main developers and additional patch contributors are
6
listed here.
7

  
8
Contributors
9
------------
10
  - Matt Jones (jones@nceas.ucsb.edu)
11
  - Chad Berkley (berkley@nceas.ucsb.edu)
12
  - Jing Tao (tao@nceas.ucsb.edu)
13
  - Jivka Bojilova (bojilova@nceas.ucsb.edu)
14
  - Dan Higgins (higgins@nceas.ucsb.edu)
15
  - Saurabh Garg (sgarg@nceas.ucsb.edu)
16
  - Duane Costa (dcosta@lternet.edu)
17
  - Veronique Connolly (connolly@nceas.ucsb.edu)
18
  - Chris Jones (cjones@msi.ucsb.edu)
19
  - John Harris (harris@nceas.ucsb.edu)
20
  - Callie Bowdish (bowdish@ecoinformatics.org)
21
  - Will Tyburczy (tyburczy@ecoinformatics.org)
22
  - Matthew Perry (perry@nceas.ucsb.edu)
23
  - Chad Burt (underbluewaters@gmail.com)
24
  - Ben Leinfelder (leinfelder@nceas.ucsb.edu)
25
  - Chris Barteau (barteau@nceas.ucsb.edu)
26
  - Shaun Walbridge (walbridge@nceas.ucsb.edu)
27
  - Michael Daigle (daigle@nceas.ucsb.edu)
28

  
29
Patch contributors
30
------------------
31
  - Andrea Chadden (chadden@nceas.ucsb.edu)
32
  - Johnoel Ancheta (johnoel@hawaii.edu)
33
  - Owen Jones (owen.jones@imperial.ac.uk)
docs/dev/metacat/source/conf.py
38 38

  
39 39
# General information about the project.
40 40
project = u'Metacat'
41
copyright = u'2010, Matthew B. Jones'
41
copyright = u'2011, Regents of the University of California'
42 42

  
43 43
# The version info for the project you're documenting, acts as replacement for
44 44
# |version| and |release|, also used in various other places throughout the
45 45
# built documents.
46 46
#
47 47
# The short X.Y version.
48
version = '2.0'
48
version = '1.9'
49 49
# The full version, including alpha/beta/rc tags.
50
release = '2.0.0'
50
release = '1.9.3'
51 51

  
52 52
# The language for content autogenerated by Sphinx. Refer to documentation
53 53
# for a list of supported languages.

Also available in: Unified diff