Skip to content

Commit b0746db

Browse files
Create Engineered Regeneration (#5682)
1 parent e38b953 commit b0746db

File tree

1 file changed

+143
-0
lines changed

1 file changed

+143
-0
lines changed

engineered-regeneration.csl

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Engineered Regeneration</title>
5+
<id>http://www.zotero.org/styles/engineered-regeneration</id>
6+
<link href="http://www.zotero.org/styles/engineered-regeneration" rel="self"/>
7+
<link href="http://www.zotero.org/styles/elsevier-with-titles" rel="template"/>
8+
<link href="https://www.keaipublishing.com/en/journals/engineered-regeneration/guide-for-authors/#32" rel="documentation"/>
9+
<contributor>
10+
<name>Pooyan Makvandi</name>
11+
<uri/>
12+
</contributor>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<issn>2666-1381</issn>
16+
<summary>A style for many of Elsevier's journals that includes article titles in the reference list</summary>
17+
<updated>2021-10-26T08:02:43+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+
<macro name="author">
21+
<names variable="author">
22+
<name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
23+
<label form="short" prefix=", "/>
24+
<substitute>
25+
<names variable="editor"/>
26+
<names variable="translator"/>
27+
</substitute>
28+
</names>
29+
</macro>
30+
<macro name="editor">
31+
<names variable="editor">
32+
<name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
33+
<label form="short" prefix=" (" text-case="capitalize-first" suffix=")"/>
34+
</names>
35+
</macro>
36+
<macro name="year-date">
37+
<choose>
38+
<if variable="issued">
39+
<date variable="issued">
40+
<date-part name="year"/>
41+
</date>
42+
</if>
43+
<else>
44+
<text term="no date" form="short"/>
45+
</else>
46+
</choose>
47+
</macro>
48+
<macro name="publisher">
49+
<text variable="publisher" suffix=", "/>
50+
<text variable="publisher-place" suffix=", "/>
51+
<text macro="year-date"/>
52+
</macro>
53+
<macro name="edition">
54+
<choose>
55+
<if is-numeric="edition">
56+
<group delimiter=" ">
57+
<number variable="edition" form="ordinal"/>
58+
<text term="edition" form="short"/>
59+
</group>
60+
</if>
61+
<else>
62+
<text variable="edition"/>
63+
</else>
64+
</choose>
65+
</macro>
66+
<macro name="access">
67+
<choose>
68+
<if variable="URL">
69+
<text variable="URL"/>
70+
<group prefix=" (" suffix=")" delimiter=" ">
71+
<text term="accessed"/>
72+
<date variable="accessed" form="text"/>
73+
</group>
74+
</if>
75+
</choose>
76+
</macro>
77+
<citation collapse="citation-number">
78+
<sort>
79+
<key variable="citation-number"/>
80+
</sort>
81+
<layout prefix="[" suffix="]" delimiter=",">
82+
<text variable="citation-number"/>
83+
</layout>
84+
</citation>
85+
<bibliography entry-spacing="0" second-field-align="flush">
86+
<layout suffix=".">
87+
<text variable="citation-number" prefix="[" suffix="]"/>
88+
<text macro="author" suffix=", "/>
89+
<choose>
90+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
91+
<group delimiter=", ">
92+
<text variable="title"/>
93+
<text macro="edition"/>
94+
<text macro="publisher"/>
95+
</group>
96+
</if>
97+
<else-if type="chapter paper-conference" match="any">
98+
<text variable="title" suffix=", "/>
99+
<text term="in" suffix=": "/>
100+
<text macro="editor" suffix=", "/>
101+
<text variable="container-title" text-case="title" suffix=", "/>
102+
<text macro="edition" suffix=", "/>
103+
<text macro="publisher"/>
104+
<group delimiter=" ">
105+
<label prefix=", " variable="page" form="short"/>
106+
<text variable="page"/>
107+
</group>
108+
</else-if>
109+
<else-if type="patent">
110+
<group delimiter=", ">
111+
<text variable="title"/>
112+
<text variable="number"/>
113+
<text macro="year-date"/>
114+
</group>
115+
</else-if>
116+
<else-if type="thesis">
117+
<group delimiter=", ">
118+
<text variable="title"/>
119+
<text variable="genre"/>
120+
<text variable="publisher"/>
121+
<text macro="year-date"/>
122+
</group>
123+
</else-if>
124+
<else>
125+
<group delimiter=" ">
126+
<text variable="title" suffix=","/>
127+
<text variable="container-title" form="short" text-case="title" suffix="."/>
128+
<text variable="volume"/>
129+
<text variable="issue" prefix="(" suffix=")"/>
130+
<text macro="year-date" prefix="(" suffix=")"/>
131+
<text variable="page" form="short"/>
132+
</group>
133+
</else>
134+
</choose>
135+
<choose>
136+
<if variable="DOI" match="all"/>
137+
<else>
138+
<text macro="access" prefix=". "/>
139+
</else>
140+
</choose>
141+
</layout>
142+
</bibliography>
143+
</style>

0 commit comments

Comments
 (0)