Skip to content

Commit

Permalink
vocab: add subjects, experiments, departments
Browse files Browse the repository at this point in the history
* closes #171
  • Loading branch information
Javier Romero Caatro committed Jul 31, 2024
1 parent 75573c7 commit 322e56d
Show file tree
Hide file tree
Showing 7 changed files with 4,640 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app_data/vocabularies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ subjects:
name: Fields of Science and Technology
uri: "http://www.oecd.org/science/inno/38235147.pdf"
data-file: vocabularies/subjects_oecd_fos.yaml
- id: CERN
name: CDS Subjects
data-file: vocabularies/subjects_cds.yaml
affiliations:
pid-type: aff
data-file: vocabularies/affiliations_ror.yaml
Expand All @@ -16,3 +19,9 @@ funders:
awards:
pid-type: awa
data-file: vocabularies/awards.yaml
experiments:
pid-type: exp
data-file: vocabularies/experiments.yaml
departments:
pid-type: dep
data-file: vocabularies/departments.yaml
51 changes: 51 additions & 0 deletions app_data/vocabularies/departments.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
- id: BE
title:
en: BE
- id: DGU
title:
en: DGU
- id: EN
title:
en: EN
- id: EP
title:
en: EP
- id: FAP
title:
en: FAP
- id: FP
title:
en: FP
- id: GS
title:
en: GS
- id: HR
title:
en: HR
- id: HSE
title:
en: HSE
- id: IPT
title:
en: IPT
- id: IR
title:
en: IR
- id: IT
title:
en: IT
- id: PH
title:
en: PH
- id: SMB
title:
en: SMB
- id: SY
title:
en: SY
- id: TE
title:
en: TE
- id: TH
title:
en: TH
Loading

0 comments on commit 322e56d

Please sign in to comment.