Extract a work's structured metadata fields
Source:R/utils_render_work_metadata.R
get_work_metadata_fields.RdThe shared source of truth for the work landing page's metadata panel (`generate_work_metadata_html()`), its YAML frontmatter (`generate_work_metadata_yaml()`) and its JSON representation (`render_register_json()`), the same three-way split used for venues (see [get_venue_metadata_fields()]).
Value
A list with `title`, `doi`, `openalex` (`NA_character_` if none), `publication_date` (`NA_character_` if none), `venues` (unique, comma-joined), `check_count`, `first_check_date`, `last_check_date`, and `authors` (a list of `name`/`orcid` lists, `orcid` `NULL` when not known - possibly an empty list).