diff --git a/doc/examples/plot_ihc_color_separation.py b/doc/examples/plot_ihc_color_separation.py index 674e77c9..b6c9ddf7 100644 --- a/doc/examples/plot_ihc_color_separation.py +++ b/doc/examples/plot_ihc_color_separation.py @@ -11,8 +11,8 @@ The IHC staining expression of the FHL2 protein is here revealed with Diaminobenzidine (DAB) which gives a brown color. -.. [1] A. C. Ruifrok and D. A. Johnston, “Quantification of histochemical - staining by color deconvolution.,” Analytical and quantitative +.. [1] A. C. Ruifrok and D. A. Johnston, "Quantification of histochemical + staining by color deconvolution.," Analytical and quantitative cytology and histology / the International Academy of Cytology [and] American Society of Cytology, vol. 23, no. 4, pp. 291–9, Aug. 2001. """ diff --git a/skimage/color/colorconv.py b/skimage/color/colorconv.py index 73beba14..072fc995 100644 --- a/skimage/color/colorconv.py +++ b/skimage/color/colorconv.py @@ -316,7 +316,7 @@ lab_ref_white = np.array([0.95047, 1., 1.08883]) # Haematoxylin-Eosin-DAB colorspace # From original Ruifrok's paper: A. C. Ruifrok and D. A. Johnston, -# “Quantification of histochemical staining by color deconvolution.,” +# "Quantification of histochemical staining by color deconvolution.," # Analytical and quantitative cytology and histology / the International # Academy of Cytology [and] American Society of Cytology, vol. 23, no. 4, # pp. 291–9, Aug. 2001. @@ -757,8 +757,8 @@ def rgb2hed(rgb): References ---------- - .. [1] A. C. Ruifrok and D. A. Johnston, “Quantification of histochemical - staining by color deconvolution.,” Analytical and quantitative + .. [1] A. C. Ruifrok and D. A. Johnston, "Quantification of histochemical + staining by color deconvolution.," Analytical and quantitative cytology and histology / the International Academy of Cytology [and] American Society of Cytology, vol. 23, no. 4, pp. 291–9, Aug. 2001. @@ -794,8 +794,8 @@ def hed2rgb(hed): References ---------- - .. [1] A. C. Ruifrok and D. A. Johnston, “Quantification of histochemical - staining by color deconvolution.,” Analytical and quantitative + .. [1] A. C. Ruifrok and D. A. Johnston, "Quantification of histochemical + staining by color deconvolution.," Analytical and quantitative cytology and histology / the International Academy of Cytology [and] American Society of Cytology, vol. 23, no. 4, pp. 291–9, Aug. 2001.