Skip to content

Commit 32c102c

Browse files
committed
First draft of ISCR 17th Annual Conference 2024 blog
1 parent d973bd6 commit 32c102c

12 files changed

+172
-5
lines changed

R/create_blogpost.R

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ c(
1515

1616
# Fill in the info, e.g.:
1717
create_post(
18-
post_name = "admiral_1_0", # needs to be character vector (length 1)
19-
post_date = "2023-12-18", # needs to be character vector (length 1)
18+
post_name = "iscr_conference", # needs to be character vector (length 1)
19+
post_date = "2024-02-17", # needs to be character vector (length 1)
2020
description = "", # you can fill the description in later as well
21-
author = c("Ben Straub"), # one or more authors are permitted
22-
cover_image = "new_features", # chose one of the above (see line 8)
23-
tags = c("admiral") # chose (multiple) from line 10
21+
author = c("Pooja Kumari"), # one or more authors are permitted
22+
cover_image = "pharmaverse", # chose one of the above (see line 8)
23+
tags = c("submission", "ADaMs", "conferences", "admiral", "xportr", "metatools", "metacore" ) # chose (multiple) from line 10
2424
)
2525

2626

1.11 MB
Loading
Loading
25.2 KB
Loading
Loading
59.5 KB
Loading
181 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# markdown helpers --------------------------------------------------------
2+
3+
markdown_appendix <- function(name, content) {
4+
paste(paste("##", name, "{.appendix}"), " ", content, sep = "\n")
5+
}
6+
markdown_link <- function(text, path) {
7+
paste0("[", text, "](", path, ")")
8+
}
9+
10+
11+
12+
# worker functions --------------------------------------------------------
13+
14+
insert_source <- function(repo_spec, name,
15+
collection = "posts",
16+
branch = "main",
17+
host = "https://github.com",
18+
text = "source code") {
19+
path <- paste(
20+
host,
21+
repo_spec,
22+
"tree",
23+
branch,
24+
collection,
25+
name,
26+
"code_sections.qmd",
27+
sep = "/"
28+
)
29+
return(markdown_link(text, path))
30+
}
31+
32+
insert_timestamp <- function(tzone = Sys.timezone()) {
33+
time <- lubridate::now(tzone = tzone)
34+
stamp <- as.character(time, tz = tzone, usetz = TRUE)
35+
return(stamp)
36+
}
37+
38+
insert_lockfile <- function(repo_spec, name,
39+
collection = "posts",
40+
branch = "main",
41+
host = "https://github.com",
42+
text = "R environment") {
43+
path <- paste(
44+
host,
45+
repo_spec,
46+
"tree",
47+
branch,
48+
collection,
49+
name,
50+
"renv.lock",
51+
sep = "/"
52+
)
53+
return(markdown_link(text, path))
54+
}
55+
56+
57+
58+
# top level function ------------------------------------------------------
59+
60+
insert_appendix <- function(repo_spec, name, collection = "posts") {
61+
appendices <- paste(
62+
markdown_appendix(
63+
name = "Last updated",
64+
content = insert_timestamp()
65+
),
66+
" ",
67+
markdown_appendix(
68+
name = "Details",
69+
content = paste(
70+
insert_source(repo_spec, name, collection),
71+
insert_lockfile(repo_spec, name, collection),
72+
sep = ", "
73+
)
74+
),
75+
sep = "\n"
76+
)
77+
knitr::asis_output(appendices)
78+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
title: "ISCR 17th Annual Conference 2024"
3+
author:
4+
- name: Pooja Kumari
5+
description: "This blog highlights my experience of presenting at Indian Society for Clinical Research (ISCR) 17th Annual Conference 2024."
6+
date: "2024-02-17"
7+
# please do not use any non-default categories.
8+
# You can find the default categories in the repository README.md
9+
categories: [submission, ADaMs, conferences, admiral, xportr, metatools, metacore]
10+
# feel free to change the image
11+
image: "ISCR_logo.jpg"
12+
resources:
13+
- "Pooja_Kumari_ISCR_2024_MainConf_Biostatistics.pdf"
14+
15+
---
16+
17+
<!--------------- typical setup ----------------->
18+
19+
```{r setup, include=FALSE}
20+
long_slug <- "2024-02-14_iscr_conference"
21+
# renv::use(lockfile = "renv.lock")
22+
```
23+
24+
<!--------------- post begins here ----------------->
25+
## ISCR 17th Annual Conference 2024
26+
27+
![Pic 1: ISCR 17th Annual Conference 2024](ISCR.png){fig-align="center"}
28+
29+
Indian Society for Clinical Research (ISCR), launched in June 2005, is a not-for-profit professional association of all stakeholders in clinical research.
30+
31+
ISCR hosted its [17th Annual Conference 2024](https://conference.iscr.org/Default.aspx) at Hotel Novotel HICC, Hyderabad, INDIA on the theme **Transformations in Clinical Research For Better Patient Outcomes**, with Pre-Conference Workshops held on February 1, 2024 (Thursday) and two-day main Conference held on February 02 & 03, 2024 (Friday-Saturday), which were attended by over 800 delegates from academic institutions, ethics committees, bio-pharmaceutical industry, government, patient organizations and clinical research organizations.
32+
33+
## Session Recap
34+
35+
I had the privilege to present in front of 100+ delegates across the industry ranging from freshers to seasoned clinical professionals during ISCR 17th Annual Conference 2024 on the topic *Travese the PHARMAVERSE: ouR Insights* in the [Biostatistics and Statistical Programming|02-Feb-2024](https://conference.iscr.org/Agenda.aspx) track including many more interesting presentations highlighting their experience with R submissions using various open source technologies.
36+
37+
[![Pic 2: Source - LinkedIn](ISCR_session_intro.jpg)](https://www.linkedin.com/feed/update/urn:li:activity:7158082065261858816/)
38+
39+
The session consisted of three presentations, namely:
40+
41+
- A real world insight and navigation on bridging FDA submission using R by [Soumitra Kar](https://www.linkedin.com/in/soumitra-kar-007/) & [Mahendran Venkatachalam](https://www.linkedin.com/in/mahendran-venkatachalam-3aa7293b/)
42+
43+
- Traverse the 'PHARMAVERSE' : ouR insights by [Pooja Kumari](https://www.linkedin.com/in/pooja-kumari-581940b0/)
44+
45+
- Package in CRAN : {admiralvaccine} by [Divya Kanagaraj](https://www.linkedin.com/in/dhivya-kanagaraj-149b68141/) and [Arjun R](https://www.linkedin.com/in/arjun-r-2488b2208/)
46+
47+
It was inaugurated with great enthusiast and sharing insights on *Opportunities/Challenges of using different technologies like R in regulatory Submissions* by the session chair [Soumitra Kar](https://www.linkedin.com/in/soumitra-kar-007/). He along with his co-presenter [Mahendran Venkatachalam](https://www.linkedin.com/in/mahendran-venkatachalam-3aa7293b/) shared their experience of submitting first R-based Submission to FDA. The presentation was a perfect combination of inspiring storytelling, climax and thrill to address FDA review comments and releasing the blockbuster R submission by Novo-Nordisk creating history.
48+
49+
This was followed by my presentation on *Travese the PHARMAVERSE: ouR Insights*, wherein I gave a brief introduction to PHARMAVERSE universe and how we operate. Many R enthusiasts are well versed with the evolution of [{admiral}](https://pharmaverse.github.io/admiral/index.html) and its propensity to develop ADaMs. However, very few know about other packages such as [{metacore}](https://atorus-research.github.io/metacore/), [{metatools}](https://pharmaverse.github.io/metatools/), [{xportr}](https://atorus-research.github.io/xportr/) which are developed considering the regulatory agency guidelines and can aid the process of creating ADaM datasets proficiently. I took the opportunity to supercharge the process knowledge of creating submission ready ADaMs covering end-to-end process using these PHARMAVERSE packages along with some to R submission success stories.
50+
51+
![Presentation: Travese the PHARMAVERSE: ouR Insights](Pooja_Kumari_ISCR_2024_MainConf_Biostatistics.pdf){width=8in height=5in}
52+
53+
Next presentation was on [{admiralvaccine}](https://pharmaverse.github.io/admiralvaccine/), an extension package of [{admiral}](https://pharmaverse.github.io/admiral/index.html) specific to vaccine studies under the PHARMAVERSE universe by [Divya Kanagaraj](https://www.linkedin.com/in/dhivya-kanagaraj-149b68141/) and [Arjun R](https://www.linkedin.com/in/arjun-r-2488b2208/). They shared their exciting journey of developing the package since inception to final CRAN release from a developer's perspective. They also talked about the collaborative effort that went into its successful release.
54+
55+
Overall session was concluded with an interactive Q&A wherein all the presenters and presentations were applauded by the audience as well as the Scientific Committee members. It was an enriching session to witness the growth of R programming leading to R submissions in Clinical Research & Pharmaceutical Industry.
56+
57+
![Pic 3: Biostatistics and Statistical Programming | 02-Feb-2024, Session 4, Audience Q&A round, Left to right: Pooja Kumari, GSK; Dhivya Kanagaraj, Pfizer; Arjun Rubalingam, Pfizer; Soumitra Kar, Novo Nordisk; Mahendran Venkatachalam, Novo Nordisk](ISCR_Biostats_S&P_D2_S4.jpg)
58+
59+
## Key Takeaways
60+
61+
The two-day conference was full of great learning and meeting esteemed Clinical Pharmaceutical Industry veterans/newbies discussing on trending topics such as *Optimizing Clinical Research through effective collaboration between Statisticians and Statistical Programmers*, *Can new technologies (AI/ML/IOT) a threat or blessing for Biostatisticians and Statistical Programmers?* through Panel discussions.
62+
63+
The power of technology coupled with domain expertise can make us deliver quality results faster and serve the world with disease-free healthy life.
64+
65+
#### Why should we attend Conferences?
66+
67+
- Conferences are the best place to Connect, Collaborate and Communicate your thoughts with like-minded tribe.
68+
69+
- Biostatistics and Clinical Statistical Programming industry is growing and adopting open source technologies with great acceptance. As an individual we can contribute to communities like PHARMAVERSE to enhance our end-to-end process knowledge, develop programming skills and contribute to a revolutionary concept.
70+
71+
- It gives you a platform to strengthen your presentation as well as self-branding skills.
72+
73+
## Gallery
74+
75+
::: {layout-ncol=2}
76+
![Pic 4: GCC GSK Biostatistics-India reps. at ISCR, Left to Right: Pooja Kumari; Abhishek Mishra](Pic1.jpg){width=4in height=2in}
77+
78+
![Pic 5: Keep Calm and Explore PHARMAVERSE](KeepCalm.PNG){width=4in height=2in}
79+
:::
80+
81+
<!--------------- appendices go here ----------------->
82+
83+
```{r, echo=FALSE}
84+
source("appendix.R")
85+
insert_appendix(
86+
repo_spec = "pharmaverse/blog",
87+
name = long_slug
88+
)
89+
```
Loading

0 commit comments

Comments
 (0)