Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix incorrect BibTeX citation keys #5204

Conversation

jhlegarreta
Copy link
Member

Fix incorrect BibTeX citation keys.

Fixes:

.../ITK/Modules/Filtering/ImageGrid/include/itkBSplineResampleImageFilterBase.h:47:
 warning: \cite command to 'unser199' does not have an associated number

.../ITK/Modules/Core/Common/include/itkGaussianDerivativeOperator.h:80:
 warning: \cite command to 'lindeberg1999' does not have an associated number

.../ITK/Modules/Filtering/Convolution/include/itkMaskedFFTNormalizedCorrelationImageFilter.h:128:
 warning: \cite command to 'padfield' does not have an associated number

Reported by: albert-github [email protected]

PR Checklist

Fixes #5202.

Fix incorrect `BibTeX` citation keys.

Fixes:
```
.../ITK/Modules/Filtering/ImageGrid/include/itkBSplineResampleImageFilterBase.h:47:
 warning: \cite command to 'unser199' does not have an associated number

.../ITK/Modules/Core/Common/include/itkGaussianDerivativeOperator.h:80:
 warning: \cite command to 'lindeberg1999' does not have an associated number

.../ITK/Modules/Filtering/Convolution/include/itkMaskedFFTNormalizedCorrelationImageFilter.h:128:
 warning: \cite command to 'padfield' does not have an associated number
```

Reported by: albert-github <[email protected]>

Co-authored-by: albert-github <[email protected]>
@github-actions github-actions bot added type:Documentation Documentation improvement or change area:Core Issues affecting the Core module area:Filtering Issues affecting the Filtering module labels Feb 2, 2025
@hjmjohnson hjmjohnson merged commit 68c0581 into InsightSoftwareConsortium:master Feb 2, 2025
15 checks passed
@jhlegarreta jhlegarreta deleted the FixIncorrectBibTeXCitationKeys branch February 2, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Core Issues affecting the Core module area:Filtering Issues affecting the Filtering module type:Documentation Documentation improvement or change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect \cite labels
3 participants