Skip to content

Commit

Permalink
added a .zenodo.json file to control metadata on Zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Mar 15, 2018
1 parent 2738e0b commit c6d274a
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"description": "A middleware abstraction library that provides a simple programming interface to various compute and storage resources.",
"license": "Apache-2.0",
"title": "Xenon",
"upload_type": "software",
"creators": [{
"affiliation": "Netherlands eScience Center",
"name": "Maassen, Jason"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Verhoeven, Stefan"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Borgdorff, Joris"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Spaaks, Jurriaan H."
},
{
"affiliation": "Netherlands eScience Center",
"name": "Drost, Niels"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Meijer, Christiaan"
},
{
"affiliation": "Netherlands eScience Center",
"name": "van der Ploeg, Atze"
},
{
"affiliation": "Netherlands eScience Center",
"name": "de Boer, Piter T."
},
{
"affiliation": "Netherlands eScience Center",
"name": "van Nieuwpoort, Rob"
},
{
"affiliation": "Netherlands eScience Center",
"name": "van Werkhoven, Ben"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Kuzniar, Arnold",
"orcid": "0000-0003-1711-7961"
}
],
"access_right": "open",
"keywords": [
"Java",
"batch-job",
"middleware",
"library",
"FTP",
"S3",
"SFTP",
"WebDAV",
"HDFS",
"SGE",
"SLURM",
"SSH",
"Torque",
"distributed computing"
]
}

0 comments on commit c6d274a

Please sign in to comment.