Skip to content
Permalink
Browse files

Update econometrica.csl (#2819)

  • Loading branch information...
POBrien333 authored and rmzelle committed Jul 16, 2017
1 parent f0adb08 commit 9a7fb2152a6bfbaaf7d3ecd716aa6bb220d35701
Showing with 20 additions and 6 deletions.
  1. +20 −6 econometrica.csl
@@ -13,7 +13,7 @@
<category field="math"/>
<issn>0012-9682</issn>
<eissn>1468-0262</eissn>
<updated>2017-07-15T23:42:39+00:00</updated>
<updated>2017-07-16T10:56:48+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>
<locale>
@@ -154,16 +154,16 @@
</choose>
</if>
<else-if type="report">
<text variable="title" text-case="title" suffix="."/>
<text variable="title" text-case="title" suffix=","/>
</else-if>
<else-if type="book">
<text variable="title" text-case="title" font-style="italic" suffix=". "/>
<text variable="title" text-case="title" font-style="italic" suffix=", "/>
</else-if>
<else-if type="article-journal" match="any">
<text variable="title" quotes="true" suffix="."/>
<text variable="title" quotes="true" suffix=","/>
</else-if>
<else>
<text variable="title" text-case="title" quotes="true" suffix="."/>
<text variable="title" text-case="title" quotes="true" suffix=","/>
</else>
</choose>
</macro>
@@ -331,6 +331,19 @@
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if type="webpage post-weblog" match="any">
<group delimiter=", ">
<text variable="URL"/>
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date form="numeric" variable="accessed"/>
</group>
</group>
</if>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" givenname-disambiguation-rule="primary-name">
<layout delimiter="; " prefix="(" suffix=")">
<group delimiter=", ">
@@ -352,14 +365,15 @@
<text macro="date" suffix=": "/>
<text macro="title"/>
<text macro="description"/>
<text macro="secondary-contributors" prefix=". "/>
<text macro="secondary-contributors"/>
<text macro="container-title" prefix=" " suffix=" "/>
<text macro="container-contributors"/>
<text macro="edition"/>
<text macro="locators"/>
<text macro="collection-title" prefix=". "/>
<text macro="locators-article"/>
<text macro="publisher"/>
<text macro="access"/>
</layout>
</bibliography>
</style>

0 comments on commit 9a7fb21

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