<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" name-as-sort-order="all" sort-separator=" " initialize-with="" demote-non-dropping-particle="never" page-range-format="expanded" default-locale="en-US">
  <info>
    <title>植物保护学报</title>
    <id>https://zotero-chinese.com/styles/植物保护学报</id>
    <link href="https://zotero-chinese.com/styles/植物保护学报" rel="self"/>
    <link href="http://www.zwbhxb.com.cn/ch/first_menu.aspx?parent_id=20081122190830001" rel="documentation"/>
    <author>
      <name>Zeping Lee</name>
      <email>zepinglee@gmail.com</email>
    </author>
    <category citation-format="author-date"/>
    <category field="botany"/>
    <summary>1. 文献的语言默认为英语。中文文献需要在 `language` 字段填写 `zh` 或 `zh-CN`。2. 中文文献需要将作者姓名、标题、期刊、出版地、出版社的英文翻译分别填写在 `extra` 中的 `original-author`, `original-title`, `original-container-title`, `original-publisher-place`, `original-publisher` 字段。</summary>
    <updated>2025-01-03T10:49:33+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="edition">版</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>
    <terms>
      <term name="and">和</term>
      <term name="and others">等</term>
      <term name="page-range-delimiter">-</term>
      <term name="page" form="short">pp.</term>
    </terms>
  </locale>
  <macro name="author-bib">
    <names variable="author"/>
  </macro>
  <macro name="author-bib-translation">
    <names variable="original-author"/>
  </macro>
  <macro name="author-sort">
    <choose>
      <if variable="original-author">
        <names variable="original-author"/>
      </if>
      <else>
        <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>
      <if variable="issued">
        <date variable="issued">
          <date-part name="year"/>
        </date>
        <text variable="year-suffix"/>
      </if>
      <else>
        <text term="no date" form="short"/>
        <text variable="year-suffix" prefix="-"/>
      </else>
    </choose>
  </macro>
  <macro name="title">
    <group delimiter=". ">
      <group delimiter=" ">
        <text variable="title"/>
        <text macro="edition" prefix="(" suffix=")"/>
      </group>
      <choose>
        <if type="thesis">
          <text variable="genre"/>
        </if>
      </choose>
    </group>
  </macro>
  <macro name="title-translation">
    <group delimiter=". ">
      <group delimiter=" ">
        <text variable="original-title"/>
        <text macro="edition" prefix="(" suffix=")"/>
      </group>
      <choose>
        <if type="thesis">
          <text variable="original-genre"/>
        </if>
      </choose>
    </group>
  </macro>
  <macro name="editor">
    <names variable="editor">
      <substitute>
        <names variable="editorial-director"/>
        <names variable="collection-editor"/>
        <names variable="container-author"/>
      </substitute>
    </names>
  </macro>
  <macro name="container">
    <choose>
      <if type="article-journal article-magazine article-newspaper" match="any">
        <group delimiter=": ">
          <group>
            <group delimiter=", ">
              <text variable="container-title"/>
              <text variable="volume"/>
            </group>
            <text variable="issue" prefix="(" suffix=")"/>
          </group>
          <text variable="page"/>
        </group>
      </if>
      <else>
        <choose>
          <if variable="container-title event-title" match="any">
            <group delimiter=". ">
              <text macro="editor"/>
              <choose>
                <if variable="container-title">
                  <text variable="container-title"/>
                </if>
                <else>
                  <text variable="event-title"/>
                </else>
              </choose>
            </group>
          </if>
        </choose>
      </else>
    </choose>
  </macro>
  <macro name="container-translation">
    <choose>
      <if type="article-journal article-magazine article-newspaper" match="any">
        <group delimiter=": ">
          <group>
            <group delimiter=", ">
              <text variable="original-container-title"/>
              <text variable="volume"/>
            </group>
            <text variable="issue" prefix="(" suffix=")"/>
          </group>
          <text variable="page"/>
        </group>
      </if>
      <else>
        <text variable="original-container-title"/>
      </else>
    </choose>
  </macro>
  <macro name="edition">
    <choose>
      <if is-numeric="edition">
        <group delimiter=" ">
          <number variable="edition" form="ordinal"/>
          <label variable="edition"/>
        </group>
      </if>
      <else>
        <text variable="edition"/>
      </else>
    </choose>
  </macro>
  <macro name="publisher">
    <group delimiter=", ">
      <group delimiter=": ">
        <text variable="publisher-place"/>
        <text variable="publisher"/>
      </group>
      <text macro="page"/>
    </group>
  </macro>
  <macro name="locator">
    <choose>
      <if is-numeric="locator">
        <group delimiter=" ">
          <label variable="locator" form="short"/>
          <number variable="locator"/>
        </group>
      </if>
      <else>
        <text variable="locator"/>
      </else>
    </choose>
  </macro>
  <macro name="publisher-translation">
    <group delimiter=", ">
      <group delimiter=": ">
        <text variable="original-publisher-place"/>
        <text variable="original-publisher"/>
      </group>
      <text macro="page"/>
    </group>
  </macro>
  <macro name="page">
    <choose>
      <if is-numeric="page">
        <group delimiter=" ">
          <label variable="page" form="short"/>
          <number variable="page"/>
        </group>
      </if>
      <else>
        <text variable="page"/>
      </else>
    </choose>
  </macro>
  <macro name="bib-layout">
    <choose>
      <if type="article-journal article-magazine article-newspaper" match="any">
        <group delimiter=". ">
          <text macro="author-bib"/>
          <text macro="date"/>
          <text macro="title"/>
          <text macro="container"/>
        </group>
      </if>
      <else-if type="chapter paper-conference" match="any">
        <group delimiter=". ">
          <text macro="author-bib"/>
          <text macro="date"/>
          <group delimiter=".//">
            <text macro="title"/>
            <text macro="container"/>
          </group>
          <text macro="publisher"/>
        </group>
      </else-if>
      <else>
        <group delimiter=". ">
          <text macro="author-bib"/>
          <text macro="date"/>
          <text macro="title"/>
          <text macro="container"/>
          <text macro="publisher"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="bib-layout-translation">
    <choose>
      <if type="article-journal article-magazine article-newspaper" match="any">
        <group delimiter=". ">
          <text macro="author-bib-translation"/>
          <text macro="date"/>
          <text macro="title-translation"/>
          <text macro="container-translation"/>
        </group>
      </if>
      <else-if type="chapter paper-conference" match="any">
        <group delimiter=". ">
          <text macro="author-bib-translation"/>
          <text macro="date"/>
          <group delimiter=".//">
            <text macro="title-translation"/>
            <text macro="container-translation"/>
          </group>
          <text macro="publisher-translation"/>
        </group>
      </else-if>
      <else>
        <group delimiter=". ">
          <text macro="author-bib-translation"/>
          <text macro="date"/>
          <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-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter="，">
    <sort>
      <key macro="author-intext"/>
      <key macro="date"/>
    </sort>
    <layout prefix="（" suffix="）" delimiter="；" locale="zh">
      <group delimiter="，">
        <text macro="author-intext-zh"/>
        <text macro="date"/>
        <text macro="locator"/>
      </group>
    </layout>
    <layout prefix="（" suffix="）" delimiter="；">
      <group delimiter="，">
        <text macro="author-intext"/>
        <text macro="date"/>
        <text macro="locator"/>
      </group>
    </layout>
  </citation>
  <bibliography hanging-indent="true" et-al-min="11" et-al-use-first="10" entry-spacing="0">
    <sort>
      <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>
    </layout>
    <layout>
      <group delimiter=" ">
        <text macro="bib-layout"/>
        <choose>
          <if variable="original-title">
            <text value="(in Chinese)"/>
            <text macro="bib-layout" prefix="[" suffix="]"/>
          </if>
        </choose>
      </group>
    </layout>
  </bibliography>
</style>
