-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sipstore: create SIPs on record create/update
Signed-off-by: Pamfilos Fokianos <[email protected]>
- Loading branch information
Showing
17 changed files
with
744 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,3 +64,6 @@ target/ | |
|
||
# Jetbrains editor project folder | ||
.idea/ | ||
|
||
# SIPStore | ||
archive/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -435,3 +435,6 @@ | |
**params | ||
) | ||
] | ||
|
||
SIPSTORE_CHECKSUM_ALGORITHM = 'adler32' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 83 additions & 0 deletions
83
cernopendata/modules/fixtures/data/example_records/test_sip_record_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
[ | ||
{ | ||
"abstract": { | ||
"description": "Sample event set from /BTag/Run2011A-12Oct2013-v1/AOD primary dataset in json format readable from the browser-based 3d event display" | ||
}, | ||
"accelerator": "CERN-LHC", | ||
"authors": [ | ||
{ | ||
"name": "McCauley, Thomas" | ||
} | ||
], | ||
"collections": [ | ||
"CMS-Derived-Datasets" | ||
], | ||
"collision_information": { | ||
"energy": "7TeV", | ||
"type": "pp" | ||
}, | ||
"date_created": [ | ||
"2011" | ||
], | ||
"date_published": "2016", | ||
"distribution": { | ||
"formats": [ | ||
"ig" | ||
], | ||
"number_events": 25 | ||
}, | ||
"doi": "10.7483/OPENDATA.CMS.BK3T.NKC6", | ||
"experiment": "CMS", | ||
"files": [ | ||
{ | ||
"checksum": "sha1:a100d93d3b27def7954fa5827e9717ab4ec407cc", | ||
"size": 2411180, | ||
"uri": "root://eospublic.cern.ch//eos/opendata/cms/Run2011A/BTag/IG/12Oct2013-v1/BTag.ig" | ||
} | ||
], | ||
"methodology": { | ||
"description": "These files contain the objects to be displayed with the online event display. No event selection, apart accepting only the validated runs, is applied. The software to produce these files is available in:", | ||
"links": [ | ||
{ | ||
"recid": "550" | ||
} | ||
] | ||
}, | ||
"note": { | ||
"description": "No selection or quality criteria have been applied on the individual physics objects, apart from accepting only the validated runs" | ||
}, | ||
"publisher": "CERN Open Data Portal", | ||
"recid": "614", | ||
"relations": [ | ||
{ | ||
"doi": "10.7483/OPENDATA.CMS.N372.QF6S", | ||
"recid": "15", | ||
"title": "/BTag/Run2011A-12Oct2013-v1/AOD", | ||
"type": "isChildOf" | ||
} | ||
], | ||
"run_period": [ | ||
"Run2011A" | ||
], | ||
"system_details": { | ||
"global_tag": "FT_53_LV5_AN1::All", | ||
"release": "CMSSW_5_3_30" | ||
}, | ||
"title": "Event display file derived from /BTag/Run2011A-12Oct2013-v1/AOD", | ||
"type": { | ||
"primary": "Dataset", | ||
"secondary": [ | ||
"Derived" | ||
] | ||
}, | ||
"usage": { | ||
"description": "The data can be accessed from the file menu of the online event display", | ||
"links": [ | ||
{ | ||
"description": "Explore and visualise events", | ||
"url": "/visualise/events/CMS" | ||
} | ||
] | ||
} | ||
} | ||
] |
Oops, something went wrong.