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 harvard-university-of-bath.csl #4302

Merged
merged 4 commits into from
Sep 15, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
remove redundant group
  • Loading branch information
adam3smith authored Sep 15, 2019
commit 5dcd0dffb16e5391c5c57a0baf362a920e837d66
8 changes: 3 additions & 5 deletions harvard-university-of-bath.csl
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,8 @@
<citation et-al-min="3" 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>
<text macro="author-short"/>
<text macro="year-date"/>
<group>
<label variable="locator" form="short"/>
<text variable="locator"/>
Expand Down Expand Up @@ -420,7 +418,7 @@
</else>
</choose>
<choose>
<if type="legislation legal_case" match="any"></if>
<if type="legislation legal_case" match="any"/>
<else-if type="book motion_picture musical_score song speech" match="any">
<group prefix=" " suffix="." delimiter=" ">
<text macro="title"/>
Expand Down