Skip to content
Merged
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
7 changes: 7 additions & 0 deletions presentations/phuse_eu_abstract.md
Original file line number Diff line number Diff line change
@@ -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.

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.


2 changes: 2 additions & 0 deletions site/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/.quarto/

**/*.quarto_ipynb
6 changes: 5 additions & 1 deletion site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ format:
html:
theme: cosmo
css: styles.css

grid:
sidebar-width: 300px
body-width: 900px
margin-width: 200px
gutter-width: 0.5rem


2 changes: 2 additions & 0 deletions white-paper/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/.quarto/

**/*.quarto_ipynb
5 changes: 5 additions & 0 deletions white-paper/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ bibliography: references.bib
format:
html:
theme: cosmo
grid:
sidebar-width: 300px
body-width: 900px
margin-width: 200px
gutter-width: 0.5rem



Loading