orcid-parser
    Preparing search index...
    • Formats a work type constant into a human-readable string like in the ORCID user interface.

      Parameters

      • workType: WorkType

        The work type constant to format

      Returns string

      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"