Skip to content
International

ITU-T & ITU-R

International Telecommunication Union

Citation guide content is not yet available for this organization.

Model Extensions

ITU extensions model the three-sector structure (ITU-T, ITU-R, ITU-D) and the rich document type taxonomy of ITU Recommendations.

Extends BibliographicItem directly 3 fields
FieldTypeDescription
doctypeDocumentTypeITU document type with type and abbreviation
editorialgroupEditorialGroupITU-specific committee structure with bureau (T/D/R), group/subgroup/workgroup
structuredidentifierStructuredIdentifierITU-specific: bureau, docnumber, annexid

Custom Classes

DocumentTypeITU document type enumeration
FieldTypeDescription
typeenumDocument type
recommendationrecommendation-supplementresolutionservice-publicationhandbookquestion+6 more
abbreviationstring?Short form (e.g. Rec, Suppl, Res)
EditorialGroupITU committee structure with bureau
FieldTypeDescription
bureauenumITU bureau
TDR
groupItuGroup?Study group with name, type, acronym, period
subgroupItuGroup?Sub-group
workgroupItuGroup?Working party
ItuGroupAn ITU committee entity
FieldTypeDescription
namestringGroup name
typeenumGroup type
tsagstudy-groupwork-group
acronymstring?Short identifier (e.g. SG17)
periodPeriod?Mandate period with start/finish years

Example

ITU-T G.989.2 — 40-Gigabit-capable Passive Optical Network (NG-PON2)

doctype:
  type: recommendation
  abbreviation: Rec
editorialgroup:
  bureau: T
  group:
    name: Study Group 15
    type: study-group
    acronym: SG15
    period:
      start: '2022'
      finish: '2025'
structuredidentifier:
  bureau: T
  docnumber: G.989.2

Relaton Software

Use the relaton-itu gem to fetch bibliographic data.

$gem install relaton-itu