Skip to content

Create Abstract for US PHUSE #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added presentations/AstexPharmaGitInStatistics2025.pptx
Binary file not shown.
8 changes: 8 additions & 0 deletions presentations/phuse_us_abstract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Git in Statistical Programming

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

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.

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.

32 changes: 4 additions & 28 deletions script_ideas/croca_git_numbers.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,12 @@ jupyter: python3

## Idea 1. Git in numbers

Try to get some real world numbers around Git
(So far I will focus in Github)
Try to get some real world numbers around Git (So far I will focus in Github)

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

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

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


![innovationgraph](img/adoptionByOrganizationsInWorld_last5years.png)



### How many "statisticians in healthcare" use Git.



## Running Code

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:

```{python}
1 + 1
```

You can add options to executable code like this

```{python}
#| echo: false
2 * 2
```

The `echo: false` option disables the printing of code (only output is displayed).
###