<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl"
       class="in-text"
	   version="1.0"
       demote-non-dropping-particle="sort-only"
       initialize-with-hyphen="false"
       page-range-format="minimal">

  <info>
    <title>Bulletin de médecine subaquatique et hyperbare - Vancouver - author-date</title>
    <title-short>BMSH</title-short>
    <id>http://www.zotero.org/styles/bmsh-auteur-date</id>
    <link href="http://www.zotero.org/styles/bmsh-auteur-date" rel="self"/>
	 <link href="http://www.zotero.org/styles/vancouver" rel="template"/>
    <link href="http://www.nlm.nih.gov/bsd/uniform_requirements.html" rel="documentation"/>
	
	<author>	
	 <name>Myriam</name>
    </author>
    
	<category citation-format="author-date"/>
    <category field="medicine"/>
    <summary>Style du Bulletin de Médecine Subaquatique et Hyperbare: citations auteur-date ; bibliographie Vancouver</summary>
    <updated>2026-01-16T00:00:00+00:00</updated>
    <rights license="http://creativecommons.org/licenses/by-sa/4.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 License</rights>
  </info>
  
  <locale xml:lang="en">
    <date form="text" delimiter=" ">
      <date-part name="year"/>
      <date-part name="month" form="short" strip-periods="true"/>
      <date-part name="day"/>
    </date>
    <terms>
      <term name="collection-editor" form="long">
        <single>editor</single>
        <multiple>editors</multiple>
      </term>
      <term name="presented at">presented at</term>
      <term name="available at">available from</term>
      <term name="section" form="short">sect.</term>
    </terms>
  </locale>
  <locale xml:lang="fr">
    <date form="text" delimiter=" ">
      <date-part name="day"/>
      <date-part name="month" form="short" strip-periods="true"/>
      <date-part name="year"/>
    </date>
	<!-- pour préciser "et" et "et coll." -->
	<terms>
		<term name="and">et</term>
		<term name="et-al">et coll.</term>
	</terms>
  </locale>
  <macro name="author">
    <names variable="author">
      <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
     
      <substitute>
        <names variable="editor"/>
        <text variable="title" form="short"/>
      </substitute>
    </names>
  </macro>
  <!-- version courte des noms dans la citations en texte pour le style 1 (Bennett 1975) 2 (Rostain et Naquet 1974) >3 (Brauer et coll. 1974)  -->
  <macro name="author-short">
    <names variable="author">
	<!-- 1 ou 2 auteurs → et; ≥3 auteurs → et coll. -->
      <name form="short" and="text" delimiter=", " initialize-with=". "/>
	  
      <substitute>
        <names variable="editor"/>
        <text variable="title" form="short"/>
      </substitute>
    </names>
  </macro>
  
  <macro name="editor">
    <names variable="editor" suffix=".">
      <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
      <label form="long" prefix=", "/>
    </names>
  </macro>
  <!-- année de publication  -->
    <macro name="year-date">
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="year"/>
        </date>
      </if>
      <else>
        <text term="no date" form="short"/>
      </else>
    </choose>
  </macro>
  
  
  
  <macro name="chapter-marker">
    <choose>
      <if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
        <text term="in" text-case="capitalize-first"/>
      </if>
    </choose>
  </macro>
  <macro name="publisher">
    <choose>
      <!--discard publisher info for articles-->
      <if type="article-journal article-magazine article-newspaper" match="none">
        <group delimiter=": " suffix=";">
          <choose>
            <if type="thesis">
              <text variable="publisher-place" prefix="[" suffix="]"/>
            </if>
            <else-if type="speech"/>
            <else>
              <text variable="publisher-place"/>
            </else>
          </choose>
          <text variable="publisher"/>
        </group>
      </if>
    </choose>
  </macro>

