multi-part lastname error
I have a citation whose lead author is P.J. van Mantgem. In the database, I've listed the surname as "van Mantgem." In the citation, it shows up correctly, as (van Mantgem et al. 2009). But then in the bibliography, it does this (and puts it under the M's):
Mantgem, P.J. van, Stephenson, N.L., Byrne, J.C., et al. (2009). “Widespread Increase of Tree Mortality Rates in the Western United States.” Science 323(5913), 521-524. DOI: 10.1126/science.1165000.
Maybe this would be standard in Europe, but it's not how I need it. Any idea how to fix it?
Mantgem, P.J. van, Stephenson, N.L., Byrne, J.C., et al. (2009). “Widespread Increase of Tree Mortality Rates in the Western United States.” Science 323(5913), 521-524. DOI: 10.1126/science.1165000.
Maybe this would be standard in Europe, but it's not how I need it. Any idea how to fix it?
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
van Mantgem, Phillip J., Nathan L. Stephenson, John C. Byrne, Lori D. Daniels, Jerry F. Franklin, Peter Z. Fulé, Mark E. Harmon, et al. 2009. Widespread Increase of Tree Mortality Rates in the Western United States. Science 323, no. 5913: 521-524. doi:10.1126/science.1165000.
http://citationstyles.org/downloads/specification.html#name-part-order
otherwise, you'll have to wait.
Zotero 2.1/CSL 1.0 have more elaborate support for name particles, see also http://citationstyles.org/downloads/specification.html#name-part-order. To get "van Mantgem, P.J.", and have it sorted under "V", you have to set the value of the "demote-non-dropping-particle" attribute on the "style" element to "never".
1.
Error: Attribute demote-non-dropping-particle not allowed on element name from namespace http://purl.org/net/xbiblio/csl at this point.
From line 38, column 7; to line 38, column 142
r">↩ <name form="short" and="text" delimiter=", " demote-non-dropping-particle="never" delimiter-precedes-last="never" initialize-with=". "/>↩
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US">
becomes
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US" demote-non-dropping-particle="never">