-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCITATION.cff
109 lines (108 loc) · 3.96 KB
/
CITATION.cff
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# following https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
abstract: "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."
authors:
- family-names: "Bradley"
given-names: "John"
orcid: "https://orcid.org/0000-0003-3858-848X"
- family-names: "Campolongo"
given-names: "Elizabeth G."
orcid: "https://orcid.org/0000-0003-0846-2413"
- family-names: "Thompson"
given-names: "Matthew J."
orcid: "https://orcid.org/0000-0003-0583-8585"
- family-names: "Rubenstein"
given-names: "Dan"
orcid: "https://orcid.org/0000-0001-9049-5219"
- family-names: "Lapp"
given-names: "Hilmar"
orcid: "https://orcid.org/0000-0001-9107-0714"
- family-names: "House"
given-names: "Leanna"
orcid: "https://orcid.org/0009-0003-2848-4131"
cff-version: 1.2.0
date-released: "2024-07-19"
identifiers:
- doi: "10.5281/zenodo.12107162"
- description: "The GitHub release URL of tag 1.3.1."
type: url
value: "https://github.com/Imageomics/Andromeda/releases/tag/1.3.1"
- description: "The GitHub URL of the commit tagged with 1.3.1."
type: url
value: "https://github.com/Imageomics/Andromeda/tree/795b85cd4285902e3743f33c8a8f276b61b545b5"
keywords:
- "multi-dimensional scaling"
- "MDS"
- "dimension reduction"
- "clustering"
- "explainable AI"
- "interactive evaluation"
- "image data"
- "visual analytics"
- "EDA"
- "data exploration"
- "data analysis"
- "visualization"
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/Imageomics/Andromeda"
title: "Andromeda"
version: 1.3.1
references:
# Papers covering the algorithm and conecpt of Andromeda (original introduction, followed by newer work)
- authors:
- family-names: Self
given-names: "Jessica Zeitz"
- family-names: Dowling
given-names: Michelle
- family-names: Wenskovitch
given-names: John
- family-names: Crandell
given-names: Ian
- family-names: Wang
given-names: Ming
- family-names: House
given-names: Leanna
- family-names: Leman
given-names: Scotland
- family-names: North
given-names: Chris
title: "Observation-Level and Parametric Interaction for High-Dimensional Data Analysis"
type: article
year: 2018
journal: "ACM Transactions on Interactive Intelligent Systems"
volume: 8
issue: 2
- authors:
- family-names: Han
given-names: Huimin
- family-names: Faust
given-names: Rebecca
- family-names: Norambuena
given-names: "Brian Felipe Keith"
- family-names: Prabhu
given-names: Ritvik
- family-names: Smith
given-names: Timothy
- family-names: Li
given-names: Song
- family-names: North
given-names: Chris
title: "Explainable Interactive Projections For Image Data"
type: article
year: 2022
journal: "Advances in Visual Computing: 17th International Symposium"
doi: "https://doi.org/10.1007/978-3-031-20713-6_6"
# Initial source repository
- authors:
- family-names: Liu
given-names: Wei
title: "Quest2022_Andromeda"
repository-code: "https://github.com/infovis-vt/Quest2022_Andromeda/tree/7cb9fc17c7652dfb85ee7544603c8c5110edd9e7"
type: software
# Reference repository providing additional insight for reworking source repo
- authors:
- family-names: Han
given-names: "Huimin (Hannah)"
title: "Andromeda_IMG"
repository-code: "https://github.com/infovis-vt/Andromeda_IMG/tree/5ed9d493d15d834d0a47c7ac543e565dd4d2c84e"
type: software