Skip to content

Commit

Permalink
add EFSPI affiliation (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinteractive committed Jun 16, 2024
1 parent 9baafdc commit 44f136a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

- name: Install CRAN dependencies
run: install.packages(c("pander", "glue", "geomtextpath"), repos = "https://cloud.r-project.org")
run: install.packages(c("pander", "glue", "geomtextpath", "gt"), repos = "https://cloud.r-project.org")
shell: Rscript {0}

- name: Install GitHub dependencies
Expand Down
2 changes: 1 addition & 1 deletion goals.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Goals"
---

`openstatsware` is a scientific working group of the [American Statistical Association (ASA) Biopharmaceutical section (BIOP)](https://community.amstat.org/biop/home).
<span style="color: #000814; font-family: 'Fira Code', monospace; font-weight: bold;">open</span><span style="color: #001D3D; font-family: 'Fira Code', monospace; font-weight: bold;">stats</span><span style="color: #003566; font-family: 'Fira Code', monospace; font-weight: bold;">ware</span> is a [scientific working group](https://community.amstat.org/biop/workinggroups/swe-wg) of the [American Statistical Association (ASA) Biopharmaceutical section (BIOP)](https://community.amstat.org/biop/home) and a [European Special Interest Group (SIG)](https://www.psiweb.org/sigs-special-interest-groups/software-engineering) sponsored by [Statisticians in the Pharmaceutical Industry (PSI)](https://www.psiweb.org/about-us) and the [European Federation of Statisticians in the Pharmaceutical Industry (EFSPI)](https://efspi.org/).

Our goals are to:

Expand Down
4 changes: 3 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ comments: false
<div class="px-3 py-5 my-1 text-center">
<div class="col-lg-6 mx-auto">
<p class="lead">
Welcome to the home page of the <span style="color: #000814; font-family: 'Fira Code', monospace;">open</span><span style="color: #001D3D; font-family: 'Fira Code', monospace;">stats</span><span style="color: #003566; font-family: 'Fira Code', monospace;">ware</span> working group, formerly known as the American Statistical Association (ASA) Biopharmaceutical Section (BIOP) Software Engineering Working Group (SWE WG).
Welcome to the home page of the <span style="color: #000814; font-family: 'Fira Code', monospace; font-weight: bold;">open</span><span style="color: #001D3D; font-family: 'Fira Code', monospace; font-weight: bold;">stats</span><span style="color: #003566; font-family: 'Fira Code', monospace; font-weight: bold;">ware</span> working group. We are a <a href="https://community.amstat.org/biop/workinggroups/swe-wg" target=_blank>scientific working group</a> in the <a href="https://community.amstat.org/biop/" target=_blank>American Statistical Association (ASA) Biopharmaceutical Section (BIOP)</a>, as well as a <a href="https://www.psiweb.org/sigs-special-interest-groups/software-engineering" target=_blank>European Special Interest Group (SIG)</a> sponsored by <a href="https://www.psiweb.org/about-us" target=_blank>Statisticians in the Pharmaceutical Industry (PSI)</a> and the <a href="https://efspi.org/" target=_blank>European Federation of Statisticians in the Pharmaceutical Industry (EFSPI)</a>.
</p>
<p class="lead">
To learn more about the working group see the <a href="goals.html" target=_blank>about us</a> page. We thank all our <a href="sponsors.html" target=_blank>sponsors</a> for their generous support.
</p>
</div>
Expand Down

0 comments on commit 44f136a

Please sign in to comment.