repositorypackage
0.0.23
Repository: https://github.com/caltechlibrary/simplified.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
simplified - README.html
© 2021 Caltech Library
1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200
Email Us
Phone: (626)395-3405
/
});
li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9
{
color: #555;
list-style-type: decimal;
}

simplified
simplified is a Go package for bibliographic, software and data metadata. It is used internally by Caltech Library as suitable for mapping one specific metadata form (e.g. EPrints 3.3 EPrint XML) to another (e.g. Invenio-RDM 11 records). It is also used in our feeds system which provides an aggregated view our institutional author, thesis and data repositories. The simple record structure is inspired in part by the DataCite and Invenio RDM metadata models.
Two utilities demonstrate how you might use the simplified package in a Go program.
- simpleutil will pretty print a JSON record or let you take a diff of two JSON file
- simple2markdown is a proof of concept of rendering Markdown documents from a simple record (e.g. for a landing pages describing a metadata record).