Skip to content

chore: update citation and the reference to the published version - #16

Open
MrtinoRG wants to merge 1 commit into
mainfrom
citations
Open

chore: update citation and the reference to the published version#16
MrtinoRG wants to merge 1 commit into
mainfrom
citations

Conversation

@MrtinoRG

@MrtinoRG MrtinoRG commented Mar 12, 2026

Copy link
Copy Markdown
Collaborator

Summary by Sourcery

Documentation:

  • Replace arXiv links and badges in the README with links and badges pointing to the Chemical Reviews published article.

Summary by CodeRabbit

  • Documentation
    • Replaced arXiv reference with DOI badge linking to the formal publication page.
    • Updated bibliography entry from preprint to finalized journal publication with complete citation information.

@MrtinoRG
MrtinoRG requested review from Copilot and kjappelbaum March 12, 2026 08:51
@sourcery-ai

sourcery-ai Bot commented Mar 12, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates project documentation to reference the final published Chemical Reviews article instead of the prior arXiv preprint, including badges and primary reading links.

File-Level Changes

Change Details Files
Switch documentation references from the arXiv preprint to the published Chemical Reviews article.
  • Replace the arXiv status badge with a DOI badge pointing to the Chemical Reviews article DOI.
  • Update the primary review link from the arXiv PDF to the Chemical Reviews full-text URL while keeping the online book link unchanged.
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai 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.

Hey - I've found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="README.md" line_range="10-11" />
<code_context>

 ## 📘 Read the Review

 You can read the review directly on
 or access it as a collaborative online book at:

