<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0">
  <info>
    <title>University of Aleppo - Faculty of Medicine</title>
    <title-short>UAFM</title-short>
    <id>http://www.zotero.org/styles/university-of-aleppo-faculty-of-medicine</id>
    <link href="http://www.zotero.org/styles/university-of-aleppo-faculty-of-medicine" rel="self"/>
    <link href="https://github.com/firasuke/Citation-Style-Language-Styles/blob/master/University%20of%20Aleppo%20-%20Faculty%20of%20Medicine/documentation.md" rel="documentation"/>
    <author>
      <name>Firas Khalil Khana</name>
      <email>firasuke@gmail.com</email>
    </author>
    <category citation-format="numeric"/>
    <category field="medicine"/>
    <issn>1022-680X</issn>
    <summary>Created for use in articles, dissertations and theses in the Faculty of Medicine at the University of Aleppo</summary>
    <updated>2019-07-08T04:39:57+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="author">
    <names variable="author">
      <name initialize-with=". " name-as-sort-order="all" sort-separator=" "/>
    </names>
  </macro>
  <macro name="title">
    <text variable="title" text-case="title"/>
  </macro>
  <macro name="date">
    <date date-parts="year" form="text" variable="issued"/>
  </macro>
  <macro name="publisher">
    <text variable="publisher"/>
  </macro>
  <macro name="edition">
    <number suffix=" ed. " variable="edition" form="ordinal"/>
  </macro>
  <macro name="publisher-place">
    <text variable="publisher-place"/>
  </macro>
  <macro name="page">
    <text variable="page"/>
  </macro>
  <macro name="volume">
    <text variable="volume"/>
  </macro>
  <macro name="issue">
    <text variable="issue"/>
  </macro>
  <macro name="container-title">
    <text variable="container-title"/>
  </macro>
  <macro name="url">
    <text variable="URL"/>
  </macro>
  <macro name="doi">
    <text variable="DOI"/>
  </macro>
  <macro name="isbn">
    <text variable="ISBN" prefix="ISBN: "/>
  </macro>
  <citation>
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout vertical-align="sup" delimiter="، " prefix="[" suffix="]">
      <text variable="citation-number"/>
    </layout>
  </citation>
  <bibliography second-field-align="flush">
    <sort>
      <key variable="author"/>
    </sort>
    <layout>
      <text variable="citation-number" prefix="[" suffix="] "/>
      <group delimiter=". " suffix=". ">
        <text macro="author" text-decoration="none"/>
        <text macro="date"/>
        <text macro="title" text-decoration="underline"/>
        <text macro="container-title" font-style="italic"/>
        <text macro="publisher"/>
      </group>
      <text macro="edition"/>
      <text macro="publisher-place" suffix=". "/>
      <text macro="volume"/>
      <text macro="issue" prefix="(" suffix="):"/>
      <text macro="page" suffix=". "/>
      <choose>
        <if match="all" variable="DOI">
          <text macro="doi" prefix="DOI: "/>
        </if>
        <else-if match="all" variable="URL">
          <text macro="url" prefix="URL: "/>
        </else-if>
        <else-if type="book" match="any">
          <text macro="isbn"/>
        </else-if>
      </choose>
    </layout>
  </bibliography>
</style>
