Skip to content

Commit 9ab51f9

Browse files
authored
Create the-university-of-tokyo-law-review.csl (JabRef#4593)
1 parent 126f84c commit 9ab51f9

File tree

1 file changed

+143
-0
lines changed

1 file changed

+143
-0
lines changed
+143
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" default-locale="ja-JP">
3+
<info>
4+
<title>東京大学法科大学院ローレビュー (The University of Tokyo Law Review) (Japanese)</title>
5+
<id>http://www.zotero.org/styles/the-university-of-tokyo-law-review</id>
6+
<link href="http://www.zotero.org/styles/the-university-of-tokyo-law-review" rel="self"/>
7+
<link href="http://www.sllr.j.u-tokyo.ac.jp/" rel="documentation"/>
8+
<link href="http://www.j.u-tokyo.ac.jp/students/wp-content/uploads/sites/5/2017/11/20180115quote.pdf" rel="documentation"/>
9+
<link href="https://ysmatsud.hatenablog.com/entry/2020/03/05/200900" rel="documentation"/>
10+
<author>
11+
<name>MATSUDA Yoshiro</name>
12+
<email>ysmatsud@gmail.com</email>
13+
</author>
14+
<category citation-format="author-date"/>
15+
<category field="law"/>
16+
<issn>2187-2902</issn>
17+
<eissn>2188-0689</eissn>
18+
<updated>2020-03-02T09:52:29+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<macro name="author">
22+
<names variable="author" delimiter="">
23+
<name delimiter="" et-al-min="3" et-al-use-first="1"/>
24+
</names>
25+
</macro>
26+
<macro name="title">
27+
<choose>
28+
<if type="book">
29+
<text variable="title" prefix="" suffix=""/>
30+
</if>
31+
<else>
32+
<text variable="title" prefix="" suffix=""/>
33+
</else>
34+
</choose>
35+
</macro>
36+
<macro name="publisher">
37+
<text variable="publisher"/>
38+
</macro>
39+
<macro name="volume">
40+
<text variable="volume" suffix=""/>
41+
</macro>
42+
<macro name="issue">
43+
<text variable="issue" suffix=""/>
44+
</macro>
45+
<macro name="pageno">
46+
<text variable="page" suffix=""/>
47+
</macro>
48+
<macro name="container">
49+
<text variable="container-title"/>
50+
</macro>
51+
<macro name="issued-date">
52+
<date variable="issued" prefix=" (" suffix=")">
53+
<date-part name="year"/>
54+
</date>
55+
</macro>
56+
<macro name="book_suffix">
57+
<text variable="publisher" prefix=" (" suffix=", "/>
58+
<date variable="issued" suffix=")">
59+
<date-part name="year"/>
60+
</date>
61+
</macro>
62+
<macro name="webpage_suffix">
63+
<date variable="issued">
64+
<date-part name="year" suffix=""/>
65+
<date-part name="month" suffix="" form="numeric"/>
66+
<date-part name="day" suffix=""/>
67+
</date>
68+
<text variable="URL" prefix=" (" suffix=","/>
69+
<date variable="accessed" suffix=")">
70+
<date-part name="year" suffix=""/>
71+
<date-part name="month" suffix="" form="numeric"/>
72+
<date-part name="day" suffix="日最終閲覧"/>
73+
</date>
74+
</macro>
75+
<citation>
76+
<layout>
77+
<group delimiter=" " suffix="">
78+
<choose>
79+
<if type="book">
80+
<text macro="author"/>
81+
<text macro="title"/>
82+
<text macro="pageno"/>
83+
<text macro="book_suffix"/>
84+
</if>
85+
<else-if type="article-journal article-magazine article-newspaper" match="any">
86+
<text macro="author"/>
87+
<text macro="title"/>
88+
<text macro="container"/>
89+
<text macro="volume"/>
90+
<text macro="issue"/>
91+
<text macro="pageno"/>
92+
<text macro="issued-date"/>
93+
</else-if>
94+
<else-if type="webpage">
95+
<text macro="author"/>
96+
<text macro="title"/>
97+
<text macro="publisher"/>
98+
<text macro="webpage_suffix"/>
99+
</else-if>
100+
<else>
101+
<text macro="title"/>
102+
</else>
103+
</choose>
104+
</group>
105+
</layout>
106+
</citation>
107+
<bibliography>
108+
<sort>
109+
<key macro="author"/>
110+
<key macro="issued-date"/>
111+
</sort>
112+
<layout>
113+
<group delimiter=" ">
114+
<choose>
115+
<if type="book">
116+
<text macro="author"/>
117+
<text macro="title"/>
118+
<text macro="pageno"/>
119+
<text macro="book_suffix"/>
120+
</if>
121+
<else-if type="article-journal article-magazine article-newspaper" match="any">
122+
<text macro="author"/>
123+
<text macro="title"/>
124+
<text macro="container"/>
125+
<text macro="volume"/>
126+
<text macro="issue"/>
127+
<text macro="pageno"/>
128+
<text macro="issued-date"/>
129+
</else-if>
130+
<else-if type="webpage">
131+
<text macro="author"/>
132+
<text macro="title"/>
133+
<text macro="publisher"/>
134+
<text macro="webpage_suffix"/>
135+
</else-if>
136+
<else>
137+
<text macro="title"/>
138+
</else>
139+
</choose>
140+
</group>
141+
</layout>
142+
</bibliography>
143+
</style>

0 commit comments

Comments
 (0)