-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update falcon to cardinal Co-authored-by: StefanThoma <[email protected]>
- Loading branch information
1 parent
794d4c2
commit e110423
Showing
5 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: "cardinal" | ||
author: | ||
- name: Vincent Shen | ||
description: "The [{cardinal} initiative](https://pharmaverse.github.io/cardinal/) is an industry collaborative effort under [pharmaverse](https://pharmaverse.org/)with the aspiration of building and open-sourcing a comprehensive catalog of harmonized TLGs for clinical study reporting." | ||
date: "2023-07-09" | ||
# please do not use any non-default categories. | ||
# You can find the default categories in the repository README.md | ||
categories: [TLG] | ||
# feel free to change the image | ||
image: "cardinal.png" | ||
|
||
--- | ||
|
||
<!--------------- typical setup -----------------> | ||
|
||
```{r setup, include=FALSE} | ||
long_slug <- "2023-07-09_cardinal" | ||
# renv::use(lockfile = "renv.lock") | ||
``` | ||
|
||
<!--------------- post begins here -----------------> | ||
|
||
## What is {cardinal}? | ||
|
||
The [{cardinal} initiative](https://pharmaverse.github.io/cardinal/) is an industry collaborative effort under [pharmaverse](https://pharmaverse.org/) that unites Boehringer Ingelheim, Moderna, Roche, and Sanofi with the aspiration of building and open-sourcing a comprehensive catalog of harmonized tables, listings, and graphs (TLGs) for clinical study reporting. By leveraging existing open-source R packages, {cardinal} aims to simplify the process of output review, comparison, and meta-analyses, while fostering efficient communication among stakeholders in the pharmaceutical industry. | ||
|
||
## Why do we build it? | ||
|
||
The collaborative effort focuses on improving the clarity, consistency, and accessibility of TLGs by addressing variations and redundancies in their creation and use. This harmonized approach allows for streamlined reporting processes and facilitates effective communication of study results within the industry and to regulatory authorities. | ||
|
||
## What has been done so far? | ||
|
||
Drawing inspiration from the FDA Standard Safety Tables and Figures Integrated Guide, the {cardinal} initiative has successfully developed and open-sourced 11 templates to date. 4 product owners and 11 developers from 4 companies have collaborated to make these templates available and also published them on the official [{cardinal} website](https://pharmaverse.github.io/cardinal/). | ||
|
||
## Next steps & vision | ||
|
||
Future plans for {cardinal} involve expanding the catalog through continuous collaboration from participating companies and inviting wider industry engagement. The ultimate goal is to promote harmonization of TLGs for clinical reporting across the pharmaceutical industry, leading to greater efficiency, collaboration, and innovation. Even though templates currently come from a published FDA guide, the collaborating companies are open to share and discuss similarities and differences on analysis concepts and output layouts of their own implementations in clinical reporting, for both safety and efficacy analyses. | ||
|
||
In addition, while currently all templates were built using {rtables}, {tern}, {rlistings} and drew inspiration from the open-sourced [TLG-Catalog](https://insightsengineering.github.io/tlg-catalog/), moving forward, we plan to support creating the same templates using alternative table engines such as {gt}. | ||
|
||
{cardinal} will be presented at the upcoming PHUSE EU (Standards Implementation stream), where we will share the collaboration journey of {cardinal} so far, providing more details on the current progress, long-term vision, and strategies for this initiative. Attendees will gain insights into the challenges and opportunities of harmonizing clinical reporting through open-source collaboration and learn about the potential benefits and future direction of {cardinal}. | ||
|
||
|
||
<!--------------- appendices go here -----------------> | ||
|
||
```{r, echo=FALSE, message=FALSE} | ||
source("appendix.R") | ||
insert_appendix( | ||
repo_spec = "pharmaverse/blog", | ||
name = long_slug, | ||
# file_name should be the name of your file | ||
file_name = list.files() %>% stringr::str_subset(".qmd") %>% first() | ||
) | ||
``` |
Binary file not shown.
This file was deleted.
Oops, something went wrong.