-👉 [arXiv](https://arxiv.org/pdf/2507.07456)
</code_context>
<issue_to_address>
**suggestion (typo):** The sentence is incomplete and could be clarified by specifying where the review can be read.

The phrase "You can read the review directly on" is missing its object, so the sentence is grammatically incomplete. Consider something like: "You can read the review directly on Chemical Reviews, or access it as a collaborative online book at:"

```suggestion
You can read the review directly on Chemical Reviews, or access it as a collaborative online book at:
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread README.md
Comment on lines 10 to 11
You can read the review directly on
or access it as a collaborative online book at:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

suggestion (typo): The sentence is incomplete and could be clarified by specifying where the review can be read.

The phrase "You can read the review directly on" is missing its object, so the sentence is grammatically incomplete. Consider something like: "You can read the review directly on Chemical Reviews, or access it as a collaborative online book at:"

Suggested change
You can read the review directly on
or access it as a collaborative online book at:
You can read the review directly on Chemical Reviews, or access it as a collaborative online book at:

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the project’s recommended citation and top-level references from the arXiv preprint to the final published Chemical Reviews version.

Changes:

  • Replaced the BibTeX citation in the Quarto book index with the Chemical Reviews publication metadata.
  • Updated README badges and “Read the Review” link to point to the published DOI/article page.

Reviewed changes

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

File Description
quarto_book/index.qmd Swaps the arXiv BibTeX entry for the published Chemical Reviews citation details.
README.md Replaces arXiv badge/link with DOI badge and published article link.

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

Comment thread quarto_book/index.qmd
author = {Alampara, Nawaf and Aneesh, Anagha and Ríos-García, Martiño and Mirza, Adrian and Schilling-Wilhelmi, Mara and Aghajani, Ali Asghar and Sun, Meiling and Prastalo, Gordan and Jablonka, Kevin Maik},
year = {2026},
month = feb,
pages = {2484–2549}

Copilot AI Mar 12, 2026

Copy link

Choose a reason for hiding this comment

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

In BibTeX, page ranges should use a double hyphen (--) rather than a Unicode en-dash. Using 2484–2549 can break some BibTeX parsers/formatters or render incorrectly; consider switching to 2484--2549.

Suggested change
pages = {24842549}
pages = {2484--2549}

Copilot uses AI. Check for mistakes.
Comment thread quarto_book/index.qmd
Comment on lines +86 to +87
url = {http://dx.doi.org/10.1021/acs.chemrev.5c00583},
DOI = {10.1021/acs.chemrev.5c00583},

Copilot AI Mar 12, 2026

Copy link

Choose a reason for hiding this comment

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

The BibTeX entry uses url = {http://dx.doi.org/...} and an uppercase DOI field. For better compatibility and avoiding mixed-content HTTP, prefer https://doi.org/... and the conventional lowercase doi field name (many tooling chains key off doi).

Suggested change
url = {http://dx.doi.org/10.1021/acs.chemrev.5c00583},
DOI = {10.1021/acs.chemrev.5c00583},
url = {https://doi.org/10.1021/acs.chemrev.5c00583},
doi = {10.1021/acs.chemrev.5c00583},

Copilot uses AI. Check for mistakes.
Comment thread README.md
or access it as a collaborative online book at:

👉 [arXiv](https://arxiv.org/pdf/2507.07456)
👉 [Chemical Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583)

Copilot AI Mar 12, 2026

Copy link

Choose a reason for hiding this comment

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

For link stability, consider using the DOI resolver URL (https://doi.org/...) here instead of the publisher-specific pubs.acs.org/doi/full/... URL. The DOI link will remain stable even if the publisher changes URL structure.

Suggested change
👉 [Chemical Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583)
👉 [Chemical Reviews](https://doi.org/10.1021/acs.chemrev.5c00583)

Copilot uses AI. Check for mistakes.
@coderabbitai

coderabbitai Bot commented Mar 12, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

This pull request updates citations from arXiv preprints to finalized journal publications, replacing an arXiv badge with a DOI reference in README.md and converting a BibTeX citation from a 2025 arXiv entry to a complete 2026 Chemical Reviews journal publication record.

Changes

Cohort / File(s) Summary
Citation Updates
README.md, quarto_book/index.qmd
Converts arXiv preprint references to finalized journal publications. README.md updates badge/link from arXiv PDF to ACS DOI page. quarto_book/index.qmd replaces arXiv BibTeX entry with full Chemical Reviews citation including volume, ISSN, DOI, pages, and publication month.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 From preprint to published with pride,
Our citations now have DOI guide,
Chemical Reviews in '26 so fine,
The research journey's end of the line! 📚✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main changes in the pull request: updating citations and references from arXiv preprint to published version across README.md and quarto_book/index.qmd.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch citations

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Around line 10-13: The README contains an incomplete sentence fragment
starting with "or access it as a collaborative online book at:" (followed by "👉
[Chemical Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583)");
fix by rephrasing the two fragments into a single complete sentence or two clear
sentences—for example, prepend the missing subject to form "You can read the
review directly on [source] or access it as a collaborative online book at: 👉
[Chemical Reviews](...)" or remove "or" and make "Access it as a collaborative
online book at: 👉 [Chemical Reviews](...)" so the README reads cleanly and
grammatically.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b36c82c3-772e-4684-b097-c81419c5175c

📥 Commits

Reviewing files that changed from the base of the PR and between 0dfccce and 4ceffe0.

📒 Files selected for processing (2)
  • README.md
  • quarto_book/index.qmd

Comment thread README.md
Comment on lines 10 to +13
You can read the review directly on
or access it as a collaborative online book at:

👉 [arXiv](https://arxiv.org/pdf/2507.07456)
👉 [Chemical Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Incomplete sentence on line 11.

Line 11 reads "or access it as a collaborative online book at:" which suggests there should be text before it (e.g., "You can read the review directly on [Chemical Reviews]... or access it..."). The sentence structure appears broken, likely from when the arXiv reference was removed.

Consider rephrasing for clarity:

📝 Suggested fix
 ## 📘 Read the Review

-You can read the review directly on
-or access it as a collaborative online book at:
+You can read the review directly on Chemical Reviews or access it as a collaborative online book:

 👉 [Chemical Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
You can read the review directly on
or access it as a collaborative online book at:
👉 [arXiv](https://arxiv.org/pdf/2507.07456)
👉 [Chemical Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583)
## 📘 Read the Review
You can read the review directly on Chemical Reviews or access it as a collaborative online book:
👉 [Chemical Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 10 - 13, The README contains an incomplete sentence
fragment starting with "or access it as a collaborative online book at:"
(followed by "👉 [Chemical
Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583)"); fix by
rephrasing the two fragments into a single complete sentence or two clear
sentences—for example, prepend the missing subject to form "You can read the
review directly on [source] or access it as a collaborative online book at: 👉
[Chemical Reviews](...)" or remove "or" and make "Access it as a collaborative
online book at: 👉 [Chemical Reviews](...)" so the README reads cleanly and
grammatically.

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