Skip to content

Commit

Permalink
Updating DOIs and record IDs from Tibor
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Marshall authored and Zach Marshall committed Nov 19, 2024
1 parent e7affc1 commit 2b74aed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions atlas-2024-odfr-hi/mk_hi_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

# Get datasets
dataset_files = {
'hi_p6480_data.txt':{'name':'Run 2 2015 Pb-Pb collision data','recid':'80000','name_short':'hi-2015-data',
'categories':{'source':'ATLAS Collaboration'},'doi':'10.7483/OPENDATA.ATLAS.AOQL.8TT3'},
'hi_p6480_mc.txt':{'name':'Run 2 2015 Pb-Pb MC simulation','recid':'80001','name_short':'mc-hi-minbias',
'categories':{'primary':'Heavy-Ion Physics','source':'ATLAS Collaboration'},'doi':'10.7483/OPENDATA.ATLAS.4ZES.DJHA'},
'hi_p6480_data.txt':{'name':'Run 2 2015 Pb-Pb collision data','recid':'80036','name_short':'hi-2015-data',
'categories':{'source':'ATLAS Collaboration'},'doi':'10.7483/OPENDATA.ATLAS.GUZD.H9UF'},
'hi_p6480_mc.txt':{'name':'Run 2 2015 Pb-Pb MC simulation','recid':'80037','name_short':'mc-hi-minbias',
'categories':{'primary':'Heavy-Ion Physics','source':'ATLAS Collaboration'},'doi':'10.7483/OPENDATA.ATLAS.PHZ2.52QI'},
}


Expand Down Expand Up @@ -276,9 +276,9 @@
my_json['categories'] = {'source':'ATLAS Collaboration'}
my_json['title'] = 'DAOD_HION14 format 2015 Pb-Pb Open Data for Research from the ATLAS experiment'
# Add a record ID for CERN Open Data. Reserved range for this release
my_json['recid'] = '80020'
my_json['recid'] = '80035'
# Add the DOI - these are pre-reserved by the Open Data Portal team
my_json['doi'] = '10.7483/OPENDATA.ATLAS.9HK7.P5SI'
my_json['doi'] = '10.7483/OPENDATA.ATLAS.IKCT.HH2K'
# Add the file and event sums to the top-level record
my_json['distribution']['number_events'] = big_total_events
my_json['distribution']['number_files'] = big_total_files
Expand Down

0 comments on commit 2b74aed

Please # to comment.