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 rapid-communications-in-mass-spectrometry.csl #1335

Merged
merged 2 commits into from
Jan 17, 2015
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
100 changes: 58 additions & 42 deletions rapid-communications-in-mass-spectrometry.csl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<eissn>1097-0231</eissn>
<summary>Rapid Communications in Mass Spectrometry citation style based on Angewandte Chemie.
I have verified the style is correct for articles, books, book chapters, and reports, but I don't know about other formats.</summary>
<updated>2014-04-22T12:00:00+00:00</updated>
<updated>2015-01-17T17:41:33+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">
Expand Down Expand Up @@ -90,68 +90,84 @@
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush" et-al-min="15" et-al-use-first="14">
<bibliography et-al-min="15" et-al-use-first="14" second-field-align="flush" entry-spacing="0">
<layout suffix=".">
<text variable="citation-number" prefix="[" suffix="]"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="author" prefix=" " suffix=". "/>
<text macro="title" prefix=" " suffix=". "/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="year-date"/>
<group delimiter=". " prefix=" ">
<text macro="author"/>
<text macro="title"/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="year-date"/>
</group>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=", ">
<group delimiter=" ">
<text macro="author" prefix=" " suffix=", "/>
<text macro="title" prefix=" " suffix=", "/>
<text term="in"/>
<text variable="container-title" text-case="title" font-style="italic"/>
<group delimiter=". ">
<group delimiter=", " prefix=" ">
<text macro="author"/>
<text macro="title"/>
<group delimiter=" ">
<text term="in"/>
<text variable="container-title" text-case="title" font-style="italic"/>
</group>
<text macro="editor" prefix="(" suffix=")"/>
</group>
</group>
<text macro="editor" prefix=" (" suffix="). "/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="year-date"/>
<group delimiter=" ">
<text variable="page" prefix=" pp. "/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="year-date"/>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
</group>
</else-if>
<else-if type="patent">
<group delimiter=", ">
<text macro="author" prefix=" " suffix=". "/>
<text macro="title" prefix=" " suffix=". "/>
<text variable="title" text-case="title" font-style="italic"/>
<text macro="year-date"/>
<text variable="number"/>
<group delimiter=". ">
<text macro="author"/>
<text macro="title"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<else-if type="patent">
  <group delimiter=". ">
    <text macro="author"/>
    <text macro="title"/>
    <group delimiter=", ">
      <group delimiter=" ">
        <text variable="authority" font-style="italic"/>
        <text variable="number"/>
      </group>
      <date variable="issued">
        <date-part name="month" suffix=" "/>
        <date-part name="day" suffix=", "/>
        <date-part name="month" font-weight="bold"/>
       </date>
    </group>
  </group>
</else-if>

<group delimiter=", ">
<group delimiter=" ">
<text variable="authority" font-style="italic"/>
<text variable="number"/>
</group>
<date variable="issued">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year" font-weight="bold"/>
</date>
</group>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text macro="author" prefix=" " suffix=". "/>
<text macro="title" prefix=" " suffix=". "/>
<text variable="title" text-case="title"/>
<text variable="genre"/>
<text variable="publisher"/>
<text macro="year-date"/>
<group delimiter=". ">
<text macro="author"/>
<text macro="title"/>
<group delimiter=", " prefix=" ">
<text variable="genre" text-case="capitalize-first" font-style="italic"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
<text macro="year-date"/>
</group>
</group>
</else-if>
<else-if type="webpage">
<group delimiter=", ">
<text macro="author" prefix=" " suffix=". "/>
<text macro="title" prefix=" " suffix=". "/>
<text variable="title" quotes="true"/>
<text macro="access"/>
<text macro="year-date"/>
<group delimiter=". ">
<text macro="author"/>
<text macro="title"/>
<group delimiter=", " prefix=" ">
<text macro="access"/>
<text macro="year-date"/>
</group>
</group>
</else-if>
<else>
<group delimiter=" ">
<text macro="author" prefix=" " suffix=". "/>
<text macro="title" prefix=" " suffix=". "/>
<group delimiter=" " prefix=" ">
<text macro="author" suffix="."/>
<text macro="title" suffix="."/>
<text variable="container-title" form="short" font-style="italic"/>
<group delimiter=", ">
<text macro="year-date"/>
Expand Down