forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create interdisziplinare-anthropologie.csl (JabRef#4818)
- Loading branch information
1 parent
00210e1
commit 9caf926
Showing
1 changed file
with
222 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,222 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" demote-non-dropping-particle="never" default-locale="de-DE"> | ||
<info> | ||
<title>Interdisziplinäre Anthropologie (German)</title> | ||
<title-short>IA</title-short> | ||
<id>http://www.zotero.org/styles/interdisziplinare-anthropologie</id> | ||
<link href="http://www.zotero.org/styles/interdisziplinare-anthropologie" rel="self"/> | ||
<link href="http://www.zotero.org/styles/societe-archeologique-de-bordeaux" rel="template"/> | ||
<link href="https://jbia.weebly.com/uploads/1/0/1/1/101122/hinweise_f%C3%BCr_autoren_2020.pdf" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="note"/> | ||
<category field="anthropology"/> | ||
<issn>2198-8277</issn> | ||
<eissn>2198-8285</eissn> | ||
<updated>2020-05-21T08:40:56+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> | ||
<macro name="author"> | ||
<names variable="author" delimiter=", "> | ||
<name delimiter=" / " delimiter-precedes-last="never" name-as-sort-order="all"/> | ||
<substitute> | ||
<text macro="editor"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name and="text" name-as-sort-order="all" sort-separator=", " delimiter-precedes-last="never" delimiter=", "/> | ||
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author" delimiter=", "> | ||
<name form="short" delimiter=" / "/> | ||
<substitute> | ||
<text macro="editor-short"/> | ||
<text variable="title" form="short"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor-short"> | ||
<names variable="editor"> | ||
<name form="short" delimiter=", " and="text"/> | ||
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/> | ||
</names> | ||
</macro> | ||
<macro name="editor-short-bib"> | ||
<names variable="editor"> | ||
<label form="verb" text-case="lowercase"/> | ||
<name prefix=" " and="text" sort-separator=" "/> | ||
</names> | ||
</macro> | ||
<macro name="access"> | ||
<date form="numeric" variable="accessed"/> | ||
</macro> | ||
<macro name="collection"> | ||
<group delimiter=" "> | ||
<text variable="collection-title"/> | ||
<text variable="collection-number"/> | ||
</group> | ||
</macro> | ||
<macro name="title"> | ||
<text variable="title"/> | ||
</macro> | ||
<macro name="year-date"> | ||
<choose> | ||
<if variable="issued"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short" suffix="., " text-case="lowercase" strip-periods="true"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="pages"> | ||
<group delimiter=" "> | ||
<label text-case="capitalize-first" variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</macro> | ||
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true"> | ||
<sort> | ||
<key variable="issued"/> | ||
</sort> | ||
<layout delimiter=" ; "> | ||
<text macro="author-short" suffix=" "/> | ||
<text macro="year-date"/> | ||
<choose> | ||
<if locator="page"> | ||
<text variable="locator" prefix=", "/> | ||
</if> | ||
<else-if locator="paragraph"> | ||
<text variable="locator" prefix=", §"/> | ||
</else-if> | ||
<else> | ||
<group prefix=", "> | ||
<label variable="locator" form="short" suffix=". "/> | ||
<text variable="locator"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="4" et-al-use-first="1" subsequent-author-substitute="—" hanging-indent="true"> | ||
<sort> | ||
<key macro="author"/> | ||
<key variable="issued"/> | ||
<key variable="title"/> | ||
<key variable="page-first"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=", "> | ||
<group delimiter=": "> | ||
<text macro="author"/> | ||
<text macro="title"/> | ||
</group> | ||
<choose> | ||
<if type="thesis"> | ||
<group delimiter=", " suffix="."> | ||
<text variable="genre"/> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</if> | ||
<else-if type="webpage post post-weblog" match="any"> | ||
<group delimiter=" "> | ||
<text term="online"/> | ||
<text term="available at" suffix=":"/> | ||
<text variable="URL"/> | ||
<text prefix="[" macro="access" suffix="]"/> | ||
</group> | ||
</else-if> | ||
<else-if type="article-journal article-magazine article-newspaper paper-conference" match="any"> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<group delimiter=": "> | ||
<text term="in"/> | ||
<text variable="container-title"/> | ||
</group> | ||
<text variable="volume"/> | ||
<text macro="year-date" prefix="(" suffix=")"/> | ||
</group> | ||
<text macro="pages"/> | ||
</group> | ||
</else-if> | ||
<else-if type="book" match="any"> | ||
<group delimiter=", "> | ||
<text macro="edition"/> | ||
<text macro="collection"/> | ||
<group delimiter=" "> | ||
<text variable="publisher-place"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter entry-dictionary" match="any"> | ||
<group delimiter=", "> | ||
<group delimiter=": "> | ||
<text term="in"/> | ||
<text variable="container-title"/> | ||
</group> | ||
<text macro="editor-short-bib"/> | ||
<group> | ||
<text variable="publisher-place"/> | ||
<text macro="year-date"/> | ||
</group> | ||
<text macro="pages"/> | ||
</group> | ||
</else-if> | ||
<else-if type="report" match="any"> | ||
<group> | ||
<text variable="genre" prefix=", " font-style="italic"/> | ||
<text variable="publisher-place" prefix=", " suffix=", "/> | ||
<text variable="publisher"/> | ||
<text macro="year-date" prefix=", "/> | ||
<text variable="page" prefix=", " suffix=" p."/> | ||
</group> | ||
</else-if> | ||
<else-if type="entry-encyclopedia" match="any"> | ||
<group> | ||
<text macro="year-date" prefix=" (" suffix=") : "/> | ||
</group> | ||
<group delimiter=", "> | ||
<choose> | ||
<if variable="title-short" match="any"> | ||
<text variable="title-short" font-style="italic"/> | ||
</if> | ||
<else> | ||
<text variable="container-title" font-style="italic"/> | ||
</else> | ||
</choose> | ||
<text variable="volume"/> | ||
<group delimiter=" "> | ||
<text term="sub verbo" font-style="italic"/> | ||
<text macro="title"/> | ||
</group> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |