Skip to content

Commit 417bea9

Browse files
committed
up
1 parent 3861607 commit 417bea9

File tree

11 files changed

+7
-13
lines changed

11 files changed

+7
-13
lines changed
Loading
Loading
Loading
Loading

docs/intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ <h2>Teaching material</h2>
402402
<h2>Support</h2>
403403
<ul>
404404
<li><p>Post-it stickers</p></li>
405-
<li><p>Online chat (Gitter) <a href="https://gitter.im/microbiome/miaverse" class="uri">https://gitter.im/microbiome/miaverse</a></p></li>
405+
<li><p>Online chat (GitHub Discussions) <a href="https://github.com/microbiome/OMA/discussions" class="uri">https://github.com/microbiome/OMA/discussions</a></p></li>
406406
<li><p><a href="https://docs.google.com/document/d/1CEQ2d5g-zMoANhtHGbcKbW4DhElovPHz6iChjSX6Md8/edit?usp=sharing">Google Doc</a> <strong>Questions at the end of the gdoc are welcome</strong></p></li>
407407
<li><p>Feedback at the end of each day using minute cards</p></li>
408408
</ul>
Loading
Loading
-92 Bytes
Loading

docs/quarto.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ <h2>Example 2.3: YAML Parameters</h2>
516516
<p>editor: visual</p>
517517
<p>smaller: true</p>
518518
<p>author: Escherichia coli</p>
519-
<p>date: 2024-12-17</p>
519+
<p>date: 2024-12-18</p>
520520
<p><code>---</code></p>
521521
</section>
522522
<section id="exercise-2" class="slide level2">

docs/search.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@
991991
"href": "intro.html#support",
992992
"title": "Intro & practicals",
993993
"section": "Support",
994-
"text": "Support\n\nPost-it stickers\nOnline chat (Gitter) https://gitter.im/microbiome/miaverse\nGoogle Doc Questions at the end of the gdoc are welcome\nFeedback at the end of each day using minute cards"
994+
"text": "Support\n\nPost-it stickers\nOnline chat (GitHub Discussions) https://github.com/microbiome/OMA/discussions\nGoogle Doc Questions at the end of the gdoc are welcome\nFeedback at the end of each day using minute cards"
995995
},
996996
{
997997
"objectID": "intro.html#other-points",
@@ -1579,7 +1579,7 @@
15791579
"href": "quarto.html#example-2.3-yaml-parameters",
15801580
"title": "Reproducible Reporting with Quarto",
15811581
"section": "Example 2.3: YAML Parameters",
1582-
"text": "Example 2.3: YAML Parameters\nAt the beginning of any Quarto document, there is a box delimited by ---. There you can define document metadata, such as title, author, date, output format, bibliography, citation style, theme, font size and many others.\n---\ntitle: “Around the gut in 24 hours”\nformat: html\neditor: visual\nsmaller: true\nauthor: Escherichia coli\ndate: 2024-12-17\n---"
1582+
"text": "Example 2.3: YAML Parameters\nAt the beginning of any Quarto document, there is a box delimited by ---. There you can define document metadata, such as title, author, date, output format, bibliography, citation style, theme, font size and many others.\n---\ntitle: “Around the gut in 24 hours”\nformat: html\neditor: visual\nsmaller: true\nauthor: Escherichia coli\ndate: 2024-12-18\n---"
15831583
},
15841584
{
15851585
"objectID": "quarto.html#exercise-2",

quarto/intro.qmd

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: "Intro & practicals"
33
format: revealjs
4-
editor: visual
54
---
65

76
## Learning goals {.smaller}
87

9-
::: columns
8+
::::: columns
109
::: {.column width="70%"}
1110
**Introduction to R/Bioconductor, a popular open-source environment for life science informatics, with a focus on microbiome analysis**
1211

@@ -22,19 +21,16 @@ After the course, you will know how to:
2221
::: {.column width="30%"}
2322
![Moreno-Indias et al. (2021) Statistical and Machine Learning Techniques in Human Microbiome Studies: Contemporary Challenges and Solutions. Frontiers in Microbiology.](images/paste-DD45BC4A.png)
2423
:::
25-
:::
26-
24+
:::::
2725

2826
## Target audience
2927

30-
3128
- Advanced MSc, PhD & postdoctoral researchers who wish to learn new skills in scientific programming
3229

3330
- Earlier experience with R is expected
3431

3532
![](images/bioconductor_logo_rgb.jpg){width="200"}
3633

37-
3834
Welcome!
3935

4036
## Code of Conduct {.smaller}
@@ -55,7 +51,6 @@ By participating in this community, you agree not to engage in behavior contrary
5551

5652
For the full CoC, see: [https://bioconductor.github.io/bioc_coc_multilingual](https://bioconductor.github.io/bioc_coc_multilingual/)
5753

58-
5954
## Schedule
6055

6156
- Day 1: data science framework
@@ -86,15 +81,14 @@ For the full CoC, see: [https://bioconductor.github.io/bioc_coc_multilingual](ht
8681

8782
- Post-it stickers
8883

89-
- Online chat (Gitter) <https://gitter.im/microbiome/miaverse>
84+
- Online chat (GitHub Discussions) <https://github.com/microbiome/OMA/discussions>
9085

9186
- [Google Doc](https://docs.google.com/document/d/1CEQ2d5g-zMoANhtHGbcKbW4DhElovPHz6iChjSX6Md8/edit?usp=sharing) **Questions at the end of the gdoc are welcome**
9287

9388
- Feedback at the end of each day using minute cards
9489

9590
![](images/paste-345FB942.png){width="282"}
9691

97-
9892
## Other points
9993

10094
- Basic vs. advanced groups

0 commit comments

Comments
 (0)