forked from zotero-chinese/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
507expport-journal-name.csl
31 lines (31 loc) · 1.24 KB
/
507expport-journal-name.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="zh-CN" demote-non-dropping-particle="never" initialize-with=" " name-delimiter=", " names-delimiter=". " name-as-sort-order="all" sort-separator=" ">
<!-- 根据GB-T7714-2015-numeric修改 -->
<info>
<title>导出期刊名称Export Journal Name</title>
<id>http://www.zotero.org/styles/expport-journal-name</id>
<link href="http://www.zotero.org/styles/export-author-journal-year-vol-issue-pages" rel="self"/>
<author>
<name>韩小土</name>
<email>[email protected]</email>
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2023-01-15T17:49:33+08: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="entry-layout">
<choose>
<if variable="container-title">
<text variable="container-title"/>
</if>
</choose>
</macro>
<citation/>
<bibliography>
<layout>
<text macro="entry-layout"/>
</layout>
</bibliography>
</style>