-
Notifications
You must be signed in to change notification settings - Fork 17
/
.zenodo.json
79 lines (79 loc) · 2.36 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"creators": [
{
"affiliation": "Netherlands eScience Center",
"name": "Maassen, Jason",
"orcid": "0000-0002-8172-4865"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Verhoeven, Stefan",
"orcid": "0000-0002-5821-2060"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Borgdorff, Joris",
"orcid": "0000-0001-7911-9490"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Spaaks, Jurriaan H.",
"orcid": "0000-0002-7064-4069"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Drost, Niels",
"orcid": "0000-0001-9795-7981"
},
{
"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",
"orcid": "0000-0002-2947-9444"
},
{
"affiliation": "Netherlands eScience Center",
"name": "van Werkhoven, Ben",
"orcid": "0000-0002-7508-3272"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Kuzniar, Arnold",
"orcid": "0000-0003-1711-7961"
}
],
"description": "Many applications use remote storage and compute resources. To do so, they need to include code to interact with the scheduling systems and file transfer protocols used on those remote machines. Unfortunately, many different scheduler systems and file transfer protocols exist, often with completely different programming interfaces. This makes it hard for applications to switch to a different system or support multiple remote systems simultaneously. Xenon solves this problem by providing a single programming interface to many different types of remote resources, allowing applications to switch without changing a single line of code.",
"keywords": [
"Java",
"batch-job",
"middleware",
"library",
"FTP",
"S3",
"SFTP",
"WebDAV",
"HDFS",
"SGE",
"SLURM",
"SSH",
"Torque",
"distributed computing"
],
"license": {
"id": "Apache-2.0"
},
"publication_date": "2020-03-20",
"title": "Xenon",
"version": "3.2.0"
}