Skip to content

Commit

Permalink
Merge pull request citation-style-language#12 from barendt/new_scienc…
Browse files Browse the repository at this point in the history
…e_format

Added title as per the new Science requirements.
  • Loading branch information
bdarcus committed May 13, 2011
2 parents 90fea9c + 6c083a9 commit 967fb9c
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions science.csl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<contributor>
<name>Sebastian Karcher</name>
</contributor>
<contributor>
<name>Greg Barendt</name>
</contributor>
<category citation-format="numeric"/>
<category field="science"/>
<updated>2009-10-29T13:26:20+00:00</updated>
Expand Down Expand Up @@ -140,19 +143,33 @@
<text macro="pages"/>
</group>
</else-if>
<else-if type="article-journal">
<group suffix=".">
<text macro="editor" prefix=" "/>
</group>
<group prefix=" ">
<text macro="title" suffix=", "/>
<text form="short" variable="container-title" font-style="italic" suffix=" "/>
<text variable="volume" font-weight="bold"/>
<text variable="page" prefix=", "/>
</group>
<text macro="issued" prefix=" (" suffix=")"/>
<text macro="access"/>
</else-if>
<else>
<group suffix=".">
<text macro="editor" prefix=" "/>
</group>
<group prefix=" ">
<text form="short" variable="container-title" font-style="italic" suffix=" "/>
<text variable="volume" font-weight="bold"/>
<text variable="page" prefix=", "/>
</group>
<text macro="issued" prefix=" (" suffix=")"/>
<text macro="access"/>
<group suffix=".">
<text macro="editor" prefix=" "/>
</group>
<group prefix=" ">
<text macro="title"/>
<text form="short" variable="container-title" font-style="italic" suffix=" "/>
<text variable="volume" font-weight="bold"/>
<text variable="page" prefix=", "/>
</group>
<text macro="issued" prefix=" (" suffix=")"/>
<text macro="access"/>
</else>
</choose>
</layout>
</bibliography>
</style>
</style>

0 comments on commit 967fb9c

Please sign in to comment.