Skip to content
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
58 changes: 58 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"title": "gr-digitizers",
"description": "gr-digitizers — GNU Radio blocks for high-speed digitiser hardware.",
"license": {
"id": "GPL-3.0-only"
},
"upload_type": "software",
"creators": [
{
"name": "Schwinn, Alexander",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung"
},
{
"name": "Krimm, Alexander",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung",
"orcid": "0000-0003-0804-756X"
},
{
"name": "Lebedev, Simon",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung",
"orcid": "0009-0006-8329-990X"
},
{
"name": "Osterfeld, Frank",
"affiliation": "KDAB"
},
{
"name": "Steinhagen, Ralph J.",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung / FAIR",
"orcid": "0009-0009-8537-7029"
},
{
"name": "Čukić, Ivan",
"affiliation": "KDAB",
"orcid": "0000-0001-5358-0828"
},
{
"name": "Groß, Magnus",
"affiliation": "KDAB"
},
{
"name": "McFarlane, Ian"
}
],
"keywords": [
"digitiser",
"GNU Radio",
"data acquisition",
"accelerator controls"
],
"related_identifiers": [
{
"identifier": "https://github.com/fair-acc/gr-digitizers",
"relation": "isSupplementTo",
"scheme": "url"
}
]
}
39 changes: 39 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
cff-version: 1.2.0
title: "gr-digitizers"
message: "If you use this software, please cite it using the metadata from this file."
type: software
license: GPL-3.0-only
repository-code: "https://github.com/fair-acc/gr-digitizers"
keywords:
- digitiser
- GNU Radio
- data acquisition
- accelerator controls
authors:
- family-names: Schwinn
given-names: Alexander
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
- family-names: Krimm
given-names: Alexander
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
orcid: "https://orcid.org/0000-0003-0804-756X"
- family-names: Lebedev
given-names: Simon
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
orcid: "https://orcid.org/0009-0006-8329-990X"
- family-names: Osterfeld
given-names: Frank
affiliation: "KDAB"
- family-names: Steinhagen
given-names: Ralph J.
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung / FAIR"
orcid: "https://orcid.org/0009-0009-8537-7029"
- family-names: Čukić
given-names: Ivan
affiliation: "KDAB"
orcid: "https://orcid.org/0000-0001-5358-0828"
- family-names: Groß
given-names: Magnus
affiliation: "KDAB"
- family-names: McFarlane
given-names: Ian
Loading