代码拉取完成,页面将自动刷新
同步操作将从 redleafnew00/Chinese-STD-GB-T-7714-related-csl 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" name-as-sort-order="all" sort-separator=" " demote-non-dropping-particle="never" initialize-with=" " initialize-with-hyphen="false" page-range-format="expanded" default-locale="zh-CN">
<info>
<title>Acta Physica Sinica (物理学报)</title> <!-- Zotero仓库版 -->
<id>http://www.zotero.org/styles/acta-physica-sinica</id>
<link href="http://www.zotero.org/styles/acta-physica-sinica" rel="self"/>
<link href="https://wulixb.iphy.ac.cn/news/tougaoxuzhi.htm" rel="documentation"/>
<author>
<name>韩小土</name>
</author>
<category citation-format="numeric"/>
<category field="generic-base"/>
<summary>The Chinese GB/T 7714-2015 numeric style</summary>
<updated>2024-01-21T19:22:13+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="zh">
<date form="text">
<date-part name="year" suffix="年" range-delimiter="—"/>
<date-part name="month" form="numeric" suffix="月" range-delimiter="—"/>
<date-part name="day" suffix="日" range-delimiter="—"/>
</date>
<terms>
<term name="edition" form="short">版</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="translator" form="short"/>
</terms>
</locale>
<locale>
<date form="numeric">
<date-part name="year" range-delimiter="/"/>
<date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>
<date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>
</date>
<terms>
<term name="page-range-delimiter">–</term> <!-- 页码间隔为 en dash -->
</terms>
</locale>
<!-- 主要责任者 -->
<macro name="author">
<names variable="author">
<name/>
<substitute>
<names variable="composer"/>
<names variable="illustrator"/>
<names variable="director"/>
<choose>
<if variable="container-title" match="none">
<names variable="editor"/>
</if>
</choose>
</substitute>
</names>
</macro>
<!-- 书籍的卷号(“第 x 卷”或“第 x 册”) -->
<macro name="volume">
<choose>
<if type="article article-journal article-magazine article-newspaper periodical" match="none">
<choose>
<if is-numeric="volume">
<group delimiter=" ">
<label variable="volume" form="short" text-case="capitalize-first"/>
<text variable="volume"/>
</group>
</if>
<else>
<text variable="volume"/>
</else>
</choose>
</if>
</choose>
</macro>
<!-- 其他责任者 -->
<macro name="secondary-contributors">
<names variable="translator">
<name>
<name-part name="family" text-case="uppercase"/>
</name>
<institution/>
<label form="short" prefix=", "/>
</names>
</macro>
<!-- 专著题名 -->
<macro name="container-booklike">
<group delimiter=", ">
<group delimiter=": ">
<choose>
<if variable="container-title">
<text variable="container-title" font-style="italic" form="short"/>
</if>
<else>
<text variable="event-title"/>
</else>
</choose>
<text macro="volume"/>
</group>
<choose>
<if variable="event-date">
<date variable="event-date" form="text"/>
<text variable="event-place"/>
</if>
</choose>
</group>
</macro>
<!-- 连续出版物中的析出文献的出处项(年、卷、期等信息) -->
<macro name="container-periodical">
<group delimiter=" ">
<text macro="issued-year"/>
<text macro="container-booklike"/>
<choose>
<if type="article-newspaper">
<text macro="issued-date"/>
</if>
</choose>
<text variable="volume" font-weight="bold"/>
<text variable="page-first"/> <!-- 只显示首页 如果显示范围为page -->
</group>
</macro>
<!-- 版本项 -->
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<label variable="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<!-- 连续出版物的年卷期 -->
<macro name="year-volume-issue">
<group delimiter=", ">
<text macro="issued-year"/>
<text variable="volume"/>
</group>
<text variable="issue" prefix="(" suffix=")"/>
</macro>
<!-- 出版项 -->
<macro name="publisher">
<group delimiter=": ">
<group delimiter=", ">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</group>
<text variable="page"/>
</group>
<choose>
<!-- 纯电子资源显示“更新或修改日期” -->
<if variable="publisher page" type="book chapter paper-conference thesis" match="none">
<choose>
<if variable="URL DOI" match="any">
<choose>
<if has-day="issued">
<text macro="issued-date" prefix="(" suffix=")"/>
</if>
<else-if variable="issued">
<text macro="issued-year"/>
</else-if>
</choose>
</if>
</choose>
</if>
</choose>
</macro>
<!-- 出版年 -->
<macro name="issued-year">
<choose>
<if variable="issued">
<choose>
<if is-uncertain-date="issued">
<!-- 出版年无法确定时, 估计的出版年应置于方括号内。 -->
<date variable="issued" form="numeric" date-parts="year" prefix="[" suffix="]"/>
</if>
<else>
<date variable="issued" form="numeric" date-parts="year"/>
</else>
</choose>
</if>
<else-if type="article-journal" variable="available-date" match="all">
<!-- 网络首发(advance online publication)的期刊文章的日期使用 available-date -->
<date variable="available-date" form="numeric" date-parts="year"/>
</else-if>
<else>
<!-- 选取引用日期的年份作为估计的出版年 -->
<date variable="accessed" form="numeric" date-parts="year" prefix="[" suffix="]"/>
</else>
</choose>
</macro>
<!-- 出版日期,用于报纸文献、专利的“公告日期或公开日期”、电子资源的“更新或修改日期” -->
<macro name="issued-date">
<date variable="issued" form="numeric"/>
</macro>
<!-- 引用日期 -->
<macro name="accessed-date">
<choose>
<if variable="URL DOI" match="any">
<date variable="accessed" form="numeric" prefix="[" suffix="]"/>
</if>
</choose>
</macro>
<!-- 专著、译著 -->
<macro name="monograph-layout">
<!-- 如果是中文,在title-short有内容,添加title-short中的内容,即翻译的英文格式 -->
<choose>
<if variable="title-short">
<text variable="title-short" suffix=" (in Chinese)"/>
<group delimiter=" " prefix=" [" suffix="]">
<!-- 如果是中文,在title-short有内容,添加title-short中的内容,即翻译的英文格式 -->
<choose>
<if variable="translator">
<text macro="author" suffix="著"/>
<text macro="secondary-contributors" prefix="(" suffix="译)"/>
</if>
<else>
<text macro="author"/>
<text macro="secondary-contributors"/>
</else>
</choose>
<text macro="issued-year"/>
<text variable="title"/>
<text macro="edition"/>
<text macro="publisher" prefix="(" suffix=")"/>
<choose>
<!-- 如果有页码则显示 -->
<if variable="number-of-pages">
<text variable="number-of-pages" prefix="第" suffix="页"/>
</if>
</choose>
</group>
</if>
<else>
<!-- 如果是原版书籍 -->
<group delimiter=" ">
<text macro="author"/>
<text macro="secondary-contributors"/>
<text macro="issued-year"/>
<text variable="title"/>
<text macro="edition"/>
<text macro="publisher" prefix="(" suffix=")"/>
<choose>
<!-- 如果有页码则显示 -->
<if variable="number-of-pages">
<text variable="number-of-pages" prefix="pp"/>
</if>
</choose>
</group>
</else>
</choose>
</macro>
<!-- 学位论文 -->
<macro name="thesis-layout">
<!-- 如果是中文,在title-short有内容,添加title-short中的内容,即翻译的英文格式 -->
<choose>
<if variable="title-short">
<text variable="title-short" suffix=" (in Chinese)"/>
<group delimiter=" " prefix=" [" suffix="]">
<text macro="author"/>
<text macro="issued-year"/>
<text variable="genre" suffix="学位论文"/>
<text macro="publisher" prefix="(" suffix=")"/>
</group>
</if>
<else>
<!-- 如果是原版论文 -->
<group delimiter=" ">
<text macro="author"/>
<text macro="issued-year"/>
<text variable="genre" suffix="学位论文"/>
<text macro="publisher" prefix="(" suffix=")"/>
</group>
</else>
</choose>
</macro>
<!-- 会议论文 -->
<macro name="paper-conference-layout">
<!-- 如果是中文,在title-short有内容,添加title-short中的内容,即翻译的英文格式 -->
<choose>
<if variable="title-short">
<text variable="title-short" suffix=" (in Chinese)"/>
<group delimiter=" " prefix=" [" suffix="]">
<text macro="author"/>
<text macro="issued-year"/>
<choose>
<if variable="container-title">
<text variable="container-title" form="short"/>
</if>
</choose>
<text variable="event-place" suffix=","/>
<text macro="issued-date"/>
<choose>
<!-- 如果有页码则显示 -->
<if variable="page">
<text variable="page" prefix="第" suffix="页"/>
</if>
</choose>
</group>
</if>
<else>
<!-- 如果是原版会议论文 -->
<group delimiter=" ">
<text macro="author"/>
<text macro="issued-year"/>
<choose>
<if variable="container-title">
<text variable="container-title" form="short"/>
</if>
</choose>
<text variable="event-place"/>
<text macro="issued-date" prefix=", "/>
<choose>
<!-- 如果有页码则显示 -->
<if variable="page">
<text variable="page" prefix="pp"/>
</if>
</choose>
</group>
</else>
</choose>
</macro>
<!-- 连续出版物 -->
<macro name="serial-layout">
<group delimiter=". ">
<text macro="author"/>
<text macro="year-volume-issue"/>
<text macro="publisher"/>
</group>
</macro>
<!-- 连续出版物中的析出文献 -->
<macro name="article-in-periodical-layout">
<!-- 如果是中文,在title-short有内容,添加title-short中的内容,即翻译的英文格式 -->
<choose>
<if variable="title-short">
<text variable="title-short" suffix=" (in Chinese)"/>
<group delimiter=" " prefix=" [" suffix="]">
<text macro="author"/>
<text macro="container-periodical"/>
</group>
</if>
<else>
<!-- 如果是原版论文 -->
<group delimiter=" ">
<text macro="author"/>
<text macro="container-periodical"/>
</group>
</else>
</choose>
</macro>
<!-- 网页 -->
<macro name="webpage-layout">
<!-- 如果是中文,在title-short有内容,添加title-short中的内容,即翻译的英文格式 -->
<choose>
<if variable="title-short">
<text variable="title-short" suffix=" (in Chinese)"/>
<group delimiter=" " prefix=" [" suffix="]">
<text variable="title"/>
<text macro="author"/>
<text variable="URL"/>
<text macro="accessed-date"/>
</group>
</if>
<else>
<!-- 英文网页 -->
<group delimiter=" ">
<text variable="title"/>
<text macro="author"/>
<text variable="URL"/>
<text macro="accessed-date"/>
</group>
</else>
</choose>
</macro>
<!-- 专利文献 -->
<macro name="patent-layout">
<!-- 如果是中文,在title-short有内容,添加title-short中的内容,即翻译的英文格式 -->
<choose>
<if variable="title-short">
<text variable="title-short" suffix=" (in Chinese)"/>
<group delimiter=" " prefix=" [" suffix="]">
<text macro="author"/>
<text macro="issued-year"/>
<text variable="number"/>
</group>
</if>
<else>
<!-- 如果是英文专利 -->
<group delimiter=" " prefix=" [" suffix="]">
<text macro="author"/>
<text macro="issued-year"/>
<text variable="number"/>
</group>
</else>
</choose>
</macro>
<!-- 参考文献表格式 -->
<macro name="entry-layout">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text macro="article-in-periodical-layout"/>
</if>
<else-if type="periodical">
<text macro="serial-layout"/>
</else-if>
<else-if type="patent">
<text macro="patent-layout"/>
</else-if>
<else-if type="thesis">
<!-- 学位论文参考文献表格式 -->
<text macro="thesis-layout"/>
</else-if>
<else-if type="webpage">
<!-- 网页参考文献表格式 -->
<text macro="webpage-layout"/>
</else-if>
<else-if type="paper-conference" variable="container-title" match="any">
<!-- 会议论文参考文献表格式 -->
<text macro="paper-conference-layout"/>
</else-if>
<else>
<text macro="monograph-layout"/>
</else>
</choose>
</macro>
<citation collapse="citation-number" after-collapse-delimiter=",">
<sort>
<key variable="citation-number"/>
</sort>
<layout vertical-align="sup" delimiter="," prefix="[" suffix="]">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush">
<layout>
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="entry-layout"/>
</layout>
</bibliography>
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。