Explanation and Reproduction of Issue
In §1 Introduction, hyperlinks displaying (Wilkinson 2005) point to #ref-wilkinson:2006, demonstrating a mismatch of year between the display and the reference label. This can be verified in part by looking at the page's markup for the reference.
Explanation
The issue arises in references.bib, where the reference is defined as @Book{wilkinson:2006, but with year = {2005}.
Remediation
To be frank, I do not own the book and so cannot check if this is an intentional choice. If the correct year is 2005, a patch can be made that replaces all 4 references to @wilkinson:2006 with references to @wilkinson:2006. If the year is incorrect, only that line must be changed. Afterwards, simply build the project again.
Explanation and Reproduction of Issue
In §1 Introduction, hyperlinks displaying (Wilkinson 2005) point to
#ref-wilkinson:2006, demonstrating a mismatch of year between the display and the reference label. This can be verified in part by looking at the page's markup for the reference.Explanation
The issue arises in references.bib, where the reference is defined as
@Book{wilkinson:2006,but withyear = {2005}.Remediation
To be frank, I do not own the book and so cannot check if this is an intentional choice. If the correct year is 2005, a patch can be made that replaces all 4 references to
@wilkinson:2006with references to@wilkinson:2006. If the year is incorrect, only that line must be changed. Afterwards, simply build the project again.