Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update american-society-for-horticultural-science.csl #6725

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions american-society-for-horticultural-science.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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-US">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<info>
<title>American Society for Horticultural Science</title>
<title-short>ASHS</title-short>
Expand All @@ -13,7 +13,7 @@
<category citation-format="author-date"/>
<category field="biology"/>
<category field="botany"/>
<updated>2023-05-12T09:18:16+00:00</updated>
<updated>2023-10-07T12:02:26+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>
Expand Down Expand Up @@ -147,7 +147,7 @@
</group>
</group>
</if>
<else-if type="article-journal">
<else-if type="article-journal" match="any">
<group delimiter=". ">
<text macro="title"/>
<group delimiter=". ">
Expand All @@ -168,7 +168,7 @@
<text macro="publisher"/>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
<else-if type="webpage post-weblog post" match="any">
<group delimiter=". ">
<text macro="title"/>
<text variable="container-title" form="short"/>
Expand All @@ -183,8 +183,21 @@
<text macro="publisher"/>
</group>
</else-if>
<else-if type="patent" match="any">
<group delimiter=". ">
<text variable="title"/>
<group delimiter=" ">
<text variable="authority"/>
<text variable="number"/>
</group>
<group delimiter=", " prefix="(" suffix=")">
<date form="text" variable="submitted" prefix="Filed "/>
<date form="text" variable="issued" prefix="granted "/>
</group>
</group>
</else-if>
<else>
<group delimiter=" ">
<group delimiter=". ">
<text macro="title"/>
<text variable="container-title" form="short"/>
<group delimiter=":">
Expand Down