Skip to content

Commit

Permalink
植物保护学报:original- 等字段改为填写英文翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Oct 29, 2022
1 parent 9ecce8f commit 89b250b
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 71 deletions.
101 changes: 41 additions & 60 deletions 211journal-of-plant-protection.csl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
</author>
<category citation-format="author-date"/>
<category field="engineering"/>
<updated>2022-10-23T20:26:00+08:00</updated>
<summary>1. 文献的语言默认为英语。中文文献需要在 `language` 字段填写 `zh` 或 `zh-CN`。2. 中文文献需要将作者姓名、标题、期刊、出版地、出版社的英文翻译分别填写在 `extra` 中的 `original-author`, `original-title`, `original-container-title`, `original-publisher-place`, `original-publisher` 字段。</summary>
<updated>2022-10-29T19:25:00+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">
Expand All @@ -34,25 +35,29 @@
<macro name="author-bib">
<names variable="author"/>
</macro>
<macro name="author-bib-zh">
<names variable="original-author">
<et-al term="and others"/>
</names>
<macro name="author-bib-translation">
<names variable="original-author"/>
</macro>
<macro name="author-intext">
<macro name="author-sort">
<choose>
<if variable="original-author">
<names variable="original-author">
<name and="text"/>
<et-al term="and others"/>
</names>
<names variable="original-author"/>
</if>
<else>
<names variable="author">
<name form="short" and="symbol"/>
</names>
<names variable="author"/>
</else>
</choose>
<names variable="author"/>
</macro>
<macro name="author-intext">
<names variable="author">
<name form="short" and="symbol"/>
</names>
</macro>
<macro name="author-intext-zh">
<names variable="author">
<name and="text"/>
</names>
</macro>
<macro name="date">
<choose>
Expand Down Expand Up @@ -81,11 +86,11 @@
</choose>
</group>
</macro>
<macro name="title-zh">
<macro name="title-translation">
<group delimiter=". ">
<group delimiter=" ">
<text variable="original-title"/>
<text macro="edition-zh" prefix="(" suffix=")"/>
<text macro="edition" prefix="(" suffix=")"/>
</group>
<choose>
<if type="thesis">
Expand All @@ -107,18 +112,6 @@
</else>
</choose>
</macro>
<macro name="edition-zh">
<choose>
<if is-numeric="edition">
<text value=""/>
<number variable="edition"/>
<text value=""/>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="container">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
Expand Down Expand Up @@ -152,7 +145,7 @@
</else>
</choose>
</macro>
<macro name="container-zh">
<macro name="container-translation">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=": ">
Expand All @@ -166,19 +159,9 @@
<text variable="page"/>
</group>
</if>
<else-if variable="container-title event-title" match="any">
<group delimiter=". ">
<text macro="editor-zh"/>
<choose>
<if variable="original-container-title">
<text variable="original-container-title"/>
</if>
<else>
<text variable="original-event-title"/>
</else>
</choose>
</group>
</else-if>
<else>
<text variable="original-container-title"/>
</else>
</choose>
</macro>
<macro name="editor">
Expand All @@ -190,9 +173,6 @@
</substitute>
</names>
</macro>
<macro name="editor-zh">
<names variable="original-editor"/>
</macro>
<macro name="publisher">
<group delimiter=", ">
<group delimiter=": ">
Expand All @@ -202,7 +182,7 @@
<text macro="page"/>
</group>
</macro>
<macro name="publisher-zh">
<macro name="publisher-translation">
<group delimiter=", ">
<group delimiter=": ">
<text variable="original-publisher-place"/>
Expand Down Expand Up @@ -269,42 +249,42 @@
</else>
</choose>
</macro>
<macro name="bib-layout-zh">
<macro name="bib-layout-translation">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=". ">
<text macro="author-bib-zh"/>
<text macro="author-bib-translation"/>
<text macro="date"/>
<text macro="title-zh"/>
<text macro="container-zh"/>
<text macro="title-translation"/>
<text macro="container-translation"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<text macro="author-bib-zh"/>
<text macro="author-bib-translation"/>
<text macro="date"/>
<group delimiter=".//">
<text macro="title-zh"/>
<text macro="container-zh"/>
<text macro="title-translation"/>
<text macro="container-translation"/>
</group>
<text macro="publisher-zh"/>
<text macro="publisher-translation"/>
</group>
</else-if>
<else>
<group delimiter=". ">
<text macro="author-bib-zh"/>
<text macro="author-bib-translation"/>
<text macro="date"/>
<text macro="title-zh"/>
<text macro="container-zh"/>
<text macro="publisher-zh"/>
<text macro="title-translation"/>
<text macro="container-translation"/>
<text macro="publisher-translation"/>
</group>
</else>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
<layout prefix="" suffix="" delimiter="" locale="zh">
<group delimiter="">
<text macro="author-bib"/>
<text macro="author-intext-zh"/>
<text macro="date"/>
<text macro="locator"/>
</group>
Expand All @@ -319,11 +299,12 @@
</citation>
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="10" entry-spacing="0">
<sort>
<key macro="author-bib"/>
<key macro="author-sort"/>
<key macro="date"/>
</sort>
<layout locale="zh">
<group delimiter=" ">
<text macro="bib-layout-translation"/>
<text value="(in Chinese)"/>
<text macro="bib-layout" prefix="[" suffix="]"/>
</group>
Expand All @@ -334,7 +315,7 @@
<choose>
<if variable="original-title">
<text value="(in Chinese)"/>
<text macro="bib-layout-zh" prefix="[" suffix="]"/>
<text macro="bib-layout" prefix="[" suffix="]"/>
</if>
</choose>
</group>
Expand Down
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,24 +762,32 @@ Zhao X, Zhao Q P, Xu C Y, Wang J, Zhu J D, Shang B S, Zhang X. Phot2-regulated r
[Chinese CSL development](https://www.zotero.org/groups/4677213/chinese_csl_development)”。
## [210advances-in-psychological-science.csl]
## [211journal-of-plant-protection.csl]
《[植物保护学报](http://www.zwbhxb.com.cn/ch/index.aspx)》样式。
注意事项:
1. 文献的语言默认为英语。中文文献需要在 `language` 字段填写 `zh` 或 `zh-CN`。
2. 中文文献需要将作者姓名、标题、期刊、出版地、出版社的英文翻译分别填写在 `extra` 中的 `original-author`, `original-title`, `original-container-title`, `original-publisher-place`, `original-publisher` 字段,比如
```
original-author: Ye || Gong Yin
original-author: Hu || Cui
original-author: Shu || Qing Yao
original-title: The development of transgenic rice resistant to insect pests and its wise and sustainable use
original-container-title: Agricultural Development and Research in the 21st Century
original-publisher-place: Beijing
original-publisher: China Environmental Science Press
```
显示效果:
<blockquote>
(Altieri &#38; Nicholls,2004)<br>
(Biesmeijer et al.,2006)<br>
(Garnsey et al.,1993)<br>
(McDonald &#38; Nicol,2005)<br>
(钦俊德,1987)<br>
(孙玉凤等,2011)<br>
(Tautz et al.,2002)<br>
(吴孔明和郭予元,2000)<br>
(叶恭银等,1998)<br>
(曾士迈等,1979)<br>
(张徐波,2013)<br>
(曾士迈等,1979;吴孔明和郭予元,2000)<br>
</blockquote>
Expand All @@ -790,12 +798,12 @@ Zhao X, Zhao Q P, Xu C Y, Wang J, Zhu J D, Shang B S, Zhang X. Phot2-regulated r
<div class="csl-entry">Garnsey SM, Permar TA, Cambra M, Henderson CT. 1993. Direct tissue blot immunoassay (DTBIA) for detection of citrus tristeza virus (CTV).//Moreno P, de Graca JV, Yokomi RK. Proceedings of the 12th Conference on International Organization of Citrus Virologist. Riverside. Riverside, USA, pp. 39-50</div>
<div class="csl-entry">McDonald AH, Nicol JM. 2005. Nematode parasites of cereals.//Luc M, Sikora RA, Bridge J. Plant parasitic nematodes in subtropical and tropical agriculture. Wallingford, UK: CABI Publishing, pp. 131-191</div>
<div class="csl-entry">Qin JD. 1987. The relationships between insects and plants. Beijing: Science Press, pp. 52-78 (in Chinese) [钦俊德. 1987. 昆虫与植物的关系. 北京: 科学出版社, pp. 52-78]</div>
<div class="csl-entry">Sun YF, Zhang YJ, Lu YH, Wu KM. 2011. The sustainability control of blind stink bug based on the cotton volatile substances.//Wu KM, Guo YY. Plant protection science and technology innovation and specialization of the prevention and control of diseases and pests—Academic annual Conference of Botanical China Society of Plant Protection in 2011. Beijing: China Agricultural Science and Technology Press, pp. 823 (in Chinese) [孙玉凤, 张永军, 陆宴辉, 吴孔明. 2011. 基于棉花挥发性物质的盲椿象可持续性防治.//植保科技创新与病虫防控专业化——中国植物保护学会2011年学术年会论文集. 北京: 中国农业科学技术出版社, pp. 823]</div>
<div class="csl-entry">Sun YF, Zhang YJ, Lu YH, Wu KM. 2011. The sustainability control of blind stink bug based on the cotton volatile substances.//Plant protection science and technology innovation and specialization of the prevention and control of diseases and pests—Academic annual Conference of Botanical China Society of Plant Protection in 2011. Beijing: China Agricultural Science and Technology Press, pp. 823 (in Chinese) [孙玉凤, 张永军, 陆宴辉, 吴孔明. 2011. 基于棉花挥发性物质的盲椿象可持续性防治.//吴孔明, 郭予元. 植保科技创新与病虫防控专业化——中国植物保护学会2011年学术年会论文集. 北京: 中国农业科学技术出版社, pp. 823]</div>
<div class="csl-entry">Tautz D, Arctander P, Minelli A, Thomas RH, Vogler AP. 2002. DNA points the way ahead in taxonomy. Nature, 418(6897): 479</div>
<div class="csl-entry">Wu KM, Guo YY. 2000. Field resistance evaluations of BT transgenic cotton GK series to cotton bollwoam. Journal of Plant Protection, 27(4): 317-321 (in Chinese) [吴孔明, 郭予元. 2000. 部分GK系列Bt棉对棉铃虫抗性的田间评价. 植物保护学报, 27(4): 317-321]</div>
<div class="csl-entry">Ye GY, Hu C, Shu QY. 1998. The development of transgenic rice resistant to insect pests and its wise and sustainable use.//Agricultural Development and Research in the 21st Century. Beijing: China Environmental Science Press, pp. 406-414 (in Chinese) [叶恭银, 胡萃, 舒庆尧. 1998. 转基因抗虫水稻的转育及其合理持续利用.//世界农业发展与研究. 北京: 中国环境科学出版社, pp. 406-414]</div>
<div class="csl-entry">Zeng SM, Wang PY, Wu XY, Zhang WY, Wang JQ, Song WZ, Wang SY. 1979. Preliminary study on the method of evaluation of horizontal resistance of wheat cultivars to stripe rust. Journal of Plant Protection, 6(1): 1-10 (in Chinese) [曾士迈, 王沛有, 武修英, 张万义, 王吉庆, 宋位中, 王生元, 郭予元. 1979. 小麦对条锈病的水平抗病性研究初报. 植物保护学报, 6(1): 1-10]</div>
<div class="csl-entry">Zhang XB. 2013. Dpp-Omb信号以区域化的方式调控果蝇翅的生长. Ph.D Thesis. Beijing: China Agricultural University (in Chinese) [张徐波. 2013. Dpp-Omb信号以区域化的方式调控果蝇翅的生长. 博士毕业论文. 北京: 中国农业大学]</div>
<div class="csl-entry">Zeng SM, Wang PY, Wu XY, Zhang WY, Wang JQ, Song WZ, Wang SY. 1979. Preliminary study on the method of evaluation of horizontal resistance of wheat cultivars to stripe rust. Journal of Plant Protection, 6(1): 1-10 (in Chinese) [曾士迈, 王沛有, 武修英, 张万义, 王吉庆, 宋位中, 王生元. 1979. 小麦对条锈病的水平抗病性研究初报. 植物保护学报, 6(1): 1-10]</div>
<div class="csl-entry">Zhang XB. 2013. Dpp-Omb signaling regulates growth in a region specific manner during Drosophila wing development. Ph.D Thesis. Beijing: China Agricultural University (in Chinese) [张徐波. 2013. Dpp-Omb信号以区域化的方式调控果蝇翅的生长. 博士毕业论文. 北京: 中国农业大学]</div>
</div>
</blockquote>
Expand Down Expand Up @@ -1423,4 +1431,4 @@ Word参考文献列表末尾有DOI,想修改CSL文件,但CSL代码找不到
[417whu-school-of-law.csl]: 417whu-school-of-law.csl
[418hust-thesis.csl]: 418hust-thesis.csl
[419bnu-thesis.csl]: 419bnu-thesis.csl
[420beihang-thesis.csl]: 420beihang-thesis.csl
[420beihang-thesis.csl]: 420beihang-thesis.csl

0 comments on commit 89b250b

Please sign in to comment.