Skip to content

Commit 9cc735e

Browse files
authored
Add .zenodo JSON to preserve metadata on release sync with Zenodo for DOI (#109)
1 parent a1e9ea1 commit 9cc735e

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed

.zenodo.json

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"creators": [
3+
{
4+
"name": "Bradley, John",
5+
"orcid": "0000-0003-3858-848X"
6+
},
7+
{
8+
"name": "Campolongo, Elizabeth G.",
9+
"orcid": "0000-0003-0846-2413"
10+
},
11+
{
12+
"name": "Thompson, Matthew J.",
13+
"orcid": "0000-0003-0583-8585"
14+
},
15+
{
16+
"name": "Rubenstein, Dan",
17+
"orcid": "0000-0001-9049-5219"
18+
},
19+
{
20+
"name": "Lapp, Hilmar",
21+
"orcid": "0000-0001-9107-0714"
22+
},
23+
{
24+
"name": "House, Leanna",
25+
"orcid": "0009-0003-2848-4131"
26+
}
27+
],
28+
"description": "Andromeda uses a weighted multi-dimensional scaling algorithm to display data in clusters on a 2-dimensional plot. This visualization is interactive, allowing the user to choose image representations as their points and rearrange the clusters, and dimensional weights, in a manner they find appropriate. This package has an additional 'fetch data' option which pulls from iNaturalist and can be merged with additional satellite data. <a href=\"https://github.com/Imageomics/LatLonCover\" target=\"_blank\" rel=\"noopener\">LatLonCover</a> integration is available to add land coverage type percentages to data fetched through the \"fetch data\" tab; it is available for the contiguous US. Data fetched from iNaturalist could also be merged with pre-set satellite data including RGB summaries, though these are limited to areas covered by the&nbsp;<a href=\"https://github.com/Imageomics/Andromeda/wiki/Prior-Configurations#prior-versions\" target=\"_blank\" rel=\"noopener\">QUEST 2023</a> version. <a href=\"https://huggingface.co/spaces/imageomics/Andromeda\" target=\"_blank\" rel=\"noopener\">Hugging Face Instance of Andromeda</a>",
29+
"keywords": [
30+
"multi-dimensional scaling",
31+
"MDS",
32+
"dimension reduction",
33+
"clustering",
34+
"explainable AI",
35+
"interactive evaluation",
36+
"image data",
37+
"visual analytics",
38+
"EDA",
39+
"data exploration",
40+
"data analysis",
41+
"visualization"
42+
],
43+
"license": {
44+
"id": "MIT"
45+
},
46+
"publication_date": "2024-07-19",
47+
"title": "Andromeda",
48+
"version": "1.3.1",
49+
"funding": [
50+
{
51+
"award": {
52+
"id": "021nxhr62::2118240",
53+
"number": "2118240",
54+
"program": "CISE/OAD",
55+
"title": {
56+
"en": "HDR Institute: Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning"
57+
}
58+
},
59+
"funder": {
60+
"id": "021nxhr62",
61+
"name": "National Science Foundation"
62+
}
63+
}
64+
],
65+
"references": [
66+
{
67+
"reference": "Han, H. et al. (2022). Explainable Interactive Projections for Image Data. In: Bebis, G., et al. Advances in Visual Computing. ISVC 2022. Lecture Notes in Computer Science, vol 13598. Springer, Cham. https://doi.org/10.1007/978-3-031-20713-6_6"
68+
},
69+
{
70+
"reference": "Liu, W. (2022). Quest2022_Andromeda [Computer Software]. https://github.com/infovis-vt/Quest2022_Andromeda/tree/7cb9fc17c7652dfb85ee7544603c8c5110edd9e7"
71+
},
72+
{
73+
"reference": "Han, H. (2023) Andromeda_IMG [Computer Software]. https://github.com/infovis-vt/Andromeda_IMG/tree/5ed9d493d15d834d0a47c7ac543e565dd4d2c84e"
74+
}
75+
],
76+
"related_identifiers": [
77+
{
78+
"identifier": "https://github.com/Imageomics/Andromeda/",
79+
"relation_type": {
80+
"id": "isversionof",
81+
"title": {
82+
"de": "Ist eine Version von",
83+
"en": "Is version of"
84+
}
85+
},
86+
"resource_type": {
87+
"id": "software",
88+
"title": {
89+
"de": "Software",
90+
"en": "Software"
91+
}
92+
},
93+
"scheme": "url"
94+
}
95+
],
96+
"resource_type": {
97+
"id": "software",
98+
"title": {
99+
"de": "Software",
100+
"en": "Software"
101+
}
102+
}
103+
}

0 commit comments

Comments
 (0)