Skip to content
Permalink
Browse files

include Patents (#3757)

added a section for somewaht proper inclusion of patents in citations
  • Loading branch information...
joka-de authored and adam3smith committed Oct 29, 2018
1 parent bca337e commit 0e04b35146eaf909e9e157976a9893cb451ce92c
Showing with 25 additions and 7 deletions.
  1. +25 −7 din-1505-2-numeric.csl
@@ -86,13 +86,6 @@
<!-- needed: Label should appear as suffix to EVERY name...!-->
</names>
</macro>
<!-- <macro name="contributor">
<names variable=" " delimiter=" ; ">
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; "
delimiter-precedes-last="always" font-variant="small-caps"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>-->
<macro name="translator">
<names variable="translator" delimiter=" ; ">
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; " delimiter-precedes-last="always" font-variant="small-caps"/>
@@ -319,6 +312,31 @@
<text prefix=". &#8212;&#160;" variable="note"/>
<text prefix=" &#8212;&#160;ISBN&#160;" variable="ISBN"/>
</else-if>
<!-- Schutzrechte -->
<else-if type="patent" match="any">
<group delimiter=" " prefix=" Schutzrecht " suffix=",">
<text variable="authority"/>
<text variable="number"/>
</group>
<text prefix=" " macro="title" font-style="italic" suffix=","/>
<group delimiter=", " prefix=" " suffix=".">
<group delimiter=" ">
<!--Needs Localization-->
<text value="eingereicht"/>
<date variable="submitted" form="numeric"/>
</group>
<group delimiter=" ">
<choose>
<if variable="issued submitted" match="all">
<text term="and"/>
</if>
</choose>
<!--Needs Localization-->
<text value="veröffentlicht"/>
<date variable="issued" form="numeric"/>
</group>
</group>
</else-if>
<!-- keiner der oben genannten fälle -->
<else>
<group suffix=".">

0 comments on commit 0e04b35

Please sign in to comment.
You can’t perform that action at this time.