diff --git a/news/events.qmd b/news/events.qmd
index fbd37ce..f640962 100644
--- a/news/events.qmd
+++ b/news/events.qmd
@@ -12,17 +12,16 @@ format:
# Sample data frame with HTML links
df <- data.frame(
Title = c(
- "[Unlocking Insights from LatinR: Collaboration and Innovation in Data Science](https://r-consortium.org/webinars/unlocking-insights-from-latinr.html)",
"[2024 Government & Public Sector R Conference](https://www.rstats.ai/gov)",
"[R/Pharma 2024 (with new APAC Track)](https://rinpharma.com/)",
"[Analyze Companies using Financial Ratios](https://r-consortium.org/webinars/tidy-finance-webinar-series.html#analyze-companies-using-financial-ratios)",
"[LatinR 2024](https://latinr.org/en/)",
"[Value Companies using Discounted Cash Flow Analysis](https://r-consortium.org/webinars/tidy-finance-webinar-series.html#value-companies-using-discounted-cash-flow-analysis)"
),
- dates = c("Oct 22, 2024", "Oct 29-30, 2024", "Oct 29-31, 2024", "Nov 6, 2024", "Nov 18-22, 2024", "Dec 4, 2024"),
- location = c("Virtual", "Washington D.C., USA", "Virtual", "Virtual", "Virtual", "Virtual"),
- icon = c("Webinar", "Conference", "Conference", "Webinar", "Conference", "Webinar"),
- Type = c("Webinar", "Conference", "Conference", "Webinar", "Conference", "Webinar"),
+ dates = c("Oct 29-30, 2024", "Oct 29-31, 2024", "Nov 6, 2024", "Nov 18-22, 2024", "Dec 4, 2024"),
+ location = c("Washington D.C., USA", "Virtual", "Virtual", "Virtual", "Virtual"),
+ icon = c("Conference", "Conference", "Webinar", "Conference", "Webinar"),
+ Type = c("Conference", "Conference", "Webinar", "Conference", "Webinar"),
stringsAsFactors = FALSE
@@ -86,6 +85,7 @@ ___
# Sample data frame with HTML links
df <- data.frame(
Title = c(
+ 'Unlocking Insights from LatinR: Collaboration and Innovation in Data Science',
'Shiny in Production 2024',
'Evaluate Performance using the Capital Asset Pricing Model',
'EARL 2024',
@@ -108,6 +108,7 @@ df <- data.frame(
'The use of R in Japan’s Pharma Industry'
),
dates = c(
+ 'October 22, 2024',
'October 9-10, 2024',
'October 9, 2024',
'September 4-5, 2024',
@@ -131,6 +132,7 @@ df <- data.frame(
),
location = c(
+ 'Virtual',
'Newcastle upon Tyne, UK',
'Virtual',
'Brighton, UK',
@@ -153,10 +155,10 @@ df <- data.frame(
'Virtual'
),
- Type = c('Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
+ Type = c('Webinar', 'Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
'Conference', 'Conference', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar',
'Webinar', 'Webinar', 'Webinar'),
- icon = c('Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
+ icon = c('Webinar', 'Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
'Conference', 'Conference', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar',
'Webinar', 'Webinar', 'Webinar'),