-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathcodemeta.json
More file actions
75 lines (74 loc) · 1.92 KB
/
codemeta.json
File metadata and controls
75 lines (74 loc) · 1.92 KB
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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"name": "Mastodon",
"description": "Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.",
"url": "https://github.com/mastodon-sc/mastodon",
"codeRepository": "https://github.com/mastodon-sc/mastodon",
"version": "1.0.0-beta-36",
"dateCreated": "2014",
"programmingLanguage": "Java",
"license": "https://opensource.org/licenses/BSD-2-Clause",
"author": [
{
"@type": "Person",
"name": "Jean-Yves Tinevez",
"email": "[email protected]",
"url": "https://research.pasteur.fr/en/member/jean-yves-tinevez/",
"affiliation": {
"@type": "Organization",
"name": "Institut Pasteur",
"url": "http://www.pasteur.fr/"
}
},
{
"@type": "Person",
"name": "Tobias Pietzsch",
"email": "[email protected]",
"url": "https://imagej.net/User:Pietzsch",
"affiliation": {
"@type": "Organization",
"name": "MPI-CBG",
"url": "http://www.mpi-cbg.de/"
}
}
],
"contributor": [
{
"@type": "Person",
"name": "Ko Sugawara",
"url": "https://github.com/ksugar"
},
{
"@type": "Person",
"name": "Matthias Arzt",
"url": "https://github.com/maarzt"
},
{
"@type": "Person",
"name": "Vladimír Ulman",
"url": "https://github.com/xulman"
},
{
"@type": "Person",
"name": "Stefan Hahmann",
"url": "https://github.com/stefanhahmann"
}
],
"issueTracker": "https://github.com/mastodon-sc/mastodon/issues",
"continuousIntegration": "https://github.com/mastodon-sc/mastodon/actions",
"developmentStatus": "active",
"funder": [
{
"@type": "Organization",
"name": "Mastodon Science"
}
],
"keywords": [
"tracking",
"image-analysis",
"bioimaging",
"fiji",
"java"
]
}