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 european-environment-agency #7122

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 3 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
361 changes: 361 additions & 0 deletions european-environment-agency.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,361 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" page-range-format="expanded" default-locale="en-GB">
<info>
<title>European Environment Agency</title>
<title-short>EEA</title-short>
<id>http://www.zotero.org/styles/eea</id>
<link href="http://www.zotero.org/styles/european-environment-agency" rel="self"/>
<link href="https://www.eea.europa.eu/about-us/documents/eea-writing-manual.pdf" rel="documentation"/>
<category citation-format="author-date"/>
<category field="science"/>
<summary/>
<updated>2024-07-12T12:13:22+00:00</updated>
<rights license="https://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="en-GB">
<terms>
<term name="editor" form="short">
<single>ed.</single>
<multiple>eds</multiple>
</term>
<term name="page-range-delimiter">-</term>
<term name="open-quote">‘</term>
<term name="close-quote">’</term>
<term name="open-inner-quote">“</term>
<term name="close-inner-quote">”</term>
<term name="no date">undated</term>
<term name="in press">forthcoming</term>
</terms>
</locale>
<locale xml:lang="en-US">
<terms>
<term name="editor" form="short">
<single>ed.</single>
<multiple>eds</multiple>
</term>
<term name="page-range-delimiter">-</term>
<term name="open-quote">‘</term>
<term name="close-quote">’</term>
<term name="open-inner-quote">“</term>
<term name="close-inner-quote">”</term>
<term name="no date">undated</term>
<term name="in press">forthcoming</term>
</terms>
</locale>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name and="text" initialize-with=". " name-as-sort-order="all"/>
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name and="text" delimiter-precedes-et-al="always" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" initialize-with=". " name-as-sort-order="all"/>
<label form="short" text-case="lowercase" strip-periods="true" prefix=", " suffix="."/>
<substitute>
<names variable="editor"/>
<text macro="editor"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" et-al-min="3" initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<group delimiter=" ">
<text variable="URL" prefix="(" suffix=")"/>
<group>
<text term="accessed" text-case="lowercase" suffix=" "/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</group>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="book graphic legal_case motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title" quotes="false"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="year-date">
<group>
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="in press"/>
</else>
</choose>
</group>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="citation-locator">
<choose>
<if match="any" locator="chapter">
<text variable="locator" prefix="Chapter "/>
</if>
<else-if match="any" locator="figure">
<text variable="locator" prefix="Figure "/>
</else-if>
<else-if match="any" locator="page">
<label variable="locator" form="short" plural="contextual" suffix=" "/>
<text variable="locator"/>
</else-if>
<else-if match="any" locator="section">
<text variable="locator" prefix="section "/>
</else-if>
<else>
<text variable="locator"/>
</else>
</choose>
</macro>
<macro name="page">
<label variable="page" form="short" plural="contextual" suffix=" "/>
<text variable="page"/>
</macro>
<macro name="report-data">
<choose>
<if variable="genre">
<text variable="genre"/>
</if>
<else-if variable="collection-title">
<text variable="collection-title"/>
</else-if>
</choose>
</macro>
<macro name="legislation-number">
<choose>
<if variable="container-title">
<text variable="container-title"/>
</if>
<else-if variable="volume">
<text variable="volume"/>
</else-if>
<else-if variable="number">
<text variable="number"/>
</else-if>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<group delimiter=" ">
<text macro="author-short" suffix=","/>
<text macro="year-date"/>
</group>
<text macro="citation-locator"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="false" et-al-min="3" et-al-use-first="1">
<sort>
<key macro="author"/>
<key macro="year-date"/>
<key variable="title"/>
</sort>
<layout suffix=".">
<text macro="author" suffix=", "/>
<date variable="issued" suffix=", ">
<date-part name="year"/>
</date>
<choose>
<if type="article-newspaper article-magazine" match="any">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text variable="container-title" font-style="italic"/>
<date form="text" variable="issued">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
<text variable="publisher-place"/>
</group>
<text macro="access" prefix=" "/>
</if>
<else-if type="article-journal" match="any">
<group delimiter=" " prefix=" " suffix=",">
<text macro="title" quotes="true"/>
<text macro="editor"/>
</group>
<group prefix=" ">
<text variable="container-title" font-style="italic"/>
<group prefix=" ">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text macro="page" prefix=", "/>
<text variable="DOI" prefix=" (DOI: " suffix=")"/>
</group>
</else-if>
<else-if type="bill legislation" match="any">
<group delimiter=" " prefix=" " suffix=".">
<text variable="title"/>
<text macro="legislation-number" prefix=" (" suffix=")"/>
</group>
</else-if>
<else-if type="book" match="any">
<text macro="title" prefix=" " suffix=","/>
<group delimiter=" " prefix=" ">
<text macro="publisher"/>
</group>
</else-if>
<else-if type="chapter" match="any">
<text macro="title" quotes="true" suffix=","/>
<group delimiter=" " prefix=" ">
<text term="in" text-case="lowercase" suffix=":"/>
<text macro="editor" suffix=","/>
<text variable="container-title" font-style="italic" suffix=","/>
<text variable="collection-title" suffix=","/>
<group>
<text macro="publisher"/>
<text macro="page" prefix=", " text-case="lowercase"/>
</group>
</group>
</else-if>
<else-if type="entry-encyclopedia" match="any">
<text macro="title" quotes="true"/>
<group>
<text variable="volume" prefix=" " suffix=" "/>
<text variable="container-title" font-style="italic" suffix=", "/>
<text macro="publisher"/>
</group>
</else-if>
<else-if type="paper-conference" match="any">
<choose>
<if match="all" variable="event container-title">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text variable="event" prefix="conference paper presented at: "/>
<text variable="event-place"/>
<date form="text" date-parts="year-month-day" variable="issued">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</if>
<else>
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text variable="container-title"/>
<text variable="event" prefix="conference paper presented at: "/>
<text variable="event-place"/>
<date form="text" date-parts="year-month-day" variable="issued">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</else>
</choose>
</else-if>
<else-if type="report">
<group delimiter=" ">
<group delimiter=", ">
<text macro="title"/>
<group delimiter=" ">
<text macro="report-data"/>
<text variable="number" prefix="No "/>
</group>
<text macro="publisher"/>
</group>
<text macro="access"/>
</group>
</else-if>
<else-if type="article">
<group delimiter=" ">
<group delimiter=", ">
<text macro="title" quotes="true"/>
<text macro="publisher"/>
</group>
<text macro="access"/>
</group>
</else-if>
<else-if type="speech" match="any">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text variable="event" prefix="presentation given at: "/>
<text variable="event-place"/>
<date form="text" date-parts="year-month-day" variable="issued">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
<group delimiter=" ">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text variable="container-title"/>
</group>
<text macro="access" prefix=" "/>
</group>
</else-if>
<else>
<group delimiter=", ">
<text macro="title"/>
<choose>
<if match="any" variable="container-title">
<text variable="container-title" suffix="."/>
</if>
</choose>
<text macro="edition"/>
<group delimiter=" ">
<choose>
<if match="any" variable="genre">
<text variable="genre"/>
</if>
<else-if match="any" variable="collection-title">
<text variable="collection-title"/>
</else-if>
</choose>
<text variable="number"/>
<text macro="access"/>
</group>
<text macro="publisher" prefix=" "/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>
Loading