Skip to content

Latest commit

 

History

History
 
 

documentation

Dryad Documentation

Dryad's basic documentation philosophy includes 4 levels of visibility:

  1. "Very" public documents -- High-level descriptions and information, on the Main Dryad website
  2. Public documentation -- Technical documents and other details about dryad. Stored in Github, usually within this directory
  3. Private documentation -- Internal details, for Dryad staff. Stored in Confluence.
  4. Private working documents -- Documents that are edited frequently. Stored in Dryad's Google Dive.

Dryad Technical Introductory Notes

Demo Instance of Dryad

Our demo instance of Dryad is available at https://dryad-stg.cdlib.org and you may submit and test freely.

Github Repositories & Similar

  • The main application for Dryad is at https://github.com/CDL-Dryad/dryad-app with minor customizations and configuration for an installation.

    • The stash_engine and stash_datacite modules hold most of the code for the user interface.

    • The stash_api module is where we've implemented our API.

    • The stash_discovery module is a relatively thin wrapper and customization around Geoblacklight.

Documentation

Development Process