Skip to content

Enum: Deadline Type

An enum that specifies the possible kinds of deadlines of an academic event.

Permissible Values

Value Meaning Description
submission deadline AEON:0000067
notification deadline AEON:0000064
abstract deadline AEON:0000061
camera-ready deadline AEON:0000062
demo deadline AEON:0000063
paper deadline AEON:0000065
poster deadline AEON:0000066
tutorial deadline AEON:0000068
workshop deadline AEON:0000069
other None This value is to be used, if the other allowed values are not applicable

LinkML Source

name: DeadlineType
description: An enum that specifies the possible kinds of deadlines of an academic
  event.
title: Deadline Type
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
permissible_values:
  submission deadline:
    text: submission deadline
    meaning: AEON:0000067
  notification deadline:
    text: notification deadline
    meaning: AEON:0000064
  abstract deadline:
    text: abstract deadline
    meaning: AEON:0000061
  camera-ready deadline:
    text: camera-ready deadline
    meaning: AEON:0000062
  demo deadline:
    text: demo deadline
    meaning: AEON:0000063
  paper deadline:
    text: paper deadline
    meaning: AEON:0000065
  poster deadline:
    text: poster deadline
    meaning: AEON:0000066
  tutorial deadline:
    text: tutorial deadline
    meaning: AEON:0000068
  workshop deadline:
    text: workshop deadline
    meaning: AEON:0000069
  other:
    text: other
    description: This value is to be used, if the other allowed values are not applicable.