Skip to content

Enum: ReportDocumentType

Types of report documents

URI: revaise:ReportDocumentType

Permissible Values

Value Meaning Description
MANUSCRIPT None Journal manuscript
PREPRINT None Preprint
REGISTERED_REPORT None Registered report
TECHNICAL_REPORT None Technical report
SUPPLEMENTARY_MATERIAL None Supplementary material
PRISMA_CHECKLIST None PRISMA checklist
PRISMA_FLOW_DIAGRAM None PRISMA flow diagram
OTHER None Other report document

Slots

Name Description
target_publication_types Planned publication or dissemination types
report_document_type Type of report document

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

LinkML Source

name: ReportDocumentType
description: Types of report documents
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  MANUSCRIPT:
    text: MANUSCRIPT
    description: Journal manuscript
  PREPRINT:
    text: PREPRINT
    description: Preprint
  REGISTERED_REPORT:
    text: REGISTERED_REPORT
    description: Registered report
  TECHNICAL_REPORT:
    text: TECHNICAL_REPORT
    description: Technical report
  SUPPLEMENTARY_MATERIAL:
    text: SUPPLEMENTARY_MATERIAL
    description: Supplementary material
  PRISMA_CHECKLIST:
    text: PRISMA_CHECKLIST
    description: PRISMA checklist
  PRISMA_FLOW_DIAGRAM:
    text: PRISMA_FLOW_DIAGRAM
    description: PRISMA flow diagram
  OTHER:
    text: OTHER
    description: Other report document