Skip to content

Commit

Permalink
some fixes for organization science
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Apr 21, 2012
1 parent de56f51 commit 8d9a6a4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions organization-science.csl
Expand Up @@ -8,6 +8,9 @@
<name>Sebastian Spaeth</name> <name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email> <email>Sebastian@SSpaeth.de</email>
</author> </author>
<contributor>
<name>Sebastian Karcher</name>
</contributor>
<category citation-format="author-date"/> <category citation-format="author-date"/>
<category field="social_science"/> <category field="social_science"/>
<issn>1047-7039</issn> <issn>1047-7039</issn>
Expand Down Expand Up @@ -73,7 +76,7 @@
</choose> </choose>
</macro> </macro>
<macro name="publisher"> <macro name="publisher">
<group delimiter=": "> <group delimiter=", ">
<text variable="publisher-place"/> <text variable="publisher-place"/>
<text variable="publisher"/> <text variable="publisher"/>
</group> </group>
Expand Down Expand Up @@ -104,20 +107,21 @@
</choose> </choose>
</macro> </macro>
<macro name="pages"> <macro name="pages">
<group>
<!-- disable pp. <label variable="page" form="short" include-period="true" suffix=" "/>-->
<text variable="page"/> <text variable="page"/>
</group>
</macro> </macro>
<citation et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year-suffix"> <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year-suffix">
<sort>
<key macro="author-short"/>
<key variable="issued"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", "> <layout prefix="(" suffix=")" delimiter=", ">
<group delimiter=" "> <group delimiter=", ">
<group delimiter=" "> <group delimiter=" ">
<text macro="author-short"/> <text macro="author-short"/>
<text macro="year-date"/> <text macro="year-date"/>
</group> </group>
<group> <group delimiter=" ">
<label variable="locator" suffix="." form="short" strip-periods="true"/> <label variable="locator" form="short"/>
<text variable="locator"/> <text variable="locator"/>
</group> </group>
</group> </group>
Expand Down Expand Up @@ -146,7 +150,6 @@
<else-if type="chapter paper-conference" match="any"> <else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" " suffix="."/> <text macro="title" prefix=" " suffix="."/>
<group prefix=" " delimiter=" "> <group prefix=" " delimiter=" ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/> <text macro="editor"/>
<text variable="container-title" form="short" font-style="italic" suffix="."/> <text variable="container-title" form="short" font-style="italic" suffix="."/>
<text variable="collection-title" suffix="."/> <text variable="collection-title" suffix="."/>
Expand All @@ -169,16 +172,13 @@
<text macro="editor" prefix=" "/> <text macro="editor" prefix=" "/>
</group> </group>
<group prefix=" " suffix="."> <group prefix=" " suffix=".">
<text variable="container-title" font-style="italic"/> <text variable="container-title" font-style="italic" form="short"/>
<group prefix=" "> <group prefix=" ">
<text variable="volume" font-weight="bold"/> <text variable="volume" font-weight="bold"/>
<text variable="issue" prefix="(" suffix=")"/> <text variable="issue" prefix="(" suffix=")"/>
</group> </group>
<group prefix=" "> <text variable="page" prefix=" "/>
<label variable="locator" suffix="." form="short" strip-periods="true"/> </group>
<text variable="page"/>
</group>
</group>
</else> </else>
</choose> </choose>
<text prefix=" " macro="access" suffix="."/> <text prefix=" " macro="access" suffix="."/>
Expand Down

0 comments on commit 8d9a6a4

Please sign in to comment.