|
| 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