20 Star 226 Fork 48

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
484china-agricultural-university-natural-sciences.csl 20.10 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
<?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>中国农业大学(自然科学)</title>
<id>http://www.zotero.org/styles/china-agricultural-university-natural-sciences</id>
<link href="http://www.zotero.org/styles/china-agricultural-university-natural-sciences" rel="self"/>
<link href="http://www.zotero.org/styles/002gb-t-7714-2015-numeric-bilingual-no-uppercase-no-url-doi" rel="template"/>
<link href="http://gradsch.cau.edu.cn/homepage/infoSingleArticle.do?articleId=4316" rel="documentation"/>
<author>
<name>Zeping Lee</name>
<email>zepinglee@gmail.com</email>
</author>
<category citation-format="numeric"/>
<category field="generic-base"/>
<summary>《中国农业大学研究生学位论文格式及书写规范》(研生 (2019) 10 号)</summary>
<updated>2024-04-26T10:30:24+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="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="patent">专利</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="page-range-delimiter">-</term>
</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>
<!-- 题名 -->
<macro name="title">
<group delimiter=", ">
<choose>
<if type="standard">
<text variable="number"/>
</if>
</choose>
<group delimiter=": ">
<text variable="title"/>
<group delimiter="&#8195;">
<choose>
<if variable="container-title" type="chapter entry-dictionary entry-encyclopedia paper-conference" match="none">
<text macro="volume"/>
<text variable="volume-title"/>
</if>
</choose>
<choose>
<if type="article article-journal patent standard" match="none">
<!-- 预印本和期刊文章的编号用于其他位置 -->
<text variable="number"/>
</if>
</choose>
<choose>
<if type="collection manuscript personal_communication" match="any">
<!-- 档案的卷宗号 -->
<text variable="archive_location"/>
</if>
</choose>
</group>
</group>
<choose>
<if variable="container-title" type="paper-conference" match="none">
<choose>
<if variable="event-date">
<text variable="event-place"/>
<date variable="event-date" form="text"/>
</if>
</choose>
</if>
</choose>
</group>
<choose>
<if type="patent" match="none">
<group delimiter="/" prefix="[" suffix="]">
<text macro="type-id"/>
<text macro="medium-id"/>
</group>
</if>
</choose>
</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="type-id">
<choose>
<if type="article bill collection hearing legal_case legislation personal_communication regulation treaty" match="any">
<!-- 档案,A:分类保存以备查考的文件和材料,如人事档案、科技档案、法律法规、政府文件等。
article 为预印本,符合“科技档案”
-->
<text value="A"/>
</if>
<else-if type="article-journal article-magazine periodical" match="any">
<text value="J"/>
</else-if>
<else-if type="article-newspaper">
<text value="N"/>
</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="map">
<text value="CM"/>
</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 post-weblog webpage" match="any">
<text value="EB"/>
</else-if>
<else-if type="report">
<text value="R"/>
</else-if>
<else-if type="software">
<text value="CP"/>
</else-if>
<else-if type="standard">
<text value="S"/>
</else-if>
<else-if type="thesis">
<text value="D"/>
</else-if>
<else>
<text value="Z"/>
</else>
</choose>
</macro>
<!-- 文献载体标识 -->
<macro name="medium-id">
<choose>
<if type="dataset post post-weblog software webpage" match="any">
<!-- 仅当纯电子资源显示 URL 时才出现“OL” -->
<choose>
<if variable="medium">
<text variable="medium"/>
</if>
<else-if variable="URL">
<text value="OL"/>
</else-if>
</choose>
</if>
</choose>
</macro>
<!-- 其他责任者 -->
<macro name="secondary-contributors">
<names variable="translator">
<name/>
<label form="short" prefix=", "/>
</names>
</macro>
<!-- 专著主要责任者 -->
<macro name="container-contributors">
<names variable="editor">
<name/>
<substitute>
<names variable="editorial-director"/>
<names variable="collection-editor"/>
<names variable="container-author"/>
</substitute>
</names>
</macro>
<!-- 专著题名 -->
<macro name="container-booklike">
<group delimiter=", ">
<choose>
<if variable="container-title">
<!-- 优先使用专著或会议论文集的题名 -->
<group delimiter=": ">
<text variable="container-title"/>
<text macro="volume"/>
</group>
</if>
<else-if type="paper-conference">
<!-- 有些会议没有论文集,使用会议名代替 -->
<text variable="event-title"/>
</else-if>
</choose>
<!-- 会议时间和会议地点 -->
<choose>
<if type="paper-conference" variable="event-date" match="all">
<date variable="event-date" form="text"/>
<text variable="event-place"/>
</if>
</choose>
</group>
</macro>
<!-- 连续出版物中的出处项 -->
<macro name="container-periodical">
<choose>
<if type="article-newspaper">
<!-- 报纸的出处项:“刊名, 出版日期(版次): 页码[引用日期]” -->
<group delimiter=", ">
<text variable="container-title"/>
<text macro="issued-date"/>
</group>
<text variable="page" prefix="(" suffix=")"/>
</if>
<else>
<!-- 期刊、杂志的出处项:“刊名, 年, 卷(期): 页码[引用日期]” -->
<group delimiter=": ">
<group>
<group delimiter=", ">
<text variable="container-title"/>
<text macro="issued-year"/>
<text variable="volume"/>
</group>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text variable="page"/>
</group>
</else>
</choose>
</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-en">
<choose>
<if type="patent">
<group delimiter=", ">
<group delimiter=" ">
<text macro="patent-country"/>
<text term="patent"/>
</group>
<text variable="number"/>
<text macro="issued-date"/>
</group>
</if>
<else-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"/>
</else-if>
<else-if variable="URL">
<!-- 纯电子资源联机网络文献的格式“(更新或修改日期)[引用日期]”。
原国标中,电子公告、无出版社的报告、法规等文献都可以作为“纯电子文献”。
-->
<choose>
<if type="dataset post post-weblog software webpage" 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"/>
</if>
<else>
<text macro="issued-year"/>
</else>
</choose>
</else-if>
<else>
<text macro="issued-year"/>
</else>
</choose>
</macro>
<macro name="publisher-zh">
<choose>
<if type="patent">
<group delimiter=", ">
<group>
<text macro="patent-country"/>
<text term="patent"/>
</group>
<text variable="number"/>
<text macro="issued-date"/>
</group>
</if>
<else-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"/>
</else-if>
<else-if variable="URL">
<!-- 纯电子资源联机网络文献的格式“(更新或修改日期)[引用日期]”。
原国标中,电子公告、无出版社的报告、法规等文献都可以作为“纯电子文献”。
-->
<choose>
<if type="dataset post post-weblog software webpage" 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"/>
</if>
<else>
<text macro="issued-year"/>
</else>
</choose>
</else-if>
<else>
<text macro="issued-year"/>
</else>
</choose>
</macro>
<!-- 专利国别 -->
<macro name="patent-country">
<choose>
<!-- 专利的国别应使用 `jurisdiction`,但 Zotero 没有对应的字段,所以使用 `publisher-place` 作为备选 -->
<if variable="jurisdiction">
<text variable="jurisdiction"/>
</if>
<else>
<text variable="publisher-place"/>
</else>
</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>
<!-- 选取引用日期的年份作为估计的出版年 -->
<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 type="dataset post post-weblog software webpage" match="any">
<!-- 仅当纯电子资源显示 URL 时才出现引用日期 -->
<choose>
<if variable="URL">
<date variable="accessed" form="numeric" prefix="[" suffix="]"/>
</if>
</choose>
</if>
</choose>
</macro>
<!-- 获取和访问路径、数字对象唯一标识符 -->
<macro name="access">
<choose>
<if type="dataset post post-weblog software webpage" match="any">
<!-- 仅纯电子资源显示 URL -->
<text variable="URL"/>
</if>
</choose>
</macro>
<!-- 参考文献表格式 -->
<macro name="entry-layout-en">
<group delimiter=". ">
<text macro="author"/>
<choose>
<if type="periodical">
<!-- 4.3 连续出版物 -->
<text macro="title"/>
<text macro="year-volume-issue"/>
<text macro="publisher-en"/>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<!-- 4.4 连续出版物中的析出文献 -->
<text macro="title"/>
<text macro="container-periodical"/>
</else-if>
<else-if type="patent">
<!-- 4.5 专利文献 -->
<text macro="title"/>
<text macro="publisher-en"/>
</else-if>
<else-if type="dataset post post-weblog software webpage" match="any">
<!-- 4.6 电子资源 -->
<text macro="title"/>
<text macro="publisher-en"/>
</else-if>
<else-if type="chapter entry-dictionary entry-encyclopedia paper-conference" variable="container-title" match="any">
<!-- 4.2 专著中的析出文献 -->
<group delimiter="//">
<group delimiter=". ">
<text macro="title"/>
<text macro="secondary-contributors"/>
</group>
<group delimiter=". ">
<text macro="container-contributors"/>
<text macro="container-booklike"/>
</group>
</group>
<text macro="edition"/>
<text macro="publisher-en"/>
</else-if>
<else>
<!-- 4.1 专著 -->
<text macro="title"/>
<text macro="secondary-contributors"/>
<text macro="edition"/>
<text macro="publisher-en"/>
</else>
</choose>
<text macro="access"/>
</group>
</macro>
<macro name="entry-layout-zh">
<group delimiter=". ">
<text macro="author"/>
<choose>
<if type="periodical">
<!-- 4.3 连续出版物 -->
<text macro="title"/>
<text macro="year-volume-issue"/>
<text macro="publisher-zh"/>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<!-- 4.4 连续出版物中的析出文献 -->
<text macro="title"/>
<text macro="container-periodical"/>
</else-if>
<else-if type="patent">
<!-- 4.5 专利文献 -->
<text macro="title"/>
<text macro="publisher-zh"/>
</else-if>
<else-if type="dataset post post-weblog software webpage" match="any">
<!-- 4.6 电子资源 -->
<text macro="title"/>
<text macro="publisher-zh"/>
</else-if>
<else-if type="chapter entry-dictionary entry-encyclopedia paper-conference" variable="container-title" match="any">
<!-- 4.2 专著中的析出文献 -->
<group delimiter="//">
<group delimiter=". ">
<text macro="title"/>
<text macro="secondary-contributors"/>
</group>
<group delimiter=". ">
<text macro="container-contributors"/>
<text macro="container-booklike"/>
</group>
</group>
<text macro="edition"/>
<text macro="publisher-zh"/>
</else-if>
<else>
<!-- 4.1 专著 -->
<text macro="title"/>
<text macro="secondary-contributors"/>
<text macro="edition"/>
<text macro="publisher-zh"/>
</else>
</choose>
<text macro="access"/>
</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"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush">
<layout locale="en">
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="entry-layout-en"/>
</layout>
<layout>
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="entry-layout-zh"/>
</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

搜索帮助