Skip to content

Commit

Permalink
Merge pull request #3 from fhdsl/img
Browse files Browse the repository at this point in the history
Add header image and skills level
  • Loading branch information
avahoffman authored Oct 16, 2024
2 parents b49531f + 783fff6 commit 4b03dd2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ docker-test: no
##### Renderings run upon merge to main branch #####
# Rendering each platform's content
render-bookdown: yes
render-leanpub: yes
render-coursera: yes
render-leanpub: no
render-coursera: no

##### Rendering of student guide (if applicable)
render-student-guide: yes
Expand Down
16 changes: 11 additions & 5 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ favicon: assets/GDSCN_style/gdscn_favicon.ico

# About this Book {-}

This is a companion training guide for BioDIGS, a GDSCN project that brings a research experience into the classroom. In this module, students will explore microbiome data for the presence of biosynthesis genes. They will run analyses using antiSMASH as implemented on Galaxy. Visit the BioDIGS (BioDiversity and Informatics for Genomics Scholars) website [here](https://biodigs.org/) for more information about this collaborative, distributed research project, including how you can get involved!
This is a companion training guide for BioDIGS, a GDSCN project that brings a research experience into the classroom. In this module, students will explore **microbiome data for the presence of biosynthesis genes**. They will run analyses using **antiSMASH as implemented on Galaxy**.

```{r, echo=FALSE, fig.alt="Landing page for the Biosynthetic Gene Cluster Activity.", fig.align='center', out.width='60%'}
ottrpal::include_slide("https://docs.google.com/presentation/d/1USiLPJZ21-47i_1dNXVMcVVb8rmswBCoUTIC8z8UG2Y/edit#slide=id.g2d459dad204_0_16")
```

Visit the BioDIGS (BioDiversity and Informatics for Genomics Scholars) website [here](https://biodigs.org/) for more information about this collaborative, distributed research project, including how you can get involved!

The GDSCN (Genomics Data Science Community Network) is a consortium of educators who aim to create a world where researchers, educators, and students from diverse backgrounds are able to fully participate in genomic data science research. You can find more information about its mission and initiatives [here](https://www.gdscn.org/home).

Expand All @@ -26,11 +32,11 @@ knitr::include_graphics("https://raw.githubusercontent.com/fhdsl/GDSCN_BioDIGS_B
The activities in this guide are written for undergraduate students and beginning graduate students.

::: {.notice}
_Genetics_
<!-- **Beginner**: some genetics knowledge needed -->
_Genetics_
**Beginner**: some genetics knowledge needed

_Programming skills_
<!-- **Novice**: no programming experience needed -->
_Programming skills_
**Novice**: no programming experience needed
:::

## Platform
Expand Down

0 comments on commit 4b03dd2

Please sign in to comment.