Skip to content

Commit 2d3cdba

Browse files
Merge pull request #30 from phuse-org/phuse-abstract
Create Abstract for US PHUSE
2 parents 2c6dc7e + d7114f4 commit 2d3cdba

File tree

3 files changed

+11
-28
lines changed

3 files changed

+11
-28
lines changed
4.12 MB
Binary file not shown.

presentations/phuse_us_abstract.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# The Use of Git in Statistical Programming
2+
3+
Git has achieved over 90% adoption among programmers, providing powerful capabilities such as code reproducibility, streamlined collaboration, and robust audit trails. Yet, despite these strategic advantages, the pharmaceutical industry has lagged notably behind other sectors in embracing this transformative technology.
4+
5+
This trend is shifting as more major pharmaceutical companies embrace open-source tools, recognizing Git as essential for change tracking, auditability, and transparency in analyses. To accelerate this transition, our PHUSE Emerging Trends and Innovation working group has assembled representatives from diverse organizations to address industry-specific challenges and establish best practices for implementing Git in statistical reporting environments.
6+
7+
This presentation will showcase real-world applications where Git is already enhancing statistical programming workflows, introduce our collaborative working group initiative, and explore our expanding repository of resources—including our content-rich blog and upcoming white paper. Join us as we bridge the gap between Git's proven potential and its practical implementation in pharmaceutical statistical reporting.

script_ideas/croca_git_numbers.qmd

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,12 @@ jupyter: python3
88

99
## Idea 1. Git in numbers
1010

11-
Try to get some real world numbers around Git
12-
(So far I will focus in Github)
11+
Try to get some real world numbers around Git (So far I will focus in Github)
1312

1413
### How is the adoption of Git around the world from the last 5 years till now?
1514

15+
- We can see that the adoption increase across the world since 2020 till 2025
1616

17-
- We can see that the adoption increase across the world since 2020 till 2025
17+
![](img/adoptionByOrganizationsInWorld_last5years.png)
1818

19-
20-
![innovationgraph](img/adoptionByOrganizationsInWorld_last5years.png)
21-
22-
23-
24-
### How many "statisticians in healthcare" use Git.
25-
26-
27-
28-
## Running Code
29-
30-
When you click the **Render** button a document will be generated that includes both content and the output of embedded code. You can embed code like this:
31-
32-
```{python}
33-
1 + 1
34-
```
35-
36-
You can add options to executable code like this
37-
38-
```{python}
39-
#| echo: false
40-
2 * 2
41-
```
42-
43-
The `echo: false` option disables the printing of code (only output is displayed).
19+
###

0 commit comments

Comments
 (0)