Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@ The `Selector` library provides methods for selecting a diverse subset of a (mol
Please use the following citation in any publication using the `selector` library:

```md
@article{
TO BE ADDED LATER
@article{selector_library,
author = {Meng, Fanwang and Martínez González, Marco and Chuiko, Valerii and Tehrani, Alireza and Al Nabulsi, Abdul Rahman and Broscius, Abigail and Khaleel, Hasan and López-P{\'e}rez, Kenneth and Miranda-Quintana, Ramón Alain and Ayers, Paul W. and Heidar-Zadeh, Farnaz},
title = {Selector: A General Python Library for Diverse Subset Selection},
journal = {Journal of Chemical Information and Modeling},
volume = {0},
number = {0},
pages = {null},
year = {0},
doi = {10.1021/acs.jcim.5c01499},
note ={PMID: 41591801},
Comment on lines +22 to +27
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The citation contains placeholder values (volume = 0, number = 0, pages = null, year = 0) instead of actual publication information. These should be updated with the correct values from the published article. If the article is not yet published or these details are not yet available, consider using an "in press" or preprint format instead.

Suggested change
volume = {0},
number = {0},
pages = {null},
year = {0},
doi = {10.1021/acs.jcim.5c01499},
note ={PMID: 41591801},
note = {in press, PMID: 41591801},
doi = {10.1021/acs.jcim.5c01499},

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The BibTeX field 'note' should use an equals sign (=) not a space. Change 'note ={' to 'note = {' for consistent formatting with the other fields in the citation.

Suggested change
note ={PMID: 41591801},
note = {PMID: 41591801},

Copilot uses AI. Check for mistakes.
URL = {https://doi.org/10.1021/acs.jcim.5c01499}
}
```

Expand Down
Loading