Teaching Experience
Javascript for Shiny Users
RStudio::conf 2020
-NA
+N/A
2020
- Served as TA for two day workshop on how to leverage Javascript in Shiny applications
diff --git a/csvs/contact_info.csv b/csvs/contact_info.csv index 7f9729cd..d020f8c5 100644 --- a/csvs/contact_info.csv +++ b/csvs/contact_info.csv @@ -1,6 +1,6 @@ -,Icon used from font-awesome 4 to label this contact section,The actual value written for the contact entry -loc,icon,contact -email,envelope,nick.strayer@gmail.com -twitter,twitter,NicholasStrayer -github,github,github.com/nstrayer -website,link,nickstrayer.me \ No newline at end of file +,Icon used from font-awesome 4 to label this contact section,The actual value written for the contact entry, +loc,icon,contact,link +email,envelope,nick.strayer@gmail.com,mailto:nick.strayer@gmail.com +twitter,twitter,NicholasStrayer,https://twitter.com/NicholasStrayer +github,github,github.com/nstrayer,https://github.com/nstrayer +website,link,nickstrayer.me,http://nickstrayer.me/ \ No newline at end of file diff --git a/index.Rmd b/index.Rmd index d45881f8..645473c9 100644 --- a/index.Rmd +++ b/index.Rmd @@ -24,7 +24,7 @@ library(tidyverse) # Is data stored in google sheets? If no data will be gather from the csvs/ # folder in project -using_googlesheets <- TRUE +using_googlesheets <- FALSE # Just the copied URL from the sheet positions_sheet_loc <- "https://docs.google.com/spreadsheets/d/14MQICF2F8-vf8CKPF1m4lyGKO6_thG-4aSwat1e2TWc" @@ -94,7 +94,7 @@ Contact {#contact} ```{r} contact_info %>% - glue_data("- {contact}") + glue_data("- [{contact}]({link})") ``` diff --git a/index.html b/index.html index 349738c9..61047a47 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - +
Made with the R package pagedown.
The source code is available at github.com/nstrayer/cv.
-Last updated on 2020-02-12.
+Last updated on 2020-02-29.
RStudio::conf 2020
-NA
+N/A
2020