Skip to content

Commit aa39b6e

Browse files
Merge pull request #36 from phuse-org/phuse-abstract-croca
Phuse abstract croca
2 parents 0ce2d10 + 094a089 commit aa39b6e

File tree

3 files changed

+6
-30
lines changed

3 files changed

+6
-30
lines changed
4.12 MB
Binary file not shown.

presentations/phuse_us_abstract.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Git in Statistical Programming
22

3-
Git is by far the most popular version control system, with nearly 95% reporting it as their primary system in 2022. Despite this, uptake in the pharmaceutical industry has been much slower. To bridge this gap, our PHUSE working group was formed, bringing together representatives from diverse organizations to explore how Git can be effectively utilized in the context of statistical reporting.
3+
Git is by far the most popular version control system, with nearly 95% reporting it as their primary system in 2022. Despite this, uptake in the pharmaceutical industry has been much slower. To bridge this gap, our PHUSE working group was formed, bringing together representatives from diverse organizations to explore **how Git can be effectively utilized in the context of statistical reporting**.
44

55
This talk will introduce the working group, present some of our work so far, and discuss how you can get involved. We will delve into the ways Git is already being employed in statistical programming, and examine how various companies are tackling the challenges of change management. We will introduce our blog which is already full of rich content, and talk about our plans for a white paper, coming out later this year.
66

7-
We believe that adoption of Git can help streamline workflows, enhance collaboration and make work more reproducible. Join us as we work toward building a more efficient and collaborative future for statistical reporting.
7+
We believe that adoption of Git can help **streamline workflows, enhance collaboration and make work more reproducible**. Join us as we work toward building a more efficient and collaborative future for statistical reporting.
88

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)