Skip to content

docs: add CITATION.cff and cite the published JSIAM Letters paper - #131

Merged
t-uda merged 2 commits into
ellphi-0.1.3from
docs/127-citation-metadata
Jul 3, 2026
Merged

docs: add CITATION.cff and cite the published JSIAM Letters paper#131
t-uda merged 2 commits into
ellphi-0.1.3from
docs/127-citation-metadata

Conversation

@t-uda

@t-uda t-uda commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add root-level CITATION.cff (CFF 1.2.0) with software metadata consistent with pyproject.toml (name ellphi, author Tomoki Uda, MIT license, repository URL, version 0.1.2) and a preferred-citation of type article for the published paper:
    • Tomoki Uda, Fast and accurate computation of ellipse tangency time for anisotropic persistent homology, JSIAM Letters 18 (2026), 13–16. DOI: 10.14495/jsiaml.18.13
  • Add a "Citation" section to README.md with the paper reference, a ready-to-copy BibTeX entry, DOI and J-STAGE links, and a pointer to GitHub's "Cite this repository" widget backed by CITATION.cff.

Closes #127

Verification

  • uvx cffconvert --validate → "Citation metadata are valid according to schema version 1.2.0."
  • curl -sI https://doi.org/10.14495/jsiaml.18.13 → HTTP 302 redirect to the J-STAGE article page (DOI resolves).
  • J-STAGE English article link (.../_article/-char/en) returns HTTP 200.
  • No Python code changes, so the full AGENTS.md Python checklist (lint/type-check/tests) is not applicable to this PR.

Deferred

Notes

🤖 Generated with Claude Code

Add root-level CITATION.cff (CFF 1.2.0) with software metadata matching
pyproject.toml and a preferred-citation entry for the JSIAM Letters
paper (vol. 18, 2026, pp. 13-16, DOI 10.14495/jsiaml.18.13). Add a
Citation section to README.md with a ready-to-copy BibTeX entry and
DOI / J-STAGE links.

Closes #127

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 3, 2026 12:26
@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 11f16081fa

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds repository-level citation metadata and user-facing citation instructions so researchers can properly cite both the EllPHi software and the published JSIAM Letters paper.

Changes:

  • Added a root-level CITATION.cff (CFF 1.2.0) including software metadata and a preferred-citation for the published article.
  • Added a “Citation” section to README.md including a formatted reference, DOI/J-STAGE links, and a BibTeX entry.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Adds a “Citation” section with paper reference + BibTeX and points readers to CITATION.cff.
CITATION.cff Introduces CFF metadata for GitHub’s citation widget and embeds the published paper as preferred-citation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment thread CITATION.cff
- Split the README Citation section into 'Citing the paper' and
  'Citing the software', noting that GitHub's cite widget generates
  the paper citation via preferred-citation, and adding a ready-to-copy
  @software BibTeX entry.
- Use a relative link to CITATION.cff so it follows the viewed ref.
- Use the EllPHi branding for the CFF software title.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

@t-uda t-uda left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect!

@t-uda
t-uda merged commit fb9e0d8 into ellphi-0.1.3 Jul 3, 2026
11 checks passed
@t-uda
t-uda deleted the docs/127-citation-metadata branch July 3, 2026 13:03
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.

2 participants