Skip to content

Book : Publication details: validation rules

Nicolas Franck edited this page Mar 7, 2022 · 3 revisions

Validation rules for individual fields

DOI

  • internal name: doi
  • type: string
  • required: false
  • repeatable: false

Title

  • internal name: title
  • type: string
  • required: only when status is public
  • repeatable: false

Alternative title

  • internal name: title
  • type: string
  • required: false
  • repeatable: false

Languages

  • internal name: language
  • type: string
  • required: false
  • repeatable: true

Publishing status

  • internal name: publication_status
  • type: enumeration. Only one selection possible
  • enumeration:
    • label: Unpublished, value: unpublished
    • label: Accepted, value: accepted
    • label: Published, value: published
  • required: false
  • repeatable: false

"Published while none of the authors are employed at UGent"

  • internal name: extern
  • type: boolean
  • default: false
  • required: false
  • repeatable: false

Publication year

  • internal name: year
  • type: string formatted as either YYYY or "s.d."
  • required: only when status is public
  • repeatable: false

Place of publication

  • internal name: place_of_publication
  • type: string
  • required: false
  • repeatable: false

Publisher

  • internal name: publisher
  • type: string
  • required: false
  • repeatable: false

Number of pages

  • internal name: page_count
  • type: string
  • required: false
  • repeatable: false

Web of Science type

  • internal name: wos_type
  • type: string
  • required: false
  • repeatable: false

Web of Science ID

  • internal name: wos_type
  • type: string
  • required: false
  • repeatable: false

ISSN

  • internal name: issn
  • type: string
  • required: false
  • repeatable: true

E-ISSN

  • internal name: eissn
  • type: string
  • required: false
  • repeatable: true

ISBN

  • internal name: isbn
  • type: string
  • required: false
  • repeatable: true

E-ISBN

  • internal name: eisbn
  • type: string
  • required: false
  • repeatable: true
Clone this wiki locally