Skip to content

Commit 6105e15

Browse files
committed
Add the files required to create a submission to HAL
Autogenerated from the pom.xml file.
1 parent 964cb34 commit 6105e15

4 files changed

Lines changed: 113 additions & 0 deletions

File tree

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Authors
2+
3+
- Jean-Yves Tinevez - Institut Pasteur
4+
- Tobias Pietzsch - MPI-CBG
5+

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributors
2+
3+
- Ko Sugawara ([@ksugar](https://github.com/ksugar))
4+
- Matthias Arzt ([@maarzt](https://github.com/maarzt))
5+
- Vladimír Ulman ([@xulman](https://github.com/xulman))
6+
- Stefan Hahmann ([@stefanhahmann](https://github.com/stefanhahmann))
7+

LICENSE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
BSD 2-Clause License
2+
3+
Copyright (c) 2014-2024, Mastodon authors
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
8+
9+
1. Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26+

codemeta.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"@context": "https://w3id.org/codemeta/3.0",
3+
"@type": "SoftwareSourceCode",
4+
"name": "Mastodon",
5+
"description": "Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.",
6+
"url": "https://github.com/mastodon-sc/mastodon",
7+
"codeRepository": "https://github.com/mastodon-sc/mastodon",
8+
"version": "1.0.0-beta-36",
9+
"dateCreated": "2014",
10+
"programmingLanguage": "Java",
11+
"license": "https://opensource.org/licenses/BSD-2-Clause",
12+
"author": [
13+
{
14+
"@type": "Person",
15+
"name": "Jean-Yves Tinevez",
16+
"email": "jean-yves.tinevez@pasteur.fr",
17+
"url": "https://research.pasteur.fr/en/member/jean-yves-tinevez/",
18+
"affiliation": {
19+
"@type": "Organization",
20+
"name": "Institut Pasteur",
21+
"url": "http://www.pasteur.fr/"
22+
}
23+
},
24+
{
25+
"@type": "Person",
26+
"name": "Tobias Pietzsch",
27+
"email": "pietzsch@mpi-cbg.de",
28+
"url": "https://imagej.net/User:Pietzsch",
29+
"affiliation": {
30+
"@type": "Organization",
31+
"name": "MPI-CBG",
32+
"url": "http://www.mpi-cbg.de/"
33+
}
34+
}
35+
],
36+
"contributor": [
37+
{
38+
"@type": "Person",
39+
"name": "Ko Sugawara",
40+
"url": "https://github.com/ksugar"
41+
},
42+
{
43+
"@type": "Person",
44+
"name": "Matthias Arzt",
45+
"url": "https://github.com/maarzt"
46+
},
47+
{
48+
"@type": "Person",
49+
"name": "Vladimír Ulman",
50+
"url": "https://github.com/xulman"
51+
},
52+
{
53+
"@type": "Person",
54+
"name": "Stefan Hahmann",
55+
"url": "https://github.com/stefanhahmann"
56+
}
57+
],
58+
"issueTracker": "https://github.com/mastodon-sc/mastodon/issues",
59+
"continuousIntegration": "https://github.com/mastodon-sc/mastodon/actions",
60+
"developmentStatus": "active",
61+
"funder": [
62+
{
63+
"@type": "Organization",
64+
"name": "Mastodon Science"
65+
}
66+
],
67+
"keywords": [
68+
"tracking",
69+
"image-analysis",
70+
"bioimaging",
71+
"fiji",
72+
"java"
73+
]
74+
}
75+

0 commit comments

Comments
 (0)