-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
8f69d4e Container-title text-case set to title (#5931) 7200616 Create arrbhousestyle.csl (#5674) 8933609 Create hospital-a-domicilio.csl (#5924) 622bf63 Create international-journal-of-cosmetic-science.csl (#5886) 07e179f remove default-locale journal-de-la-societe-des-oceanistes.csl (#5887) 4435d1e update norsk-henvisningsstandard-for-rettsvitenskapelige-tekster.csl (#5892) 18e547f Added fixes for steel-research-international.csl (#5921) 79e53a2 Update springer-basic-brackets-no-et-al.csl (#5925) e4f411f Update antiquites-africaines.csl (#5923) f4b3830 Create hemijska-industrija.csl (#5881) 1b33712 Create dhd.csl (#5920) 8462846 Update China national standard GB/T 7714 styles (#5860) 2c298be ISO formatted dates in sodertorns hogskola citation styles (#5882) 1114ec2 Update sodertorns-hogskola-oxford.csl (#5865) 20c439b Create boletin-de-la-sociedad-geologica-mexicana.csl (#5841) e02b500 Create jurisprudence.csl (#5856) a860c30 Update organization-studies.csl (#5914) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 8f69d4e
- Loading branch information
github actions
committed
Mar 1, 2022
1 parent
eeb793c
commit 927b7e7
Showing
23 changed files
with
5,648 additions
and
994 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
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
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,208 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB" page-range-format="minimal"> | ||
<info> | ||
<title>Australian Road Research Board</title> | ||
<id>http://www.zotero.org/styles/australian-road-research-board</id> | ||
<link href="http://www.zotero.org/styles/australian-road-research-board" rel="self"/> | ||
<link href="http://www.zotero.org/styles/style-manual-australian-government" rel="template"/> | ||
<link href="https://www.railknowledgebank.com/Presto/pl/NmQ5ZmY0YWQtNTc4NS00YzZiLTk3MTItNjEzYWQxZTgyMTRlLjcxNjg=" rel="documentation"/> | ||
<author> | ||
<name>TMason</name> | ||
<email>tony.mason@arrb.com.au</email> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="generic-base"/> | ||
<summary>Australian Road Research Board Style based on the Australian Style Manual author-date 6th edition</summary> | ||
<updated>2017-10-12T00:16:23+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 xml:lang="en"> | ||
<terms> | ||
<term name="edition" form="short">edn</term> | ||
<term name="editor" form="short"> | ||
<single>ed</single> | ||
<multiple>eds</multiple> | ||
</term> | ||
</terms> | ||
</locale> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name and="symbol" initialize-with=""/> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
</names> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="" delimiter=", " delimiter-precedes-last="never"/> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<text macro="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="symbol" delimiter-precedes-last="never"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="URL"> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text value="viewed"/> | ||
<date variable="accessed"> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
<text variable="URL" prefix="<" suffix=">"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="DOI" prefix="doi: "/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song thesis webpage" match="any"> | ||
<text variable="title" font-style="italic"/> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", " prefix=", "> | ||
<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" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<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> | ||
</macro> | ||
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true"> | ||
<layout prefix="(" suffix=")" delimiter=", "> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<text macro="year-date"/> | ||
</group> | ||
<group> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator"/> | ||
</group> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography hanging-indent="true"> | ||
<sort> | ||
<key macro="author"/> | ||
<key variable="issued"/> | ||
</sort> | ||
<layout suffix="."> | ||
<text macro="author"/> | ||
<text macro="year-date" prefix=" "/> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture song" match="any"> | ||
<group delimiter=", "> | ||
<text macro="title" prefix=", "/> | ||
<text macro="edition"/> | ||
<text macro="editor"/> | ||
<text variable="version" prefix=" "/> | ||
</group> | ||
<text macro="publisher"/> | ||
</if> | ||
<else-if type="report" match="any"> | ||
<group delimiter=", "> | ||
<text macro="title" prefix=", "/> | ||
<text macro="edition"/> | ||
<text macro="editor"/> | ||
<text variable="number"/> | ||
</group> | ||
<text macro="publisher"/> | ||
</else-if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group prefix=", "> | ||
<text macro="title"/> | ||
<text macro="editor" prefix=", in "/> | ||
<text variable="container-title" font-style="italic" prefix=", "/> | ||
<text variable="collection-title" prefix=", "/> | ||
<group> | ||
<text macro="publisher"/> | ||
</group> | ||
<group prefix=", "> | ||
<label variable="page" form="short"/> | ||
<text variable="page" prefix=" "/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="thesis"> | ||
<group prefix=", "> | ||
<text variable="title" quotes="true"/> | ||
<text variable="genre" prefix=", "/> | ||
<text macro="publisher"/> | ||
</group> | ||
</else-if> | ||
<else-if type="article-newspaper"> | ||
<group prefix=", "> | ||
<text variable="title" quotes="true"/> | ||
<text variable="container-title" font-style="italic" prefix=", "/> | ||
<text variable="section" prefix=", "/> | ||
<text variable="edition" prefix=", "/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group prefix=", "> | ||
<text macro="title"/> | ||
<text variable="note" prefix=", "/> | ||
<text macro="publisher"/> | ||
</group> | ||
<group prefix=", "> | ||
<text variable="container-title" font-style="italic"/> | ||
<group prefix=", "> | ||
<text variable="volume" prefix="vol. "/> | ||
<text variable="issue" prefix=", no. "/> | ||
</group> | ||
<group prefix=", "> | ||
<label variable="page" form="short"/> | ||
<text variable="page" prefix=". "/> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
<text prefix=", " macro="access"/> | ||
</layout> | ||
</bibliography> | ||
</style> |
Oops, something went wrong.