<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>Valentin Goupille</title>
<link>https://www.valentingoupille.com/courses/</link>
<atom:link href="https://www.valentingoupille.com/courses/index.xml" rel="self" type="application/rss+xml"/>
<description></description>
<generator>quarto-1.9.37</generator>
<lastBuildDate>Fri, 15 May 2026 22:00:00 GMT</lastBuildDate>
<item>
  <title>Test — Double Listing (méthode 2)</title>
  <dc:creator>Valentin Goupille</dc:creator>
  <link>https://www.valentingoupille.com/courses/posts/test-double-listing/</link>
  <description><![CDATA[ 






<p>Démonstration de la <strong>méthode 2 (double listing)</strong> : ce cours est un dossier, sa page d’accueil liste ses chapitres. Chaque chapitre est un <code>.qmd</code> autonome.</p>
<section id="chapitres" class="level2">
<h2 class="anchored" data-anchor-id="chapitres">Chapitres</h2>
<div id="listing-chapitres" class="quarto-listing quarto-listing-container-default">
<div class="list quarto-listing-default">
<div class="quarto-post image-right" data-index="0" data-listing-file-modified-sort="1778958799348" data-listing-reading-time-sort="1" data-listing-word-count-sort="24">
<div class="body">
<h3 class="no-anchor listing-title">
<a href="../../../courses/posts/test-double-listing/chapters/01-introduction.html" class="no-external">Chapitre 1 — Introduction</a>
</h3>
<div class="delink listing-description"><a href="../../../courses/posts/test-double-listing/chapters/01-introduction.html" class="no-external">
<p>Mise en place et objectifs du cours de test.</p>
</a></div>
</div>
<div class="metadata">
<a href="../../../courses/posts/test-double-listing/chapters/01-introduction.html" class="no-external">
<div class="listing-reading-time">1 min</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="1" data-listing-file-modified-sort="1778958799348" data-listing-reading-time-sort="1" data-listing-word-count-sort="16">
<div class="body">
<h3 class="no-anchor listing-title">
<a href="../../../courses/posts/test-double-listing/chapters/02-approfondissement.html" class="no-external">Chapitre 2 — Approfondissement</a>
</h3>
<div class="delink listing-description"><a href="../../../courses/posts/test-double-listing/chapters/02-approfondissement.html" class="no-external">
<p>Deuxième chapitre, indépendant du premier.</p>
</a></div>
</div>
<div class="metadata">
<a href="../../../courses/posts/test-double-listing/chapters/02-approfondissement.html" class="no-external">
<div class="listing-reading-time">1 min</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="2" data-listing-file-modified-sort="1778958799348" data-listing-reading-time-sort="1" data-listing-word-count-sort="21">
<div class="body">
<h3 class="no-anchor listing-title">
<a href="../../../courses/posts/test-double-listing/chapters/03-conclusion.html" class="no-external">Chapitre 3 — Conclusion</a>
</h3>
<div class="delink listing-description"><a href="../../../courses/posts/test-double-listing/chapters/03-conclusion.html" class="no-external">
<p>Troisième chapitre, ajouté sans toucher au _quarto.yml.</p>
</a></div>
</div>
<div class="metadata">
<a href="../../../courses/posts/test-double-listing/chapters/03-conclusion.html" class="no-external">
<div class="listing-reading-time">1 min</div>
</a>
</div>
</div>
</div>
<div class="listing-no-matching d-none">No matching items</div>
</div>



</section>

<a onclick="window.scrollTo(0, 0); return false;" id="quarto-back-to-top"><i class="bi bi-arrow-up"></i> Back to top</a> ]]></description>
  <category>test</category>
  <category>méthode 2</category>
  <guid>https://www.valentingoupille.com/courses/posts/test-double-listing/</guid>
  <pubDate>Fri, 15 May 2026 22:00:00 GMT</pubDate>
  <media:content url="https://www.valentingoupille.com/courses/posts/Microbiology/microbiology.png" medium="image" type="image/png" height="144" width="144"/>
</item>
<item>
  <title>Test — Source à découper (méthode 1)</title>
  <dc:creator>Valentin Goupille</dc:creator>
  <link>https://www.valentingoupille.com/courses/posts/test-split-source/</link>
  <description><![CDATA[ 






<p>Cours de démonstration <strong>méthode 1</strong> : tout tient dans une page longue, structurée en sections <code>##</code>. Ce texte d’introduction précède le premier titre de section : le script le garde comme préface / intro.</p>
<section id="introduction" class="level2">
<h2 class="anchored" data-anchor-id="introduction">Introduction</h2>
<p>Premier chapitre. On pose le contexte et les objectifs.</p>
<ul>
<li>Objectif A</li>
<li>Objectif B</li>
</ul>
<section id="un-sous-titre" class="level3">
<h3 class="anchored" data-anchor-id="un-sous-titre">Un sous-titre</h3>
<p>Le sous-titre <code>###</code> reste <em>à l’intérieur</em> du chapitre Introduction : le script ne coupe que sur le niveau choisi (ici <code>##</code>).</p>
</section>
</section>
<section id="approfondissement" class="level2">
<h2 class="anchored" data-anchor-id="approfondissement">Approfondissement</h2>
<p>Deuxième chapitre. On entre dans le détail.</p>
<ol type="1">
<li>Étape une</li>
<li>Étape deux</li>
</ol>
</section>
<section id="conclusion" class="level2">
<h2 class="anchored" data-anchor-id="conclusion">Conclusion</h2>
<p>Troisième chapitre. Synthèse et ouverture.</p>


</section>

<a onclick="window.scrollTo(0, 0); return false;" id="quarto-back-to-top"><i class="bi bi-arrow-up"></i> Back to top</a> ]]></description>
  <category>test</category>
  <category>méthode 1</category>
  <guid>https://www.valentingoupille.com/courses/posts/test-split-source/</guid>
  <pubDate>Fri, 15 May 2026 22:00:00 GMT</pubDate>
