代码拉取完成,页面将自动刷新
同步操作将从 redleafnew00/Chinese-STD-GB-T-7714-related-csl 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。