CitableObject.jl Documentation
The CitableObject.jl module defines the Cite2Urn, a URN notation for canonically citing versioned objects.
A Cite2Urn can be instantiated from a string value. The generic show function displays this value to an IOStream.
using CitableObject
urn = Cite2Urn("urn:cite2:hmt:msA.v1:12r")urn:cite2:hmt:msA.v1:12rThe CexUtils submodule
CEX is a plain-text format for organizing citable data. The CexUtils submodule provides functions using Cite2Urns to identify and extract data from CEX sources.
Contents
The following pages include:
- a brief user's guide to working with
Cite2Urns - an overview of the
CexUtilssubmodule - API documentation of public functions and types