Permalink
Browse files
Switch from "http" to "https" for DOI links (#2241)
- Loading branch information
|
@@ -89,7 +89,7 @@ |
|
|
<if variable="page" match="none"> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else-if variable="URL"> |
|
|
<text variable="URL"/> |
|
|
|
@@ -92,7 +92,7 @@ |
|
|
<macro name="access"> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else-if variable="URL"> |
|
|
<group delimiter=" "> |
|
|
|
@@ -56,7 +56,7 @@ |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<group> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</group> |
|
|
</if> |
|
|
</choose> |
|
|
|
@@ -189,7 +189,7 @@ |
|
|
</if> |
|
|
<!--assume Ahead of print; either with or without DOI--> |
|
|
<else-if variable="DOI"> |
|
|
<text variable="DOI" prefix=" http://doi.org/"/> |
|
|
<text variable="DOI" prefix=" https://doi.org/"/> |
|
|
</else-if> |
|
|
<else> |
|
|
<group delimiter=". " prefix=" "> |
|
|
|
@@ -103,7 +103,7 @@ |
|
|
<macro name="access"> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<text variable="URL"/> |
|
|
|
@@ -5,8 +5,8 @@ |
|
|
<title-short>ASCE</title-short> |
|
|
<id>http://www.zotero.org/styles/american-society-of-civil-engineers</id> |
|
|
<link href="http://www.zotero.org/styles/american-society-of-civil-engineers" rel="self"/> |
|
|
<link href="http://doi.org/10.1061/9780784478998.ch17" rel="documentation"/> |
|
|
<link href="http://doi.org/10.1061/9780784479018.ch05" rel="documentation"/> |
|
|
<link href="https://doi.org/10.1061/9780784478998.ch17" rel="documentation"/> |
|
|
<link href="https://doi.org/10.1061/9780784479018.ch05" rel="documentation"/> |
|
|
<author> |
|
|
<name>Rintze Zelle</name> |
|
|
<uri>http://twitter.com/rintzezelle</uri> |
|
|
|
@@ -131,7 +131,7 @@ |
|
|
<else> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -130,7 +130,7 @@ |
|
|
<else> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -152,7 +152,7 @@ |
|
|
<else> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -131,7 +131,7 @@ |
|
|
<else> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -136,7 +136,7 @@ |
|
|
<if type="thesis report" match="any"> |
|
|
<choose> |
|
|
<if variable="DOI" match="any"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else-if variable="archive" match="any"> |
|
|
<group> |
|
@@ -158,7 +158,7 @@ |
|
|
<else> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -97,7 +97,7 @@ |
|
|
</group> |
|
|
</macro> |
|
|
<macro name="DOI"> |
|
|
<text variable="DOI" prefix=" DOI:http://doi.org/"/> |
|
|
<text variable="DOI" prefix=" DOI:https://doi.org/"/> |
|
|
</macro> |
|
|
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true"> |
|
|
<layout prefix="[" suffix="]" delimiter="; "> |
|
|
|
@@ -21,7 +21,7 @@ |
|
|
<macro name="access"> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else-if type="webpage post-weblog" match="any"> |
|
|
<choose> |
|
|
|
@@ -142,7 +142,7 @@ |
|
|
<else> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -111,7 +111,7 @@ |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<group prefix=" "> |
|
|
<text value="http://doi.org/" font-style="italic"/> |
|
|
<text value="https://doi.org/" font-style="italic"/> |
|
|
<text variable="DOI" suffix=" " font-style="italic"/> |
|
|
</group> |
|
|
</if> |
|
|
|
@@ -110,7 +110,7 @@ |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text term="available at" suffix=":"/> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<group delimiter=" "> |
|
|
|
@@ -125,7 +125,7 @@ |
|
|
<choose> |
|
|
<if variable="DOI" match="any"> |
|
|
<group delimiter=". "> |
|
|
<text variable="DOI" prefix="<http://doi.org/" suffix=">"/> |
|
|
<text variable="DOI" prefix="<https://doi.org/" suffix=">"/> |
|
|
<date variable="accessed" delimiter=" " prefix="Consulté le "> |
|
|
<date-part name="day"/> |
|
|
<date-part name="month"/> |
|
|
|
@@ -72,7 +72,7 @@ |
|
|
<if variable="DOI"> |
|
|
<text value="Disponible sur : " prefix=" "/> |
|
|
<group prefix="< " suffix=" >"> |
|
|
<text value="http://doi.org/"/> |
|
|
<text value="https://doi.org/"/> |
|
|
<text variable="DOI"/> |
|
|
</group> |
|
|
</if> |
|
|
|
@@ -72,7 +72,7 @@ |
|
|
<if variable="DOI"> |
|
|
<text value="Disponible sur : " prefix=" "/> |
|
|
<group prefix="< " suffix=" >"> |
|
|
<text value="http://doi.org/"/> |
|
|
<text value="https://doi.org/"/> |
|
|
<text variable="DOI"/> |
|
|
</group> |
|
|
</if> |
|
|
|
@@ -89,7 +89,7 @@ |
|
|
<if variable="DOI"> |
|
|
<text value="Disponible sur : " prefix=" "/> |
|
|
<group prefix="< " suffix=" >"> |
|
|
<text value="http://doi.org/"/> |
|
|
<text value="https://doi.org/"/> |
|
|
<text variable="DOI"/> |
|
|
</group> |
|
|
</if> |
|
|
|
@@ -77,7 +77,7 @@ |
|
|
<if variable="DOI"> |
|
|
<text value="Disponible sur : " prefix=" "/> |
|
|
<group prefix="< " suffix=" >"> |
|
|
<text value="http://doi.org/"/> |
|
|
<text value="https://doi.org/"/> |
|
|
<text variable="DOI"/> |
|
|
</group> |
|
|
</if> |
|
|
|
@@ -82,7 +82,7 @@ |
|
|
<choose> |
|
|
<if variable="DOI accessed" match="all"> |
|
|
<group prefix=", <" suffix=">"> |
|
|
<text value="http://doi.org/"/> |
|
|
<text value="https://doi.org/"/> |
|
|
<text variable="DOI"/> |
|
|
</group> |
|
|
</if> |
|
|
|
@@ -55,7 +55,7 @@ |
|
|
<choose> |
|
|
<if variable="DOI accessed" match="all"> |
|
|
<group prefix=", <" suffix=">"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</group> |
|
|
</if> |
|
|
<else-if variable="URL accessed" match="all"> |
|
|
|
@@ -140,7 +140,7 @@ |
|
|
<else> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -22,7 +22,7 @@ |
|
|
<macro name="access"> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else-if type="webpage post-weblog" match="any"> |
|
|
<choose> |
|
|
|
@@ -139,7 +139,7 @@ |
|
|
<else> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -118,7 +118,7 @@ |
|
|
<else> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" font-style="normal" font-variant="normal" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" font-style="normal" font-variant="normal" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -260,7 +260,7 @@ |
|
|
</group> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix=" <http://doi.org/" suffix=">"/> |
|
|
<text variable="DOI" prefix=" <https://doi.org/" suffix=">"/> |
|
|
</if> |
|
|
<else> |
|
|
<text variable="URL" prefix=" <" suffix=">"/> |
|
|
|
@@ -410,7 +410,7 @@ |
|
|
</group> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix=" <http://doi.org/" suffix=">"/> |
|
|
<text variable="DOI" prefix=" <https://doi.org/" suffix=">"/> |
|
|
</if> |
|
|
<else> |
|
|
<choose> |
|
|
|
@@ -20,7 +20,7 @@ |
|
|
<macro name="access"> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else-if type="webpage post-weblog" match="any"> |
|
|
<choose> |
|
|
|
@@ -22,7 +22,7 @@ |
|
|
<macro name="access"> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
</if> |
|
|
<else-if type="webpage post-weblog" match="any"> |
|
|
<choose> |
|
|
|
@@ -402,7 +402,7 @@ |
|
|
</choose> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="<a href="http://doi.org/" suffix="" target="_blank">"/> |
|
|
<text variable="DOI" prefix="<a href="https://doi.org/" suffix="" target="_blank">"/> |
|
|
<text variable="DOI" prefix="doi:" suffix="</a>"/> |
|
|
</if> |
|
|
<else> |
|
|
|
@@ -148,7 +148,7 @@ |
|
|
<group delimiter=" "> |
|
|
<text variable="volume" form="long" font-style="italic" suffix=","/> |
|
|
<text variable="page-first" suffix="."/> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
<text variable="PMID" prefix="http://www.ncbi.nlm.nih.gov/pubmed/"/> |
|
|
<choose> |
|
|
<if match="none" variable="DOI PMID"> |
|
|
|
@@ -128,7 +128,7 @@ |
|
|
<if variable="DOI"> |
|
|
<text value="Disponible sur : " prefix=" "/> |
|
|
<group prefix="< " suffix=" >"> |
|
|
<text value="http://doi.org/"/> |
|
|
<text value="https://doi.org/"/> |
|
|
<text variable="DOI"/> |
|
|
</group> |
|
|
</if> |
|
|
|
@@ -412,7 +412,7 @@ |
|
|
<if match="any" variable="DOI"> |
|
|
<text value="DOI"/> |
|
|
<group> |
|
|
<text value="http://doi.org/"/> |
|
|
<text value="https://doi.org/"/> |
|
|
<text variable="DOI"/> |
|
|
</group> |
|
|
</if> |
|
|
|
@@ -343,7 +343,7 @@ |
|
|
<macro name="web_availibility"> |
|
|
<choose> |
|
|
<if variable="DOI"> |
|
|
<text variable="DOI" prefix="http://doi.org/"/> |
|
|
<text variable="DOI" prefix="https://doi.org/"/> |
|
|
<text macro="accessed"/> |
|
|
</if> |
|
|
<else-if variable="URL"> |
|
|
0 comments on commit
6eeb73a