Skip to content

Commit 1da4569

Browse files
authored
New AG affiliation (#176)
1 parent 3d5347e commit 1da4569

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

data/members.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Firstname,Lastname,Affiliation,SWE_WG_Member,SWE_WG_Alumni,MMRM,HTA,bayesian_mmrm,SSD
2-
Alessandro,Gasparini,Red Door Analytics,1,0,0,0,0,0
2+
Alessandro,Gasparini,GSK,1,0,0,0,0,0
33
Andy,Miskell,Eli Lilly,0,1,0,0,0,0
44
Ben,Arancibia,GSK,1,0,0,0,0,0
55
Brian,Lang,MSD,1,0,1,0,0,0

join_us.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Join Us"
2+
title: "Join Us"
33
---
44

55
Note that you don't have to be a member of ASA BIOP or EFSPI/PSI to join `openstatsware`. \
@@ -9,4 +9,4 @@ There are multiple ways to get involved with `openstatsware`:
99

1010
- Join as a workstream member, who actively contributes to one or several workstream(s).
1111

12-
If you are interested to join `openstatsware`, please contact us: [Daniel Sabanes Bove](mailto:daniel@rconis.com), [Ya Wang](mailto:ya.wang10@gilead.com) or [Alessandro Gasparini](alessandro.gasparini@reddooranalytics.se).
12+
If you are interested to join `openstatsware`, please contact us: [Daniel Sabanes Bove](mailto:daniel@rconis.com), [Ya Wang](mailto:ya.wang10@gilead.com) or [Alessandro Gasparini](mailto:alessandro.x.gasparini@gsk.com).

people.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "People"
2+
title: "People"
33
---
44

55
**Co-Chairs:**
@@ -8,7 +8,7 @@
88

99
* Ya Wang (Gilead)
1010

11-
* Alessandro Gasparini (Red Door Analytics)
11+
* Alessandro Gasparini (GSK)
1212

1313
```{r, label = "load_read_members_script", echo = FALSE, message = FALSE, warning = FALSE}
1414
path <- getwd()
@@ -27,4 +27,4 @@ read.members("SWE_WG_Member")
2727

2828
```{r, label = "alumni", echo = FALSE, message = FALSE, warning = FALSE, results = "asis"}
2929
read.members("SWE_WG_Alumni")
30-
```
30+
```

0 commit comments

Comments
 (0)