Enum: Event Mode
An enum to specify if an academic event is in person, virtual or a hybrid of both.
Permissible Values
Value | Meaning | Description |
---|---|---|
on site | None | The event takes place in a physical location |
online | None | The event takes place in a virtual location |
hybrid | None | The event takes place physically and virtually |
LinkML Source
name: EventMode
description: An enum to specify if an academic event is in person, virtual or a hybrid
of both.
title: Event Mode
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
permissible_values:
on site:
text: on site
description: The event takes place in a physical location.
online:
text: online
description: The event takes place in a virtual location.
hybrid:
text: hybrid
description: The event takes place physically and virtually.