Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create uclouvain-criminologie-auteur-date.csl #7161

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update uclouvain-criminologie-auteur-date.csl
  • Loading branch information
pvanoverbeke authored Aug 13, 2024
commit 560655600d0c1a592e9dddc2cfcd8583f0c33295
47 changes: 0 additions & 47 deletions uclouvain-criminologie-auteur-date.csl
Original file line number Diff line number Diff line change
@@ -511,53 +511,6 @@
</else>
</choose>
</macro>
<macro name="date_pages-bib">
<choose>
<if type="book thesis report" match="any">
<choose>
<if match="any" variable="issued">
<date date-parts="year" form="text" variable="issued"/>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</if>
<else-if type="article-journal article-magazine article-newspaper bill legal_case" match="any">
<label suffix="&#160;" variable="page" form="short"/>
<text variable="page"/>
</else-if>
<else-if type="entry-encyclopedia entry-dictionary paper-conference chapter article" match="any">
<group font-style="normal">
<choose>
<if match="any" variable="issued">
<date date-parts="year" form="text" variable="issued"/>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</group>
<group>
<label prefix=", " suffix="&#160;" variable="page" form="short"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="legislation" match="any">
<date form="text" date-parts="year-month-day" variable="issued"/>
</else-if>
<else>
<choose>
<if match="any" variable="issued">
<date date-parts="year" form="text" variable="issued"/>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</else>
</choose>
</macro>
<macro name="volume">
<choose>
<if is-numeric="volume">
Loading