Skip to content

Commit

Permalink
Update dental-materials
Browse files Browse the repository at this point in the history
  • Loading branch information
oschaefer committed Dec 9, 2012
1 parent b558cfb commit e36160c
Showing 1 changed file with 4 additions and 127 deletions.
131 changes: 4 additions & 127 deletions dental-materials
Original file line number Diff line number Diff line change
Expand Up @@ -3,141 +3,18 @@
<info>
<title>Dental Materials</title>
<id>http://www.zotero.org/styles/dental-materials</id>
<link href="http://www.zotero.org/styles/dental-materials" rel="self"/>
<link href="http://www.zotero.org/styles/elsevier-vancouver" rel="template"/>
<link href="http://www.zotero.org/styles/dental-materials" rel="self"/>
<link href="http://www.zotero.org/styles/elsevier-vancouver" rel="independent-parent"/>
<link href="http://www.elsevier.com/journals/dental-materials/0109-5641/guide-for-authors" rel="documentation"/>
<author>
<name>Oliver Schäfer</name>
<email>oliver.schaefer@med.uni-jena.de</email>
</author>
<category citation-format="numeric"/>
<category field="generic-base"/>
<category field="medicine"/>
<issn>0109-5641</issn>
<summary>A style for Dental Materials</summary>
<updated>2012-07-12T12:00:00+00:00</updated>
<updated>2012-08-12T12:00:00+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">
<names variable="author">
<name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
<label form="long" prefix=", " text-case="lowercase" suffix="."/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
<label form="long" prefix=", " text-case="lowercase" suffix="."/>
</names>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="publisher">
<text variable="publisher-place" suffix=": " text-case="title"/>
<text variable="publisher" suffix="; "/>
<text macro="year-date"/>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="." strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=", ">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0">
<layout suffix=".">
<text variable="citation-number" suffix=". "/>
<text macro="author" prefix=" " suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=". ">
<text variable="title"/>
<text macro="edition"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=", ">
<group delimiter=". ">
<text variable="title"/>
<group>
<text term="in" text-case="sentence" suffix=": "/>
<text macro="editor"/>
</group>
<group delimiter=", ">
<text variable="container-title" form="short"/>
<text variable="volume" prefix="vol. "/>
</group>
</group>
<text macro="publisher"/>
<group delimiter=" ">
<label variable="page" form="short" suffix="." strip-periods="true"/>
<text variable="page"/>
</group>
</group>
</else-if>
<else-if type="patent">
<group delimiter=", ">
<group delimiter=". ">
<text variable="title"/>
<text variable="number" prefix="U.S. Patent "/>
</group>
<text macro="year-date"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=". ">
<text variable="title"/>
<text variable="genre"/>
<group delimiter=", ">
<text variable="publisher"/>
<text macro="year-date"/>
</group>
</group>
</else-if>
<else>
<group delimiter=":">
<group delimiter=" ">
<group delimiter=". ">
<text variable="title"/>
<text variable="container-title" form="short" text-case="title"/>
</group>
<group delimiter=";">
<text macro="year-date"/>
<text variable="volume"/>
</group>
</group>
<text variable="page" form="short"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>

0 comments on commit e36160c

Please sign in to comment.