Skip to content

DOC: Add missing wang2004image and wang2003multiscale BibTeX entries#6202

Merged
dzenanz merged 1 commit intomainfrom
copilot/add-bibtex-references
May 4, 2026
Merged

DOC: Add missing wang2004image and wang2003multiscale BibTeX entries#6202
dzenanz merged 1 commit intomainfrom
copilot/add-bibtex-references

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

itkStructuralSimilarityImageFilter.h cites wang2004image and wang2003multiscale but neither entry existed in Documentation/Doxygen/doxygen.bib, causing nightly doc-build warnings.

Adds both entries in alphabetical order between wallace1996 and warfield2002:

  • wang2003multiscale — Wang, Simoncelli, Bovik. "Multiscale structural similarity for image quality assessment." Asilomar Conference on Signals, Systems and Computers, 2003.
  • wang2004image — Wang, Bovik, Sheikh, Simoncelli. "Image quality assessment: from error visibility to structural similarity." IEEE Trans. Image Processing 13(4), 2004.

Introduced by #6094.

PR Checklist

  • No API changes were made (or the changes have been approved)
  • No major design changes were made (or the changes have been approved)
  • Added test (or behavior not changed)
  • Updated API documentation (or API not changed)

Closes #6179.

Copilot AI linked an issue May 4, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add missing bibtex references for StructuralSimilarityImageFilter DOC: Add missing wang2004image and wang2003multiscale BibTeX entries May 4, 2026
Copilot finished work on behalf of dzenanz May 4, 2026 17:54
Copilot AI requested a review from dzenanz May 4, 2026 17:54
@dzenanz dzenanz force-pushed the copilot/add-bibtex-references branch from bec7f83 to 78d5d76 Compare May 4, 2026 18:04
@github-actions github-actions Bot added type:Documentation Documentation improvement or change area:Documentation Issues affecting the Documentation module labels May 4, 2026
@hjmjohnson hjmjohnson marked this pull request as ready for review May 4, 2026 18:24
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 4, 2026

Greptile Summary

This PR adds two missing BibTeX entries — wang2003multiscale (MS-SSIM, Asilomar 2003) and wang2004image (SSIM, IEEE TIP 2004) — to Documentation/Doxygen/doxygen.bib, resolving nightly doc-build warnings caused by unresolved \cite references in itkStructuralSimilarityImageFilter.h. The entries are correctly keyed, properly alphabetized between wallace1996 and warfield2002, and the author lists, DOIs, page ranges, and field formatting are consistent with the existing file style.

Confidence Score: 5/5

Safe to merge — purely additive documentation fix with no code changes.

Only one file is touched (doxygen.bib), the change is additive, the new entries are correctly formatted and alphabetically ordered, and the citation keys exactly match the \cite references already present in the codebase.

No files require special attention.

Important Files Changed

Filename Overview
Documentation/Doxygen/doxygen.bib Adds two BibTeX entries (wang2003multiscale, wang2004image) in correct alphabetical position between wallace1996 and warfield2002; keys, authors, DOIs, and field formatting match the existing file style.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["itkStructuralSimilarityImageFilter.h\n\\cite wang2004image\n\\cite wang2003multiscale"] -->|resolves via| B["doxygen.bib"]
    B --> C["wang2003multiscale\n@inproceedings — Asilomar 2003\nDOI 10.1109/ACSSC.2003.1292216"]
    B --> D["wang2004image\n@article — IEEE TIP 2004\nDOI 10.1109/TIP.2003.819861"]
    C --> E["Doxygen build — no warnings"]
    D --> E
Loading

Reviews (1): Last reviewed commit: "DOC: Add missing wang2004image and wang2..." | Re-trigger Greptile

@dzenanz dzenanz merged commit 1d90fe9 into main May 4, 2026
7 checks passed
@dzenanz dzenanz deleted the copilot/add-bibtex-references branch May 4, 2026 18:32
@hjmjohnson hjmjohnson added this to the ITK 6.0 Release Candidate 1 milestone May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Documentation Issues affecting the Documentation module type:Documentation Documentation improvement or change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: missing bibtex reference

3 participants