forked from rse-asia/RSE_Asia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
45 lines (40 loc) · 1.78 KB
/
index.Rmd
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
---
title: "RSE Asia Association"
image: "images/Updated_RSE_Asia_logo.jpg"
links:
- label: '<i class="fab fa-twitter"></i> Twitter'
url: "https://twitter.com/RSE_Asia"
- label: '<i class="fab fa-github"></i> GitHub'
url: "https://github.com/rse-asia"
- label: '<i class="fas fa-envelope"></i> Email'
url: "mailto:[email protected]"
twitter:
creator: "@RSE_Asia"
output:
postcards::jolla
site: distill::distill_website
---
```{r setup, message=FALSE, warning=FALSE, include=FALSE}
library(metathis)
meta() %>%
meta_description(
"The website of RSE Asia Association"
) %>%
meta_name("github-repo" = "rse-asia/RSE_Asia") %>%
meta_viewport() %>%
meta_social(
title = "RSE Asia Association",
url = "https://rse-asia.github.io/RSE_Asia/",
image = "https://github.com/rse-asia/RSE_Asia/blob/main/images/Updated_RSE_Asia_logo.jpg",
image_alt = "The RSE Asia Association logo inspired from the logo of the Society of Research Software Engineering - Labelled RSE on top in white capital letters and labelled ASIA below in capital letters.",
og_type = "website",
og_author = c("RSE Asia Association"),
twitter_card_type = "summary",
twitter_creator = "@RSE_Asia"
)
```
Welcome to the website of the RSE Asia Association!
All spaces of the RSE Asia Association are bound by the [code of conduct](https://society-rse.org/about/code-of-conduct/) of the [Society of Research Software Engineering](https://society-rse.org/).
$~$
##### Our Mentor Organizations
[![Open Life Science Logo](images/OLS_Logo.png){width=10%}](https://openlifesci.org/) $~$ [![Society of Research Software Engineering Logo](images/Soc_RSE_Logo.png){width=5%}](https://society-rse.org/events/pilot-mentoring-programme/)