-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.qmd
More file actions
52 lines (45 loc) · 2.31 KB
/
Copy pathindex.qmd
File metadata and controls
52 lines (45 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
pagetitle: "openstatsware"
comments: false
toc: false
---
```{=html}
<div class="px-3 py-5 my-3 text-center d-none d-xl-block">
<span style="color: #000814; font-size: 5rem; font-weight: 700; font-family: 'Fira Code', monospace;">open</span>
<span style="color: #001D3D; font-size: 5rem; font-weight: 700; font-family: 'Fira Code', monospace;">stats</span>
<span style="color: #003566; font-size: 5rem; font-weight: 700; font-family: 'Fira Code', monospace;">ware</span>
</div>
<div class="px-3 py-5 my-1 text-center d-xl-none">
<img src="sticker/openstatsware-hex.svg" alt="Hex Sticker for the openstatsware Working Group" width="256"/>
</div>
<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; 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>
</div>
```
```{=html}
<div class="px-3 py-5 my-3">
<div class="text-center">
<p style="font-size: 1.5rem;">Latest news:</p>
</div>
```
```{r}
#| include = FALSE
source(file = "utils/read_news.R")
```
```{r}
#| message = FALSE,
#| warning = FALSE,
#| results = "asis",
#| echo = FALSE
read.news(how_many = 3)
```
```{=html}
</div>
```