</item>
<item>
  <title>Reproduction and Embryology course</title>
  <dc:creator>Valentin Goupille</dc:creator>
  <link>https://www.valentingoupille.com/courses/posts/Reproduction-Embryology/</link>
  <description><![CDATA[ 






<p>Course on Reproduction and Embryology for medical studies.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://www.valentingoupille.com/courses/posts/Reproduction-Embryology/embryology.png" class="img-fluid figure-img" alt="Generated by Google Nano Banana Pro"></p>
<figcaption>Generated by Google Nano Banana Pro</figcaption>
</figure>
</div>
<section id="gametes-gametogenesis-and-spermatogenesis" class="level2">
<h2 class="anchored" data-anchor-id="gametes-gametogenesis-and-spermatogenesis">Gametes, gametogenesis and spermatogenesis</h2>
<div class="callout callout-style-default callout-important callout-titled">
<div class="callout-header d-flex align-content-center">
<div class="callout-icon-container">
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
<span class="screen-reader-only">Important</span>Essential Concepts
</div>
</div>
<div class="callout-body-container callout-body">
<ul>
<li>Gametes are <strong>haploid</strong> reproductive cells with <strong>23 chromosomes</strong>.</li>
<li><strong>Mature gametes only form at puberty.</strong></li>
<li>They originate from <strong>germ cells</strong> that appear in the <strong>3rd week of development</strong> / <strong>21st day</strong></li>
<li><strong>Meiosis</strong> consists of <strong>2 successive specific cell divisions</strong>
<ul>
<li><strong>Meiosis I</strong>:
<ul>
<li>consists of the <strong>segregation of homologous chromosomes</strong> into <strong>2 daughter cells</strong></li>
</ul></li>
<li><strong>Meiosis II</strong>:
<ul>
<li>consists of the <strong>segregation of sister chromatids</strong> in each <strong>daughter cell</strong></li>
</ul></li>
<li><strong>Genetic recombination</strong> (<strong>crossing-over</strong>) occurs during the <strong>first meiotic division</strong></li>
<li><strong>Non-disjunction anomalies</strong> lead to <strong>monosomies</strong> and <strong>trisomies</strong>, including <strong>sex chromosome syndromes</strong> (that should be known).</li>
<li>Meiosis is <strong>fixed and continuous in males</strong>, but <strong>discontinuous and incomplete in females</strong>.</li>
</ul></li>
<li><strong>Spermatogenesis</strong>:
<ul>
<li><strong>Spermatogenesis</strong> can only occur correctly if the <strong>testicles descend</strong> into the <strong>scrotal position</strong> early during <strong>fetal life</strong> (between the <strong>7th and 9th month</strong>).</li>
<li>The <strong>testicle</strong> plays both an <strong>endocrine</strong> and <strong>exocrine</strong> role.</li>
<li><strong>Spermatogenesis</strong> occurs in the <strong>seminiferous tubules</strong>.</li>
<li><strong>Sertoli cells</strong> play a major role in spermatogenesis. Know the characteristics of <strong>Sertoli cells</strong> and their role.</li>
<li>The <strong>seminiferous tubules</strong> are divided into <strong>two compartments</strong> in which different <strong>germ cells</strong> are found.</li>
<li>Between the seminiferous tubules is located the <strong>interstitial tissue</strong> where <strong>Leydig cells</strong> are found, which produce <strong>testosterone</strong>.</li>
<li>The <strong>blood-testis barrier</strong> (barrière homéotesticulaire) (know its constitution) plays an <strong>immune role</strong> (know the different roles).</li>
</ul></li>
</ul>
</div>
</div>


</section>

<a onclick="window.scrollTo(0, 0); return false;" id="quarto-back-to-top"><i class="bi bi-arrow-up"></i> Back to top</a> ]]></description>
  <category>Reproduction</category>
  <category>Embryology</category>
  <category>medicine</category>
  <guid>https://www.valentingoupille.com/courses/posts/Reproduction-Embryology/</guid>
  <pubDate>Wed, 24 Dec 2025 23:00:00 GMT</pubDate>
  <media:content url="https://www.valentingoupille.com/courses/posts/Reproduction-Embryology/embryology.png" medium="image" type="image/png" height="73" width="144"/>
</item>
<item>
  <title>Microbiology course</title>
  <dc:creator>Valentin Goupille</dc:creator>
  <link>https://www.valentingoupille.com/courses/posts/Microbiology/</link>
  <description><![CDATA[ 






<section id="microbiology-course-overview" class="level1">
<h1>Microbiology Course Overview</h1>
<p>Welcome to the Microbiology course! This course provides a comprehensive overview of microbiology, covering various microorganisms and their roles in health and disease.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://www.valentingoupille.com/courses/posts/Microbiology/microbiology.png" class="img-fluid figure-img" alt="Generated by Google Nano Banana Pro"></p>
<figcaption>Generated by Google Nano Banana Pro</figcaption>
</figure>
</div>


</section>

<a onclick="window.scrollTo(0, 0); return false;" id="quarto-back-to-top"><i class="bi bi-arrow-up"></i> Back to top</a> ]]></description>
  <category>Microbiology</category>
  <category>medicine</category>
  <guid>https://www.valentingoupille.com/courses/posts/Microbiology/</guid>
  <pubDate>Mon, 22 Dec 2025 23:00:00 GMT</pubDate>
  <media:content url="https://www.valentingoupille.com/courses/posts/Microbiology/microbiology.avif" medium="image" type="image/avif"/>
</item>
</channel>
</rss>
