-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae0914f
commit 47aeec6
Showing
1 changed file
with
32 additions
and
22 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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="symbol" page-range-format="expanded" demote-non-dropping-particle="never" default-locale="en-US"> | ||
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) --> | ||
<info> | ||
<title>Hydrobiologia</title> | ||
<id>http://www.zotero.org/styles/hydrobiologia</id> | ||
|
@@ -11,12 +10,15 @@ | |
<name>Ronald Petie</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<contributor> | ||
<name>Patrick O'Brien</name> | ||
</contributor> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>0018-8158</issn> | ||
<eissn>1573-5117</eissn> | ||
<summary>Hydrobiologia citation style.</summary> | ||
<updated>2013-01-29T14:01:40+00:00</updated> | ||
<updated>2024-09-26T18:47:29+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="author"> | ||
|
@@ -52,29 +54,31 @@ | |
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<text term="in" text-case="capitalize-first" suffix=" "/> | ||
<names variable="editor translator" suffix=", "> | ||
<names variable="editor translator"> | ||
<name and="symbol" delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="first"/> | ||
<label form="short" strip-periods="true" prefix=" (" suffix=")"/> | ||
</names> | ||
<text macro="thecontainer" prefix=" "/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="URL"> | ||
<group> | ||
<text variable="URL"/> | ||
</group> | ||
<if type="article-journal"> | ||
<text variable="DOI" prefix="https://doi.org/"/> | ||
</if> | ||
<else-if type="webpage post post-weblog" match="any"> | ||
<text variable="URL"/> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="chapter" match="any"> | ||
<text variable="title" font-style="normal" suffix=" "/> | ||
<text variable="title" font-style="normal"/> | ||
</if> | ||
<else> | ||
<text variable="title" font-style="normal" suffix=". "/> | ||
<text variable="title" font-style="normal"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
|
@@ -114,22 +118,24 @@ | |
<text variable="container-title" font-style="normal" suffix=" "/> | ||
</if> | ||
<else> | ||
<text variable="container-title" font-style="normal" suffix=". "/> | ||
<text variable="container-title" font-style="normal"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="locators"> | ||
<choose> | ||
<if type="article-journal article-magazine" match="any"> | ||
<group delimiter=" " prefix=" "> | ||
<group> | ||
<group delimiter=": " prefix=" "> | ||
<group delimiter=" "> | ||
<text macro="thecontainer"/> | ||
<text variable="volume" suffix=":"/> | ||
</group> | ||
<text variable="page"/> | ||
</group> | ||
</if> | ||
<else-if type="article-newspaper"> | ||
<group delimiter=", " prefix=", "> | ||
<text macro="thecontainer"/> | ||
<date variable="issued"> | ||
<date-part name="day"/> | ||
<date-part name="month" form="long" prefix=" "/> | ||
|
@@ -144,7 +150,10 @@ | |
<text variable="page" prefix=", " suffix=" pp"/> | ||
</else-if> | ||
<else-if type="chapter paper-conference report" match="any"> | ||
<text variable="page" prefix=": "/> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text variable="page" prefix=", "/> | ||
|
@@ -170,16 +179,17 @@ | |
<key macro="year-date"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=" "> | ||
<text macro="author" suffix=","/> | ||
<text macro="year-date" suffix="."/> | ||
<text macro="title"/> | ||
<group delimiter=". "> | ||
<group delimiter=" "> | ||
<text macro="author" suffix=","/> | ||
<text macro="year-date" suffix="."/> | ||
<text macro="title"/> | ||
</group> | ||
<text macro="container-contributors"/> | ||
<text macro="publisher"/> | ||
<text macro="locators"/> | ||
</group> | ||
<text macro="container-contributors"/> | ||
<text macro="thecontainer"/> | ||
<text macro="publisher"/> | ||
<text macro="locators"/> | ||
<text macro="access" prefix=", "/> | ||
<text macro="access" prefix=". "/> | ||
</layout> | ||
</bibliography> | ||
</style> |