Formats a work type constant into a human-readable string like in the ORCID user interface.
The work type constant to format
Formatted string
This function converts hyphenated work type strings into space-separated, title-case strings suitable for user interfaces.
WorkType.format(WORK_TYPES.ARTICLE);// Returns: "Journal article"WorkType.format(WORK_TYPES.CONFERENCE_PAPER);// Returns: "Conference paper" Copy
WorkType.format(WORK_TYPES.ARTICLE);// Returns: "Journal article"WorkType.format(WORK_TYPES.CONFERENCE_PAPER);// Returns: "Conference paper"
Formats a work type constant into a human-readable string like in the ORCID user interface.