Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom fields: add CERN fields and custom ID schemes #218

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion app_data/vocabularies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,13 @@ funders:
# after 'funders'
awards:
pid-type: awa
data-file: vocabularies/awards.yaml
data-file: vocabularies/awards.yaml
experiments:
pid-type: exp
data-file: vocabularies/experiments.yaml
departments:
pid-type: dep
data-file: vocabularies/departments.yaml
accelerators:
pid-type: acc
data-file: vocabularies/accelerators.yaml
132 changes: 132 additions & 0 deletions app_data/vocabularies/accelerators.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
- id: ANU 14UD Pelletron
title:
en: ANU 14UD Pelletron
- id: BNL-AGS
title:
en: BNL-AGS
- id: Brookhaven RHIC
title:
en: Brookhaven RHIC
- id: Bugey reactor
title:
en: Bugey reactor
- id: CERN AD
title:
en: CERN AD
- id: CERN HL-LHC
title:
en: CERN HL-LHC
- id: CERN ISOLDE
title:
en: CERN ISOLDE
- id: CERN ISR
title:
en: CERN ISR
- id: CERN LEAR
title:
en: CERN LEAR
- id: CERN LEIR
title:
en: CERN LEIR
- id: CERN LEP
title:
en: CERN LEP
- id: CERN LHC
title:
en: CERN LHC
- id: CERN LHeC
title:
en: CERN LHeC
- id: CERN LIL
title:
en: CERN LIL
- id: CERN Linac
title:
en: CERN Linac
- id: CERN Linac2
title:
en: CERN Linac2
- id: CERN Linac3
title:
en: CERN Linac3
- id: CERN Linac4
title:
en: CERN Linac4
- id: CERN MSC
title:
en: CERN MSC
- id: CERN MSR
title:
en: CERN MSR
- id: CERN PS
title:
en: CERN PS
- id: CERN PS Booster
title:
en: CERN PS Booster
- id: CERN SC
title:
en: CERN SC
- id: CERN SLHC
title:
en: CERN SLHC
- id: CERN SPL
title:
en: CERN SPL
- id: CERN SPS
title:
en: CERN SPS
- id: CERN VLHC
title:
en: CERN VLHC
- id: CLIC
title:
en: CLIC
- id: DESY HERA
title:
en: DESY HERA
- id: DESY PETRA
title:
en: DESY PETRA
- id: Fermilab Tevatron
title:
en: Fermilab Tevatron
- id: GSI Darmstadt
title:
en: GSI Darmstadt
- id: ILC
title:
en: ILC
- id: KEK ATF
title:
en: KEK ATF
- id: LHeC
title:
en: LHeC
- id: MAFF
title:
en: MAFF
- id: NLC
title:
en: NLC
- id: Not applicable
title:
en: Not applicable
- id: Rutherford-Appleton proton synchrotron
title:
en: Rutherford-Appleton proton synchrotron
- id: Serpukhov PS
title:
en: Serpukhov PS
- id: SLAC PEP-II
title:
en: SLAC PEP-II
- id: SLAC-SLC
title:
en: SLAC-SLC
- id: SuperKEKB
title:
en: SuperKEKB
- id: TESLA
title:
en: TESLA
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
Loading