zotero / translators

Zotero Translators
http://www.zotero.org/support/dev/translators
1.26k stars 750 forks source link

Research Square: fix publication date retrieval #3292

Closed alex-ter closed 6 months ago

alex-ter commented 6 months ago

As discussed in https://github.com/zotero/translators/pull/3279#discussion_r1536904272, this fixes the publication date retrieval for Research Square translator. The RIS being returned only has the DY tag and it is set to the retrieval date, not the publication one. We'll pull the correct date from page metadata instead.

Together with #3279, this I think fully fixes #3232.

AbeJellinek commented 6 months ago

Thank you!