.. SPDX-FileCopyrightText: 2021 Veit Schiele .. .. SPDX-License-Identifier: BSD-3-Clause Cite data ========= DataCite Metadata Schema ------------------------ The DataCite Metadata Working Group published the DataCite Metadata Schema Documentation for the publication and citation of research data in 2019: `DataCite Metadata Schema 4.3 `_ together with a XSD (XML Schema Definition): `metadata.xsd `_. A simple datacite example can look like this: .. code-block:: xml 10.5072/D3P26Q35R-Test Fosmire, Michael Michael Fosmire Wertz, Ruth Ruth Wertz Purzer, Senay Senay Purzer Critical Engineering Literacy Test (CELT) Purdue University Research Repository (PURR) 2013 Assessment Information Literacy Engineering Undergraduate Students CELT Purdue University en Dataset 1.0 We developed an instrument, Critical Engineering Literacy Test (CELT), which is a multiple choice instrument designed to measure undergraduate students’ scientific and information literacy skills. It requires students to first read a technical memo and, based on the memo’s arguments, answer eight multiple choice and six open-ended response questions. We collected data from 143 first-year engineering students and conducted an item analysis. The KR-20 reliability of the instrument was .39. Item difficulties ranged between .17 to .83. The results indicate low reliability index but acceptable levels of item difficulties and item discrimination indices. Students were most challenged when answering items measuring scientific and mathematical literacy (i.e., identifying incorrect information). W3C-PROV -------- The `PROV document family of the W3C working group `_ defines various aspects that are necessary to be able to exchange provenance information interoperably. .. seealso:: * `Provenance: An Introduction to PROV `_ by Luc Moreau and Paul Groth * `Provenance storage and distribution `_ * `ProvStore’s API documentation `_ Python prov ~~~~~~~~~~~ With `prov `_, a Python3 library is available that supports the import and export of the `PROV data model `_ into the following serialisation formats: * `PROV-O (RDF) `_ * `PROV-XML `_ * `PROV-JSON `_ In addition, PROV documents can be created with :doc:`pyviz:matplotlib/networkx` `MultiDiGraph `_ and vice versa. Finally, PROV documents can also be generated as graphs in PDF, PNG and SVG formats. .. seealso:: * `A Short Tutorial for Prov Python `_ by Dong Huynh * `PROV Tutorial.ipynb `_