forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create continuity-and-change.csl (JabRef#4839)
- Loading branch information
1 parent
d065fdd
commit 28265f9
Showing
1 changed file
with
356 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,356 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-GB"> | ||
<info> | ||
<title>Continuity and Change</title> | ||
<id>http://www.zotero.org/styles/continuity-and-change</id> | ||
<link href="http://www.zotero.org/styles/continuity-and-change" rel="self"/> | ||
<link href="http://www.zotero.org/styles/the-journal-of-transport-history" rel="template"/> | ||
<link href="https://www.cambridge.org/core/services/aop-file-manager/file/5c33779fe094043a087773c3/CON-ifc.pdf" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="note"/> | ||
<category field="history"/> | ||
<category field="sociology"/> | ||
<issn>0268-4160</issn> | ||
<eissn>1469-218X</eissn> | ||
<updated>2020-06-01T12:32:27+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> | ||
<locale> | ||
<style-options punctuation-in-quote="false"/> | ||
<terms> | ||
<term name="editor" form="verb-short">ed.</term> | ||
<term name="translator" form="verb-short">trans.</term> | ||
</terms> | ||
</locale> | ||
<macro name="contributors-note"> | ||
<names variable="author"> | ||
<name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/> | ||
<label form="short" prefix=" "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="title-note"/> | ||
</substitute> | ||
</names> | ||
<text macro="recipient-note"/> | ||
</macro> | ||
<macro name="title-note"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> | ||
<text variable="title" font-style="italic" text-case="title"/> | ||
</if> | ||
<else-if type="article-journal article-magazine" match="any"> | ||
<text variable="title" form="long" quotes="true" suffix=","/> | ||
</else-if> | ||
<else> | ||
<text variable="title" quotes="true" suffix=","/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="title-short"> | ||
<group delimiter=", "> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<text variable="title" font-style="italic" text-case="title" form="short"/> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true" text-case="title" form="short"/> | ||
</else> | ||
</choose> | ||
<text macro="locators-specific-note"/> | ||
</group> | ||
</macro> | ||
<macro name="title-sort-substitute"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<text variable="title" font-style="italic" text-case="title" form="short"/> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true" text-case="title" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="editor-translator"> | ||
<text term="in" suffix=" "/> | ||
<names variable="editor" delimiter=", "> | ||
<name and="text" delimiter-precedes-last="never"/> | ||
<label form="verb-short" prefix=" "/> | ||
</names> | ||
<choose> | ||
<if variable="author editor" match="any"> | ||
<names variable="translator" delimiter=", "> | ||
<label form="verb-short" suffix=" "/> | ||
<name and="text" delimiter=", " delimiter-precedes-last="never"/> | ||
</names> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="locators-note"> | ||
<choose> | ||
<if type="article-journal"> | ||
<group delimiter=", "> | ||
<text variable="volume" font-weight="bold"/> | ||
<text variable="issue"/> | ||
</group> | ||
</if> | ||
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> | ||
<group delimiter=", "> | ||
<text macro="edition-note"/> | ||
<group> | ||
<number variable="number-of-volumes" form="numeric"/> | ||
<text term="volume" form="short" prefix=" " plural="true"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="issue-note"> | ||
<choose> | ||
<if type="article-journal"> | ||
<choose> | ||
<if variable="volume"> | ||
<text macro="issued" prefix=" (" suffix=")"/> | ||
</if> | ||
<else> | ||
<text macro="issued" prefix=", "/> | ||
</else> | ||
</choose> | ||
</if> | ||
<else-if variable="publisher-place publisher" match="any"> | ||
<group prefix=" (" suffix=")" delimiter=", "> | ||
<group delimiter=" "> | ||
<choose> | ||
<if variable="title" match="none"/> | ||
<else-if type="thesis speech" match="any"> | ||
<text variable="genre"/> | ||
</else-if> | ||
</choose> | ||
<text macro="event"/> | ||
</group> | ||
<text macro="publisher"/> | ||
<text macro="issued"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text macro="issued" prefix=", "/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="locators-specific-note"> | ||
<choose> | ||
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> | ||
<choose> | ||
<if is-numeric="volume"> | ||
<number variable="volume" form="roman" font-variant="small-caps"/> | ||
</if> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="container-title-note"> | ||
<text variable="container-title" form="long" font-style="italic"/> | ||
</macro> | ||
<macro name="edition-note"> | ||
<choose> | ||
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="recipient-note"> | ||
<names variable="recipient" delimiter=", "> | ||
<label form="verb" prefix=" " suffix=" "/> | ||
<name and="text" delimiter=", "/> | ||
</names> | ||
</macro> | ||
<macro name="recipient-short"> | ||
<names variable="recipient"> | ||
<label form="verb" prefix=" " suffix=" "/> | ||
<name form="short" and="text" delimiter=", "/> | ||
</names> | ||
</macro> | ||
<macro name="contributors-short"> | ||
<names variable="author"> | ||
<name form="short" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="title-sort-substitute"/> | ||
</substitute> | ||
</names> | ||
<text macro="recipient-short"/> | ||
</macro> | ||
<macro name="locators-newspaper"> | ||
<choose> | ||
<if type="article-newspaper"> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text variable="edition"/> | ||
<text term="edition"/> | ||
</group> | ||
<group> | ||
<text term="section" suffix=" "/> | ||
<text variable="section"/> | ||
</group> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="event"> | ||
<group> | ||
<text term="presented at" suffix=" "/> | ||
<text variable="event"/> | ||
</group> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=": "> | ||
<text variable="publisher"/> | ||
</group> | ||
</macro> | ||
<macro name="issued"> | ||
<choose> | ||
<if type="graphic report article-newspaper" match="any"> | ||
<date variable="issued"> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="any"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</else-if> | ||
<else> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="point-locators"> | ||
<choose> | ||
<if match="any" variable="page"> | ||
<text variable="page"/> | ||
<group delimiter=" " prefix=", "> | ||
<choose> | ||
<if match="none" locator="page"> | ||
<label variable="locator" form="short"/> | ||
</if> | ||
</choose> | ||
<text variable="locator" form="long"/> | ||
</group> | ||
</if> | ||
<else> | ||
<group delimiter=" "> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator" form="long"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="archive-note"> | ||
<group delimiter=", "> | ||
<text variable="archive_location"/> | ||
<text variable="archive"/> | ||
<text variable="archive-place"/> | ||
</group> | ||
</macro> | ||
<macro name="access-note"> | ||
<group delimiter=", "> | ||
<choose> | ||
<if type="graphic report" match="any"> | ||
<text macro="archive-note" prefix=", "/> | ||
</if> | ||
<else-if type="article-journal article-magazine article-newspaper bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="none"> | ||
<text macro="archive-note" prefix=", "/> | ||
</else-if> | ||
</choose> | ||
</group> | ||
<choose> | ||
<if type="webpage post-weblog" match="any"> | ||
<text variable="URL" prefix=" "/> | ||
<group prefix=" [" suffix="]"> | ||
<text term="accessed"/> | ||
<date variable="accessed"> | ||
<date-part name="day" prefix=" "/> | ||
<date-part name="month" prefix=" "/> | ||
<date-part name="year" prefix=" "/> | ||
</date> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="locators-subsequent"> | ||
<group> | ||
<choose> | ||
<if match="none" locator="chapter"> | ||
<label variable="locator" form="short"/> | ||
</if> | ||
</choose> | ||
<text variable="locator"/> | ||
</group> | ||
</macro> | ||
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true"> | ||
<layout suffix="." delimiter="; "> | ||
<choose> | ||
<if position="ibid-with-locator"> | ||
<group delimiter=", "> | ||
<text term="ibid" form="short"/> | ||
<text macro="locators-subsequent"/> | ||
</group> | ||
</if> | ||
<else-if match="any" position="ibid"> | ||
<text term="ibid" form="short"/> | ||
</else-if> | ||
<else-if position="subsequent"> | ||
<text macro="contributors-short"/> | ||
<text macro="title-short" prefix=", "/> | ||
<text macro="locators-subsequent" prefix=", "/> | ||
</else-if> | ||
<else> | ||
<group delimiter=" "> | ||
<text macro="contributors-note" suffix=","/> | ||
<text macro="title-note"/> | ||
<text macro="editor-translator" suffix=","/> | ||
<text macro="container-title-note"/> | ||
<text macro="locators-note"/> | ||
</group> | ||
<text macro="issue-note"/> | ||
<text macro="locators-specific-note" prefix=", "/> | ||
<text macro="locators-newspaper" prefix=", "/> | ||
<text macro="point-locators" prefix=", "/> | ||
<text macro="access-note"/> | ||
</else> | ||
</choose> | ||
</layout> | ||
</citation> | ||
<bibliography> | ||
<layout suffix="."> | ||
<group delimiter=" "> | ||
<text macro="contributors-note" suffix=","/> | ||
<text macro="title-note" suffix=","/> | ||
<text macro="editor-translator" suffix=","/> | ||
<text macro="container-title-note"/> | ||
<text macro="locators-note"/> | ||
</group> | ||
<text macro="issue-note"/> | ||
<text macro="locators-specific-note" prefix=", "/> | ||
<text macro="locators-newspaper" prefix=", "/> | ||
<text macro="point-locators" prefix=", "/> | ||
<text macro="access-note"/> | ||
</layout> | ||
</bibliography> | ||
</style> |