Skip to content

Enum: PublicationStatus

Publication status of studies

URI: revaise:PublicationStatus

Permissible Values

Value Meaning Description
PUBLISHED None Published in peer-reviewed journal
PREPRINT None Available as preprint
GREY_LITERATURE None Grey literature
UNPUBLISHED None Unpublished study
ABSTRACT_ONLY None Only abstract available
PROTOCOL_ONLY None Only protocol available
RETRACTED None Publication has been retracted

Slots

Name Description
publication_status Publication status of the study
publication_status Publication status of the study

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: PublicationStatus
description: Publication status of studies
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  PUBLISHED:
    text: PUBLISHED
    description: Published in peer-reviewed journal
  PREPRINT:
    text: PREPRINT
    description: Available as preprint
  GREY_LITERATURE:
    text: GREY_LITERATURE
    description: Grey literature
  UNPUBLISHED:
    text: UNPUBLISHED
    description: Unpublished study
  ABSTRACT_ONLY:
    text: ABSTRACT_ONLY
    description: Only abstract available
  PROTOCOL_ONLY:
    text: PROTOCOL_ONLY
    description: Only protocol available
  RETRACTED:
    text: RETRACTED
    description: Publication has been retracted