From 7498511ef55dbab4148fe6f121900ea122308215 Mon Sep 17 00:00:00 2001 From: martiki9 Date: Fri, 1 May 2026 09:50:54 +0100 Subject: [PATCH 1/4] 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/4] 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. From 7e824755fdf2a1c7e0d0678820330b50f7998232 Mon Sep 17 00:00:00 2001 From: martiki9 Date: Fri, 15 May 2026 09:53:21 +0100 Subject: [PATCH 3/4] modify margins to make centre wider --- presentations/git_conflict_example.sas | 0 presentations/git_conflict_example_v2.sas | 0 presentations/test.qmd | 9 +++++++++ site/.gitignore | 2 ++ site/_quarto.yml | 6 +++++- white-paper/.gitignore | 2 ++ white-paper/_quarto.yml | 5 +++++ 7 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 presentations/git_conflict_example.sas create mode 100644 presentations/git_conflict_example_v2.sas create mode 100644 presentations/test.qmd diff --git a/presentations/git_conflict_example.sas b/presentations/git_conflict_example.sas new file mode 100644 index 0000000..e69de29 diff --git a/presentations/git_conflict_example_v2.sas b/presentations/git_conflict_example_v2.sas new file mode 100644 index 0000000..e69de29 diff --git a/presentations/test.qmd b/presentations/test.qmd new file mode 100644 index 0000000..8d724b7 --- /dev/null +++ b/presentations/test.qmd @@ -0,0 +1,9 @@ +--- +title: "test" +format: html +--- + +```{r} +getwd() + +``` \ No newline at end of file diff --git a/site/.gitignore b/site/.gitignore index 075b254..0e3521a 100644 --- a/site/.gitignore +++ b/site/.gitignore @@ -1 +1,3 @@ /.quarto/ + +**/*.quarto_ipynb diff --git a/site/_quarto.yml b/site/_quarto.yml index 21c2107..68b7134 100644 --- a/site/_quarto.yml +++ b/site/_quarto.yml @@ -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 diff --git a/white-paper/.gitignore b/white-paper/.gitignore index 075b254..0e3521a 100644 --- a/white-paper/.gitignore +++ b/white-paper/.gitignore @@ -1 +1,3 @@ /.quarto/ + +**/*.quarto_ipynb diff --git a/white-paper/_quarto.yml b/white-paper/_quarto.yml index 432e2e1..7c68b94 100644 --- a/white-paper/_quarto.yml +++ b/white-paper/_quarto.yml @@ -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 From 9fe5ab4b67249511ec8d7855e5f6e861e5e8e954 Mon Sep 17 00:00:00 2001 From: martiki9 Date: Fri, 15 May 2026 09:53:48 +0100 Subject: [PATCH 4/4] remove accidentally commited files --- presentations/git_conflict_example.sas | 0 presentations/git_conflict_example_v2.sas | 0 presentations/test.qmd | 9 --------- 3 files changed, 9 deletions(-) delete mode 100644 presentations/git_conflict_example.sas delete mode 100644 presentations/git_conflict_example_v2.sas delete mode 100644 presentations/test.qmd diff --git a/presentations/git_conflict_example.sas b/presentations/git_conflict_example.sas deleted file mode 100644 index e69de29..0000000 diff --git a/presentations/git_conflict_example_v2.sas b/presentations/git_conflict_example_v2.sas deleted file mode 100644 index e69de29..0000000 diff --git a/presentations/test.qmd b/presentations/test.qmd deleted file mode 100644 index 8d724b7..0000000 --- a/presentations/test.qmd +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "test" -format: html ---- - -```{r} -getwd() - -``` \ No newline at end of file