Skip to content

Commit 2af903b

Browse files
authored
Add preprint (#45)
1 parent c513b3b commit 2af903b

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

CITATION.cff

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it using these metadata."
3+
title: "cev"
4+
authors:
5+
- given-names: "Trevor"
6+
family-names: "Manz"
7+
orcid: "https://orcid.org/0000-0001-7694-5164"
8+
affiliation: "Harvard Medical School"
9+
- given-names: "Fritz"
10+
family-names: "Lekschas"
11+
orcid: "https://orcid.org/0000-0001-8432-4835"
12+
affiliation: "Ozette Technologies"
13+
url: "https://github.com/OzetteTech/comparative-embedding-visualization"
14+
preferred-citation:
15+
type: article
16+
title: "A General Framework for Comparing Embedding Visualizations Across Class-Label Hierarchies"
17+
authors:
18+
- given-names: "Trevor"
19+
family-names: "Manz"
20+
orcid: "https://orcid.org/0000-0001-7694-5164"
21+
affiliation: "Harvard Medical School"
22+
- given-names: "Fritz"
23+
family-names: "Lekschas"
24+
orcid: "https://orcid.org/0000-0001-8432-4835"
25+
affiliation: "Ozette Technologies"
26+
- given-names: "Evan"
27+
family-names: "Greene"
28+
affiliation: "Ozette Technologies"
29+
- given-names: "Greg"
30+
family-names: "Finak"
31+
orcid: "https://orcid.org/0000-0003-4341-9090"
32+
affiliation: "Ozette Technologies"
33+
- given-names: "Nils"
34+
family-names: "Gehlenborg"
35+
affiliation: "Harvard Medical School"
36+
orcid: "https://orcid.org/0000-0003-0327-8297"
37+
doi: "10.31219/osf.io/puxnf"
38+
journal: "OSF Preprints"
39+
month: 4
40+
year: 2024

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,19 @@ git push --follow-tags
132132
## License
133133

134134
`cev` is distributed under the terms of the [Apache License 2.0](LICENSE).
135+
136+
## Citation
137+
138+
If you use `cev` in your research, please cite the following preprint:
139+
140+
```bibtex
141+
@article{manz2024cev,
142+
title={A General Framework for Comparing Embedding Visualizations Across Class-Label Hierarchies},
143+
url={osf.io/puxnf},
144+
DOI={10.31219/osf.io/puxnf},
145+
publisher={OSF Preprints},
146+
author={Manz, Trevor and Lekschas, Fritz and Greene, Evan and Finak, Greg and Gehlenborg, Nils},
147+
year={2024},
148+
month={Apr}
149+
}
150+
```

0 commit comments

Comments
 (0)