-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create indian-journal-of-agricultural-sciences.csl (#7053)
- Loading branch information
1 parent
7797848
commit d163476
Showing
1 changed file
with
236 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,236 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-et-al="never" delimiter-precedes-last="never" initialize-with=" " demote-non-dropping-particle="sort-only" default-locale="en-US"> | ||
<info> | ||
<title>Indian Journal of Agricultural Sciences</title> | ||
<title-short>IJAgS</title-short> | ||
<id>http://www.zotero.org/styles/indian-journal-of-agricultural-sciences</id> | ||
<link href="http://www.zotero.org/styles/indian-journal-of-agricultural-sciences" rel="self"/> | ||
<link href="http://www.zotero.org/styles/antipode" rel="template"/> | ||
<link href="https://epubs.icar.org.in/index.php/IJAgS/about/submissions" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="geography"/> | ||
<issn>0019-5022</issn> | ||
<eissn>2394-3319</eissn> | ||
<updated>2024-05-15T19:32:05+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"> | ||
<name and="text" delimiter-precedes-last="never" initialize-with=" " name-as-sort-order="all" sort-separator=" "/> | ||
<et-al font-style="italic"/> | ||
<label form="short" prefix=" "/> | ||
<substitute> | ||
<names variable="editor translator"/> | ||
<text variable="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="text" delimiter-precedes-last="never"/> | ||
<et-al font-style="italic"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text variable="title" form="short"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editors"> | ||
<choose> | ||
<if type="chapter paper-conference book" match="any"> | ||
<names variable="editor translator" delimiter=", "> | ||
<name and="text" delimiter-precedes-last="never" initialize-with=" " name-as-sort-order="all" sort-separator=" "/> | ||
<label form="short" text-case="capitalize-first" strip-periods="true" prefix="(" suffix=")"/> | ||
</names> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="website"> | ||
<choose> | ||
<if type="post-weblog webpage post" match="any"> | ||
<group> | ||
<text variable="URL"/> | ||
<date variable="accessed" prefix=" (last accessed " suffix=")"> | ||
<date-part name="day" form="numeric-leading-zeros" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<text variable="title"/> | ||
</macro> | ||
<macro name="publisher"> | ||
<choose> | ||
<if type="thesis"> | ||
<group delimiter=", "> | ||
<text variable="genre"/> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="genre" suffix=". "/> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="event"> | ||
<choose> | ||
<if variable="event"> | ||
<text term="presented at" prefix="paper " suffix=" "/> | ||
<text variable="event"/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="year-date"> | ||
<choose> | ||
<if variable="issued"> | ||
<group> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
<choose> | ||
<if match="any" variable="original-date"> | ||
<date date-parts="year" form="numeric" variable="original-date" prefix=" [" suffix="]"/> | ||
</if> | ||
</choose> | ||
</group> | ||
</if> | ||
<else> | ||
<choose> | ||
<if match="any" variable="original-date"> | ||
<date date-parts="year" form="numeric" variable="original-date"/> | ||
</if> | ||
<else> | ||
<text term="no date" form="short" text-case="uppercase" strip-periods="true" prefix=" [" suffix="]"/> | ||
</else> | ||
</choose> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" strip-periods="true"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition" suffix="."/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="locators"> | ||
<choose> | ||
<if type="article-journal article-magazine" match="any"> | ||
<group delimiter=": " prefix=" "> | ||
<group> | ||
<text variable="volume" font-weight="bold"/> | ||
<text variable="issue" prefix="(" suffix=")"/> | ||
</group> | ||
<text macro="pages"/> | ||
</group> | ||
</if> | ||
<else-if type="article-newspaper"> | ||
<group delimiter=", " prefix=", "> | ||
<date variable="issued"> | ||
<date-part name="day"/> | ||
<date-part name="month" form="long" prefix=" "/> | ||
</date> | ||
<group delimiter=" "> | ||
<label variable="page"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="legal_case" match="any"> | ||
<text variable="page" prefix=" " suffix=" "/> | ||
<group delimiter=" " prefix="(" suffix=")"> | ||
<text variable="authority"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter" match="any"> | ||
<text macro="pages" prefix=", "/> | ||
</else-if> | ||
<else> | ||
<text variable="page" prefix=" "/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="pages"> | ||
<choose> | ||
<if type="chapter" match="any"> | ||
<label strip-periods="true" variable="page" form="short"/> | ||
</if> | ||
</choose> | ||
<text variable="page"/> | ||
</macro> | ||
<macro name="container-title"> | ||
<choose> | ||
<if type="legal_case webpage" match="any"> | ||
<text variable="container-title"/> | ||
</if> | ||
<else> | ||
<text variable="container-title" font-style="italic"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" givenname-disambiguation-rule="primary-name" collapse="year-suffix"> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="year-date"/> | ||
</sort> | ||
<layout delimiter=", " prefix="(" suffix=")"> | ||
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<text macro="year-date"/> | ||
</group> | ||
<text variable="locator" prefix=":"/> | ||
</layout> | ||
</citation> | ||
<bibliography> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="year-date"/> | ||
</sort> | ||
<layout> | ||
<group delimiter=". " suffix="."> | ||
<choose> | ||
<if type="legal_case" match="any"> | ||
<text macro="title"/> | ||
</if> | ||
<else> | ||
<text macro="author"/> | ||
</else> | ||
</choose> | ||
<text macro="year-date"/> | ||
<text macro="title"/> | ||
<text macro="edition" prefix="(" suffix=")"/> | ||
<group> | ||
<text macro="container-title"/> | ||
<text macro="locators"/> | ||
</group> | ||
<text macro="editors"/> | ||
<text macro="event"/> | ||
<choose> | ||
<if type="book chapter paper-conference thesis" match="any"> | ||
<text macro="publisher"/> | ||
</if> | ||
</choose> | ||
</group> | ||
<text macro="website" prefix=". "/> | ||
</layout> | ||
</bibliography> | ||
</style> |