Skip to content

Commit

Permalink
adding webinar info
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasman committed Oct 9, 2024
1 parent 3c73c55 commit 3b3eb63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions news/events.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ ___
# Sample data frame with HTML links
df <- data.frame(
Title = c(
'<a href="https://r-consortium.org/webinars/tidy-finance-webinar-series.html#evaluate-performance-using-the-capital-asset-pricing-model" target="_blank" rel="noreferrer noopener">Evaluate Performance using the Capital Asset Pricing Model</a>',
'<a href="https://www.ascent.io/earl" target="_blank" rel="noreferrer noopener">EARL 2024</a>',
'<a href="https://r-consortium.org/webinars/tidy-finance-webinar-series.html#optimize-portfolios-using-the-markowitz-model" target="_blank" rel="noreferrer noopener">Optimize Portfolios using the Markowitz Model</a>',
'<a href="https://www.r-project.org/conferences/" target="_blank" rel="noreferrer noopener">useR! 2024</a>',
Expand All @@ -107,6 +108,7 @@ df <- data.frame(
'<a href="https://www.r-consortium.org/r-adoption-series-the-adoption-of-r-in-japans-pharma-industry-confirmation" target="_blank" rel="noreferrer noopener">The use of R in Japan’s Pharma Industry</a>'
),
dates = c(
'October 9, 2024',
'September 4-5, 2024',
'September 4, 2024',
'July 8-11, 2024',
Expand All @@ -128,6 +130,7 @@ df <- data.frame(
),
location = c(
'Virtual',
'Brighton, UK',
'Virtual',
'Salzburg, Austria',
Expand All @@ -148,10 +151,10 @@ df <- data.frame(
'Virtual'
),
Type = c('Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
Type = c('Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
'Conference', 'Conference', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar',
'Webinar', 'Webinar', 'Webinar'),
icon = c('Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
icon = c('Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
'Conference', 'Conference', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar',
'Webinar', 'Webinar', 'Webinar'),
Expand Down

0 comments on commit 3b3eb63

Please sign in to comment.