<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" initialize="false" initialize-with=". " 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="https://zotero-chinese.com/styles/中国社会科学" rel="template"/>
    <link href="https://gdxk.ccut.edu.cn/info/1007/1004.htm" rel="documentation"/>
    <author>
      <name>杨家风子</name>
      <email>denghanqing@whu.edu.cn</email>
    </author>
    <category citation-format="note"/>
    <category field="social_science"/>
    <issn>2096-2258</issn>
    <summary>《关东学刊》引文注释编辑规范（发布时间：2017-11-10）。页下注（注释体例，中国社会科学派生）：期刊文章《刊名》年份第X期（或 第X卷第X期）；专著 出版地：出版社，出版年，第X页；重复引注保留译者。</summary>
    <updated>2026-08-06T20:15: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="en">
    <terms>
      <term name="page-range-delimiter">-</term> <!-- 英文页码的连接号使用 hyphen -->
      <term name="translator" form="short">trans.</term>
    </terms>
  </locale>
  <locale xml:lang="zh">
    <terms>
      <term name="anonymous">佚名</term>
      <term name="edition" form="short">版</term>
      <term name="ibid">同上</term>
      <term name="in">载</term>
      <term name="no date">出版时间不详</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-range-delimiter">-</term> <!-- 中文页码的连接号使用连字符（体例指南：第11-12页） -->
      <term name="editor" form="short">主编</term>
      <term name="compiler" form="short">整理</term>
    </terms>
  </locale>
  <macro name="author-en">
    <names variable="author">
      <name delimiter=", " delimiter-precedes-last="never" and="text"/>
      <label form="short" prefix=", "/>
      <substitute>
        <names variable="editor"/>
        <names variable="compiler"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-zh">
    <names variable="author">
      <name delimiter="、"/>
      <!-- 体例著作类责任方式用「编」（袁良骏编），章节文集责任者用「主编」：
           editor verb-short = 编，short = 主编（见下方 zh locale 覆盖与 container-booklike-zh） -->
      <label form="verb-short"/>
      <substitute>
        <names variable="editor"/>
        <names variable="compiler"/>
      </substitute>
    </names>
  </macro>
  <macro name="volume-en">
    <choose>
      <if is-numeric="volume">
        <label variable="volume" form="short" suffix=" "/>
        <number variable="volume"/>
      </if>
      <else>
        <text variable="volume"/>
      </else>
    </choose>
  </macro>
  <macro name="volume-zh">
    <choose>
      <if is-numeric="volume">
        <choose>
          <if type="classic">
            <label variable="volume" form="short"/>
            <number variable="volume"/>
          </if>
          <else>
            <text value="第"/>
            <number variable="volume"/>
            <label variable="volume" form="short"/>
          </else>
        </choose>
      </if>
      <else>
        <text variable="volume"/>
      </else>
    </choose>
  </macro>
  <macro name="edition-zh">
    <choose>
      <if is-numeric="edition">
        <text value="第"/>
        <number variable="edition"/>
        <label variable="edition" form="short"/>
      </if>
      <else>
        <text variable="edition"/>
      </else>
    </choose>
  </macro>
  <!-- 年代（年号）或年月甲子 -->
  <macro name="original-date-zh">
    <date variable="original-date">
      <date-part name="year"/>
    </date>
  </macro>
  <macro name="title-en">
    <choose>
      <if type="article-journal article-magazine article-newspaper chapter paper-conference report" match="any">
        <text variable="title" text-case="title" quotes="true"/>
      </if>
      <else-if type="thesis">
        <text variable="title" text-case="title" quotes="true"/>
      </else-if>
      <else-if type="collection manuscript personal_communication post post-weblog software webpage" match="any">
        <text variable="title" text-case="title"/>
      </else-if>
      <else>
        <group delimiter=", ">
          <text variable="title" text-case="title" font-style="italic"/>
          <text macro="volume-en"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="title-zh">
    <choose>
      <if type="classic">
        <group delimiter="，">
          <group>
            <!-- 明清以后的地方志……书名前冠以修纂成书时的年代 -->
            <choose>
              <if variable="volume-title">
                <text macro="original-date-zh"/>
              </if>
            </choose>
            <text variable="title" prefix="《" suffix="》"/>
            <choose>
              <if variable="volume-title">
                <text macro="volume-zh"/>
                <text variable="volume-title" prefix="《" suffix="》"/>
              </if>
              <else-if variable="container-title" match="none">
                <text macro="volume-zh"/>
                <text variable="volume-title" prefix="《" suffix="》"/>
              </else-if>
            </choose>
          </group>
          <choose>
            <if variable="volume-title" match="none">
              <text macro="original-date-zh"/>
            </if>
          </choose>
        </group>
      </if>
      <else-if type="thesis">
        <text variable="title" prefix="《" suffix="》"/>
      </else-if>
      <else>
        <text variable="title" prefix="《" suffix="》"/>
        <choose>
          <if variable="container-title" match="none">
            <text macro="edition-zh" prefix="（" suffix="）"/>
            <text macro="volume-zh"/>
          </if>
        </choose>
      </else>
    </choose>
  </macro>
  <macro name="title-short-en">
    <choose>
      <if type="article-journal article-magazine article-newspaper chapter paper-conference report thesis" match="any">
        <text variable="title" form="short" text-case="title" quotes="true"/>
      </if>
      <else-if type="collection manuscript personal_communication post post-weblog software webpage" match="any">
        <text variable="title" form="short" text-case="title"/>
      </else-if>
      <else>
        <text variable="title" form="short" text-case="title" font-style="italic"/>
      </else>
    </choose>
  </macro>
  <macro name="title-short-zh">
    <text variable="title" form="short" prefix="《" suffix="》"/>
  </macro>
  <macro name="translator-en">
    <names variable="translator">
      <label form="short" suffix=" "/>
      <name and="text"/>
    </names>
  </macro>
  <macro name="translator-zh">
    <names variable="translator">
      <name delimiter="、"/>
      <label form="short"/>
    </names>
  </macro>
  <macro name="date-en">
    <choose>
      <if type="collection manuscript personal_communication" match="any">
        <date variable="issued" form="text"/>
      </if>
      <else-if type="article-journal article-magazine" match="any">
        <date variable="issued" form="text" date-parts="year"/>
      </else-if>
      <else>
        <date variable="issued" form="text" date-parts="year"/>
      </else>
    </choose>
  </macro>
  <macro name="date-zh">
    <choose>
      <if variable="issued">
        <choose>
          <if type="article-newspaper collection manuscript personal_communication post post-weblog software webpage" match="any">
            <date variable="issued" form="text"/>
          </if>
          <else>
            <date variable="issued" form="text" date-parts="year"/>
          </else>
        </choose>
      </if>
      <else-if type="article-newspaper" variable="original-date" match="all">
        <text macro="original-date-zh"/>
      </else-if>
      <else-if type="classic post post-weblog software webpage" match="none">
        <text term="no date"/>
      </else-if>
    </choose>
  </macro>
  <macro name="issue-zh">
    <choose>
      <if is-numeric="issue">
        <text value="第"/>
        <number variable="issue"/>
        <label variable="issue" form="short"/>
      </if>
      <else>
        <text variable="issue"/>
      </else>
    </choose>
  </macro>
  <macro name="container-periodical-en">
    <group delimiter=", ">
      <text variable="container-title" text-case="title" font-style="italic"/>
      <choose>
        <if variable="volume">
          <group delimiter=" ">
            <group delimiter=", ">
              <group delimiter=" ">
                <label variable="volume" form="short"/>
                <number variable="volume"/>
              </group>
              <group delimiter=" ">
                <label variable="issue" form="short"/>
                <number variable="issue"/>
              </group>
            </group>
            <group delimiter=" " prefix="(" suffix=")">
              <date variable="issued">
                <date-part name="month" form="long" suffix=" "/>
                <date-part name="year"/>
              </date>
            </group>
          </group>
        </if>
        <else>
          <date variable="issued" form="text" date-parts="year"/>
        </else>
      </choose>
    </group>
  </macro>
  <macro name="container-periodical-zh">
    <text variable="container-title" prefix="《" suffix="》"/>
    <choose>
      <if variable="volume">
        <!-- 卷期格式：《刊名》第X卷第Y期，出版年（完整日期） -->
        <group delimiter="，">
          <group>
            <text macro="volume-zh"/>
            <text macro="issue-zh"/>
          </group>
          <date variable="issued" form="text"/>
        </group>
      </if>
      <else>
        <text macro="date-zh"/>
        <text macro="issue-zh"/>
      </else>
    </choose>
  </macro>
  <macro name="container-newspaper-zh">
    <text variable="container-title" prefix="《" suffix="》"/>
    <text variable="publisher-place" prefix="（" suffix="）"/>
    <group delimiter="，">
      <group>
        <text macro="volume-zh"/>
        <text macro="issue-zh"/>
      </group>
      <text macro="date-zh"/>
      <text variable="section"/>
    </group>
  </macro>
  <macro name="container-newspaper-en">
    <group delimiter=", ">
      <text variable="container-title" text-case="title" font-style="italic"/>
      <date variable="issued">
        <date-part name="year" form="numeric"/>
        <date-part name="month" form="numeric-leading-zeros" prefix="-"/>
        <date-part name="day" form="numeric-leading-zeros" prefix="-"/>
      </date>
    </group>
  </macro>
  <macro name="container-booklike-en">
    <choose>
      <if variable="container-title">
        <group delimiter=" ">
          <text term="in"/>
          <group delimiter=", ">
            <names variable="editor">
              <name delimiter=", " delimiter-precedes-last="never" and="text"/>
              <label form="short" prefix=" (" suffix=")"/>
            </names>
            <text variable="container-title" text-case="title" font-style="italic"/>
          </group>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="container-booklike-short-en">
    <choose>
      <if variable="container-title">
        <group delimiter=" ">
          <text term="in"/>
          <text variable="container-title" text-case="title" font-style="italic"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="container-booklike-zh">
    <group delimiter="：">
      <names variable="editor">
        <name delimiter="、"/>
        <label form="short"/>
      </names>
      <group>
        <choose>
          <if variable="container-title">
            <text variable="container-title" prefix="《" suffix="》"/>
            <choose>
              <if type="classic" match="none">
                <text macro="edition-zh" prefix="（" suffix="）"/>
                <text macro="volume-zh"/>
              </if>
              <else-if variable="volume-title" match="none">
                <text macro="volume-zh"/>
              </else-if>
            </choose>
          </if>
          <else-if type="paper-conference" variable="event-title" match="all">
            <text variable="event-title"/>
            <text value="论文"/>
          </else-if>
        </choose>
      </group>
    </group>
  </macro>
  <macro name="container-booklike-short-zh">
    <choose>
      <if variable="container-title">
        <text variable="container-title" prefix="《" suffix="》"/>
        <choose>
          <if type="classic" match="none">
            <text macro="edition-zh" prefix="（" suffix="）"/>
            <text macro="volume-zh"/>
          </if>
          <else-if variable="volume-title" match="none">
            <text macro="volume-zh"/>
          </else-if>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="series-zh">
    <text variable="collection-title" prefix="《" suffix="》"/>
  </macro>
  <macro name="publisher-en">
    <choose>
      <if type="thesis">
        <text variable="publisher"/>
      </if>
      <else>
        <group delimiter=": ">
          <text variable="publisher-place"/>
          <text variable="publisher"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="publisher-zh">
    <choose>
      <if type="thesis">
        <text variable="publisher"/>
      </if>
      <else>
        <group delimiter="：">
          <text variable="publisher-place"/>
          <text variable="publisher"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="event-en">
    <choose>
      <if variable="container-title" match="none">
        <group delimiter=", ">
          <group delimiter=" ">
            <text value="Paper Prepared for"/>
            <text variable="event-title"/>
          </group>
          <names variable="organizer">
            <name delimiter="、"/>
            <substitute>
              <!-- 用户填写在错误字段的情况 -->
              <text variable="publisher"/>
              <text variable="publisher-place"/>
            </substitute>
          </names>
          <choose>
            <if variable="event-date">
              <date variable="event-date" form="text"/>
            </if>
            <else>
              <date variable="issued" form="text"/>
            </else>
          </choose>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="event-zh">
    <choose>
      <if variable="container-title" match="none">
        <group delimiter="，">
          <group>
            <!-- 体例例：“全球化与亚太区域话国际研讨会”论文，天津，2000年6月 -->
            <text variable="event-title" quotes="true"/>
            <text value="论文"/>
          </group>
          <names variable="organizer">
            <name delimiter="、"/>
            <substitute>
              <!-- 用户填写在错误字段的情况 -->
              <text variable="publisher"/>
              <text variable="publisher-place"/>
            </substitute>
          </names>
          <text variable="event-place"/>
          <choose>
            <if variable="event-date">
              <date variable="event-date" form="text"/>
            </if>
            <else>
              <date variable="issued" form="text"/>
            </else>
          </choose>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="archive-en">
    <group delimiter=", ">
      <!-- 档案的卷宗号 -->
      <text variable="archive_location"/>
      <text variable="archive_collection"/>
      <text variable="archive"/>
      <choose>
        <if variable="archive-place">
          <!-- 档案的馆藏地以及收藏机构或单位 -->
          <text variable="archive-place"/>
        </if>
        <else>
          <text variable="publisher-place"/>
        </else>
      </choose>
    </group>
  </macro>
  <macro name="archive-zh">
    <group delimiter="，">
      <group>
        <text variable="archive_collection"/>
        <!-- 档案的卷宗号 -->
        <text variable="archive_location"/>
      </group>
      <group>
        <text variable="archive"/>
        <text value="藏"/>
      </group>
    </group>
  </macro>
  <macro name="access-en">
    <choose>
      <if type="post post-weblog software webpage" match="any">
        <group delimiter="，">
          <text variable="URL"/>
          <date variable="accessed" form="text"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="access-zh">
    <choose>
      <if type="post post-weblog software webpage" match="any">
        <group delimiter="，">
          <text variable="URL"/>
          <date variable="accessed" form="text"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="page-en">
    <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="page-zh">
    <choose>
      <if is-numeric="page">
        <text value="第"/>
        <number variable="page"/>
        <choose>
          <if type="article-newspaper">
            <text value="版"/>
          </if>
          <else>
            <label variable="page" form="short"/>
          </else>
        </choose>
      </if>
      <else>
        <text variable="page"/>
      </else>
    </choose>
  </macro>
  <macro name="locator-en">
    <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="locator-zh">
    <choose>
      <if is-numeric="locator">
        <text value="第"/>
        <number variable="locator"/>
        <choose>
          <if type="article-newspaper" locator="page" match="all">
            <text value="版"/>
          </if>
          <else>
            <label variable="locator" form="short"/>
          </else>
        </choose>
      </if>
      <else>
        <text variable="locator"/>
      </else>
    </choose>
  </macro>
  <macro name="locator-or-page-en">
    <choose>
      <if variable="locator">
        <text macro="locator-en"/>
      </if>
      <else>
        <text macro="page-en"/>
      </else>
    </choose>
  </macro>
  <macro name="locator-or-page-zh">
    <choose>
      <if variable="locator">
        <text macro="locator-zh"/>
      </if>
      <else-if type="article-journal article-magazine" match="none">
        <text macro="page-zh"/>
      </else-if>
    </choose>
  </macro>
  <macro name="source-en">
    <group delimiter=", ">
      <text macro="author-en"/>
      <text macro="title-en"/>
      <text macro="translator-en"/>
      <choose>
        <if type="article-journal article-magazine" match="any">
          <text macro="container-periodical-en"/>
        </if>
        <else-if type="article-newspaper">
          <text macro="container-newspaper-en"/>
        </else-if>
        <else-if type="thesis">
          <group delimiter=", ">
            <group delimiter=" ">
              <text variable="publisher"/>
              <choose>
                <if variable="genre">
                  <text variable="genre" text-case="title"/>
                </if>
                <else>
                  <text value="Ph.D. Dissertation"/>
                </else>
              </choose>
            </group>
            <text macro="date-en"/>
          </group>
        </else-if>
        <else-if type="chapter paper-conference" match="any">
          <text macro="container-booklike-en"/>
          <text macro="publisher-en"/>
          <text macro="date-en"/>
        </else-if>
        <else-if type="paper-conference">
          <choose>
            <if variable="container-title">
              <text macro="container-booklike-en"/>
              <text macro="publisher-en"/>
              <text macro="date-en"/>
            </if>
            <else>
              <text macro="event-en"/>
            </else>
          </choose>
        </else-if>
        <else-if type="collection manuscript personal_communication" match="any">
          <text macro="date-en"/>
          <text macro="archive-en"/>
        </else-if>
        <else-if type="post post-weblog software webpage" match="any">
          <text variable="container-title"/>
          <text macro="date-en"/>
        </else-if>
        <else>
          <text macro="publisher-en"/>
          <text macro="date-en"/>
        </else>
      </choose>
      <text macro="access-en"/>
      <text macro="locator-or-page-en"/>
    </group>
  </macro>
  <macro name="source-zh">
    <group delimiter="：">
      <text macro="author-zh"/>
      <group delimiter="，">
        <text macro="title-zh"/>
        <text macro="translator-zh"/>
        <choose>
          <if type="article-journal article-magazine" match="any">
            <text macro="container-periodical-zh"/>
          </if>
          <else-if type="classic">
            <text macro="container-booklike-zh"/>
            <text macro="series-zh"/>
            <group delimiter="，">
              <text macro="publisher-zh"/>
              <text macro="date-zh"/>
              <text macro="edition-zh"/>
            </group>
          </else-if>
          <else-if type="article-newspaper">
            <text macro="container-newspaper-zh"/>
          </else-if>
          <else-if type="thesis">
            <group delimiter="，">
              <group>
                <text variable="publisher"/>
                <choose>
                  <if variable="genre">
                    <text variable="genre"/>
                  </if>
                  <else>
                    <text value="博士学位论文"/>
                  </else>
                </choose>
              </group>
              <text macro="date-zh"/>
            </group>
          </else-if>
          <else-if type="chapter">
            <text macro="container-booklike-zh"/>
            <group delimiter="，">
              <text macro="publisher-zh"/>
              <text macro="date-zh"/>
            </group>
          </else-if>
          <else-if type="paper-conference">
            <choose>
              <if variable="container-title">
                <text macro="container-booklike-zh"/>
                <group delimiter="，">
                  <text macro="publisher-zh"/>
                  <text macro="date-zh"/>
                </group>
              </if>
              <else>
                <text macro="event-zh"/>
              </else>
            </choose>
          </else-if>
          <else-if type="collection manuscript personal_communication" match="any">
            <text macro="date-zh"/>
            <text macro="archive-zh"/>
          </else-if>
          <else-if type="post post-weblog software webpage" match="any">
            <group>
              <text variable="container-title" prefix="《" suffix="》"/>
              <!-- 体例例：〈文学遗产通讯〉（网路版试刊）；括注录入 edition -->
              <text variable="edition" prefix="（" suffix="）"/>
              <text macro="date-zh"/>
              <text macro="issue-zh"/>
            </group>
          </else-if>
          <else>
            <group delimiter="，">
              <text macro="publisher-zh"/>
              <text macro="date-zh"/>
            </group>
          </else>
        </choose>
        <text macro="access-zh"/>
        <text macro="locator-or-page-zh"/>
      </group>
    </group>
  </macro>
  <macro name="entry-layout-en">
    <choose>
      <if position="first">
        <text macro="source-en"/>
      </if>
      <else>
        <!-- 再次引证时的项目简化 -->
        <group delimiter=": ">
          <text macro="author-en"/>
          <group delimiter=", ">
            <text macro="title-short-en"/>
            <choose>
              <if type="chapter paper-conference" match="any">
                <text macro="container-booklike-short-en"/>
              </if>
            </choose>
            <text macro="locator-en"/>
          </group>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="entry-layout-zh">
    <choose>
      <if position="first">
        <text macro="source-zh"/>
      </if>
      <else>
        <!-- 再次引证时的项目简化 -->
        <group delimiter="：">
          <text macro="author-zh"/>
          <group delimiter="，">
            <text macro="title-short-zh"/>
            <text macro="translator-zh"/>
            <choose>
              <if type="chapter paper-conference" match="any">
                <text macro="container-booklike-short-zh"/>
              </if>
            </choose>
            <text macro="locator-zh"/>
          </group>
        </group>
      </else>
    </choose>
  </macro>
  <citation>
    <layout delimiter="；" suffix="。" locale="zh">
      <text macro="entry-layout-zh"/>
    </layout>
    <layout delimiter="; " suffix=".">
      <text macro="entry-layout-en"/>
    </layout>
  </citation>
  <bibliography entry-spacing="0">
    <!-- 不启用 second-field-align：避免 [n] 与条目间出现制表符/两栏对齐（用户要求） -->
    <layout locale="zh">
      <text variable="citation-number" prefix="[" suffix="] "/>
      <text macro="source-zh" suffix="。"/>
    </layout>
    <layout>
      <text variable="citation-number" prefix="[" suffix="] "/>
      <text macro="source-en" suffix="."/>
    </layout>
  </bibliography>
</style>
