-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
README_UTIL
146 lines (115 loc) · 5.78 KB
/
README_UTIL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# '$RCSfile: README_UTIL,v $'
# Copyright: 1997-2002 Regents of the University of California,
# University of New Mexico, and
# Arizona State University
# Sponsors: National Center for Ecological Analysis and Synthesis and
# Partnership for Interdisciplinary Studies of Coastal Oceans,
# University of California Santa Barbara
# Long-Term Ecological Research Network Office,
# University of New Mexico
# Center for Environmental Studies, Arizona State University
# Other funding: National Science Foundation (see README for details)
# The David and Lucile Packard Foundation
# For Details: http://knb.ecoinformatics.org/
#
# '$Author: obrien $'
# '$Date: 2009-05-12 16:14:49 $'
# '$Revision: 1.3 $'
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
UTILITIES for EML (Ecological Metadata Language)
---------------------------------
Version: 0.9.1
Feedback and bugs to: [email protected]
http://bugzilla.ecoinformatics.org
Contributors: Matt Jones ([email protected])
Chad Berkley ([email protected])
Jivka Bojilova ([email protected])
Dan Higgins ([email protected])
Chris Jones ([email protected])
Corinna Gries ([email protected])
Peter McCartney ([email protected])
James Brunt ([email protected])
David Blankman ([email protected])
Owen Eddins ([email protected])
Mark Schildhauer ([email protected])
John Harris ([email protected])
Matthew Brooke ([email protected])
Scott Chapal ([email protected])
Tim Bergsma ([email protected])
Ken Ramsey ([email protected])
Saurabh Garg ([email protected])
Margaret O\'Brien ([email protected])
Mark Servilla ([email protected])
James Brunt ([email protected])
Web site: http://knb.ecoinformatics.org/software/
The EML-Utilities consists of a number of files which are useful for handling
EML instance documents. Many of these files were included with the EML distribution
in versions through EML-2.0.1.
DOCUMENTATION
-------------
This README comprises the documentation. See individual files for embedded notes
and comments. The style directory contains a README to accompany one file.
FILES
-----
############
The files in this distribution are a part of the EML Utilities 0.9.1 release.
############
README_UTILS: this file
lib/
beta6toeml2/ java classes and templates for converting EML-beta6 to EML-2.0
eml2tonbii/ files for converting EML2.0 to NBII schema instances
esri2eml/ stylesheet for converting ESRI to EML-2.0.1
style/
eml201to210.xsl: XSLT templates to convert EML-2.0.x instance documents into EML-2.1.0
README: instructions for using eml201to210.xsl
These files for rendering EML into HTML for a browser:
ascii-treeview.xsl: Default view of an xml tree when no template is found.
branding.js: for including header and style material to HTML
default.js: for including header and style material to HTML
style/eml/*.xsl: XSLT files for rendering EML instance documents in HTML.
############
This RELEASE of the EML UTilities can be retrieved from CVS using the
tag "RELEASE_EML_UTILS_0_9_1".
############
HIGHLIGHTS IN THIS RELEASE
--------------------------
This is a preliminary release so that material which accompanied previous
versions of EML is still available. It is expected that the structure
and content of EML-Utilties will change substantially in the future.
KNOWN ISSUES (see also http://bugzilla.ecoinformatics.org/)
-----------------------------------------------------------
1. conversion stylesheets are not located consistently.
2. documentation is not included.
Legalese
--------
This software is copyrighted (1997-2002) by The Regents of the University
of California, University of New Mexico, and Arizona State University and
licensed under the GNU GPL; see the 'LICENSE' file for details.
This material is based upon work supported by the National Science Foundation
under Grant No. 0225676, DEB-9980154, DBI-9904777, DEB-0072909, DBI-9983132,
and DEB-9634135. Any opinions, findings and conclusions or recommendations
expressed in this material are those of the author(s) and do not necessarily
reflect the views of the National Science Foundation (NSF).
This product includes software developed by the Apache Software
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
for details.
The source code, object code, and documentation in the com.oreilly.servlet
package is copyright and owned by Jason Hunter. See the cos-license.html file
for details of the license. Licensor retains title to and ownership of the
Software and all enhancements, modifications, and updates to the Software.
This product includes software developed by the JDOM Project
(http://www.jdom.org/). See jdom-LICENSE.txt for details.