Skip to content

Commit

Permalink
Separate software & journal citation information (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored May 12, 2022
1 parent 34b9216 commit 5e74ec6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Also disable `Pool` temporarily in Avivator for `File` OME-TIFF sources
- Update ciatation in README
- Add CITATION.cff
- Separate Journal and Software citation information.

## 0.12.7

Expand Down
31 changes: 1 addition & 30 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
title: "Viv"
authors:
- given-names: "Trevor"
family-names: "Manz"
Expand All @@ -9,36 +10,6 @@ authors:
family-names: "Gold"
orcid: "https://orcid.org/0000-0002-5823-1026"
affiliation: "Harvard Medical School"
- given-names: "Nathan Heath"
family-names: "Patterson"
affiliation: "Vanderbilt University"
orcid: "https://orcid.org/0000-0002-0064-1583"
- given-names: "Chuck"
family-names: "McCallum"
affiliation: "Harvard Medical School"
orcid: "https://orcid.org/0000-0003-4039-9768"
- given-names: "Mark S."
family-names: "Keller"
affiliation: "Harvard Medical School"
orcid: "https://orcid.org/0000-0003-3003-874X"
- given-names: "Bruce W."
family-names: "Herr"
name-suffix: "II"
affiliation: "Indiana University"
orcid: "https://orcid.org/0000-0002-6703-7647"
- given-names: "Kay"
family-names: "Börner"
affiliation: "Indiana University"
orcid: "https://orcid.org/0000-0002-3321-6137"
- given-names: "Jeffrey M."
family-names: "Spraggins"
affiliation: "Vanderbilt University"
orcid: "https://orcid.org/0000-0001-9198-5498"
- given-names: "Nils"
family-names: "Gehlenborg"
affiliation: "Harvard Medical School"
orcid: "https://orcid.org/0000-0003-0327-8297"
title: "Viv"
url: "https://github.com/hms-dbmi/viv"
preferred-citation:
type: article
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to create rich interactive visualizations.
More details and related work can be found in our paper and original [preprint](https://osf.io/wd2gu/). Please cite our paper in your research:

> Trevor Manz, Ilan Gold, Nathan Heath Patterson, Chuck McCallum, Mark S Keller, Bruce W Herr II, Katy Börner, Jeffrey M Spraggins, Nils Gehlenborg,
> "[Viv: multiscale visualization of high-resolution multiplexed bioimaging data on the web](https://osf.io/wd2gu/)."
> "[Viv: multiscale visualization of high-resolution multiplexed bioimaging data on the web](https://www.nature.com/articles/s41592-022-01482-7)."
> **Nature Methods** (2022), [doi:10.31219/10.1038/s41592-022-01482-7](https://doi.org/10.1038/s41592-022-01482-7)
## 💻 Related Software
Expand Down

0 comments on commit 5e74ec6

Please sign in to comment.