Skip to content

Course website and slides for BIMS 8106, Foundations of Computational Genomics

Notifications You must be signed in to change notification settings

uvacobi/compgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 10, 2022
1ddccd5 · Jul 10, 2022
May 3, 2022
Mar 14, 2022
May 3, 2022
Feb 9, 2022
May 3, 2022
Jul 10, 2022
Dec 9, 2021
Jul 10, 2022
Jul 10, 2022
Dec 17, 2021
Dec 10, 2021
Mar 24, 2022
Mar 29, 2022
Apr 29, 2022
Feb 14, 2022
Mar 24, 2022
Apr 7, 2022

Repository files navigation

compgen

This repository hosts the course website and slides for BIMS 8601 Foundations of Computational Genomics.

Course information

Course information is populated from _data/course_information.yaml

Lecture information

The lecture table is populated from _data/lectures.yaml. Update that to make changes. You can add external links to a particular lecture by adding a new item under links, with a url and title.

Slides

Slides are saved in the slides folder. Each presentation is a single html file, which is served using reveal.js. You can write slides in markdown. For example, slides/k-mer-analysis.html is written in reveal markdown. You can also mix-and-match markdown and base reveal slides. The trick is: 1. use layout: reveal_markdown in the yaml frontmatter, and 2. the file extension should be .html, not .md... because otherwise jekyll will consume the markdown and convert it to HTML, but that's not what we want; we want it to stay as markdown for reveal to parse.

Developing locally

If you want to render the page locally to develop slides, just clone the repository and serve it with:

jekyll serve