Citation style and language
Hi!
I am a pretty new Zotero-User and have some problems using Zotero in Word.
First problem is that I am using Word and Zotero as German versions (I don't know whether I installed Zotero that way or it "discovered" I am using German programmes) but I would like to use Zotero-citations in english - how is this possible?
My second problem is that I do not find the citation style I need. I do not know how it is called, but here is an example of a monographic citation (the book's title should be in italics):
Young, Crawford (1976), The Politics of Cultural Pluralism, Madison: University of Wisconsin Press.
How can I import citation styles to Zotero?
Thank you in anticipation!
I am a pretty new Zotero-User and have some problems using Zotero in Word.
First problem is that I am using Word and Zotero as German versions (I don't know whether I installed Zotero that way or it "discovered" I am using German programmes) but I would like to use Zotero-citations in english - how is this possible?
My second problem is that I do not find the citation style I need. I do not know how it is called, but here is an example of a monographic citation (the book's title should be in italics):
Young, Crawford (1976), The Politics of Cultural Pluralism, Madison: University of Wisconsin Press.
How can I import citation styles to Zotero?
Thank you in anticipation!
But still I could use some help concerning the citation style.
http://www.zotero.org/styles
instructions for changing them, slightly technical, are here:
http://www.zotero.org/support/csl_simple_edits
instructions for requesting styles are here:
http://www.zotero.org/support/requesting_styles
Thank you for the links!
I already managed to change some issues in order to get the citation as I described. There is just one little problem that I don't seem to solve:
The bibliography style that I would like to use is like this:
Young, Crawford (1976), The Politics of Cultural Pluralism, Madison: University of Wisconsin Press.
The only thing that I didn't find out was how to put a colon in between the city of publication and the publishing house. I have no idea where I find the suitable position to change that. Could you please help me?? This is the encoding I made:
<?xml version="1.0" encoding="UTF-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en" class="in-text" >
<info>
<title>Schumpeter(dev)</title>
<id>http://www.zotero.org/styles/agu</id>
<link href="http://www.zotero.org/styles/agu"/>
<author>
<name>Pia Bergmann</name>
</author>
<category term="author-date"/>
<category term="politics"/>
<updated>2011-02-15</updated>
<summary>Style for the Schumpeter Research Project of the German Institute of Global and Area Studies</summary>
<link href="http://www.giga-hamburg.de/"/>
</info>
<macro name="editor">
<names variable="editor" delimiter=", ">
<label form="verb" text-case="lowercase" suffix=" "/>
<name and="text" initialize-with=". " delimiter=", " name-as-sort-order="all"/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="first" and="text" sort-separator=", "
delimiter=", " form="long"
delimiter-precedes-last="always" initialize-with=". "/>
<label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<text term="online" prefix="[" suffix="]"/>
<text value=" Available from: " />
<text variable="URL"/>
<group prefix=" (" delimiter=" " suffix=")">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed" >
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="book">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<macro name="published-date">
<choose>
<if type="article-newspaper">
<date variable="issued">
<date-part name="day" form="ordinal" suffix=" "/>
<date-part name="month" form="long"/>
</date>
</if>
</choose>
</macro>
<macro name="pages">
<text variable="page"/>
</macro>
<macro name="refpages">
<label variable="page" form="short" suffix=". "/>
<text variable="page"/>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="doi">
<text variable="DOI" prefix="doi:"/>
</macro>
<macro name="container">
<group class="container" delimiter=", ">
<group delimiter=" ">
<text term="in" text-case="lowercase"/>
<text variable="container-title" font-style="italic"/>
</group>
<group delimiter=" ">
<text term="volume" form="short" suffix="."/>
<text variable="volume" />
</group>
<text macro="editor"/>
</group>
</macro>
<citation>
<option name="et-al-min" value="3"/>
<option name="et-al-use-first" value="1"/>
<option name="et-al-subsequent-min" value="3"/>
<option name="et-al-subsequent-use-first" value="1"/>
<option name="disambiguate-add-year-suffix" value="true"/>
<option name="disambiguate-add-names" value="false"/>
<option name="disambiguate-add-givenname" value="false"/>
<option name="collapse" value="year"/>
<sort>
<key macro="author"/>
<key macro="year-date"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=": ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<text variable="locator"/>
</group>
</layout>
</citation>
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="11"/>
<option name="et-al-use-first" value="1"/>
<sort>
<key macro="author"/>
<key macro="year-date"/>
<key variable="title"/>
</sort>
<layout>
<group delimiter=" " suffix=",">
<text macro="author" />
<text macro="year-date" prefix="(" suffix=")"/>
</group>
<choose>
<if type="book">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title"/>
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
<text macro="edition"/>
<text macro="editor" />
<text variable="genre"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title"/>
<text macro="container"/>
<text macro="refpages"/>
<text macro="publisher"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title"/>
<text variable="genre"/>
<text variable="page" suffix=" pp."/>
<text macro="publisher"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long"/>
</date>
</group>
</else-if>
<else>
<group delimiter=", " suffix="," prefix=" ">
<text macro="title"/>
<text macro="editor"/>
</group>
<group class="container" prefix=" " suffix=".">
<text variable="container-title" font-style="italic" form="short"/>
<group prefix=", " delimiter=", ">
<group>
<text variable="volume"/>
<text variable="issue" prefix=", "/>
<text macro="published-date"/>
</group>
<text macro="pages"/>
<text macro="doi"/>
</group>
</group>
</else>
</choose>
<text prefix=" " macro="access" />
</layout>
</bibliography>
</style>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
change to this
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
(explanation: group delimiter is put between all elements of a group. The macro "publisher" is then later called for various item types in the bibliography)
1. If I quote a webpage right now it shows like that in the bibliography:
Parrish, Scott and William Potter (2006), Central Asian States Establish Nuclear-Weapon-Free-Zone (CANWFZ) Despite U.S. Opposition, at: http://cns.miis.edu/stories/060905.htm (19 January 2011).
I would like to have the title (Central Asian States...) to be shown in italic. Is that possible?
2. If the quoted source is a report it shows like that:
Flemes, Daniel (2006), Brazil’s Nuclear Policy - From Technological Dependence to Civil Nuclear Power, GIGA Working Paper, 23, Hamburg: GIGA German Institute of Global and Area Studies. at: www.giga-hamburg.de/workingpapers
I need a point at the end (after the webpage) and instead of the point before the "at" I would like to have a comma.
I would be very glad if you found a way to solve that!
<style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en" class="in-text" >
<info>
<title>Schumpeter(dev)</title>
<id>http://www.zotero.org/styles/agu</id>
<link href="http://www.zotero.org/styles/agu"/>
<author>
<name>Pia Bergmann</name>
</author>
<category term="author-date"/>
<category term="politics"/>
<updated>2011-02-15</updated>
<summary>Style for the Schumpeter Research Project of the German Institute of Global and Area Studies</summary>
<link href="http://www.giga-hamburg.de/"/>
</info>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name name-as-sort-order="first" and="text" sort-separator=", "
delimiter=", " form="long"/>
<label form="short" prefix=" (" suffix=".)"/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="first" and="text" sort-separator=", "
delimiter=", " form="long"/>
<label form="long" text-case="capitalize-first"/>
<substitute>
<text macro="editor"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<text value="at:" suffix=" "/>
<text variable="URL"/>
<group prefix=" (" suffix=").">
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="book">
<text variable="title" font-style="italic"/>
</if>
<else-if type="URL">
<text variable="title" font-style="italic"/>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<macro name="published-date">
<choose>
<if type="article-newspaper">
<date variable="issued">
<date-part name="day" form="ordinal" suffix=" "/>
<date-part name="month" form="long"/>
</date>
</if>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="pages">
<text variable="page"/>
</macro>
<macro name="refpages">
<text variable="page"/>
</macro>
<macro name="doi">
<text variable="DOI" prefix="doi:"/>
</macro>
<macro name="container">
<group class="container" delimiter=", ">
<group delimiter=" ">
<text macro="editor" prefix="in: "/>
<text term="" text-case="lowercase"/>
<text variable="container-title" font-style="italic"/>
</group>
<group delimiter=" ">
<text term="volume" form="short" suffix="."/>
<text variable="volume"/>
</group>
</group>
</macro>
<citation>
<option name="et-al-min" value="3"/>
<option name="et-al-use-first" value="1"/>
<option name="et-al-subsequent-min" value="3"/>
<option name="et-al-subsequent-use-first" value="1"/>
<option name="disambiguate-add-year-suffix" value="true"/>
<option name="disambiguate-add-names" value="false"/>
<option name="disambiguate-add-givenname" value="false"/>
<option name="collapse" value="year"/>
<sort>
<key macro="author"/>
<key macro="year-date"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=": ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<text variable="locator"/>
</group>
</layout>
</citation>
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="11"/>
<option name="et-al-use-first" value="1"/>
<sort>
<key macro="author"/>
<key macro="year-date"/>
<key variable="title"/>
</sort>
<layout>
<group delimiter=" " suffix=",">
<text macro="author" />
<text macro="year-date" prefix="(" suffix=")"/>
</group>
<choose>
<if type="book">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title"/>
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
<text macro="edition"/>
<text macro="editor" />
<text variable="genre"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title"/>
<text macro="container"/>
<text macro="publisher"/>
<text macro="refpages"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title"/>
<text variable="genre"/>
<text variable="page" suffix=" "/>
<text macro="publisher"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long"/>
</date>
<else-if type="article-journal">
<group delimiter=" " prefix=" " suffix=".">
<text macro="title" suffix=", in:"/>
<text macro="container"/>
<text macro="refpages"/>
</group>
</else-if>
</group>
</else-if>
<else>
<group delimiter=", " suffix="," prefix=" ">
<text macro="title"/>
<text macro="editor"/>
</group>
<group class="container" prefix=" " suffix=".">
<text variable="container-title" font-style="italic" form="short"/>
<group prefix=", " delimiter=", ">
<group>
<text variable="volume"/>
<text variable="issue" prefix=", "/>
<text macro="published-date"/>
</group>
<text macro="pages"/>
<text macro="doi"/>
</group>
</group>
</else>
</choose>
<text prefix=" " macro="access" />
</layout>
</bibliography>
</style>
https://gist.github.com/913322
(Click on the "raw" link in the page, save to a file, and then drag into Firefox to install. I've changed the ID, so your existing copy of the style will not be overwritten. This one will have the name "Schumpeter [revd] (dev)".
The italic issue is perfectly solved now!
But the punctuation did indeed break elsewhere.
Now every quotaion looked like this (with two commas after the year):
Cirincione, Joseph, Jon B. Wolfsthal, and Miriam Rajkumar (2002),, Deadly Arsenals: Tracking Weapons of Mass Destruction, Washington, D.C.: The Brookings Institution Press.
I fixed that but now the comma disappears in the report:
Flemes, Daniel (2006), Brazil’s Nuclear Policy - From Technological Dependence to Civil Nuclear Power, GIGA Working Paper, 23, Hamburg: GIGA German Institute of Global and Area Studies at: www.giga-hamburg.de/workingpapers.
Still the comma before the "at" is missing...but at least there is a point at the end!
I'll post the newest version and it would help me a lot if you could have another look at it!
<style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en" class="in-text" >
<info>
<title>Schumpeter [revd] (dev)</title>
<id>http://www.zotero.org/styles/agu</id>
<link href="http://www.zotero.org/styles/agu"/>
<author>
<name>Pia Bergmann</name>
</author>
<category term="author-date"/>
<category term="politics"/>
<updated>2011-02-15</updated>
<summary>Style for the Schumpeter Research Project of the German Institute of Global and Area Studies</summary>
<link href="http://www.giga-hamburg.de/"/>
</info>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name name-as-sort-order="first" and="text" sort-separator=", "
delimiter=", " form="long"/>
<label form="short" prefix=" (" suffix=".)"/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="first" and="text" sort-separator=", "
delimiter=", " form="long"/>
<label form="long" text-case="capitalize-first"/>
<substitute>
<text macro="editor"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<text value="at:" suffix=" "/>
<text variable="URL"/>
<group prefix=" (" suffix=").">
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="book">
<text variable="title" font-style="italic"/>
</if>
<else-if type="URL">
<text variable="title" font-style="italic"/>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<macro name="published-date">
<choose>
<if type="article-newspaper">
<date variable="issued">
<date-part name="day" form="ordinal" suffix=" "/>
<date-part name="month" form="long"/>
</date>
</if>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="pages">
<text variable="page"/>
</macro>
<macro name="refpages">
<text variable="page"/>
</macro>
<macro name="doi">
<text variable="DOI" prefix="doi:"/>
</macro>
<macro name="container">
<group class="container" delimiter=", ">
<group delimiter=" ">
<text macro="editor" prefix="in: "/>
<text term="" text-case="lowercase"/>
<text variable="container-title" font-style="italic"/>
</group>
<group delimiter=" ">
<text term="volume" form="short" suffix="."/>
<text variable="volume"/>
</group>
</group>
</macro>
<citation>
<option name="et-al-min" value="3"/>
<option name="et-al-use-first" value="1"/>
<option name="et-al-subsequent-min" value="3"/>
<option name="et-al-subsequent-use-first" value="1"/>
<option name="disambiguate-add-year-suffix" value="true"/>
<option name="disambiguate-add-names" value="false"/>
<option name="disambiguate-add-givenname" value="false"/>
<option name="collapse" value="year"/>
<sort>
<key macro="author"/>
<key macro="year-date"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=": ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<text variable="locator"/>
</group>
</layout>
</citation>
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="11"/>
<option name="et-al-use-first" value="1"/>
<sort>
<key macro="author"/>
<key macro="year-date"/>
<key variable="title"/>
</sort>
<layout>
<group delimiter=" " suffix=".">
<group delimiter=" " suffix=",">
<text macro="author" />
<text macro="year-date" prefix="(" suffix=")"/>
</group>
<choose>
<if type="book">
<group delimiter=", " prefix=" ">
<text macro="title"/>
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
<text macro="edition"/>
<text macro="editor" />
<text variable="genre"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter">
<group delimiter=", " prefix=" ">
<text macro="title"/>
<text macro="container"/>
<text macro="publisher"/>
<text macro="refpages"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title"/>
<text variable="genre"/>
<text variable="page" suffix=" "/>
<text macro="publisher"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long"/>
</date>
<else-if type="article-journal">
<group delimiter=" " prefix=" ">
<text macro="title" suffix=", in:"/>
<text macro="container"/>
<text macro="refpages"/>
</group>
</else-if>
</group>
</else-if>
<else>
<group delimiter=", " suffix="," prefix=" ">
<choose>
<if type="webpage">
<text macro="title" font-style="italic"/>
</if>
<else>
<text macro="title"/>
</else>
</choose>
<text macro="editor"/>
</group>
<group class="container" prefix=" ">
<text variable="container-title" font-style="italic" form="short"/>
<group prefix=", " delimiter=", ">
<group>
<text variable="volume"/>
<text variable="issue" prefix=", "/>
<text macro="published-date"/>
</group>
<text macro="pages"/>
<text macro="doi"/>
</group>
</group>
</else>
</choose>
<text macro="access" />
</group>
</layout>
</bibliography>
</style>
I've also restored the change to the ID of the style again. There is a reason for that: the AGU style is a standard style from the Zotero repository, and if the ID of this style is not changed, it will be overwritten when you refresh styles in Zotero.
Finally, I've moved the terminal point suffix up to the "layout" tag, and added a delimiter="; " there. The layout delimiter provides punctuation between full citations, when citing in multiple entry mode. You might want to change the semicolon to a point, depending on how you want multiple cites to look.
Glad to hear it's getting closer; let me know if any further tuning is needed. (When posting code, it's good to use http://gist.github/com/ as a drop-box. It's hard to read code posted directly to the forum, and some things can break due to character conversion.)
Now it seems exactly the way I wanted it to be!
Have a nice week. Best regards!
<else-if type="URL">
<text variable="title" font-style="italic"/>
</else-if>
there is no type URL - there is a variable URL or a type "webpage" - I guess you want the latter. You can either just delete this, or, probably better, change it to webpage and then simplify this in the bib section
<choose>
<if type="webpage">
<text macro="title" font-style="italic"/>
</if>
<else>
<text macro="title"/>
</else>
</choose>
to this
<text macro="title"/>
If the item type is a thesis, it shows really weird in the bibliography:
Kim, Hyung Min (2007), Social Network Conceptualizations of International System Structure and National Power:A Social Network Perspective on International Relations, Chapel Hill: University of North Carolina, Social Network Conceptualizations of International System Structure and National Power:A Social Network Perspective on International Relations.
I don't know why it is repeating the title, but of course, it shouldn't.
Adamsmith or fbennett could one of you be so kind and fix this for me??
I want it to be shown like this:
Last name, first name (year), Type, Title (italic), Place: University.
I tried to put the style into https://gist.github.com/43517ed1147def4475db.
I hope you can open it just like that (I didn't know whether a registration was needed or not)...
I'll post the style here anyway.
Thanks a lot in anticipation!
<style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en" class="in-text" >
<info>
<title> Schumpeter Style </title>
<id>http://www.zotero.org/styles/agu-schumpeter</id>
<link href="http://www.zotero.org/styles/agu"/>
<author>
<name>Pia Bergmann</name>
</author>
<category term="author-date"/>
<category term="politics"/>
<updated>2011-02-15</updated>
<summary>Style for the Schumpeter Research Project of the German Institute of Global and Area Studies</summary>
<link href="http://www.giga-hamburg.de/"/>
</info>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name name-as-sort-order="first" and="text" sort-separator=", "
delimiter=", " form="long"/>
<label form="short" prefix=" (" suffix=".),"/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="first" and="text" sort-separator=", "
delimiter=", " form="long"/>
<label form="long" text-case="capitalize-first"/>
<substitute>
<text macro="editor"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<text value="at:" suffix=" "/>
<text variable="URL"/>
<group prefix=" (" suffix=").">
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="book">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<macro name="published-date">
<choose>
<if type="article-newspaper">
<date variable="issued">
<date-part name="day" form="ordinal" suffix=" "/>
<date-part name="month" form="long"/>
</date>
</if>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="pages">
<text variable="page"/>
</macro>
<macro name="refpages">
<text variable="page"/>
</macro>
<macro name="doi">
<text variable="DOI" prefix="doi:"/>
</macro>
<macro name="container">
<group class="container" delimiter=", ">
<group delimiter=" ">
<text macro="editor" prefix="in: "/>
<text term="" text-case="lowercase"/>
<text variable="container-title" font-style="italic"/>
</group>
<group delimiter=" ">
<text variable="volume" suffix=""/>
</group>
<group delimiter=" ">
<text variable="issue" />
</group>
</group>
</macro>
<citation>
<option name="et-al-min" value="3"/>
<option name="et-al-use-first" value="1"/>
<option name="et-al-subsequent-min" value="3"/>
<option name="et-al-subsequent-use-first" value="1"/>
<option name="disambiguate-add-year-suffix" value="true"/>
<option name="disambiguate-add-names" value="false"/>
<option name="disambiguate-add-givenname" value="false"/>
<option name="collapse" value="year"/>
<sort>
<key macro="author"/>
<key macro="year-date"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=": ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<text variable="locator"/>
</group>
</layout>
</citation>
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="11"/>
<option name="et-al-use-first" value="1"/>
<sort>
<key macro="author"/>
<key macro="year-date"/>
<key variable="title"/>
</sort>
<layout delimiter="; " suffix="." >
<group delimiter=", ">
<group delimiter=" ">
<text macro="author" />
<text macro="year-date" prefix="(" suffix=")"/>
</group>
<choose>
<if type="book">
<group delimiter=", " prefix=" ">
<text macro="title"/>
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
<text macro="edition"/>
<text macro="editor" />
<text variable="genre"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter">
<group delimiter=", " prefix=" ">
<text macro="title"/>
<text macro="container"/>
<text macro="publisher"/>
<text macro="refpages"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", " prefix=" " suffix=".">
<text variable="genre"/>
<text macro="title" font-style="italic"/>
<text macro="publisher"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long"/>
</date>
<else-if type="article-journal">
<group delimiter=" " prefix=" ">
<text macro="title" suffix=", in:"/>
<text macro="container"/>
<text macro="refpages"/>
</group>
</else-if>
</group>
</else-if>
<else>
<group delimiter=", " prefix=" ">
<choose>
<if type="webpage article-newspaper">
<text macro="title" font-style="italic"/>
</if>
<else>
<text macro="title"/>
</else>
</choose>
<text macro="editor"/>
</group>
<group class="container" prefix=" ">
<text variable="container-title" font-style="italic" form="short"/>
<group prefix=" " delimiter=", ">
<group>
<text variable="volume"/>
<text variable="issue" prefix=", "/>
<text macro="published-date"/>
</group>
<text macro="pages"/>
<text macro="doi"/>
</group>
</group>
</else>
</choose>
<text macro="access" />
</group>
</layout>
</bibliography>
</style>
The problem is here - you're not properly closing the else-if on the thesis item type.
This:
<else-if type="thesis">
<group delimiter=", " prefix=" " suffix=".">
<text variable="genre"/>
<text macro="title" font-style="italic"/>
<text macro="publisher"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long"/>
</date>
<else-if type="article-journal">
<group delimiter=" " prefix=" ">
<text macro="title" suffix=", in:"/>
<text macro="container"/>
<text macro="refpages"/>
</group>
</else-if>
</group>
</else-if>
Should be changed to this
<else-if type="thesis">
<group delimiter=", " prefix=" " suffix=".">
<text variable="genre"/>
<text macro="title" font-style="italic"/>
<text macro="publisher"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long"/>
</date>
</group>
</else-if>
<else-if type="article-journal">
<group delimiter=" " prefix=" ">
<text macro="title" suffix=", in:"/>
<text macro="container"/>
<text macro="refpages"/>
</group>
</else-if>
I would have needed ages to figure it out.
Now it works perfectly!
Thank you so much!
paper-conference
(though that item is recommended mainly for papers published in proceedings. For conference presentations/papers you're usually better of using the presentation item type which is "speech" for csl purposes.)