Error in Word plugin when names have umlauts
Using Zotero and its Word plugin, I notice the following error when the first lastname in a reference has an umlaut with the Scientometrics style from Springer. If the author is saved as "Glanzel, W." in Zotero, then the citation in Word is written as (Glanzel 1996) in the text. If the author is saved as "Glänzel, W." in Zotero, the reference is written as (W. Glänzel 1996) in the text.
Here is the rdf with both entries:
How can I fix this? Thanks. JL Olivares
Here is the rdf with both entries:
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:bib="http://purl.org/net/biblio#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:link="http://purl.org/rss/1.0/modules/link/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/">
<bib:Article rdf:about="http://link.springer.com/article/10.1007/BF02016902">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf rdf:resource="urn:issn:1588-2861"/>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Glänzel</foaf:surname>
<foaf:givenName>W.</foaf:givenName>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<link:link rdf:resource="#item_3854"/>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://link.springer.com/article/10.1007/BF02016902</rdf:value>
</dcterms:URI>
</dc:identifier>
<dc:rights>1996 Akadémiai Kiadó</dc:rights>
<bib:pages>291-307</bib:pages>
<dc:date>1996/03/01</dc:date>
<dc:description>Company: Springer
Distributor: Springer
Institution: Springer
Label: Springer
Number: 3
Publisher: Kluwer Academic Publishers</dc:description>
<dcterms:dateSubmitted>2020-05-04 22:36:36</dcterms:dateSubmitted>
<z:libraryCatalog>link.springer.com.access.biblioteca.cinvestav.mx</z:libraryCatalog>
<z:language>en</z:language>
<dc:title>A bibliometric approach to social sciences. National research performances in 6 selected social science areas, 1990–1992</dc:title>
</bib:Article>
<bib:Journal rdf:about="urn:issn:1588-2861">
<prism:volume>35</prism:volume>
<prism:number>3</prism:number>
<dc:title>Scientometrics</dc:title>
<dc:identifier>ISSN 1588-2861</dc:identifier>
<dcterms:alternative>Scientometrics</dcterms:alternative>
<dc:identifier>DOI 10.1007/BF02016902</dc:identifier>
</bib:Journal>
<z:Attachment rdf:about="#item_3854">
<z:itemType>attachment</z:itemType>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://link.springer.com/content/pdf/10.1007/BF02016902.pdf</rdf:value>
</dcterms:URI>
</dc:identifier>
<dcterms:dateSubmitted>2020-05-04 22:36:40</dcterms:dateSubmitted>
<dc:title>Glänzel - 1996 - A bibliometric approach to social sciences. Nation.pdf</dc:title>
<z:linkMode>1</z:linkMode>
<link:type>application/pdf</link:type>
</z:Attachment>
<bib:Article rdf:about="#item_3857">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal>
<prism:volume>35</prism:volume>
<prism:number>3</prism:number>
<dc:title>Scientometrics</dc:title>
<dc:identifier>ISSN 1588-2861</dc:identifier>
<dcterms:alternative>Scientometrics</dcterms:alternative>
<dc:identifier>DOI 10.1007/BF02016902</dc:identifier>
</bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Glanzel</foaf:surname>
<foaf:givenName>W.</foaf:givenName>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://link.springer.com/article/10.1007/BF02016902</rdf:value>
</dcterms:URI>
</dc:identifier>
<dc:rights>1996 Akadémiai Kiadó</dc:rights>
<bib:pages>291-307</bib:pages>
<dc:date>1996/03/01</dc:date>
<dc:description>Company: Springer
Distributor: Springer
Institution: Springer
Label: Springer
Number: 3
Publisher: Kluwer Academic Publishers</dc:description>
<dcterms:dateSubmitted>2020-05-04 22:36:36</dcterms:dateSubmitted>
<z:libraryCatalog>link.springer.com.access.biblioteca.cinvestav.mx</z:libraryCatalog>
<z:language>en</z:language>
<dc:title>A bibliometric approach to social sciences. National research performances in 6 selected social science areas, 1990–1992</dc:title>
</bib:Article>
</rdf:RDF>
How can I fix this? Thanks. JL Olivares
-
adamsmithI think you're just seeing https://www.zotero.org/support/kb/given_name_disambiguation
-
JLOlivaresThanks, I did not know about this. When I first sent my question I did not see the markup of the RDF, but I did not know how to fix it...
-
adamsmith(any code, especially html and xml/rdf, should go between <code> and </code>>)
-
JLOlivaresThanks again.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.