<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" page-range-format="minimal" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
  <info>
    <title>Civil Engineering Journal</title>
    <title-short>CEJ</title-short>
    <id>http://www.zotero.org/styles/civil-engineering-journal</id>
    <link href="http://www.zotero.org/styles/civil-engineering-journal" rel="self"/>
    <link href="http://www.zotero.org/styles/molecular-metabolism" rel="template"/>
    <link href="https://www.civilejournal.org/index.php/cej/about/submissions#authorGuidelines" rel="documentation"/>
    <author>
      <name>Patrick O'Brien</name>
    </author>
    <category citation-format="numeric"/>
    <category field="medicine"/>
    <issn>2676-6957</issn>
    <eissn>2476-3055</eissn>
    <updated>2025-08-12T00:59:49+00: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>
  <macro name="access">
    <choose>
      <if variable="DOI">
        <text variable="DOI" prefix="doi:"/>
      </if>
      <else-if type="webpage post-weblog post" match="any">
        <choose>
          <if variable="URL">
            <group delimiter=". ">
              <text variable="URL"/>
              <date variable="accessed" prefix="[accessed " suffix="]" form="text"/>
            </group>
          </if>
        </choose>
      </else-if>
    </choose>
  </macro>
  <macro name="author">
    <names variable="author">
      <name suffix="." delimiter-precedes-et-al="always" initialize-with="." name-as-sort-order="all"/>
      <substitute>
        <names variable="editor"/>
        <names variable="translator"/>
        <text variable="title"/>
      </substitute>
    </names>
  </macro>
  <macro name="editor">
    <names variable="editor">
      <name delimiter-precedes-et-al="never" delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
      <label form="long" prefix=", " plural="contextual" suffix="."/>
    </names>
  </macro>
  <macro name="year-date">
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="year" form="long" range-delimiter="&#8211;"/>
        </date>
      </if>
      <else>
        <text term="no date" form="short"/>
      </else>
    </choose>
  </macro>
  <macro name="journal-location">
    <choose>
      <if type="article-journal article-magazine" match="any">
        <text variable="volume" form="long"/>
        <text variable="issue" prefix="(" suffix=")"/>
      </if>
    </choose>
  </macro>
  <macro name="publisher">
    <group delimiter=", ">
      <group delimiter=": ">
        <text variable="publisher-place"/>
        <text variable="publisher"/>
      </group>
    </group>
  </macro>
  <macro name="publisher_thesis">
    <group delimiter=", ">
      <text variable="publisher" form="long"/>
      <text variable="publisher-place" form="long"/>
    </group>
  </macro>
  <macro name="edition_book">
    <choose>
      <if is-numeric="edition">
        <group delimiter=" ">
          <number variable="edition" form="ordinal"/>
          <text term="edition" form="short"/>
        </group>
      </if>
      <else>
        <text variable="edition"/>
      </else>
    </choose>
  </macro>
  <macro name="edition_chapter">
    <choose>
      <if is-numeric="edition">
        <group delimiter=" ">
          <number variable="edition" form="ordinal"/>
          <text term="edition" form="short"/>
        </group>
      </if>
      <else>
        <text variable="edition"/>
      </else>
    </choose>
  </macro>
  <macro name="title">
    <text variable="title" text-case="title"/>
  </macro>
  <citation collapse="citation-number">
    <sort>
      <key variable="citation-number" sort="ascending"/>
    </sort>
    <layout delimiter="," prefix="[" suffix="]">
      <text variable="citation-number"/>
    </layout>
  </citation>
  <bibliography entry-spacing="0" second-field-align="flush" et-al-min="7" et-al-use-first="6">
    <layout suffix=".">
      <text variable="citation-number" prefix="[" suffix="]"/>
      <group delimiter=". ">
        <text macro="author"/>
        <text macro="year-date" prefix="(" suffix=")"/>
        <choose>
          <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
            <group delimiter=". ">
              <text macro="title"/>
              <group delimiter=", ">
                <group delimiter=" ">
                  <label text-case="capitalize-first" variable="volume" form="short"/>
                  <text variable="volume"/>
                </group>
                <text macro="edition_book"/>
                <text macro="publisher"/>
                <group delimiter=" ">
                  <label variable="page" form="short" plural="contextual"/>
                  <text variable="page" form="long"/>
                </group>
              </group>
            </group>
          </if>
          <else-if type="chapter paper-conference" match="any">
            <group delimiter=" ">
              <group delimiter=" ">
                <text macro="title" suffix="."/>
                <group delimiter=": ">
                  <text term="in" form="short" text-case="capitalize-first"/>
                  <text macro="editor"/>
                </group>
                <group delimiter=" ">
                  <text variable="container-title" suffix=","/>
                  <text variable="volume" form="long" prefix="vol. " suffix="."/>
                </group>
                <text macro="edition_chapter"/>
              </group>
              <text macro="publisher"/>
              <group delimiter=" ">
                <label variable="page" form="short" plural="never"/>
                <text variable="page" form="long"/>
              </group>
            </group>
          </else-if>
          <else-if type="patent">
            <group delimiter=", ">
              <group delimiter=". ">
                <text macro="title"/>
                <text variable="number" form="long"/>
              </group>
              <text macro="year-date"/>
            </group>
          </else-if>
          <else-if type="thesis">
            <group delimiter=" ">
              <text macro="title" suffix="."/>
              <text variable="genre" form="long" suffix=","/>
              <text macro="publisher_thesis" suffix="," text-case="title"/>
              <text macro="year-date"/>
            </group>
          </else-if>
          <else-if type="webpage post post-weblog" match="any">
            <group delimiter=" ">
              <text macro="title" suffix="."/>
              <text variable="container-title" form="long" suffix="." text-case="title"/>
              <text macro="access"/>
            </group>
          </else-if>
          <else>
            <group delimiter=": ">
              <group delimiter=" ">
                <group delimiter=". ">
                  <text macro="title"/>
                  <text variable="container-title" text-case="title"/>
                </group>
                <group delimiter=";">
                  <text macro="journal-location"/>
                </group>
              </group>
              <text variable="page-first"/>
            </group>
            <text macro="access"/>
          </else>
        </choose>
      </group>
    </layout>
  </bibliography>
</style>
