Skip to content

Annual Reviews: Update target URL patterns and improve BibTeX handling#3588

Open
mjthoraval wants to merge 5 commits intozotero:masterfrom
mjthoraval:master
Open

Annual Reviews: Update target URL patterns and improve BibTeX handling#3588
mjthoraval wants to merge 5 commits intozotero:masterfrom
mjthoraval:master

Conversation

@mjthoraval
Copy link
Copy Markdown

@mjthoraval mjthoraval changed the title Update target URL patterns and improve BibTeX handling Annual Reviews: Update target URL patterns and improve BibTeX handling Feb 23, 2026
Comment thread Annual Reviews.js
var title = ZU.trimInternal(link.textContent);

if (!title || title.length < 3) continue;
if (title.toLowerCase().includes('more') || title.toLowerCase().includes('less')) continue;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I personally think we shouldn't write off good scientific research just because it has the word "more" or "less" in its title :)

Is this intended to handle a specific case?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks for the review.
I have tested again on the test URLs, and I cannot find any problem without this line.
So it should probably be removed indeed.
It is probably some leftovers from the iterations I did where I still had some wrong items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants