CreativeWork
contentcaptionlabellayoutpaddingoverlayCreativeWork
Analogues
Figure
HTML <figure>: Closest HTML analogue for self-contained figure content with captions. JATS <fig>: Closest JATS analogue for figures in scholarly publishing. Pandoc Figure: Close Pandoc analogue for captioned figure content, though Stencila additionally supports panel layout and SVG overlay annotations. MDAST Image: Only an approximate Markdown AST analogue; plain MDAST images do not model multi-block figure content, panels, or overlays.
Properties
Figure
label | String | ||
labelAutomatically | Boolean | ||
caption | Block | ||
layout | String | ||
padding | String | ||
overlay | String | ||
overlayCompiled | String | ||
compilationDigest | overlay | CompilationDigest | |
compilationMessages | CompilationMessage | ||
content | Block | ||
workType | CreativeWork | CreativeWorkType | CreativeWork |
doi | String | CreativeWork | |
about | ThingVariant | CreativeWork | |
abstract | CreativeWork | Block | CreativeWork |
authors | CreativeWork | Author | CreativeWork |
provenance | ProvenanceCount | CreativeWork | |
contributors | CreativeWork | Author | CreativeWork |
editors | CreativeWork | Person | CreativeWork |
maintainers | CreativeWork | PersonOrganization | CreativeWork |
comments | Comment | CreativeWork | |
dateCreated | DateTime | CreativeWork | |
dateReceived | DateTime | CreativeWork | |
dateAccepted | DateTime | CreativeWork | |
dateModified | DateTime | CreativeWork | |
datePublished | DateTime | CreativeWork | |
funders | CreativeWork | PersonOrganization | CreativeWork |
fundedBy | CreativeWorkfundedItems | GrantMonetaryGrant | CreativeWork |
genre | String | CreativeWork | |
keywords | String | CreativeWork | |
isPartOf | CreativeWorkVariant | CreativeWork | |
licenses | CreativeWork | CreativeWorkVariantString | CreativeWork |
parts | CreativeWorkVariant | CreativeWork | |
publisher | PersonOrganization | CreativeWork | |
bibliography | Bibliography | CreativeWork | |
references | Reference | CreativeWork | |
text | Text | CreativeWork | |
title | Inline | CreativeWork | |
repository | String | CreativeWork | |
path | String | CreativeWork | |
commit | String | CreativeWork | |
version | StringNumber | CreativeWork | |
alternateNames | String | Thing | |
description | String | Thing | |
identifiers | PropertyValueString | Thing | |
images | ImageObject | Thing | |
name | String | Thing | |
url | String | Thing | |
id | String | Entity |
Related
Figure
Parents: CreativeWorkChildren: none
Bindings
Figure
Testing
Figure
label | None | ||
option::of(r"[a-zA-Z0-9]+") | |||
option::of(String::arbitrary()) | |||
caption | None | ||
option::of(vec_paragraphs(2)) | |||
option::of(vec_blocks_non_recursive(3)) | |||
content | vec_blocks_image_object(1) | ||
vec_blocks_figure_content(2) | |||
vec_blocks_non_recursive(4) |
Figure.yamldocs_types.rs