Author double surname import from OSF metadata is incorrect

Hello all,
First, I stan for Zotero; thanks for all the hard work.

Second, I have a double surname. It displays correctly in OSF's profile (as shown in the Family Name and Citation Preview fields in the Edit Profile page), but when I try to import a specific OSF project by clicking the Chrome extension, only my second surname (Carras) shows up in the Zotero surname field; my first surname (Colder) is added after my first name (Michelle). In other words, it shows up as Carras, Michelle Colder.

I see there have been occasional problems with double surnames in Zotero before, and I was wondering if there was a fix for this (other than editing the author field manually)?
https://s3.amazonaws.com/zotero.org/images/forums/u813992/lro55yqj86t2qtmq3r2p.png
https://s3.amazonaws.com/zotero.org/images/forums/u813992/wdhzg6xkzj1gqm24oae2.png

Thanks again.

Michelle
  • That's because OSF exposes the name as "Michael Colder Carras" and leaves Zotero to guess, and middle names are more common than double last names (I think we actually do switch this for materials we detect as Spanish). Here's the metadata from the site header:

    https://s3.amazonaws.com/zotero.org/images/forums/u2433/m58i6yj4xqw3u6k6ph2y.png


    OSF is clearly aware of what's the family name (else they couldn't generate correct APA), but I don't see anywhere we can get to it. I'd ask them to add authors as "family, given" to the meta tags, so <meta name="citation_author" content="Colder Carras, Michelle " />

    and explicitly label given and family names in the schema.org/JSON-LD, so

    {
    "@type":"Person",
    "givenName":"Michelle",
    "familyName":"Colder Carras"
    }
  • Ah, perfect! Thanks. I'll let them know!
Sign In or Register to comment.