<!-- Macro access DOI, URL, dates d’accès -->
 <macro name="access">
    <choose>
      <if variable="DOI">
        <text variable="DOI" prefix="doi: "/>
		<!-- voir si mettre prefixe https://doi.org/ -->
      </if>
      <else-if type="webpage post-weblog" match="any">
        <choose>
          <if variable="URL">
            <text variable="URL"/>
            <group prefix=" (" suffix=")" delimiter=" ">
              <text term="accessed"/>
              <date variable="accessed" form="text"/>
            </group>
          </if>
        </choose>
      </else-if>
    </choose>
  </macro>

   <!-- affiche date d'accès si seulement URL est présente -->
  <macro name="accessed-date">
    <choose>
      <if variable="URL">
        <group prefix="[" suffix="]" delimiter=" ">
          <text term="cited" text-case="lowercase"/>
          <date variable="accessed" form="text"/>
        </group>
      </if>
    </choose>
  </macro>


  <macro name="container-title">
    <choose>
      <if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
        <group suffix="." delimiter=" ">
          <choose>
            <if type="article-journal review review-book" match="any">
              <text variable="container-title" form="short" strip-periods="true"/>
            </if>
            <else>
              <text variable="container-title" strip-periods="true"/>
            </else>
          </choose>
          <choose>
            <if variable="URL">
              <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
            </if>
          </choose>
        </group>
        <text macro="edition" prefix=" "/>
      </if>
      <!--add event-name and event-place once they become available-->
      <else-if type="bill legislation" match="any">
        <group delimiter=", ">
          <group delimiter=". ">
            <text variable="container-title"/>
            <group delimiter=" ">
              <text term="section" form="short" text-case="capitalize-first"/>
              <text variable="section"/>
            </group>
          </group>
          <text variable="number"/>
        </group>
      </else-if>
      <else-if type="speech">
        <group delimiter=": " suffix=";">
          <group delimiter=" ">
            <text variable="genre" text-case="capitalize-first"/>
            <text term="presented at"/>
          </group>
          <text variable="event"/>
        </group>
      </else-if>
      <else>
        <group delimiter=", " suffix=".">
          <choose>
            <if variable="collection-title" match="none">
              <group delimiter=" ">
                <label variable="volume" form="short" text-case="capitalize-first"/>
                <text variable="volume"/>
              </group>
            </if>
          </choose>
          <text variable="container-title"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="title">
    <text variable="title"/>
    <choose>
      <if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
        <choose>
          <if variable="URL">
            <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
          </if>
        </choose>
        <text macro="edition" prefix=". "/>
      </if>
    </choose>
    <choose>
      <if type="thesis">
        <text variable="genre" prefix=" [" suffix="]"/>
      </if>
    </choose>
  </macro>
  <macro name="edition">
    <choose>
      <if is-numeric="edition">
        <group delimiter=" ">
          <number variable="edition" form="ordinal"/>
          <text term="edition" form="short"/>
        </group>
      </if>
      <else>
        <text variable="edition" suffix="."/>
      </else>
    </choose>
  </macro>
  <macro name="date">
    <choose>
	<!-- Articles : année uniquement -->
      <if type="article-journal article-magazine article-newspaper review review-book" match="any">
        <group suffix=";" delimiter=" ">
          <date variable="issued">
		    <date-part name="year"/>
		  </date>
          <text macro="accessed-date"/>
        </group>
      </if>
	
      <else-if type="bill legislation" match="any">
        <group delimiter=", ">
          <date variable="issued" delimiter=" ">
            <date-part name="month" form="short" strip-periods="true"/>
            <date-part name="day"/>
          </date>
          <date variable="issued">
            <date-part name="year"/>
          </date>
        </group>
      </else-if>
      <else-if type="report">
        <date variable="issued" delimiter=" ">
          <date-part name="year"/>
          <date-part name="month" form="short" strip-periods="true"/>
        </date>
      </else-if>
      <else>
        <group suffix=".">
          <date variable="issued">
            <date-part name="year"/>
          </date>
          <text macro="accessed-date" prefix=" "/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="pages">
    <choose>
      <if type="article-journal article-magazine article-newspaper review review-book" match="any">
        <text variable="page" prefix=":"/>
      </if>
      <else>
        <group prefix=" " delimiter=" ">
          <label variable="page" form="short" plural="never"/>
          <text variable="page"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="journal-location">
    <choose>
      <if type="article-journal article-magazine review review-book" match="any">
        <text variable="volume"/>
        <text variable="issue" prefix="(" suffix=")"/>
      </if>
    </choose>
  </macro>
  <macro name="report-details">
    <choose>
      <if type="report">
        <text variable="number" prefix="Report No.: "/>
      </if>
    </choose>
  </macro>
  <macro name="issued">
    <date variable="issued">
      <date-part name="year"/>
    </date>
  </macro>
  <macro name="point-locators">
    <group delimiter=" ">
      <label plural="never" variable="locator" form="short"/>
      <text variable="locator"/>
    </group>
  </macro>
  
