set_creator_orcids() is adding problematic strings if authors do not have orcids. In particular, the userId is set to https://orcid.org/NA.
In and of itself, this isn't all that bad (if a bit ugly) but problematially, DataStore interprets this as a valid orcid, adds an orcid icon to the relevant author, and creates a bad hyperlink. So on DataStore it appears that authors have orcids when they don't. And the link is bad.
Probably need input from the DataStore team on how they'd like this handled.
set_creator_orcids()
is adding problematic strings if authors do not have orcids. In particular, the userId is set to https://orcid.org/NA.In and of itself, this isn't all that bad (if a bit ugly) but problematially, DataStore interprets this as a valid orcid, adds an orcid icon to the relevant author, and creates a bad hyperlink. So on DataStore it appears that authors have orcids when they don't. And the link is bad.
Probably need input from the DataStore team on how they'd like this handled.