diff --git a/presentations/AstexPharmaGitInStatistics2025.pptx b/presentations/AstexPharmaGitInStatistics2025.pptx new file mode 100644 index 0000000..a128b54 Binary files /dev/null and b/presentations/AstexPharmaGitInStatistics2025.pptx differ diff --git a/presentations/phuse_us_abstract.md b/presentations/phuse_us_abstract.md new file mode 100644 index 0000000..56ed739 --- /dev/null +++ b/presentations/phuse_us_abstract.md @@ -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. + diff --git a/script_ideas/croca_git_numbers.qmd b/script_ideas/croca_git_numbers.qmd index 773cf1c..94d3383 100644 --- a/script_ideas/croca_git_numbers.qmd +++ b/script_ideas/croca_git_numbers.qmd @@ -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). +###