From 7498511ef55dbab4148fe6f121900ea122308215 Mon Sep 17 00:00:00 2001 From: martiki9 Date: Fri, 1 May 2026 09:50:54 +0100 Subject: [PATCH 1/2] add abstract first draft --- presentations/phuse_eu_abstract.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 presentations/phuse_eu_abstract.md diff --git a/presentations/phuse_eu_abstract.md b/presentations/phuse_eu_abstract.md new file mode 100644 index 0000000..9e40378 --- /dev/null +++ b/presentations/phuse_eu_abstract.md @@ -0,0 +1,7 @@ +# The Use of Git in Statistical Programming + +Git has achieved over 90% adoption among software developers, offering powerful capabilities such as code reproducibility, streamlined collaboration, and robust audit trails. The 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. Over the past year, we have been meeting regularly to discuss how different companies are integrating Git into their day-to-day work. + +In this presentation, we will share the findings of our first white paper on Git in Statistical Programming. We will highlight how Git is currently being used across the industry, provide recommendations for broader adoption, and outline best practices tailored to statistical reporting. We will also explore how Git can meet regulatory requirements while offering a modern, transparent solution for tracking code changes over time. + + From f194600d98fbff7e60de34ac1df6b4a94f56a4bf Mon Sep 17 00:00:00 2001 From: martiki9 Date: Thu, 14 May 2026 16:51:01 +0100 Subject: [PATCH 2/2] acknowledge previous presentation --- presentations/phuse_eu_abstract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentations/phuse_eu_abstract.md b/presentations/phuse_eu_abstract.md index 9e40378..7728c3a 100644 --- a/presentations/phuse_eu_abstract.md +++ b/presentations/phuse_eu_abstract.md @@ -2,6 +2,6 @@ Git has achieved over 90% adoption among software developers, offering powerful capabilities such as code reproducibility, streamlined collaboration, and robust audit trails. The 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. Over the past year, we have been meeting regularly to discuss how different companies are integrating Git into their day-to-day work. -In this presentation, we will share the findings of our first white paper on Git in Statistical Programming. We will highlight how Git is currently being used across the industry, provide recommendations for broader adoption, and outline best practices tailored to statistical reporting. We will also explore how Git can meet regulatory requirements while offering a modern, transparent solution for tracking code changes over time. +We previously presented at PHUSE US Connect, introducing the group and our initial findings. In this presentation, we will buld on this, sharing the findings of our first white paper on Git in Statistical Programming. We will highlight how Git is currently being used across the industry, provide recommendations for broader adoption, and outline best practices tailored to statistical reporting. We will also explore how Git can meet regulatory requirements while offering a modern, transparent solution for tracking code changes over time.