Skip to content

Commit 5815da0

Browse files
authored
1 parent 2702a7c commit 5815da0

File tree

1 file changed

+194
-0
lines changed

1 file changed

+194
-0
lines changed

Diff for: food-science-and-biotechnology.csl

+194
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="text" demote-non-dropping-particle="sort-only" default-locale="en-GB">
3+
<info>
4+
<title>Food Science and Biotechnology</title>
5+
<title-short>FSB</title-short>
6+
<id>http://www.zotero.org/styles/food-science-and-biotechnology</id>
7+
<link href="http://www.zotero.org/styles/food-science-and-biotechnology" rel="self"/>
8+
<link href="http://www.zotero.org/styles/animal" rel="template"/>
9+
<link href="http://www.fsnb.or.kr/" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="biology"/>
15+
<issn>1226-7708</issn>
16+
<eissn>2092-6456</eissn>
17+
<updated>2022-07-08T12:59:27+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<locale xml:lang="en">
21+
<terms>
22+
<term name="available at">available from</term>
23+
</terms>
24+
</locale>
25+
<macro name="editor">
26+
<names variable="editor" delimiter=", ">
27+
<name delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all" sort-separator=" "/>
28+
<label form="short" prefix="(" suffix=")"/>
29+
</names>
30+
</macro>
31+
<macro name="edition">
32+
<choose>
33+
<if is-numeric="edition">
34+
<group delimiter=" ">
35+
<number variable="edition" form="ordinal"/>
36+
<label variable="edition" form="short"/>
37+
</group>
38+
</if>
39+
<else>
40+
<text variable="edition"/>
41+
</else>
42+
</choose>
43+
</macro>
44+
<macro name="volume-booklike">
45+
<group delimiter=" ">
46+
<label variable="volume" form="short" text-case="capitalize-first"/>
47+
<number variable="volume" form="numeric"/>
48+
</group>
49+
</macro>
50+
<macro name="author">
51+
<names variable="author">
52+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter-precedes-last="never" delimiter=", "/>
53+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
54+
<substitute>
55+
<names variable="editor"/>
56+
<names variable="translator"/>
57+
<text variable="title"/>
58+
</substitute>
59+
</names>
60+
</macro>
61+
<macro name="author-short">
62+
<names variable="author">
63+
<name form="short" initialize-with=". "/>
64+
<et-al font-style="normal"/>
65+
<substitute>
66+
<names variable="editor"/>
67+
<names variable="translator"/>
68+
<choose>
69+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
70+
<text variable="title" form="short" font-style="italic"/>
71+
</if>
72+
<else>
73+
<text variable="title" form="short" quotes="true"/>
74+
</else>
75+
</choose>
76+
</substitute>
77+
</names>
78+
</macro>
79+
<macro name="publisher">
80+
<group delimiter=" ">
81+
<group delimiter=", ">
82+
<text variable="publisher"/>
83+
<text variable="publisher-place"/>
84+
</group>
85+
<text macro="issued" prefix="(" suffix=")"/>
86+
</group>
87+
</macro>
88+
<macro name="issued">
89+
<date variable="issued">
90+
<date-part name="year"/>
91+
</date>
92+
</macro>
93+
<macro name="pages">
94+
<group delimiter=" ">
95+
<label variable="page" form="short"/>
96+
<text variable="page"/>
97+
</group>
98+
</macro>
99+
<citation delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix" year-suffix-delimiter="; ">
100+
<sort>
101+
<key variable="author"/>
102+
<key variable="issued"/>
103+
</sort>
104+
<layout prefix="(" suffix=")" delimiter="; ">
105+
<group delimiter=", ">
106+
<text macro="author-short"/>
107+
<date variable="issued">
108+
<date-part name="year"/>
109+
</date>
110+
<group>
111+
<label variable="locator" form="short"/>
112+
<text variable="locator" prefix=" "/>
113+
</group>
114+
</group>
115+
</layout>
116+
</citation>
117+
<bibliography sort-separator="" entry-spacing="0" line-spacing="2" hanging-indent="true">
118+
<sort>
119+
<key macro="author-short"/>
120+
<key variable="issued"/>
121+
</sort>
122+
<layout suffix=".">
123+
<group delimiter=". ">
124+
<text macro="author"/>
125+
<text variable="title" prefix=" "/>
126+
<choose>
127+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
128+
<group delimiter=". ">
129+
<text macro="edition"/>
130+
<text macro="volume-booklike"/>
131+
<group delimiter=" ">
132+
<text macro="publisher"/>
133+
</group>
134+
</group>
135+
</if>
136+
<else-if type="thesis" match="any">
137+
<group delimiter=", ">
138+
<text variable="genre"/>
139+
<text macro="publisher" prefix=" "/>
140+
</group>
141+
</else-if>
142+
<else-if type="chapter paper-conference" match="any">
143+
<group delimiter=". ">
144+
<group delimiter=", ">
145+
<text macro="volume-booklike"/>
146+
<text macro="pages"/>
147+
</group>
148+
<group delimiter=": ">
149+
<text term="in" text-case="capitalize-first"/>
150+
<text variable="container-title" prefix=" "/>
151+
</group>
152+
<group delimiter=", ">
153+
<text macro="editor"/>
154+
<text variable="collection-title" prefix=" "/>
155+
</group>
156+
<text macro="publisher" prefix=" "/>
157+
</group>
158+
</else-if>
159+
<else-if type="post-weblog webpage post" match="any">
160+
<group delimiter=". ">
161+
<text variable="container-title"/>
162+
<group delimiter=". ">
163+
<group delimiter=": ">
164+
<text term="available at" text-case="capitalize-first"/>
165+
<text variable="URL" font-style="italic"/>
166+
</group>
167+
<group>
168+
<text term="accessed" text-case="capitalize-first" font-style="normal" suffix=" "/>
169+
<date variable="accessed">
170+
<date-part name="month" suffix=" "/>
171+
<date-part name="day" suffix=", "/>
172+
<date-part name="year"/>
173+
</date>
174+
</group>
175+
</group>
176+
</group>
177+
</else-if>
178+
<else>
179+
<group delimiter=": " prefix=" ">
180+
<group delimiter=". ">
181+
<text variable="container-title"/>
182+
<text variable="volume"/>
183+
</group>
184+
<group delimiter=" ">
185+
<text variable="page"/>
186+
<text macro="issued" prefix="(" suffix=")"/>
187+
</group>
188+
</group>
189+
</else>
190+
</choose>
191+
</group>
192+
</layout>
193+
</bibliography>
194+
</style>

0 commit comments

Comments
 (0)