Permalink
Browse files
fixes or cleans up the unspecified match attributes where needed
- Loading branch information...
|
@@ -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=": "/> |
|
|
|
</if> |
|
|
|
</choose> |
|
|
|
<group delimiter=": "> |
|
|
|
<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=" : "/> |
|
|
|
</if> |
|
|
|
</choose> |
|
|
|
<group delimiter=": "> |
|
|
|
<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=": "/> |
|
|
|
</if> |
|
|
|
</choose> |
|
|
|
<group delimiter=": "> |
|
|
|
<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=" : "/> |
|
|
|
</if> |
|
|
|
</choose> |
|
|
|
<group delimiter=": "> |
|
|
|
<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