Enum: ScreeningRoundType¶
Type of screening round
URI: revaise:ScreeningRoundType
Permissible Values¶
| Value | Meaning | Description |
|---|---|---|
| TITLE_ABSTRACT | None | Title and abstract screening |
| FULL_TEXT | None | Full-text screening |
| TITLE_ONLY | None | Title-only screening |
| ABSTRACT_ONLY | None | Abstract-only screening |
| SYSTEMATIC_REVIEW_CHECK | None | Check if item is a systematic review |
| DUPLICATE_CHECK | None | Additional duplicate checking |
| PILOT | None | Pilot screening for calibration |
Slots¶
| Name | Description |
|---|---|
| round_type | Type of screening round (title/abstract, full-text, etc |
| round_type | Type of screening round |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
LinkML Source¶
name: ScreeningRoundType
description: Type of screening round
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
TITLE_ABSTRACT:
text: TITLE_ABSTRACT
description: Title and abstract screening
FULL_TEXT:
text: FULL_TEXT
description: Full-text screening
TITLE_ONLY:
text: TITLE_ONLY
description: Title-only screening
ABSTRACT_ONLY:
text: ABSTRACT_ONLY
description: Abstract-only screening
SYSTEMATIC_REVIEW_CHECK:
text: SYSTEMATIC_REVIEW_CHECK
description: Check if item is a systematic review
DUPLICATE_CHECK:
text: DUPLICATE_CHECK
description: Additional duplicate checking
PILOT:
text: PILOT
description: Pilot screening for calibration