From d3d962a9068867d6f1914269e897f3227c8184b8 Mon Sep 17 00:00:00 2001 From: andriish Date: Tue, 5 Mar 2024 14:08:02 +0100 Subject: [PATCH] records: JADE raw data Co-authored-by: Andrii Verbytskyi --- .../fixtures/data/records/jade-data.json | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 cernopendata/modules/fixtures/data/records/jade-data.json diff --git a/cernopendata/modules/fixtures/data/records/jade-data.json b/cernopendata/modules/fixtures/data/records/jade-data.json new file mode 100644 index 0000000000..31b32d10f4 --- /dev/null +++ b/cernopendata/modules/fixtures/data/records/jade-data.json @@ -0,0 +1,77 @@ +[ + { + "abstract": { + "description": "

All data from the JADE detector at the PETRA accelerator taken from 1979 to 1986 with e+e- collision energies ranging from 12 to 46.7 GeV. JADE was one of the detectors responsible for the discovery of the gluon.

This data was recovered in recent years as it had to be moved due to space problems and was migrated multiple times over the years as more compact data storage devices became available.

", + "links": [ + { + "description": "Article about history, achievements and revival of the JADE experiment", + "url": "https://arxiv.org/pdf/2208.11076" + } + ] + }, + "accelerator": "DESY-PETRA", + "collaboration": { + "name": "JADE collaboration", + "recid": "26050" + }, + "collections": [ + "JADE-Primary-Datasets" + ], + "collision_information": { + "energy": "12GeV", + "type": "e+e-" + }, + "date_created": [ + "1986" + ], + "date_published": "2024", + "date_reprocessed": "1986", + "distribution": { + "formats": [ + "raw" + ], + "number_events": 0, + "number_files": 2861, + "size": 2614994979 + }, + "doi": "", + "experiment": [ + "JADE" + ], + "files": [ + { + "checksum": "adler32:44e5147f", + "size": 1575978, + "type": "index.json", + "uri": "root://eospublic.cern.ch//eos/opendata/jade/tapes_index.json" + } + ], + "keywords": [ + "e+e- physics" + ], + "license": { + "attribution": "CC0" + }, + "methodology": { + "description": "

The events from the e+e- collisions were filtered by three trigger levels. The first relied on analog signals from scintillators and lead glass counters and filtered based on energy sums. The second level relied on the tracking chamber only accepted certain paths, while the third level was based on signals from the muon system.

" + }, + "publisher": "CERN Open Data Portal", + "recid": "26999", + "title": "Raw electron-positron collision event data from the JADE detector (DESY-PETRA)", + "type": { + "primary": "Dataset", + "secondary": [ + "Collision" + ] + }, + "usage": { + "description": "Use of the JADE software with Docker, for further information and instructions see the link below.", + "links": [ + { + "description": "Usage instructions", + "url": "https://opendata.cern.ch/docs/jade-getting-started" + } + ] + } + } +]