Skip to content

Commit 4fef39a

Browse files
authored
Create journal-of-open-research-software.csl (#5245)
1 parent 2bff1a6 commit 4fef39a

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

journal-of-open-research-software.csl

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US">
3+
<info>
4+
<title>Journal of Open Research Software</title>
5+
<title-short>JORS</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-open-research-software</id>
7+
<link href="http://www.zotero.org/styles/journal-of-open-research-software" rel="self"/>
8+
<link href="http://www.zotero.org/styles/national-science-foundation-grant-proposals" rel="template"/>
9+
<link href="https://openresearchsoftware.metajnl.com/about/submissions/#onlineSubmissions" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="science"/>
15+
<eissn>2049-9647</eissn>
16+
<updated>2021-02-03T17:11:15+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<macro name="title">
20+
<choose>
21+
<if type="book" match="any">
22+
<text variable="title" quotes="false" font-style="italic"/>
23+
</if>
24+
<else>
25+
<text variable="title"/>
26+
</else>
27+
</choose>
28+
</macro>
29+
<macro name="locators">
30+
<choose>
31+
<if type="article-journal" match="any">
32+
<group delimiter=": ">
33+
<group delimiter=", ">
34+
<text variable="container-title" font-style="italic"/>
35+
<group>
36+
<text variable="volume"/>
37+
<text variable="issue" prefix="(" suffix=")"/>
38+
</group>
39+
</group>
40+
<text variable="page"/>
41+
</group>
42+
</if>
43+
<else-if type="book" match="any">
44+
<text variable="publisher"/>
45+
</else-if>
46+
<else-if type="chapter paper-conference" match="any">
47+
<group delimiter=". ">
48+
<group delimiter=": ">
49+
<text term="in" text-case="capitalize-first"/>
50+
<text variable="container-title"/>
51+
</group>
52+
<text variable="publisher"/>
53+
</group>
54+
</else-if>
55+
</choose>
56+
</macro>
57+
<macro name="access">
58+
<choose>
59+
<if match="any" variable="DOI">
60+
<text variable="DOI" prefix="DOI: https://doi.org/"/>
61+
</if>
62+
<else>
63+
<group delimiter=". ">
64+
<text variable="URL" prefix="URL "/>
65+
<group delimiter="; " prefix="[" suffix="]">
66+
<text term="online" text-case="capitalize-first"/>
67+
<group delimiter=" ">
68+
<text term="accessed"/>
69+
<date variable="accessed">
70+
<date-part name="day" suffix="-"/>
71+
<date-part name="month" suffix="-"/>
72+
<date-part name="year"/>
73+
</date>
74+
</group>
75+
</group>
76+
</group>
77+
</else>
78+
</choose>
79+
</macro>
80+
<citation collapse="citation-number">
81+
<sort>
82+
<key variable="citation-number"/>
83+
</sort>
84+
<layout prefix="[" suffix="]" delimiter=", ">
85+
<text variable="citation-number"/>
86+
</layout>
87+
</citation>
88+
<bibliography second-field-align="margin">
89+
<layout>
90+
<text variable="citation-number" suffix=". "/>
91+
<group delimiter=". " suffix=".">
92+
<group delimiter=" ">
93+
<names variable="author" font-weight="normal" suffix=" ">
94+
<name and="text" initialize-with=" " name-as-sort-order="all">
95+
<name-part name="family" font-weight="bold"/>
96+
<name-part name="given" font-weight="bold"/>
97+
</name>
98+
</names>
99+
<date variable="issued">
100+
<date-part name="year" form="long"/>
101+
</date>
102+
<text macro="title"/>
103+
</group>
104+
<text macro="locators"/>
105+
</group>
106+
<text macro="access" prefix=" "/>
107+
</layout>
108+
</bibliography>
109+
</style>

0 commit comments

Comments
 (0)