This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.optimade.org/defs/v1.2/properties/optimade/references/howpublished
Definition name: howpublished
Property name: how published
Description: The method of publication (the howpublished field in the BibTeX specification)
Type: string
Examples:
"\\url{https://www.example.com/papers/example_paper}"
JSON definition:
{
"$id": "https://schemas.optimade.org/defs/v1.2/properties/optimade/references/howpublished",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
"title": "how published",
"x-optimade-type": "string",
"x-optimade-definition": {
"label": "howpublished_optimade_references",
"kind": "property",
"version": "1.2.0",
"format": "1.2",
"name": "howpublished"
},
"type": [
"string",
"null"
],
"description": "The method of publication (the howpublished field in the BibTeX specification)",
"examples": [
"\\url{https://www.example.com/papers/example_paper}"
],
"x-optimade-unit": "inapplicable"
}