1 Star 1 Fork 53

quyi/Chinese-STD-GB-T-7714-related-csl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
202journal-of-management-world.csl 8.59 KB
一键复制 编辑 原始数据 按行查看 历史
zepinglee 提交于 2023-12-20 19:26 . 移除无用的
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" initialize-with=". " initialize-with-hyphen="false" page-range-format="expanded" default-locale-sort="zh-CN" default-locale="en-US">
<info>
<title>管理世界</title>
<id>http://www.zotero.org/styles/journal-of-management-world</id>
<link href="http://www.zotero.org/styles/journal-of-management-world" rel="self"/>
<link href="http://www.zotero.org/styles/social-sciences-in-china" rel="template"/>
<link href="http://www.mwm.net.cn/Web/Format" rel="documentation"/>
<author>
<name>韩小土</name>
<email>redleafnew@163.com</email>
</author>
<contributor>
<name>Zeping Lee</name>
<email>zepinglee@gmail.com</email>
</contributor>
<category citation-format="author-date"/>
<category field="social_science"/>
<updated>2023-12-20T18:27:04+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>
<locale xml:lang="en">
<style-options punctuation-in-quote="false"/>
<terms>
<!-- 英文页码的连接号使用 ~ -->
<term name="page-range-delimiter">~</term>
</terms>
</locale>
<locale xml:lang="zh">
<terms>
<term name="in"></term>
<term name="open-quote"></term>
<term name="close-quote"></term>
<term name="open-inner-quote"></term>
<term name="close-inner-quote"></term>
<term name="editor" form="short">主编</term>
</terms>
</locale>
<macro name="author-bib-en">
<names variable="author">
<name and="text" name-as-sort-order="all" delimiter-precedes-last="never"/>
<label form="short" prefix=", "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-bib-zh">
<names variable="author">
<name delimiter="、"/>
<label form="short"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-intext-en">
<names variable="author">
<name form="short" and="text"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-intext-zh">
<names variable="author">
<name delimiter="、"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="date-bib-en">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="date-bib-zh">
<date variable="issued" form="text" date-parts="year"/>
</macro>
<macro name="date-intext">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="title-en">
<choose>
<if type="article article-journal article-magazine article-newspaper chapter manuscript paper-conference report" match="any">
<text variable="title" text-case="title" quotes="true"/>
</if>
<else>
<text variable="title" text-case="title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="title-zh">
<text variable="title" prefix="《" suffix="》"/>
</macro>
<macro name="container-booklike-en">
<text term="in" suffix=" "/>
<group delimiter=": ">
<names variable="editor">
<name and="text" name-as-sort-order="first" delimiter-precedes-last="never"/>
<label form="short" strip-periods="true" prefix=", "/>
</names>
<text variable="container-title" text-case="title" font-style="italic"/>
</group>
</macro>
<macro name="container-booklike-zh">
<choose>
<if variable="container-title">
<text term="in"/>
<names variable="editor" suffix=":">
<name delimiter="、"/>
<label form="short"/>
</names>
<text variable="container-title" prefix="《" suffix="》"/>
</if>
</choose>
</macro>
<macro name="container-periodical-en">
<group delimiter=", ">
<text variable="container-title" text-case="title" font-style="italic"/>
<choose>
<if variable="issue">
<group>
<number variable="volume"/>
<number variable="issue" prefix="(" suffix=")"/>
</group>
</if>
<else>
<group>
<label variable="volume" form="short"/>
<number variable="volume"/>
</group>
</else>
</choose>
</group>
</macro>
<macro name="container-periodical-zh">
<group delimiter=",">
<text variable="container-title" prefix="《" suffix="》"/>
<group>
<text macro="date-bib-zh"/>
<text macro="issue-zh"/>
</group>
</group>
</macro>
<macro name="issue-zh">
<choose>
<if is-numeric="issue">
<text value="第"/>
<number variable="issue"/>
<label variable="issue" form="short"/>
</if>
<else>
<text variable="issue"/>
</else>
</choose>
</macro>
<macro name="publisher-en">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="publisher-zh">
<text variable="publisher"/>
</macro>
<macro name="page-en">
<choose>
<if is-numeric="page">
<label variable="page" form="short"/>
<number variable="page"/>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</macro>
<macro name="article-number">
<choose>
<if is-numeric="number">
<number variable="number" prefix="No."/>
</if>
<else>
<text variable="number"/>
</else>
</choose>
</macro>
<macro name="bib-layout-en">
<group delimiter=", ">
<text macro="author-bib-en"/>
<text macro="date-bib-en"/>
<text macro="title-en"/>
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text macro="container-periodical-en"/>
<text macro="page-en"/>
</if>
<else-if type="article manuscript report" match="any">
<text variable="genre"/>
<text macro="article-number"/>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text macro="container-booklike-en"/>
<text macro="publisher-en"/>
</else-if>
<else>
<text macro="publisher-en"/>
</else>
</choose>
</group>
</macro>
<macro name="bib-layout-zh">
<group delimiter=":">
<text macro="author-bib-zh"/>
<group delimiter=",">
<text macro="title-zh"/>
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text macro="container-periodical-zh"/>
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="container-booklike-zh"/>
<text macro="publisher-zh"/>
<text macro="date-bib-zh"/>
</else-if>
<else-if type="thesis">
<group>
<text macro="publisher-zh"/>
<choose>
<if variable="genre">
<text variable="genre"/>
</if>
<else>
<text value="博士学位论文"/>
</else>
</choose>
</group>
<text macro="date-bib-zh"/>
</else-if>
<else>
<text macro="publisher-zh"/>
<text macro="date-bib-zh"/>
</else>
</choose>
</group>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
<layout delimiter=";" prefix="(" suffix=")" locale="zh">
<group delimiter=",">
<text macro="author-intext-zh"/>
<text macro="date-intext"/>
</group>
</layout>
<layout delimiter=";" prefix="(" suffix=")">
<group delimiter=",">
<text macro="author-intext-en"/>
<text macro="date-intext"/>
</group>
</layout>
</citation>
<bibliography entry-spacing="0" hanging-indent="true">
<sort>
<key macro="author-bib-en"/>
<key variable="issued"/>
</sort>
<layout suffix="。" locale="zh">
<text variable="citation-number" prefix="(" suffix=")"/>
<text macro="bib-layout-zh"/>
</layout>
<layout suffix=".">
<text variable="citation-number" prefix="(" suffix=")"/>
<text macro="bib-layout-en"/>
</layout>
</bibliography>
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/texno3/Chinese-STD-GB-T-7714-related-csl.git
git@gitee.com:texno3/Chinese-STD-GB-T-7714-related-csl.git
texno3
Chinese-STD-GB-T-7714-related-csl
Chinese-STD-GB-T-7714-related-csl
main

搜索帮助