Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
vieglais edited this page Jun 16, 2011 · 9 revisions

DwC Views

DwC_Views provides implementation of viewers for Darwin Core records. The implementation is structured as two major components: the gateway, and the browser.

The gateway is a Django application that acts as a proxy and cache for resources that expose Darwin Core records. It supports a simple service interface for retrieving records and exposes them as JSON objects that can be rendered by JavaScript in the web browser. The API is described under /docs.

The browser is a set of JavaScript and HTML that enables viewing of record lists and individual records, as well as other metadata retrieved from the gateway.

wiki/images/webinterface_components.png

Overview of components influencing this project. Components within the DwC Views package are being implemented here.

Contents

License

This work was created by participants in projects sponsored by the National Science Foundation (NSF-DBI-0415600, NSF-DBI-0955076) and is copyrighted by The University of Kansas. For more information on DataONE, see our web site at http://naturalhistory.ku.edu/.

Copyright 2011, University of Kansas

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Citation

The following citation should be used when referencing this work:

Darwin Core Views (2011). [https://github.com/vdave/DwC_views] Supported by US National Science Foundation Grants 0955076 and 0415600.
Clone this wiki locally