Skip to content

Enum: ScreeningOrder

Order for screening records

URI: revaise:ScreeningOrder

Permissible Values

Value Meaning Description
RANDOM None Random order
CHRONOLOGICAL None By publication date
REVERSE_CHRONOLOGICAL None Newest first
ALPHABETICAL None By title or author
RELEVANCE_RANKED None By relevance score
DATABASE_ORDER None As retrieved from database

Slots

Name Description
screening_order Order in which records are presented for screening
screening_order Order in which records are screened

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ScreeningOrder
description: Order for screening records
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  RANDOM:
    text: RANDOM
    description: Random order
  CHRONOLOGICAL:
    text: CHRONOLOGICAL
    description: By publication date
  REVERSE_CHRONOLOGICAL:
    text: REVERSE_CHRONOLOGICAL
    description: Newest first
  ALPHABETICAL:
    text: ALPHABETICAL
    description: By title or author
  RELEVANCE_RANKED:
    text: RELEVANCE_RANKED
    description: By relevance score
  DATABASE_ORDER:
    text: DATABASE_ORDER
    description: As retrieved from database