Skip to content

Commit

Permalink
update generated book
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyh09 committed Nov 27, 2024
1 parent 9b7cef2 commit 4c62d41
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 7 deletions.
14 changes: 10 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="author" content="BIOF1001 teaching team" />


<meta name="date" content="2024-11-18" />
<meta name="date" content="2024-11-27" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down Expand Up @@ -66,7 +66,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down Expand Up @@ -303,6 +303,12 @@
<li class="chapter" data-level="7.1.2" data-path="pop-genetics.html"><a href="pop-genetics.html#part-2"><i class="fa fa-check"></i><b>7.1.2</b> Part 2</a></li>
<li class="chapter" data-level="7.1.3" data-path="pop-genetics.html"><a href="pop-genetics.html#references"><i class="fa fa-check"></i><b>7.1.3</b> References</a></li>
</ul></li>
<li class="chapter" data-level="7.2" data-path="pop-genetics.html"><a href="pop-genetics.html#case-study-2-genetic-sequence-analysis"><i class="fa fa-check"></i><b>7.2</b> Case study 2: Genetic sequence analysis</a>
<ul>
<li class="chapter" data-level="7.2.1" data-path="pop-genetics.html"><a href="pop-genetics.html#sequence-motif-and-k-mer"><i class="fa fa-check"></i><b>7.2.1</b> Sequence motif and k-mer</a></li>
<li class="chapter" data-level="7.2.2" data-path="pop-genetics.html"><a href="pop-genetics.html#functional-mapping"><i class="fa fa-check"></i><b>7.2.2</b> Functional mapping</a></li>
<li class="chapter" data-level="7.2.3" data-path="pop-genetics.html"><a href="pop-genetics.html#references-1"><i class="fa fa-check"></i><b>7.2.3</b> References</a></li>
</ul></li>
</ul></li>
<li class="part"><span><b>III Appendix</b></span></li>
<li class="chapter" data-level="" data-path="install.html"><a href="install.html"><i class="fa fa-check"></i>Appendix A: Install R &amp; RStudio</a>
Expand All @@ -323,7 +329,7 @@
</ul></li>
<li class="chapter" data-level="" data-path="install.html"><a href="install.html#a4.-cloud-computing"><i class="fa fa-check"></i>A4. Cloud computing</a></li>
</ul></li>
<li class="chapter" data-level="" data-path="references-1.html"><a href="references-1.html"><i class="fa fa-check"></i>References</a></li>
<li class="chapter" data-level="" data-path="references-2.html"><a href="references-2.html"><i class="fa fa-check"></i>References</a></li>
<li class="divider"></li>
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>

Expand All @@ -347,7 +353,7 @@ <h1>
<div id="header">
<h1 class="title">Biomedical Data Science - introduction with case studies</h1>
<p class="author"><em>BIOF1001 teaching team</em></p>
<p class="date"><em>2024-11-18</em></p>
<p class="date"><em>2024-11-27</em></p>
</div>
<div id="welcome" class="section level1 unnumbered hasAnchor">
<h1>Welcome<a href="index.html#welcome" class="anchor-section" aria-label="Anchor link to header"></a></h1>
Expand Down
Loading

0 comments on commit 4c62d41

Please sign in to comment.