1 Star 1 Fork 53

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
506export-author-et-al-year.csl 5.34 KB
一键复制 编辑 原始数据 按行查看 历史
zepinglee 提交于 2024-02-03 18:00 . 更正 info 的作者
<?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">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<info>
<title>导出作者等Export Author et al Year</title>
<id>http://www.zotero.org/styles/export-author-et-al-year</id>
<link href="http://www.zotero.org/styles/author-et-al-year" rel="self"/>
<link href="http://www.zotero.org/styles/china-national-standard-gb-t-7714-2015-author-date" rel="template"/>
<link href="https://std.samr.gov.cn/gb/search/gbDetailed?id=71F772D8055ED3A7E05397BE0A0AB82A" rel="documentation"/>
<author>
<name>韩小土</name>
<email>redleafnew@163.com</email>
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>按照语言显示作者“等”或“et al.”,年代</summary>
<updated>2024-02-03T17:56:46+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="&#8212;"/>
<date-part name="month" form="numeric" suffix="月" range-delimiter="&#8212;"/>
<date-part name="day" suffix="日" range-delimiter="&#8212;"/>
</date>
<terms>
<term name="anonymous" form="short">佚名</term>
<term name="edition" form="short"></term>
<term name="space-et-al"></term>
<term name="open-quote"></term>
<term name="close-quote"></term>
<term name="open-inner-quote"></term>
<term name="close-inner-quote"></term>
</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="space-et-al">et al.</term>
<term name="page-range-delimiter">-</term>
</terms>
</locale>
<macro name="author">
<names variable="author">
<name form="short">
<name-part name="family" text-case="capitalize-first"/>
</name>
<et-al font-style="italic"/>
<substitute>
<names variable="composer"/>
<names variable="illustrator"/>
<names variable="director"/>
<choose>
<if variable="container-title" match="none">
<names variable="editor"/>
</if>
</choose>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="author-intext-en">
<names variable="author">
<name form="short"/>
<substitute>
<names variable="composer"/>
<names variable="illustrator"/>
<names variable="director"/>
<choose>
<if variable="container-title" match="none">
<names variable="editor"/>
</if>
</choose>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="author-intext-zh">
<names variable="author">
<name form="long"/>
<et-al term="space-et-al"/>
<substitute>
<names variable="composer"/>
<names variable="illustrator"/>
<names variable="director"/>
<choose>
<if variable="container-title" match="none">
<names variable="editor"/>
</if>
</choose>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" strip-periods="true" text-case="capitalize-first"/>
</macro>
<macro name="issued-year">
<choose>
<if is-uncertain-date="issued">
<date variable="issued" prefix="[" suffix="]">
<date-part name="year" range-delimiter="-"/>
</date>
</if>
<else>
<date variable="issued">
<date-part name="year" range-delimiter="-"/>
</date>
</else>
</choose>
</macro>
<macro name="author-date">
<group delimiter=", ">
<text macro="author"/>
<text macro="issued-year"/>
</group>
</macro>
<macro name="entry-layout">
<group delimiter=". ">
<text macro="author-date"/>
</group>
</macro>
<citation et-al-min="2" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
<layout prefix="(" suffix=")" delimiter="; " locale="en">
<group delimiter=", ">
<text macro="author-intext-en"/>
<text macro="issued-year"/>
</group>
</layout>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-intext-zh"/>
<text macro="issued-year"/>
</group>
</layout>
</citation>
<bibliography et-al-min="2" et-al-use-first="1">
<sort>
<key macro="author"/>
<key macro="issued-year"/>
</sort>
<layout suffix="." locale="en">
<text macro="entry-layout"/>
</layout>
<layout suffix=".">
<text macro="entry-layout"/>
</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

搜索帮助