20 Star 226 Fork 48

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
101chinese-medical-association.csl 9.19 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US" demote-non-dropping-particle="never" initialize-with=" " name-delimiter=", " names-delimiter=". " name-as-sort-order="all" sort-separator=" ">
<info>
<title>中华医学会</title>
<id>http://www.zotero.org/styles/chinese-medical-association</id>
<link href="http://www.zotero.org/styles/chinese-medical-association" rel="self"/>
<link href="https://cmaes.medline.org.cn/Login/tgxz.aspx" rel="documentation"/>
<author>
<name>韩小土</name>
<email>redleafnew@163.com</email>
</author>
<category citation-format="numeric"/>
<category field="generic-base"/>
<summary>CMAES style</summary>
<updated>2024-04-26T10:30:23+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">
<terms>
<term name="anonymous">佚名</term>
<term name="edition"></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="page" form="short">
<single>p.</single>
<multiple>pp.</multiple>
</term>
</terms>
</locale>
<macro name="author">
<choose>
<if variable="author">
<names variable="author">
<name>
<name-part name="family" text-case="uppercase"/>
</name>
</names>
</if>
<else>
<text term="anonymous"/>
</else>
</choose>
</macro>
<macro name="title">
<text variable="title"/>
<choose>
<if type="bill broadcast legal_case legislation patent report song standard" match="any">
<text variable="number" prefix=": "/>
</if>
</choose>
<group delimiter="/" prefix="[" suffix="]">
<text macro="type-id"/>
<text macro="medium-id"/>
</group>
</macro>
<macro name="type-id">
<choose>
<if type="article-journal article-magazine" match="any">
<text value="J"/>
</if>
<else-if type="article-newspaper">
<text value="N"/>
</else-if>
<else-if type="bill legislation standard" match="any">
<text value="S"/>
</else-if>
<else-if type="book chapter classic entry-dictionary entry-encyclopedia" match="any">
<text value="M"/>
</else-if>
<else-if type="dataset">
<text value="DS"/>
</else-if>
<else-if type="paper-conference">
<text value="C"/>
</else-if>
<else-if type="patent">
<text value="P"/>
</else-if>
<else-if type="post-weblog webpage" match="any">
<text value="EB"/>
</else-if>
<else-if type="report">
<text value="R"/>
</else-if>
<else-if type="thesis">
<text value="D"/>
</else-if>
<else>
<text value="Z"/>
</else>
</choose>
</macro>
<!-- 文献载体标识 -->
<macro name="medium-id">
<choose>
<if variable="medium">
<text variable="medium"/>
</if>
<else-if variable="URL">
<text value="OL"/>
</else-if>
</choose>
</macro>
<macro name="container-contributors">
<names variable="container-author">
<name>
<name-part name="family" text-case="uppercase"/>
</name>
<institution/>
</names>
</macro>
<macro name="editor">
<names variable="editor translator">
<name>
<name-part name="family" text-case="uppercase"/>
</name>
<institution/>
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="edition">
<choose>
<if variable="edition">
<group delimiter=" ">
<text variable="edition"/>
<label variable="edition"/>
</group>
</if>
</choose>
</macro>
<macro name="serial-information">
<group delimiter=", ">
<text macro="issued-year"/>
<text variable="volume"/>
</group>
<text variable="issue" prefix="(" suffix=")"/>
<text variable="page" prefix=": "/>
</macro>
<macro name="publisher">
<choose>
<if type="book chapter paper-conference periodical thesis" variable="archive archive-place publisher publisher-place page" match="any">
<!-- 非纯电子资源的格式“出版地: 出版者, 出版年: 页码[引用日期]” -->
<group delimiter=": ">
<group delimiter=", ">
<group delimiter=": ">
<choose>
<if variable="publisher publisher-place" match="any">
<text variable="publisher-place"/>
<text variable="publisher"/>
</if>
<else>
<!-- 档案的馆藏地以及收藏机构或单位 -->
<text variable="archive-place"/>
<text variable="archive"/>
</else>
</choose>
</group>
<text macro="issued-year"/>
</group>
<text variable="page"/>
</group>
<text macro="accessed-date"/>
</if>
<else-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>
<text macro="accessed-date"/>
</else-if>
<else>
<text macro="issued-year"/>
</else>
</choose>
</macro>
<macro name="issued-year">
<choose>
<if variable="issued">
<date variable="issued" date-parts="year" form="numeric"/>
</if>
<else>
<text term="no date" prefix="[" suffix="]"/>
</else>
</choose>
</macro>
<macro name="issued-date">
<choose>
<if variable="issued">
<date variable="issued" delimiter="-">
<date-part name="year"/>
<date-part name="month" form="numeric-leading-zeros"/>
<date-part name="day" form="numeric-leading-zeros"/>
</date>
</if>
<else>
<text term="no date" prefix="[" suffix="]"/>
</else>
</choose>
</macro>
<macro name="accessed-date">
<date variable="accessed" delimiter="-" prefix="[" suffix="]">
<date-part name="year"/>
<date-part name="month" form="numeric-leading-zeros"/>
<date-part name="day" form="numeric-leading-zeros"/>
</date>
</macro>
<macro name="entry-layout">
<!-- <text variable="citation-number" prefix="[" suffix="]"/> -->
<text macro="author" suffix=". "/>
<text macro="title"/>
<choose>
<if type="bill book chapter legislation paper-conference report standard thesis" match="any">
<text macro="editor" prefix=". "/>
<choose>
<if variable="container-title">
<text value="//"/>
<text macro="container-contributors" suffix=". "/>
<text variable="container-title" suffix=". " text-case="title"/>
</if>
<else>
<text value=". "/>
</else>
</choose>
<text macro="edition" suffix=". "/>
<text macro="publisher"/>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<group prefix=". ">
<choose>
<if variable="container-title">
<text variable="container-title" form="short"/>
<text macro="serial-information" prefix=", "/>
<text macro="accessed-date"/>
</if>
<else>
<text macro="serial-information" suffix=". "/>
<text macro="publisher"/>
</else>
</choose>
</group>
</else-if>
<else-if type="patent">
<text macro="issued-date" prefix=". "/>
<text macro="accessed-date"/>
</else-if>
<else>
<text macro="publisher" prefix=". "/>
</else>
</choose>
<group delimiter=". " prefix=". ">
<text variable="URL"/>
<text variable="DOI" prefix="DOI:"/>
</group>
</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"/>
<group prefix="(" suffix=")">
<label variable="locator" suffix=". " form="short" strip-periods="true"/>
<text variable="locator"/>
</group>
</layout>
</citation>
<bibliography entry-spacing="0" et-al-min="4" et-al-use-first="3" second-field-align="flush">
<layout locale="zh">
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="entry-layout" suffix="."/>
</layout>
<layout>
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="entry-layout" suffix="."/>
</layout>
</bibliography>
</style>
1
https://gitee.com/redleafnew00/Chinese-STD-GB-T-7714-related-csl.git
git@gitee.com:redleafnew00/Chinese-STD-GB-T-7714-related-csl.git
redleafnew00
Chinese-STD-GB-T-7714-related-csl
Chinese-STD-GB-T-7714-related-csl
main

搜索帮助