<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>The KASCADE Cosmic-ray Data Centre KCDC: Releases and Future Perspectives ?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jurg</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Doris Wo</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Donghw</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Karlsruhe Institute of Technology, Institute for Nuclear Physics</institution>
          ,
          <addr-line>76021 Karlsruhe, Germany https://</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>KCDC, the 'KASCADE Cosmic-ray Data Centre', is a webbased interface where data from the astroparticle physics experiment KASCADE-Grande is made available for the scienti c community as well as for the interested public. Over the past 5 years, we have continuously extended the KASCADE DataShop with various releases and increased both the number of detector components from the KASCADE-Grande experiment and the data sets. With the latest release we added a new and independent DataShop for a speci c KASCADE-Grande event selection and by that created the technology for integrating further DataShops and data of other experiments in KCDC. We present a `brief history of data - from KASCADE to KCDC' and will discuss future plans partly related to GRADLCI, the German-Russian Astroparticle Data Life Cycle Initiative.</p>
      </abstract>
      <kwd-group>
        <kwd>Astroparticle Physics • Data Structure • Data Curation •</kwd>
        <kwd>Public Data Centre</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        With KCDC [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], we provide curated data, i.e. the reconstructed parameters
of the primary cosmic rays measured via the detection of extensive air showers
(EAS) with the KASCADE-Grande detectors. The aim of this particular project
is the installation and establishment of a prototype public data centre for
highenergy astroparticle physics. In the research eld of astroparticle physics, such
a data release is a novelty, whereas the data publication in astronomy has been
established for a long time. However, due to basic di erences in the measurements
of cosmic-ray induced air showers compared with astronomical data, KCDC
provides a rst conceptional design, how the data can be treated and processed
so that they are reasonably usable inside as well as outside the community of
experts in the research eld. The rst goal, already achieved with KCDC, was
to make available the full scienti c data of the KASCADE-Grande experiment,
realized in a `DataShop' open for everybody. In May 2020, a second DataShop
based on the KASCADE-Grande data was published, providing reconstructed
data sets from the joint analysis of the KASCADE and Grande detectors [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ],
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>With regard to a more general and global data and analysis centre, we are
working on a KCDC extension to include scienti c data from other experiments,
which nally will allow immanent multi-experiment or multi-messenger data
analyses.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>KCDC: https://www.kceta.kit.edu</title>
      <sec id="sec-2-1">
        <title>KCDC Motivation</title>
        <p>
          Open access as described by the Berlin Declaration [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] includes free, unlimited
access to scienti c data collected with nancial aid from the public domain. One
underlying notion behind the term `Open Access' is that for research paid by
public funding the tax payer has the right to have free access to the data. This
also implicitly includes a permanent nature of this access such that the data
source and access conditions do not vary or change over time. Therefore, once
published, data cannot be revoked and have to remain accessible. KCDC follows
this notation as well as the guidelines of the FAIR Data Principles [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], where
FAIR stands for: Findable, Accessible, Interoperable, Reusable.
        </p>
        <p>The principles also demand the publication of meta information and
documentation, which have to provide all information to understand, to work with
and to process the data. This includes a thorough and transparent description of
the detector, the data taking process and the physics background the analyses
are based on.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Technical Realisation</title>
        <p>The current web portal provides several options to access the physics data from
KASCADE-Grande and the matching simulations provided. The user can
produce his own data selections from the complete data sets available by means
of quantity selections and applied cuts. These quantity selection and cuts are
transmitted and processed in the backend on our servers. Moreover, we provide
interesting parts of the complete data set as preselections for direct download.</p>
        <p>With KCDC, we rely exclusively on non-commercial and state of the art
open source software. For managing the webpages, data streams, databases and
communicating with the backend, we focus on the web framework Django and
Python 3 as well as several other open source libraries. Web pages are rendered
in HTML by Django's template engine enriched with our very own JavaScript
(e.g. the jQuery library) and CSS additions. Interfaces to our data sources like
a MongoDB database for physics data are realized within Python.</p>
        <p>The experimental data are stored in a NoSQL database, which enables us
