forked from rse-asia/RSE_Asia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.Rmd
61 lines (46 loc) · 3.1 KB
/
aboutus.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: "About Us"
description: |
Brief description about the journey of RSE Asia Association
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
```{r metathis, message=FALSE, warning=FALSE, include=FALSE}
library(metathis)
meta() %>%
meta_description(
"Brief description about the journey of RSE Asia Association"
) %>%
meta_name("github-repo" = "rse-asia/RSE_Asia") %>%
meta_viewport() %>%
meta_social(
title = "About Us",
url = "https://rse-asia.github.io/RSE_Asia/aboutus.html",
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"
)
```
```{r eval = FALSE}
knitr::include_graphics("images/ella_profile.jpeg")
```
## History
The RSE Asia Association was launched during a project under the [Open Life Science Cohort-4 programme (OLS-4)](https://openlifesci.org/ols-4/projects-participants/#) programme by [Saranjeet Kaur Bhogal](https://saranjeetkaur.github.io/About-Me/) and [Jyoti Bhogal](https://www.linkedin.com/in/jyoti-bhogal-a20705163/), under the Mentorship of [Anne Fouilloux](https://github.com/annefou). It was launched on Thursday, 14th October 2021, which is also the first [International RSE Day](https://researchsoftware.org/council/intl-rse-day.html). At the launch event we conducted activities for contributing to [Hacktoberfest 2021](https://hacktoberfest.digitalocean.com/). Both Saranjeet and Jyoti graduated from the OLS-4 during early 2022 (graduation certificates below).
:::float-image
```{r out.width='330px', out.extra='style="float:left; padding:10px"', echo=FALSE}
knitr::include_graphics("images/Saranjeet_OLS_4_graduation.jpg")
knitr::include_graphics("images/Jyoti_OLS_4_graduation.jpg")
```
:::
Furthermore, under the [Pilot Mentoring Programme](https://society-rse.org/events/pilot-mentoring-programme/) of the [Society of Research Software Engineering](https://society-rse.org/), Saranjeet is working on the building community around the RSE Asia Association, mentored by [Michelle Barker](https://www.researchsoft.org/people/). Jyoti is working on a project titled "Building Pathways for Onboarding to Research Software Engineering (RSE) Asia Association and Adoption of Code of Conduct" as mentee in the the [Open Life Science Cohort-5 programme (OLS-5)](https://openlifesci.org/ols-5/projects-participants/#) under the mentorship of [Malvika Sharan](https://malvikasharan.github.io/).
## Founders
- [Saranjeet Kaur Bhogal](https://saranjeetkaur.github.io/About-Me/)
- [Jyoti Bhogal](https://jyoti-bhogal.github.io/about-me/)
## Advisory Board
- [Anne Fouilloux](https://github.com/annefou)
- [Michelle Barker](https://www.researchsoft.org/people)
- [Rowland Mosbergen](https://au.linkedin.com/in/rowlandm-gaicd)