Skip to content

Commit

Permalink
Add CITATION.cff (#79)
Browse files Browse the repository at this point in the history
* add CITATION.cff

* fix matplotlib 3.9.0 breakage
  • Loading branch information
ziw-liu authored and edyoshikun committed Jun 12, 2024
1 parent 23689e6 commit f954554
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: VisCy
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Ziwen
family-names: Liu
email: [email protected]
affiliation: Chan Zuckerberg Biohub San Francisco
orcid: 'https://orcid.org/0000-0001-7482-1299'
- given-names: Eduardo
family-names: Hirata-Miyasaki
affiliation: Chan Zuckerberg Biohub San Francisco
orcid: 'https://orcid.org/0000-0002-1016-2447'
- given-names: Christian
family-names: Foley
- given-names: Soorya
family-names: Pradeep
affiliation: Chan Zuckerberg Biohub San Francisco
orcid: 'https://orcid.org/0000-0002-0926-1480'
- given-names: Shalin
family-names: Mehta
affiliation: Chan Zuckerberg Biohub San Francisco
orcid: 'https://orcid.org/0000-0002-2542-3582'
repository-code: 'https://github.com/mehta-lab/VisCy'
url: 'https://github.com/mehta-lab/VisCy'
abstract: computer vision models for single-cell phenotyping
keywords:
- machine-learning
- computer-vision
- bioimage-analysis
license: BSD-3-Clause
2 changes: 1 addition & 1 deletion viscy/light/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import torch
from imageio import imwrite
from lightning.pytorch import LightningModule
from matplotlib.cm import get_cmap
from matplotlib.pyplot import get_cmap
from monai.optimizers import WarmupCosineSchedule
from monai.transforms import DivisiblePad
from skimage.exposure import rescale_intensity
Expand Down

0 comments on commit f954554

Please sign in to comment.