Skip to content

Centralize acknowledgment text via Jekyll include#34

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-inconsistent-acknowledgment-text
Draft

Centralize acknowledgment text via Jekyll include#34
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-inconsistent-acknowledgment-text

Conversation

Copy link
Copy Markdown

Copilot AI commented May 8, 2026

The acknowledgment statement was duplicated across six pages with inconsistent wording, making any update require manual edits in multiple places.

Changes

  • New _includes/acknowledgement.html — single source of truth for the canonical acknowledgment text (matching cite.md):

    > _This work benefited from the use of the SasView project, originally developed under NSF award DMR-0520547 and containing code developed with funding from the European Union's Horizon 2020 research and innovation programme under the SINE2020 project, grant agreement No 654000._
    
  • cite.md, about.md, people.md, help.md, download.md, publications.md — replaced hard-coded (and divergent) blockquotes with:

    {% include acknowledgement.html %}
  • Minor fixes in the surrounding prose on affected pages: corrected "sofware" → "software" and "dont" → "don't".

Copilot AI changed the title [WIP] Fix inconsistent acknowledgment text across various pages Centralize acknowledgment text via Jekyll include May 8, 2026
Copilot AI requested a review from butlerpd May 8, 2026 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Acknowledgment text needs on various pages needs to be consistant

2 participants