<?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://github.com/zotero-chinese/styles/issues/360" rel="documentation"/>
    <author>
      <name>Zeping Lee</name>
      <email>zepinglee@gmail.com</email>
    </author>
    <category citation-format="note"/>
    <category field="social_science"/>
    <summary>7.社会与公共管理学院研究生学位论文撰写规范.pdf</summary>
    <updated>2024-12-25T16:50:49+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>
      <!-- 英文页码的连接号使用 hyphen -->
      <term name="page-range-delimiter">-</term>
      <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>
      <!-- 中文页码的连接号使用一字线（em dash） -->
      <term name="page-range-delimiter">&#8212;</term>
      <term name="author" form="short">著</term>
      <term name="editor" form="short">主编</term>
      <term name="compiler" form="short">整理</term>
      <term name="thesis">博士学位论文</term>
    </terms>
  </locale>
  <macro name="author-en">
    <names variable="author">
      <name and="text"/>
      <label form="short" prefix=", "/>
      <substitute>
        <names variable="editor"/>
        <names variable="compiler"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-zh">
    <choose>
      <if variable="translator">
        <text variable="nationality" prefix="[" suffix="]"/>
        <names variable="author">
          <name delimiter="、" delimiter-precedes-et-al="never"/>
          <label form="short"/>
          <substitute>
            <names variable="editor"/>
            <names variable="compiler"/>
          </substitute>
        </names>
      </if>
      <else>
        <names variable="author">
          <name delimiter="、" delimiter-precedes-et-al="never"/>
          <substitute>
            <names variable="editor">
              <name delimiter="、" delimiter-precedes-et-al="never"/>
              <label form="short"/>
            </names>
            <names variable="compiler">
              <name delimiter="、" delimiter-precedes-et-al="never"/>
              <label form="short"/>
            </names>
          </substitute>
        </names>
      </else>
    </choose>
  </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" font-style="italic"/>
      </if>
      <else-if type="thesis">
        <group delimiter=", ">
          <!-- 《规定》中未要求，但是按照 ASA 样式学位论文使用引号 -->
          <text variable="title" text-case="title" font-style="italic"/>
          <choose>
            <if variable="genre">
              <text variable="genre" text-case="title"/>
            </if>
            <else>
              <text value="Ph.D. Dissertation"/>
            </else>
          </choose>
        </group>
      </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>
        <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="translator-en">
    <names variable="translator">
      <label form="short" suffix=" "/>
      <name and="text"/>
    </names>
  </macro>
  <macro name="translator-zh">
    <names variable="translator">
      <name delimiter="、" delimiter-precedes-et-al="never"/>
      <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>
        <date variable="issued" form="text" date-parts="year"/>
      </else>
    </choose>
  </macro>
  <macro name="date-zh">
    <choose>
      <if variable="issued">
        <choose>
          <if type="book chapter classic entry entry-dictionary entry-encyclopedia" match="any">
            <date variable="issued" form="text" date-parts="year"/>
            <text term="edition" form="short"/>
          </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"/>
      <text macro="date-en"/>
      <choose>
        <if variable="issue">
          <group>
            <number variable="volume"/>
            <number variable="issue" prefix="(" suffix=")"/>
          </group>
        </if>
        <else>
          <number variable="volume" prefix="(" suffix=")"/>
        </else>
      </choose>
    </group>
  </macro>
  <macro name="container-periodical-zh">
    <text variable="container-title" prefix="《" suffix="》"/>
    <text variable="section" prefix="（" suffix="）"/>
    <text variable="publisher-place" prefix="（" suffix="）"/>
    <text macro="date-zh"/>
    <choose>
      <if variable="issue">
        <text macro="issue-zh"/>
      </if>
      <else>
        <text macro="volume-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" quotes="true"/>
    </group>
  </macro>
  <macro name="container-booklike-en">
    <choose>
      <if variable="container-title">
        <group delimiter=" ">
          <text term="in"/>
          <group delimiter=", ">
            <names variable="editor">
              <name and="text"/>
              <label form="short" prefix=", "/>
            </names>
            <text variable="container-title" text-case="title" font-style="italic"/>
          </group>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="container-booklike-zh">
    <group delimiter="：">
      <names variable="editor">
        <name delimiter="、" delimiter-precedes-et-al="never"/>
        <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="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="、" delimiter-precedes-et-al="never"/>
            <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>
            <text variable="event-title"/>
            <text value="论文"/>
          </group>
          <names variable="organizer">
            <name delimiter="、" delimiter-precedes-et-al="never"/>
            <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="thesis-genre-zh">
    <choose>
      <if variable="genre">
        <text variable="genre"/>
      </if>
      <else>
        <text term="thesis"/>
      </else>
    </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">
        <label variable="page" form="short"/>
        <number variable="page"/>
      </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">
        <label variable="locator" form="short"/>
        <number variable="locator"/>
      </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>
        <text macro="page-zh"/>
      </else>
    </choose>
  </macro>
  <macro name="entry-layout-en">
    <group delimiter=", ">
      <text macro="author-en"/>
      <text macro="title-en"/>
      <text macro="translator-en"/>
      <choose>
        <if type="article-journal article-magazine article-newspaper" match="any">
          <text macro="container-periodical-en"/>
        </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="entry-layout-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"/>
            <text macro="publisher-zh"/>
            <group>
              <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="chapter">
            <text macro="container-booklike-zh"/>
            <text macro="publisher-zh"/>
            <text macro="date-zh"/>
          </else-if>
          <else-if type="paper-conference">
            <choose>
              <if variable="container-title">
                <text macro="container-booklike-zh"/>
                <text macro="publisher-zh"/>
                <text macro="date-zh"/>
              </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">
            <text variable="container-title"/>
            <text macro="date-zh"/>
          </else-if>
          <else-if type="thesis">
            <group>
              <text macro="publisher-zh"/>
              <text macro="date-zh"/>
              <text macro="thesis-genre-zh"/>
            </group>
          </else-if>
          <else>
            <group>
              <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="category-sort">
    <choose>
      <if type="book chapter classic entry entry-dictionary entry-encyclopedia" match="any">
        <text value="1"/>
      </if>
      <else-if type="article-journal paper-conference thesis" match="any">
        <text value="2"/>
      </else-if>
      <else>
        <text value="3"/>
      </else>
    </choose>
  </macro>
  <macro name="translation-sort">
    <choose>
      <if variable="translator">
        <text value="1"/>
      </if>
      <else>
        <text value="2"/>
      </else>
    </choose>
  </macro>
  <macro name="journal-thesis-sort">
    <choose>
      <if type="article-journal">
        <text value="1"/>
      </if>
      <else-if type="thesis">
        <text value="2"/>
      </else-if>
      <else>
        <text value="3"/>
      </else>
    </choose>
  </macro>
  <citation et-al-min="4" et-al-use-first="3">
    <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" et-al-min="4" et-al-use-first="3" second-field-align="flush">
    <sort>
      <key variable="language" sort="descending"/>
      <key macro="category-sort"/>
      <key macro="translation-sort"/>
      <key macro="journal-thesis-sort"/>
      <key macro="author-en"/>
    </sort>
    <layout locale="zh">
      <text variable="citation-number" prefix="[" suffix="]"/>
      <text macro="entry-layout-zh" suffix="。"/>
    </layout>
    <layout>
      <text variable="citation-number" prefix="[" suffix="]"/>
      <text macro="entry-layout-en" suffix="."/>
    </layout>
  </bibliography>
</style>
