Skip to content
Permalink
Browse files

fixes or cleans up the unspecified match attributes where needed

  • Loading branch information...
adam3smith committed Sep 21, 2014
1 parent d83fc4e commit a6a90912fc45eec2474290b09188e729c2316dac
@@ -32,7 +32,7 @@
<macro name="access">
<choose>
<if variable="volume"/>
<else-if variable="number" type="patent" match="any"/>
<else-if variable="number" type="patent" match="all"/>
<else-if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</else-if>
@@ -71,7 +71,7 @@
</macro>
<macro name="accessed-date">
<choose>
<if variable="URL" type="webpage" match="any">
<if variable="URL" type="webpage" match="all">
<group delimiter=" ">
<text term="retrieved" text-case="capitalize-first"/>
<date variable="accessed" delimiter=" ">
@@ -49,7 +49,7 @@
</macro>
<macro name="access">
<choose>
<if variable="URL" type="webpage" match="any">
<if variable="URL" type="webpage" match="all">
<text value="Available at:" suffix=" "/>
<text variable="URL"/>
<group prefix=" [" suffix="]">
@@ -313,12 +313,10 @@
</choose>
</macro>
<macro name="archive">
<text variable="archive"/>
<choose>
<if variable="archive_location call-number" match="any">
<text value=":&#160;"/>
</if>
</choose>
<group delimiter=":&#160;">
<text variable="archive"/>
<text macro="archive_location"/>
</group>
</macro>
<macro name="archive_location">
<choose>
@@ -319,12 +319,10 @@
</choose>
</macro>
<macro name="archive">
<text variable="archive"/>
<choose>
<if variable="archive_location call-number" match="any">
<text value="&#160;:&#160;"/>
</if>
</choose>
<group delimiter=":&#160;">
<text variable="archive"/>
<text macro="archive_location"/>
</group>
</macro>
<macro name="archive_location">
<choose>
@@ -276,12 +276,10 @@
</choose>
</macro>
<macro name="archive">
<text variable="archive"/>
<choose>
<if variable="archive_location call-number" match="any">
<text value=":&#160;"/>
</if>
</choose>
<group delimiter=":&#160;">
<text variable="archive"/>
<text macro="archive_location"/>
</group>
</macro>
<macro name="archive_location">
<choose>
@@ -273,12 +273,10 @@
</choose>
</macro>
<macro name="archive">
<text variable="archive"/>
<choose>
<if variable="archive_location call-number" match="any">
<text value="&#160;:&#160;"/>
</if>
</choose>
<group delimiter=":&#160;">
<text variable="archive"/>
<text macro="archive_location"/>
</group>
</macro>
<macro name="archive_location">
<choose>
@@ -40,7 +40,7 @@
<macro name="access">
<choose>
<if variable="volume"/>
<else-if variable="number" type="patent" match="any"/>
<else-if variable="number" type="patent" match="all"/>
<else-if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</else-if>

0 comments on commit a6a9091

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.