Skip to content

Commit

Permalink
Merge pull request #244 from RConsortium/243-update-events-page
Browse files Browse the repository at this point in the history
updating events page
  • Loading branch information
jcasman authored Dec 5, 2024
2 parents 1568a90 + d1bb984 commit 34e4904
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions news/events.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ format:
# Sample data frame with HTML links
df <- data.frame(
Title = c(
"[Finance webinar: Value Companies using Discounted Cash Flow Analysis](https://r-consortium.org/webinars/tidy-finance-webinar-series.html#value-companies-using-discounted-cash-flow-analysis)",
"[Finance webinar: Quantification of Participation Risk using R and RShiny](https://r-consortium.org/webinars/quantification-of-participation-risk-using-r-and-rshiny.html)"
"[Quantification of Participation Risk using R and RShiny](https://r-consortium.org/webinars/quantification-of-participation-risk-using-r-and-rshiny.html)"
),
dates = c("Dec 4, 2024", "Dec 12, 2024"),
location = c("Virtual", "Virtual"),
icon = c("Webinar", "Webinar"),
Type = c("Webinar", "Webinar"),
dates = c("Dec 12, 2024"),
location = c("Virtual"),
icon = c("Webinar"),
Type = c("Webinar"),
stringsAsFactors = FALSE
Expand Down Expand Up @@ -82,6 +81,7 @@ ___
# Sample data frame with HTML links
df <- data.frame(
Title = c(
'<a href="https://r-consortium.org/webinars/tidy-finance-webinar-series.html#value-companies-using-discounted-cash-flow-analysis" target="_blank" rel="noreferrer noopener">Value Companies using Discounted Cash Flow Analysis</a>',
'<a href="https://latinr.org/en/" target="_blank" rel="noreferrer noopener">LatinR 2024</a>',
'<a href="https://r-consortium.org/webinars/containerization-and-r-for-reproducibility.html" target="_blank" rel="noreferrer noopener">R/Medicine Webinar: Containerization and R for Reproducibility and More</a>',
'<a href="https://r-consortium.org/webinars/tidy-finance-webinar-series.html#analyze-companies-using-financial-ratios" target="_blank" rel="noreferrer noopener">Analyze Companies using Financial Ratios</a>',
Expand Down Expand Up @@ -110,6 +110,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(
'December 4, 2024',
'November 18-22, 2024',
'November 19, 2024',
'November 6, 2024',
Expand Down Expand Up @@ -142,6 +143,7 @@ df <- data.frame(
'Virtual',
'Virtual',
'Virtual',
'Virtual',
'Washington, DC, USA',
'Virtual',
'Virtual',
Expand All @@ -167,10 +169,10 @@ df <- data.frame(
'Virtual'
),
Type = c('Conference', 'Webinar', 'Webinar', 'Conference', 'Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
Type = c('Webinar', 'Conference', 'Webinar', 'Webinar', 'Conference', 'Conference', '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', 'Webinar', 'Conference', 'Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
icon = c('Webinar', 'Conference', 'Webinar', 'Webinar', 'Conference', 'Conference', 'Webinar', 'Conference', '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 34e4904

Please sign in to comment.