to expand easily the number of events or of detector components without the
restraint of a x database scheme. We are using MongoDB at a sharded cluster
for better performance. The full KCDC system runs on an Nginx server and
communicates with the database server and a worker node. On each worker node,
managed and monitored through Django via the Celery extension, Python tools
process the user selections.</p>
        <p>The data packages reside on an FTP server, where they can be retrieved by
the users via an HTML link, provided when processing of their job has been
successfully nished. Preselections and simulations can be directly accessed by
a registered user via FTP.</p>
        <p>The web portal software and all accompanying tools are designed a vast set of
tools to con gure and manage the web portal directly via a web browser interface
without directly connecting to the server. The KCDC software is also structured
in a basic software package called KAOS (Karlsruhe Astroparticle Open-data
Software). It is planned to publish the KAOS software in order to make it usable
for other experiments. A plug-in system makes it easy to add functionality to
the basic KAOS package overwriting the KAOS default settings.
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Measured and Simulated Data in KCDC</title>
        <p>
          The air showers measured by the KASCADE-Grande detectors are analysed
using the reconstruction program KRETA (KASCADE Reconstruction for
ExTensiveAir showers). Starting from the energy deposits and the individual time
stamps KRETA determines physical quantities like the total number of electrons,
muons and hadrons, the shower core and the shower direction. The KASCADE
data acquisition and the data analysis is described in detail in [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] and [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
        <p>Analysing experimental data of air showers in terms of parameters of the
primary particle or nucleus entering the Earth's atmosphere requires a detailed
theoretical modelling of the entire cosmic ray shower. This can only be achieved
by Monte-Carlo calculations taking into account all knowledge of particle
interactions and decays.</p>
        <p>At KASCADE, the entire simulation chain consists of three parts: (1) air
shower simulation performed by CORSIKA; (2) detector simulation performed
by CRES (Cosmic Ray Event Simulation); (3) data reconstruction performed by
KRETA. Figure 1 illustrates the parallel work ow of measurements and
simulations as applied in KASCADE-Grande.</p>
        <p>
          With KASCADE-Grande, we have not only reconstructed energy spectra for
ve mass groups using seven di erent high-energy hadronic interaction models
from three model families, but also tested the validity of these models by
studying correlations of various individual observables to help the model builders to
improve their models. All the models are implemented in the CORSIKA
simulation package. CORSIKA [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] has been particularly written for KASCADE and
extended since then to become the world's standard simulation package in the
eld of cosmic ray air shower simulations.
        </p>
        <p>CORSIKA is a detailed Monte Carlo program to study the evolution and
properties of extensive air showers in the atmosphere. Primaries (Protons, light
nuclei up to iron, photons etc.) are tracked through the atmosphere down to the
observation level until they undergo reactions with the air nuclei or { in the case
of non-stable secondaries { decay.</p>
        <p>
          CRES is a code package to simulate signals and energy deposits in all
detectors of KASCADE-Grande as response to an extensive air shower as simulated
with CORSIKA. CRES is based on the GEANT3 [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] package accepting
unthinned simulated air shower data from CORSIKA as input generating simulated
detector signals.
        </p>
        <p>KASCADE measurements and simulations have the same data structure, so
both can be analysed using the same reconstruction program KRETA. The
complete work ow for measured and simulated data is outlined in g. 1.</p>
        <p>
          Unlike for measured data where we have event speci c information like event
time and calibration parameters (like air pressure and temperature), we have
some additional information in simulations from CORSIKA and CRES. Shower
properties like true primary energy, particle ID and shower direction are derived
from the CORSIKA data banks, while the shower core locations were randomly
thrown on a prede ned detector area in CRES and stored in KRETA [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Past Releases</title>
      <p>As we have entered new territory with the establishment of a public data centre
for high-energy astroparticle physics, there were no completed concepts available,
how the data should be treated and prepared that they could be used reasonably
outside the collaboration. From the rst release in November 2013, the following
requirements were ful lled and are meanwhile implemented and released as a
series of KCDC versions:
{ KCDC as data provider : free and unlimited open access to KASCADE
cosmic ray data
{ KCDC as information platform : a detailed experiment description and
sufcient meta information on the data and the analysis is provided
{ KCDC as long-term digital data archive : KCDC serves not only as a software
and data archive for the collaboration, but also for the public.</p>
      <p>Since the rst release (Open Beta Version Wolf 359), KCDC was further
developed and improved. Subsequently, the versions VULCAN, MERIDIAN and
NABOO were published, where as communication platforms serve an Email list
for the KCDC subscribers as well as social networks, like at Twitter
(https://twitter.com/KCDC KIT).</p>
      <p>Workflow for KASCADE Measurement</p>
      <p>and Simulation Data</p>
      <p>Measurements
- data acquisition
- event building
- event storage</p>
      <p>Simulations
air shower simulation</p>
      <p>CORSIKA
Input
primary energy E
particle ID A
shower direction Q , F ...
high energy models</p>
      <p>QGSjet
EPOS</p>
      <p>Sibyll
low energy model</p>
      <p>FLUKA
detector simulation</p>
      <p>CRES
based on GEANT 3
data reconstruction using KRETA
- data calibration and data correction
- reconstruction of EAS variables like Ne, Nµ, shower direction, core
postion, densities ..
- data storage in root files</p>
      <p>Data Analysis
compare measurements with distributions achieved from extensive air
shower simulations</p>
      <p>In 2013, we published 158 Mio events with seven reconstructed parameters
called quantities, based on data analyses of the KASCADE detectors only. With
every major release we added more data sets and/or more KASCADE-Grande
detector components.</p>
      <p>With the release VULCAN we switched from SQL to NoSQL data base
(mongodb) and added two more quantities.</p>
      <p>With MERIDIAN, directly measured detector data were published for the
rst time, the `energy densities' and the `arrival times' per station, which
enlarged the database by a factor of 100 up to 3 TB. Two new Django plugins
handling the KCDC `publications' and the `spectra' data of related cosmic ray
experiments were included.</p>
      <p>The biggest changes so far have been introduced with the release of NABOO.
In addition to the newly added GRANDE detector component, all the data
from KASCADE and GRANDE were published (1998-2013). This brings the
number of events to 433 million. The back-end programming has been completely
rebuilt to handle this amount of data. Furthermore, the matching CORSIKA
simulations for KASCADE and GRANDE as well as 88 published spectra of 21
cosmic-ray experiments are now accessible. The data arrays `energy density' has
been replaced by the `energy deposits' per station which is closer to the measured
data and o ers more analysis options for the users.</p>
      <p>
        With the release OCEANUS we moved the DataShop database to a sharded
cluster speeding up the processing time by roughly a factor of 50. Furthermore,
the data of the Radio LOPES detector [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] were added. Fig. 2 shows on a timeline
the data acquisition times of the data published in KCDC for the four detector
components published with the release named MERIDIAN.
      </p>
      <p>
        From the very beginning, a large interest from the community was given,
proved, e.g. by our anonymous monitoring of the access to the portal. Up to
now about 250 users registered from more than 30 countries distributed over 5
continents. We track page views and downloads with MAMOTO analytics [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] to
learn about the customer needs. Furthermore, we have to report usage statistics
anonymously to the public nanciers.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Latest Release PENTARUS</title>
      <p>In the latest release published in May 2020 we added a second DataShop called
`COMBINED', where the data from the joint analysis of the KASCADE and the
GRANDE detector arrays were made publicly available. Thus 'COMBINED' is
subsample of the KASCADE DataShop, analysed in a completely di erent way.
This made it necessary to o er the data in a new DataShop. The combined
detector output has the quality of a stand-alone experiment, not of an additional
component.</p>
      <p>Until now, data taken by KASCADE and its extension GRANDE have been
analysed more or less independently of each other. The aim of the combined
analysis was to utilize an improved reconstruction to get one single, consistent
spectrum in the energy range of 1015 eV to 1018 eV. The focus is on the mass
composition, which is one of the most important sources of information needed
to restrict astrophysical models on the origin and propagation of cosmic rays.
With the improved reconstruction of the extensive air showers, a study of the
elemental composition of high-energy cosmic rays is possible in a more detailed
way.</p>
      <p>Adding a new DataShop to KCDC had a lot of implications for the existing
web portal:
{ the back-end programming was extended to host more DataShops,
{ detector components and quantities for the DataShop were de ned in the
`administrator interface',
{ a new mongodb was lled with the `COMBINED' data sets,
{ matching CORSIKA simulations were generated for `COMBINED',
{ new `Preselections' were added,
{ documentations for `COMBINERD' and `COMBINED-Simulations' were
provided
{ most of the static and dynamic web pages needed refurbishing,
{ a new menu item called `Materials' was added to host the manuals and the
programming tools for all DataShops,
{ the `Simulations' and `Preselections' pages were completely redesigned.
All of these changes have been made to allow us to include more data from other
experiments by incorporating more independent DataShops into the KCDC
system.
Some interesting numbers of the two DataShops published until now are displayed
in table 1. The comparatively small number of events included in the `COMBINED'
DataShop is due to the fact that both, the KASCADE and the GRANDE detector
arrays, require enough stations with data to be able to perform a joint data analysis.</p>
      <p>Fig. 2 shows on a timeline the data acquisition times of the data published in KCDC
for the four detector components of `KASCADE' and the `COMBINED' analysis.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Future Perspectives</title>
      <p>Emerged from the requests of the GRADLC Initiative and our experience on how to
handle big data in science, we have several tasks and ideas on our to-do list for the
further development of KCDC.</p>
      <p>In the next release, which is planned for end of 2020, a complete upgrade of all
software components will be carried out. Most of all, a replacement for the ftp download
server is necessary because ftp is deprecated in modern browsers.</p>
      <p>
        Furthermore, we intend to expand our range of open access with data of other
cosmic rays experiments to protect the data from being lost. Presently the data sets from
the MAKET-ANI ([
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]) cosmic ray experiment are in preparation to be included. The
expansion has already been prepared with the last release and only minimal changes
in the back-end programming are necessary. The DataShop information itself can be
entered very conveniently via the admin interface. Hence a lling routine is required,
which reads the data into a mongodb, and the corresponding documentation, handling
metadata such as description of the experiment and the data sets, must be provided.
      </p>
      <p>
        In the framework of an envisaged global analysis and data centre, the
GermanRussian Astroparticle Data Life Cycle Initiative [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] started in 2018 as a joint project
of the KASCADE-Grande and the TAIGA collaborations. One goal of this project is
the introduction of a common data portal for the otherwise independent experiments.
      </p>
      <p>
        To include KCDC within the project the provided data have been modi ed. A
Universally unique identi er (UUID [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]) was added to the OCEANUS release for
every data set. Furthermore, we intend to add an API to our job queue system, to give
for example 'astroparticle.online' ([
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]) and thus also other global 'Analysis &amp; Data
Centre in Astroparticle Physics' access to the KCDC data via a compute interface. The
prototype for such an API access was developed and tested, and presented in DLC-2020
(see [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]).
      </p>
      <p>
        One step further to an easy-to-use `Data Lake' [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] would be to allow the users
direct analysis within the data centre. This would avoid data transfers and duplication.
It will also reduce the preparatory time for the researcher who do not need to install
the common frameworks e.g. CERN ROOT. This allows quick checks on selected data
samples whether the data set includes the requested information or meets the criteria
the scientist looks for. An Analysis Framework for KCDC accessibility was setup with
Jupyterhub and Jupyter Notebook and presented in DLC-2020 [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
      </p>
      <p>
        With the partnerships to astroparticle.online [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and CRDB [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], we are breaking
new ground in terms of data exchange. Astroparticle.online is an outreach project
created in a framework of GRADLC initiative, while the Cosmic Ray DataBase (CRDB)
provides access to published data from missions dedicated to charged cosmic-rays
measurements.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>1. KCDC homepage; https://kcdc.ikp.kit.edu</mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>A.</given-names>
            <surname>Haungs</surname>
          </string-name>
          et al; '
          <article-title>The KASCADE Cosmic-ray Data Centre KCDC: Granting Open Access to Astroparticle Physics Research Data';</article-title>
          <string-name>
            <surname>Eur. Phys. J. C</surname>
          </string-name>
          (
          <year>2018</year>
          )
          <volume>78</volume>
          :741 ; https://doi.org/10.1140/epjc/s10052-018-6221-2
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>T.</given-names>
            <surname>Antoni</surname>
          </string-name>
          et al; `The
          <string-name>
            <surname>Cosmic-Ray Experiment</surname>
            <given-names>KASCADE</given-names>
          </string-name>
          '; Nucl.Instr. and
          <string-name>
            <surname>Meth A513</surname>
          </string-name>
          (
          <year>2003</year>
          )
          <fpage>490</fpage>
          -
          <lpage>510</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>W.-D.</surname>
          </string-name>
          Apel et al; `
          <string-name>
            <surname>The KASCADE-Grande</surname>
            <given-names>Experiment</given-names>
          </string-name>
          `; Nucl.Instr. and Meth.
          <source>A620</source>
          (
          <year>2010</year>
          )
          <fpage>202</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>5. KASCADE homepage; https://www.ikp.kit.edu/KASCADE/</mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. Berlin Declaration; https://openaccess.mpg.de/Berlin-Declaration accessed
          <article-title>Jan 2015</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Wilkinson</surname>
            ,
            <given-names>Mark D</given-names>
          </string-name>
          et al;
          <article-title>"The FAIR Guiding Principles for scienti c data management and stewardship"</article-title>
          .
          <source>Scienti c Data</source>
          .
          <volume>3</volume>
          : 160018. doi:
          <volume>10</volume>
          .1038/sdata.
          <source>2016.18. OCLC 961158301. PMC 4792175. PMID 26978244.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>A.</given-names>
            <surname>Haungs</surname>
          </string-name>
          <article-title>; 'Towards a global analysis and data centre in Astroparticle Physics'; contribution DCL-2019; CEUR-WS</article-title>
          .org/Vol-
          <volume>2406</volume>
          /paper7.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>9. KCDC User Manual; https://kcdc.ikp.kit.edu/static/pdf/kcdc mainpage/kcdcManual.pdf . Accessed May 2020</mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>10. CORSIKA homepage; https://www.ikp.kit.edu/corsika</mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>R.</given-names>
            <surname>Brun</surname>
          </string-name>
          et al;
          <article-title>GEANT 3 User Guide</article-title>
          , CERN/DD/EE/84-
          <fpage>1</fpage>
          (
          <year>1987</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>12. MAMOTO analytics ; https://matomo.org/100-data-ownership/</mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. A.
          <string-name>
            <surname>Chilingarian</surname>
          </string-name>
          et al; '
          <article-title>Study of extensive air showers and primary energy spectra by MAKET-ANI detector on mountain Aragats';</article-title>
          <source>Astroparticle Physics</source>
          <volume>28</volume>
          (
          <year>2007</year>
          )
          <volume>58</volume>
          {
          <fpage>71</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. I. Bychkov et al; '
          <source>Russian{German Astroparticle Data Life Cycle Initiative'; Data</source>
          <volume>3</volume>
          (
          <issue>4</issue>
          ) (
          <year>2018</year>
          )
          <fpage>56</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>D.</surname>
          </string-name>
          Wochele et al;,
          <string-name>
            <surname>contribution</surname>
            <given-names>DCL</given-names>
          </string-name>
          -2019
          <source>; CEUR-WS.org/</source>
          Vol-
          <volume>2406</volume>
          /paper14.pdf
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16. H.
          <string-name>
            <surname>Falcke</surname>
          </string-name>
          et al; `
          <article-title>Detection and imaging of atmospheric radio ashes from cosmic ray air showers'</article-title>
          ;
          <source>Nature</source>
          <volume>435</volume>
          :
          <fpage>313</fpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>17. see https://astroparticle.online/cosmic-rays/</mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>18. see https://en.wikipedia.org/wiki/Universally unique identi er</mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>19. these proceedings talk by V. Tokareva</mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <article-title>these proceedings talk by A</article-title>
          . Haungs
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>21. these proceedings talk by F. Polgart</mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>22. see https://lpsc.in2p3.fr/crdb/</mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>