knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This page contains a list of chapters of the course notes for Livestock Breeding and Genomics (FS 2021).
s_cn_url <- "https://charlotte-ngs.github.io/lbgfs2021/cn/" tbl_chpt <- tibble::tibble(Nr = c(1, 2, 3, 4, 5, 6, 7, 8), Date = c("2021-09-24", "2021-10-01", "2021-10-15", "2021-10-22", "2021-11-05", "2021-11-12", "2021-11-19", "2021-12-03"), Topic = c( paste0("[Introduction to Livestock Breeding and Genomics](", s_cn_url, "01_intro_lbg.pdf)", collapse = ""), paste0("[Basics of Quantitative Genetics](", s_cn_url, "02_basic_qg.pdf)", collapse = ""), paste0("[Genetic Evaluation](", s_cn_url, "03_gen_eval.pdf)", collapse = ""), paste0("[BLUP](", s_cn_url, "04_blup.pdf)", collapse = ""), paste0("[Genetic Covariances](", s_cn_url, "05_gen_cov.pdf)", collapse = ""), paste0("[Variance and Inbreeding](", s_cn_url, "06_var_inb.pdf)", collapse = ""), paste0("[Additional Aspects of BLUP](", s_cn_url, "07_add_asp_blup.pdf)", collapse = ""), paste0("[Genomic Selection](", s_cn_url, "08_gen_sel.pdf)", collapse = "") )) knitr::kable(tbl_chpt)
s_app_url <- "https://charlotte-ngs.github.io/lbgfs2021/cn/" tbl_appendix <- tibble::tibble(Nr = c(1,2), Date = c("2021-09-24", "2021-09-24"), Topic = c( paste0("[Introduction to Linear Algebra](", s_app_url, "A01_intro_linalg.pdf)", collapse = ""), paste0("[Introduction to R](", s_app_url, "A02_intro_r.pdf)", collapse = "") )) knitr::kable(tbl_appendix)
cat(rmdhelp::get_latest_change())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.