Skip to content

Commit

Permalink
The easy bit of jimmejardine#3: synced the Qiqqa/InCite/styles/ direc…
Browse files Browse the repository at this point in the history
…tory with the bleeding edge of the CSL repo at https://github.com/citation-style-language/styles (Note the 'bleeding edge' in there: I didn't use https://github.com/citation-style-language/styles-distribution !). DO NOTE that Qiqqa had several CSL style definitions which don't exist in this repository: these have been kept as-is.
  • Loading branch information
GerHobbelt committed Aug 3, 2019
1 parent 37c1ae0 commit 2fc66dd
Show file tree
Hide file tree
Showing 1,990 changed files with 397,018 additions and 25,139 deletions.
117 changes: 82 additions & 35 deletions Qiqqa/InCite/styles/academy-of-management-review.csl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title-short>AMR</title-short>
<id>http://www.zotero.org/styles/academy-of-management-review</id>
<link href="http://www.zotero.org/styles/academy-of-management-review" rel="self"/>
<link href="http://journals.aomonline.org/amr/AMRstyleguide.pdf" rel="documentation"/>
<link href="http://aom.org/uploadedFiles/Publications/AMR/AMR%20Style%20Guide%202014.pdf" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
Expand All @@ -24,11 +24,15 @@
<name>Simon Kornblith</name>
<email>simon@simonster.com</email>
</contributor>
<contributor>
<name>Brenton M. Wiernik</name>
<email>zotero@wiernik.org</email>
</contributor>
<category citation-format="author-date"/>
<category field="social_science"/>
<issn>0363-7425</issn>
<eissn>1930-3807</eissn>
<updated>2013-09-25T04:19:09+00:00</updated>
<updated>2015-01-11T22:02:33+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="container-contributors">
Expand All @@ -55,7 +59,7 @@
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=".)" text-case="capitalize-first" strip-periods="true"/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand All @@ -82,45 +86,62 @@
</macro>
<macro name="access">
<choose>
<if variable="URL">
<text variable="URL"/>
<group prefix=", ">
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
<if variable="page" match="none">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if variable="URL">
<text variable="URL"/>
<choose>
<if variable="issued" match="none">
<date variable="accessed" prefix=", ">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</if>
</choose>
</else-if>
<else-if variable="issued" match="any">
<text variable="status" text-case="capitalize-first"/>
</else-if>
</choose>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="report thesis" match="any">
<if variable="container-title" match="none">
<text variable="title" font-style="italic" font-weight="bold"/>
<group prefix=". ">
<text variable="genre"/>
<text variable="number" prefix=" No. "/>
</group>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" font-weight="bold"/>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<choose>
<if type="report thesis" match="any">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
<if type="report" match="any">
<group delimiter=", ">
<group>
<text variable="genre" text-case="capitalize-first"/>
<text variable="number" prefix=" no. "/>
</group>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</group>
</if>
<else-if type="thesis manuscript" match="any">
<group delimiter=", ">
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else-if>
<else-if type="article-journal article-magazine" match="none">
<text variable="genre" suffix=", "/>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
Expand All @@ -131,8 +152,19 @@
<macro name="event">
<choose>
<if variable="event">
<text term="presented at" text-case="capitalize-first" suffix=" "/>
<text variable="event"/>
<choose>
<if variable="genre" match="none">
<text term="presented at" text-case="capitalize-first" suffix=" "/>
<text variable="event"/>
</if>
<else>
<group delimiter=" ">
<text variable="genre" text-case="capitalize-first"/>
<text term="presented at"/>
<text variable="event"/>
</group>
</else>
</choose>
</if>
</choose>
</macro>
Expand All @@ -153,6 +185,9 @@
</choose>
</group>
</if>
<else-if variable="status">
<text variable="status" text-case="capitalize-first" prefix=" " suffix="."/>
</else-if>
<else>
<text prefix=" " term="no date" suffix="." form="short"/>
</else>
Expand All @@ -165,6 +200,9 @@
<date-part name="year"/>
</date>
</if>
<else-if variable="status">
<text variable="status"/>
</else-if>
<else>
<text term="no date" form="short"/>
</else>
Expand All @@ -179,13 +217,13 @@
</group>
</if>
<else>
<text variable="edition" suffix="."/>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="locators">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<if type="article-journal article-magazine article-newspaper paper-conference" match="any">
<group prefix=", " delimiter=": ">
<group>
<text variable="volume"/>
Expand All @@ -194,9 +232,11 @@
<text variable="page"/>
</group>
</if>
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<group prefix=" (" suffix=")" delimiter=", ">
<text macro="edition"/>
<else-if type="bill book chapter graphic legal_case legislation motion_picture report song" match="any">
<text macro="edition" prefix=" (" suffix=")"/>
<group prefix=", ">
<text term="volume" form="short" text-case="lowercase" suffix=" "/>
<number variable="volume" form="numeric"/>
</group>
<text variable="page" prefix=": "/>
</else-if>
Expand All @@ -220,7 +260,7 @@
<text macro="citation-locator" prefix=":"/>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="6" et-al-use-first="6" entry-spacing="0" line-spacing="2">
<bibliography hanging-indent="true" et-al-min="6" et-al-use-first="5" entry-spacing="0" line-spacing="2">
<sort>
<key macro="author"/>
<key macro="issued-year"/>
Expand All @@ -234,15 +274,22 @@
<group>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text variable="container-title" font-style="italic" font-weight="bold"/>
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text variable="container-title" font-style="italic" text-case="title" font-weight="bold"/>
</if>
<else>
<text variable="container-title" font-style="italic" font-weight="bold"/>
</else>
</choose>
</group>
</group>
<text macro="locators"/>
<group delimiter=", " prefix=". ">
<text macro="event"/>
<text macro="access"/>
<text macro="publisher"/>
</group>
<text macro="access" prefix=". "/>
</group>
</layout>
</bibliography>
Expand Down
Loading

0 comments on commit 2fc66dd

Please sign in to comment.