Skip to content

Enum: Metric Type

The possible metric of an academic event.

Permissible Values

Value Meaning Description
submitted papers None This metric provides the number of papers that have been submitted to the org...
accepted papers None This metric provides the number of papers that have been accepted by the orga...
submitted short papers None This metric provides the number of short papers that have been submitted to t...
accepted short papers None This metric provides the number of short papers that have been accepted by th...
submitted abstracts None This metric provides the number of abstracts that have been submitted to the ...
accepted abstracts None This metric provides the number of abstracts that have been accepted by the o...
number of attendees None This metric provides the number of attendees of an academic event
number of tracks None This metric provides the number of tracks of an academic event
has childcare options None This boolean metric states whether the academic event has a childcare option ...
frequency None This rate metric states the time frame in which the events of a series reoccu...
is accessible None This boolean metric states whether the event is accessible for people with im...
CORE rank None This score metric grades academic events according to the ranking of [CORE In...
review process None This metric provides the possible typy of review a submission to an academic ...

LinkML Source

name: MetricType
description: The possible metric of an academic event.
title: Metric Type
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
permissible_values:
  submitted papers:
    text: submitted papers
    description: This metric provides the number of papers that have been submitted
      to the organizers of an academic event.
  accepted papers:
    text: accepted papers
    description: This metric provides the number of papers that have been accepted
      by the organizers of an academic event and from which an acceptance rate can
      be calculated.
  submitted short papers:
    text: submitted short papers
    description: This metric provides the number of short papers that have been submitted
      to the organizers of an academic event.
  accepted short papers:
    text: accepted short papers
    description: This metric provides the number of short papers that have been accepted
      by the organizers of an academic event and from which an acceptance rate can
      be calculated.
  submitted abstracts:
    text: submitted abstracts
    description: This metric provides the number of abstracts that have been submitted
      to the organizers of an academic event.
  accepted abstracts:
    text: accepted abstracts
    description: This metric provides the number of abstracts that have been accepted
      by the organizers of an academic event and from which an acceptance rate can
      be calculated.
  number of attendees:
    text: number of attendees
    description: This metric provides the number of attendees of an academic event.
  number of tracks:
    text: number of tracks
    description: This metric provides the number of tracks of an academic event.
  has childcare options:
    text: has childcare options
    description: This boolean metric states whether the academic event has a childcare
      option for its attendees.
  frequency:
    text: frequency
    description: This rate metric states the time frame in which the events of a series
      reoccur.
  is accessible:
    text: is accessible
    description: This boolean metric states whether the event is accessible for people
      with impairments.
  CORE rank:
    text: CORE rank
    description: This score metric grades academic events according to the ranking
      of [CORE Inc.](https://www.core.edu.au/).
  review process:
    text: review process
    description: This metric provides the possible typy of review a submission to
      an academic event has undergone.