galaxy-hub icon indicating copy to clipboard operation
galaxy-hub copied to clipboard

Fetch pubs from zotero on home instead of manual curation

Open dannon opened this issue 2 years ago • 3 comments

Before this is merged, we probably need to clean up publication details a bit on zotero and pick precisely which ones we'll use.

Right now I'm using:

                    {{ item.meta.creatorSummary }}, 
                    {{ item.data.journalAbbreviation ? item.data.journalAbbreviation : "preprint" }},
                    {{ item.data.date }}.

So, creatorSummary, journalAbbreviation, and date should be carefully added. We can add more if we want. It looks like journalAbbreviation isn't always correct or is sometimes missing currently, so we'll need to update those records.

Another option is to just hit crossref for each doi and request a proper citation format, as mentioned before. This wouldn't be a lot of extra work, but I think we wanted to use this current approach to force zotero to be curated more.

Drops 'New Platforms' box as well, since we've decided to roll that into news when appropriate.

dannon avatar Apr 01 '22 12:04 dannon

(testing fixes for the accessibility test failure, which appears to be related to a slow (or fast) load..)

dannon avatar Apr 01 '22 17:04 dannon

Thank you, @dannon! I've updated the library to automatically get some authors that were missing (field Creator) so that should work fine now. However, the Journal Abbreviation is not retrieved automatically (or I don't know how to do it) :(

beatrizserrano avatar Apr 04 '22 12:04 beatrizserrano

@beatrizserrano You know more than I do about Zotero :) Is there another field that's more appropriate you'd like to use?

dannon avatar Apr 04 '22 13:04 dannon