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 IAEA-FR-Team.csl #7368

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
260 changes: 260 additions & 0 deletions IAEA-FR-Team.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,260 @@
<?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="sort-only" default-locale="en-GB">
<info>
<title>IAEA FR Team</title>
<title-short>IAEA_FR_Team</title-short>
<id>http://www.zotero.org/styles/IAEA-FR-Team</id>
<link href="http://www.zotero.org/styles/IAEA-FR-Team" rel="self"/>
<link href="http://www.zotero.org/styles/multidisciplinary-digital-publishing-institute" rel="template"/>
<link href="http://www-pub.iaea.org/mtcd/publications/pdf/iaea_stylemanual_06.pdf" rel="documentation"/>
<author>
<name>Sebastian Karcher and Liu Xiaoyue and Vladimir :)</name>
</author>
<category citation-format="numeric"/>
<category field="science"/>
<summary>Manual of Style for the IAEA FR Team</summary>
<updated>2024-12-24T17:44:11+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>
<style-options punctuation-in-quote="false"/>
<terms>
<term name="open-quote">“</term>
<term name="close-quote">”</term>
<term name="open-inner-quote">‘</term>
<term name="close-inner-quote">’</term>
</terms>
</locale>
<macro name="editor">
<names variable="editor">
<name sort-separator=", " initialize-with="." name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
</name>
<label form="short" prefix=", " text-case="capitalize-first" strip-periods="true"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name sort-separator=", " initialize-with="." name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
</name>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first" strip-periods="true"/>
<substitute>
<names variable="editor"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="title">
<choose>
<if type="chapter speech" match="any">
<text variable="title" quotes="true"/>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<text variable="title"/>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text variable="title" text-case="capitalize-first"/>
</else-if>
<else-if type="webpage" match="any">
<text variable="title" text-case="capitalize-first"/>
</else-if>
<else>
<text variable="title" text-case="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="volume">
<choose>
<if variable="volume">
<group delimiter=" ">
<text term="volume" text-case="capitalize-first" form="short"/>
<text variable="volume"/>
</group>
</if>
<else>
<group delimiter=" ">
<text variable="number-of-volumes"/>
<text term="volume" form="short" strip-periods="true" plural="true"/>
</group>
</else>
</choose>
</macro>
<macro name="series">
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
</macro>
<macro name="pages">
<choose>
<if variable="page">
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</if>
<else>
<group delimiter=" ">
<text variable="number-of-pages"/>
<text term="page" plural="true" form="short"/>
</group>
</else>
</choose>
</macro>
<macro name="book-container">
<text variable="container-title" text-case="capitalize-first"/>
</macro>
<macro name="issued">
<choose>
<if type="article-magazine article-newspaper" match="any">
<text macro="full-issued"/>
</if>
<else>
<date variable="issued" delimiter=" ">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="full-issued">
<date variable="issued" delimiter=" ">
<date-part name="day"/>
<date-part name="month" form="short"/>
<date-part name="year"/>
</date>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if variable="URL">
<text term="available at" suffix=": " text-case="capitalize-first"/>
<text variable="URL"/>
<group prefix=" (" delimiter=": " suffix=")">
<text term="accessed" text-case="capitalize-first"/>
<date form="text" variable="accessed">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</else-if>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter=", " prefix="[" suffix="]">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush" et-al-min="6" et-al-use-first="1">
<layout suffix=".">
<text variable="citation-number" prefix="[" suffix="]"/>
<group delimiter=", ">
<text macro="author"/>
<text macro="title"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report thesis song" match="any">
<text macro="editor" prefix=" "/>
<group delimiter=" ">
<text variable="genre"/>
<text variable="number"/>
</group>
<text macro="series"/>
<text macro="edition"/>
<text macro="volume"/>
<group delimiter=" " prefix=" ">
<text macro="publisher"/>
<text macro="issued" prefix="(" suffix=")"/>
<text macro="pages"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=" ">
<group delimiter=", ">
<text macro="book-container"/>
<text macro="series"/>
<text macro="edition"/>
<text macro="volume"/>
</group>
<text macro="editor" prefix="(" suffix=")"/>
</group>
<group delimiter=" ">
<text macro="publisher"/>
<text macro="issued" prefix="(" suffix=")"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="webpage">
<text variable="container-title"/>
<text variable="URL"/>
</else-if>
<else-if type="speech">
<group delimiter=" ">
<text variable="genre"/>
<text term="presented at"/>
<text variable="event"/>
</group>
<text variable="event-place"/>
<text macro="issued"/>
</else-if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=" ">
<text variable="container-title" form="short"/>
<text variable="volume" font-weight="bold"/>
<text variable="issue"/>
<text macro="issued" prefix="(" suffix=")"/>
<text variable="page-first"/>
</group>
</else-if>
<else-if type="patent">
<group delimiter=" ">
<text variable="authority"/>
<text variable="number"/>
</group>
<date variable="issued" delimiter=" ">
<date-part name="month" form="short"/>
<date-part name="year"/>
</date>
</else-if>
<else>
<group delimiter=" ">
<group delimiter=", ">
<text variable="container-title" font-style="italic" text-case="title"/>
<text macro="edition"/>
<text macro="volume"/>
<text variable="genre"/>
<text macro="series"/>
<text macro="publisher"/>
</group>
<text macro="issued" prefix="(" suffix=")"/>
<text macro="pages"/>
</group>
</else>
</choose>
<text macro="access"/>
</group>
</layout>
</bibliography>
</style>
Loading