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

Update sciences-po-ecole-doctorale-author-date.csl #7085

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 29 additions & 17 deletions sciences-po-ecole-doctorale-author-date.csl
Original file line number Diff line number Diff line change
@@ -1,32 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="expanded" demote-non-dropping-particle="sort-only" default-locale="fr-FR">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="expanded" demote-non-dropping-particle="sort-only">
<info>
<title>Sciences Po - Ecole de la recherche (author-date, Français)</title>
<title>Sciences Po - Ecole de la recherche (author-date)</title>
<id>http://www.zotero.org/styles/sciences-po-ecole-doctorale-author-date</id>
<link href="http://www.zotero.org/styles/sciences-po-ecole-doctorale-author-date" rel="self"/>
<link href="https://sciencespo.libguides.com/zotero/styles" rel="documentation"/>
<author>
<name>Anna Couthures-Idrizi</name>
<email>[email protected]</email>
<name>Anna Couthures-Idrizi, Noémie Prevel</name>
<email>[email protected], [email protected]</email>
</author>
<category citation-format="author-date"/>
<category field="social_science"/>
<category field="political_science"/>
<updated>2019-01-10T00:59:23+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 xml:lang="fr">
<locale xml:lang="fr-FR">
<terms>
<term name="ordinal-01">ère</term>
<term name="ordinal-02">e</term>
<term name="ordinal-03">e</term>
<term name="ordinal-04">e</term>
<term name="cited">Op.&#160;cit.</term>
<term name="page" form="short">p.</term>
<term name="editor" form="short">
<single>dir.</single>
<multiple>dir.</multiple>
</term>
<term name="accessed">consulté le</term>
</terms>
</locale>
<locale xml:lang="en">
<terms>
<term name="ordinal-01">st</term>
<term name="ordinal-02">nd</term>
<term name="ordinal-03">rd</term>
<term name="ordinal-04">th</term>
<term name="cited">Op.&#160;cit.</term>
<term name="page" form="short">p.</term>
<term name="editor" form="short">
<single>ed.</single>
<multiple>eds.</multiple>
</term>
<term name="accessed">accessed</term>
</terms>
</locale>
<macro name="contributors-note">
Expand Down Expand Up @@ -124,18 +140,14 @@
</macro>
<macro name="access">
<choose>
<if type="article article-journal article-magazine article-newspaper book broadcast chapter entry-dictionary entry-encyclopedia thesis graphic legal_case legislation manuscript map motion_picture paper-conference patent post post-weblog personal_communication report song speech webpage" match="any">
<choose>
<if variable="URL" match="any">
<text variable="URL" prefix="En ligne : " suffix=" "/>
<text value="consulté le" prefix="[" suffix=" "/>
<date variable="accessed" form="text" suffix="">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</if>
</choose>
<if variable="URL" match="any">
<text variable="URL" prefix="URL&#160;: " suffix=" "/>
<text term="accessed" prefix="[" suffix=" "/>
<date variable="accessed" form="text" suffix="">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</if>
</choose>
</macro>
Expand Down