<macro name="editor-scientific">
  <names variable="editor">
    <name initialize-with="" delimiter=", " />
    <label form="short" prefix=" (" suffix=")." />
  </names>
</macro>


<macro name="book-authors-block">

	<choose>
		<if variable="author">
		  <text macro="author"/>
		</if>
		<else-if variable="editor">
		  <text macro="editor-scientific"/>
		</else-if>
	  </choose>
</macro>


<macro name="book-publisher-block">
  <group delimiter=", ">
    <text variable="publisher"/>
    <text variable="publisher-place"/>
  </group>
</macro>


<macro name="book-pages">
  <choose>
    <if variable="number-of-pages">
      <group delimiter=" ">
        <text variable="number-of-pages"/>
        <text value="p."/>
      </group>
    </if>
  </choose>
</macro>

  
<macro name="pmid">
  <choose>
    <if variable="PMID">
      <text value="PMID: " />
      <text variable="PMID"/>
    </if>
  </choose>
</macro>

<macro name="epub">
  <choose>
    <if variable="status" match="any">
      <text value="Epub ahead of print" />
      <date variable="issued" prefix=" " form="text"/>
    </if>
    <else-if variable="event-date">
      <text value="Epub ahead of print " />
      <date variable="event-date" form="text"/>
    </else-if>
    <else-if variable="submitted">
      <text value="Epub" />
      <date variable="submitted" form="text"/>
    </else-if>
  </choose>
</macro>

  
  

  <!-- format citation (Author-short Year)  -->
  
 <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="year-date"/>
      <key macro="author"/>
    </sort>
    <layout prefix="(" suffix=")" delimiter="; ">
      <group delimiter=" ">
        <text macro="author-short"/>
        <text macro="year-date"/>
        <group delimiter=" ">
          <label variable="locator" form="short"/>
          <text variable="locator"/>
        </group>
      </group>
    </layout>
  </citation>

 <bibliography et-al-min="7" et-al-use-first="6" hanging-indent="false">
    <sort>
      <key macro="author"/>
      <key macro="year-date" sort="descending"/>
    </sort>
    <layout>
		<choose>
			<if type="book">
				<group delimiter=" " suffix=".">
					<text macro="book-authors-block"/>
					<text variable="title" suffix="."/>
					<text macro="book-publisher-block" suffix="."/>
					<date variable="issued">
					  <date-part name="year"/>
					</date>
					<text macro="book-pages" prefix=", "/>
				</group>
			</if>
			<else>
		
				<group delimiter=". " suffix=". ">
					<text macro="author"/>
					<text macro="title"/>
				</group>
					<group delimiter=" " suffix=". ">
					<group delimiter=": ">
					<text macro="chapter-marker"/>
						<group delimiter=" ">
							<text macro="editor"/>
							<text macro="container-title"/>
						</group>
					</group>
				<text macro="publisher"/>
				<group>
				  <text macro="date"/>
				  <text macro="journal-location"/>
				  <text macro="pages"/>
				</group>
			  </group>
				
			  <text macro="report-details" suffix=". "/>
			 </else>
	 </choose>
	
      <text macro="access"/>
	    <text macro="epub" prefix=". "/>
		 <text macro="pmid" prefix=". "/>
    </layout>
  </bibliography>
  
  
 </style>
