Skip to content

Commit

Permalink
update path for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jcabercrombie committed May 21, 2024
1 parent dfb4a3c commit 13db708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/community-meetings.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library(readxl)
library(dplyr)
library(lubridate)
sheet <- read_xlsx("~/pharmaR.github.io/content/community_meeting_notes/rvalhub_community_meeting_info.xlsx")
sheet <- read_xlsx("~/r_validation_hub/pharmaR.github.io/content/community_meeting_notes/rvalhub_community_meeting_info.xlsx")
processed_sheet <-
sheet %>%
Expand Down Expand Up @@ -52,3 +52,4 @@ for(i in total_string_list){
cat(i, fill = TRUE)
}
```

1 change: 1 addition & 0 deletions content/community-meetings.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h3>When are Community Meetings?</h3>
<h3>Past Meetings</h3>
<p>If you missed a past meeting or would like to engage with a past meeting’s content, you can find a list of them below:</p>
<ul>
<li>May 21, 2024 - <em>Tackling Hurdles: Embracing Open-Source Packages in Projects</em> (<a href="https://github.com/pharmaR/events/tree/main/community_meetings/2024-05-21">GitHub folder</a>/<a href="https://github.com/pharmaR/events/blob/main/community_meetings/2024-05-21/RvalHub_2024May_Community_meeting.pdf">slides</a>/<a href="https://github.com/pharmaR/events/blob/main/community_meetings/2024-05-21/21MAY2024_community_meeting_notes.md">notes</a>)</li>
<li>February 03, 2024 - <em>Unraveling the Term “Validation”</em> (<a href="https://github.com/pharmaR/events/tree/main/community_meetings/2024-02-20">GitHub folder</a>/<a href="https://github.com/pharmaR/events/blob/main/community_meetings/2024-02-20/RvalHub_2024Feb_Community_meeting.pdf">slides</a>/<a href="https://github.com/pharmaR/events/blob/main/community_meetings/2024-02-20/RvalHub_2024Feb_Community_meeting_notes.txt">notes</a>)</li>
<li>November 28, 2023 - <em>Wrapping Up 2023 and Welcoming 2024</em> (<a href="https://docs.google.com/presentation/d/1iq2HzcjVYGnR5sf-rgLZzxnGwMnrDlJJNJmziwfX3j0/edit#slide=id.g1e185ace86d_0_153">slides</a>/<a href="https://www.youtube.com/watch?v=_r5x-baN76E&amp;t=3s">recording</a>)</li>
<li>August 09, 2023 - <em>Risk Metric Application and Risk Score – Mini Series Part 1</em> (<a href="https://github.com/pharmaR/events/tree/main/community_meetings/2023-08-09_riskmetric_riskassessment_series">GitHub folder</a>)</li>
Expand Down

0 comments on commit 13db708

Please sign in to comment.