Skip to content

Commit 7e46136

Browse files
committed
minor edits
1 parent 9002feb commit 7e46136

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

gapminder/workshop-tidyverse-gapminder.Rmd

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ description: |
55
author:
66
- name: Janani Ravi
77
url: https://jravilab.github.io
8-
affiliation: R-Ladies East Lansing | PDI @MSU
9-
affiliation_url: https://rladies-eastlansing.github.io
8+
affiliation: R-Ladies Aurora | DBMI @CU
9+
affiliation_url: https://github.com/rladies-aurora
1010
orcid_id: 0000-0001-7443-925X
1111
date: "`r Sys.Date()`"
1212
output:
13-
distill::distill_article:
14-
toc: TRUE
15-
toc_depth: 3
1613
html_document:
1714
toc: yes
1815
toc_depth: 3
1916
toc_float:
2017
collapsed: yes
2118
smooth_scroll: yes
19+
distill::distill_article:
20+
toc: TRUE
21+
toc_depth: 3
2222
editor_options:
2323
chunk_output_type: console
2424
always_allow_html: true
@@ -35,14 +35,14 @@ knitr::opts_chunk$set(
3535
```
3636

3737
### About me
38-
I am a computational biologist, an Asst. Professor in the department of Pathobiology & Diagnostic Investigation at Michigan State University.
38+
I am a computational biologist, an Asst. Professor in the Department of Biomedical Informatics at the University of Colorado Anschutz.
3939
In our group, we develop computational approaches to understand infectious disease biology.
4040
Check out my [webpage](https://jravilab.github.io) for more info.
4141
You can reach me [here](https://jravilab.github.io/#contact).
4242

43-
I'm also the founder & co-organizer of the [R-Ladies East Lansing](https://rladies-eastlansing.github.io) group on campus.
43+
I'm also the founder of the [R-Ladies Aurora](https://github.com/rladies-aurora) group on campus.
4444
We conduct R-related workshops & meetups regularly!
45-
So, do check out our upcoming events on [Meetup](https://meetup.com/rladies-eastlansing/events).
45+
So, do check out our upcoming events on [Meetup](https://meetup.com/rladies-aurora/events).
4646

4747
# Part 1: Getting Started w/ `readr`
4848
You can access all relevant material pertaining to this workshop [here](https://github.com/jananiravi/tidyverse-genomics).
@@ -66,7 +66,7 @@ Use Help [Page #1](https://www.rstudio.com/products/rstudio/#Desktop) &
6666
### Install R
6767
*... if you haven't already!*
6868
The RStudio startup message should specify your current local version of R.
69-
For _e.g.,_ `R v4.0.5`
69+
For _e.g.,_ `R v4.5`
7070

7171
- [Download R](https://cran.r-project.org)
7272
- [*Update to the latest version of R?*](https://www.linkedin.com/pulse/3-methods-update-r-rstudio-windows-mac-woratana-ngarmtrakulchol)
@@ -574,13 +574,12 @@ write_delim(x=my_newly_formatted_data,
574574

575575
### Acknowledgements
576576
- [Krishnan Lab](https://thekrishnanlab.org) | [JRaviLab](https://jravilab.github.io)
577-
- [R-Ladies East Lansing](https://rladies-eastlansing.github.io), including Kayla Johnson, Nafiseh Haghtalab, Veronica Frans, Cara Feldscher
577+
- [R-Ladies Aurora](https://meetup.com/rladies-aurora) \| [R-Ladies East Lansing](https://meetup.com/rladies-eastlansing), including Kayla Johnson, Nafiseh Haghtalab, Veronica Frans, Cara Feldscher
578578
- [R-Ladies Chennai](https://meetup.com/rladies-chennai) | [R-Ladies Bangalore](https://meetup.com/rladies-bangalore) | [R-Ladies Tunis](https://meetup.com/rladies-tunis)
579579

580580
### Contact
581581
- Webpage: <https://jravilab.github.io> | <https://thekrishnanlab.org>
582-
583-
- Twitter: [\@janani137](https://twitter.com/janani137) | [\@compbiologist](https://twitter.com/compbiologist)
582+
584583
- GitHub: [\@jananiravi](https://github.com/jananiravi) | [\@arjunkrish](https://github.com/arjunkrish)
585584

586585
## Additional resources {#refs}

0 commit comments

Comments
 (0)