-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update citation and the reference to the published version #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -3,14 +3,14 @@ | |||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||
| [](https://gpmbook.lamalab.org/) | ||||||||||||||||||||||||||
| [](https://arxiv.org/abs/2507.07456) | ||||||||||||||||||||||||||
| [](https://doi.org/10.1021/acs.chemrev.5c00583) | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## 📘 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) | ||||||||||||||||||||||||||
| 👉 [Chemical Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583) | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
| 👉 [Chemical Reviews](https://pubs.acs.org/doi/full/10.1021/acs.chemrev.5c00583) | |
| 👉 [Chemical Reviews](https://doi.org/10.1021/acs.chemrev.5c00583) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
| 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.
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -79,11 +79,19 @@ K.M.J. has been a paid contractor for OpenAI as part of the Red-Teaming Network. | |||||||||
| If you find this work useful, please cite it using: | ||||||||||
|
|
||||||||||
| ```bibtex | ||||||||||
| @article{alampara2025general, | ||||||||||
| title = {General purpose models for the chemical sciences}, | ||||||||||
| author = {Nawaf Alampara and Anagha Aneesh and Martiño Ríos-García and Adrian Mirza and Mara Schilling-Wilhelmi and Ali Asghar Aghajani and Meiling Sun and Gordan Prastalo and Kevin Maik Jablonka}, | ||||||||||
| year = {2025}, | ||||||||||
| journal = {arXiv preprint arXiv: 2507.07456} | ||||||||||
| @article{Alampara2026, | ||||||||||
| title = {General-Purpose Models for the Chemical Sciences: LLMs and Beyond}, | ||||||||||
| volume = {126}, | ||||||||||
| ISSN = {1520-6890}, | ||||||||||
| url = {http://dx.doi.org/10.1021/acs.chemrev.5c00583}, | ||||||||||
| DOI = {10.1021/acs.chemrev.5c00583}, | ||||||||||
|
Comment on lines
+86
to
+87
|
||||||||||
| 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
AI
Mar 12, 2026
There was a problem hiding this comment.
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.
| pages = {2484–2549} | |
| pages = {2484--2549} |
There was a problem hiding this comment.
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:"