Browse code

added titles and authors to articles

Joshua D. Campbell authored on 20/09/2021 18:24:25
Showing 2 changed files

... ...
@@ -1,3 +1,8 @@
1
+---
2
+title: "Celda - Analysis of PBMC3K"
3
+date: "Compiled `r format(Sys.time(), '%B %d, %Y')`"
4
+author: "Joshua Campbell, Zhe Wang"
5
+---
1 6
 
2 7
 # Introduction
3 8
 
... ...
@@ -1,3 +1,8 @@
1
+---
2
+title: "DecontX - Decontamination of PBMC4K"
3
+date: "Compiled `r format(Sys.time(), '%B %d, %Y')`"
4
+author: "Joshua Campbell, Shiyi Yang, Zhe Wang, Yuan Yin"
5
+---
1 6
 
2 7
 ```{r setup, include=FALSE}
3 8
 knitr::opts_chunk$set(echo = TRUE, dev = "png")