-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.qmd
80 lines (71 loc) · 1.93 KB
/
blog.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
title: "Blog"
listing:
- id: posts_biotech
contents: posts/biotech/
sort: "date desc"
type: grid
categories: true
sort-ui: true
filter-ui: true
fields: [image, date, title, subtitle, author, reading-time, description, categories]
feed: true
page-size: 3
- id: posts_code_along_with_me
contents: posts/code_along_with_me/
sort: "date desc"
type: grid
categories: true
sort-ui: true
filter-ui: true
fields: [image, date, title, subtitle, author, reading-time, description, categories]
feed: true
page-size: 3
- id: posts_r_rstudio_basics
contents: posts/r_rstudio_basics/
sort: "date desc"
type: grid
categories: true
sort-ui: true
filter-ui: true
fields: [image, date, title, subtitle, author, reading-time, description, categories]
feed: true
page-size: 3
- id: posts_data_stories
contents: posts/data_stories/
sort: "date desc"
type: grid
categories: true
sort-ui: true
filter-ui: true
fields: [image, date, title, subtitle, author, reading-time, description, categories]
feed: true
page-size: 3
- id: posts_r_tistry
contents: posts/r_tistry/
sort: "date desc"
type: grid
categories: true
sort-ui: true
filter-ui: true
fields: [image, date, title, subtitle, author, reading-time, description, categories]
feed: true
page-size: 3
page-layout: full
title-block-banner: false
comments: false
toc: true
---
Currently, my blog has two main focus areas: (1) Biotechnology, and (2) R Programming and Data Visualization. It provides my personal thoughts on the potential of biotechnology, as well as tutorials for those getting started with R programming and data visualization.
## Biotechnology
::: {#posts_biotech}
:::
## Code Along With Me
::: {#posts_code_along_with_me}
:::
## R and RStudio Basics
::: {#posts_r_rstudio_basics}
:::
## Data Stories
::: {#posts_data_stories}
:::