Skip to content

Commit d7114f4

Browse files
committed
fixing merge conflict
2 parents 4b3f89d + aa39b6e commit d7114f4

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed
4.12 MB
Binary file not shown.

presentations/phuse_us_abstract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Git has achieved over 90% adoption among programmers, providing powerful capabil
44

55
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.
66

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.
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)