Skip to content

Commit e736a19

Browse files
Merge pull request #73 from phuse-org/66-expand-the-page-body-size
66 expand the page body size
2 parents 04f9363 + 9fe5ab4 commit e736a19

5 files changed

Lines changed: 21 additions & 1 deletion

File tree

presentations/phuse_eu_abstract.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# The Use of Git in Statistical Programming
2+
3+
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.
4+
5+
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.
6+
7+

site/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/.quarto/
2+
3+
**/*.quarto_ipynb

site/_quarto.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ format:
1919
html:
2020
theme: cosmo
2121
css: styles.css
22-
22+
grid:
23+
sidebar-width: 300px
24+
body-width: 900px
25+
margin-width: 200px
26+
gutter-width: 0.5rem
2327

2428

white-paper/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/.quarto/
2+
3+
**/*.quarto_ipynb

white-paper/_quarto.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ bibliography: references.bib
2525
format:
2626
html:
2727
theme: cosmo
28+
grid:
29+
sidebar-width: 300px
30+
body-width: 900px
31+
margin-width: 200px
32+
gutter-width: 0.5rem
2833

2934

3035

0 commit comments

Comments
 (0)