Skip to content

Fix JOSS review edits: paper rendering and README links - #494

Merged
vahid-ahmadi merged 1 commit into
mainfrom
fix/joss-review-paper-readme
Aug 14, 2026
Merged

Fix JOSS review edits: paper rendering and README links#494
vahid-ahmadi merged 1 commit into
mainfrom
fix/joss-review-paper-readme

Conversation

@vahid-ahmadi

Copy link
Copy Markdown
Contributor

Addresses the fixable defects from the first-pass JOSS review (openjournals/joss-reviews#11115 (comment)).

Paper

  • Duplicated figure caption: the caption in paper.md began with a manual "Figure 1:" prefix, and the JOSS pipeline adds its own figure numbering, producing "Figure 1: Figure 1: …". Removed the manual prefix.
  • Stray semicolons in references: institution fields containing an unbraced "and" were split into name lists by citeproc, rendering as "National Institute of Economic; Social Research" and "Beeck Center for Social Impact; Innovation". Double-braced the three affected fields in paper.bib.

README 404s

🤖 Generated with Claude Code

- Remove manual 'Figure 1:' prefix from the paper figure caption so the
  rendered paper no longer shows 'Figure 1: Figure 1: ...'
- Double-brace BibTeX institution fields containing 'and' so citeproc no
  longer splits them into 'National Institute of Economic; Social Research'
  and 'Beeck Center for Social Impact; Innovation'
- Point the README Documentation links at existing docs pages (the
  core-concepts and per-country model pages did not exist)
- Add CONTRIBUTING.md with issue-reporting, support, and development
  guidelines, which the README already linked to

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vahid-ahmadi
vahid-ahmadi merged commit 9e2aee7 into main Aug 14, 2026
14 checks passed
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.

README links under Documentation, Core Concepts yield 404s README links to CONTRIBUTING.md but the file 404s

1 participant