feat: Making the InChI FAIR and sustainable while moving to inorganics paper#38
feat: Making the InChI FAIR and sustainable while moving to inorganics paper#38NRayya wants to merge 1 commit intolamalab-org:mainfrom
Conversation
Reviewer's GuideThis PR augments the project’s bibliography with key foundational and recent works—including the new Blanke et al. 2025 InChI FAIR article—and scaffolds a dedicated Quarto document for discussing FAIR and sustainable InChI support in inorganics. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @NRayya - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 2 issues found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| year={2025}, | ||
| publisher={Royal Society of Chemistry} | ||
| } |
There was a problem hiding this comment.
suggestion: Drop 'publisher' field from @Article entries
The 'publisher' field is unnecessary for journal articles in BibTeX and should be omitted for correctness and clarity.
| year={2025}, | |
| publisher={Royal Society of Chemistry} | |
| } | |
| year={2025} | |
| } |
| @book{engel2018chemoinformatics, | ||
| title={Chemoinformatics: basic concepts and methods}, | ||
| author={Engel, Thomas and Gasteiger, Johann}, | ||
| year={2018}, | ||
| publisher={John Wiley \& Sons} | ||
| } |
There was a problem hiding this comment.
suggestion: Include ISBN for book entries
ISBNs ensure unique identification and better compatibility with bibliography tools.
| @book{engel2018chemoinformatics, | |
| title={Chemoinformatics: basic concepts and methods}, | |
| author={Engel, Thomas and Gasteiger, Johann}, | |
| year={2018}, | |
| publisher={John Wiley \& Sons} | |
| } | |
| @book{engel2018chemoinformatics, | |
| title={Chemoinformatics: basic concepts and methods}, | |
| author={Engel, Thomas and Gasteiger, Johann}, | |
| year={2018}, | |
| publisher={John Wiley \& Sons}, | |
| isbn={9783527331093} | |
| } |
Summary by Sourcery
Add initial draft of the 'InChI FAIR and sustainable inorganics' manuscript and enrich the project bibliography with five new relevant references.
Enhancements:
Documentation: