forked from rse-asia/RSE_Asia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.Rmd
41 lines (33 loc) · 2.4 KB
/
news.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
---
title: "News"
description: |
News related to RSE Asia Association
twitter:
creator: "@RSE_Asia"
listing: news
---
```{r setup, message=FALSE, warning=FALSE, include=FALSE}
library(metathis)
meta() %>%
meta_description(
"News related to RSE Asia Association"
) %>%
meta_name("github-repo" = "rse-asia/RSE_Asia") %>%
meta_viewport() %>%
meta_social(
title = "Talks",
url = "https://rse-asia.github.io/RSE_Asia/news.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"
)
```
## Featured news
- The ["RSE Asia Association: A year in making"](https://zenodo.org/record/7044808#.Y0PglFJBxPZ) poster got an honourable mention by Oracle Research at [RSECon 2022](https://rsecon2022.society-rse.org/) (5-9 September 2022).
- During [The Turing Way Book Dash 2022](https://twitter.com/turingway/status/1527633477394366464), [Saranjeet](https://saranjeetkaur.github.io/About-Me/) participated and documented her[personal story](https://the-turing-way.netlify.app/collaboration/research-infrastructure-roles/rse-personal-story.html) about the formation of the RSE Asia Association. This story is now a part of [The Turing Way community handbook](https://the-turing-way.netlify.app/welcome.html) (16-20 May 2022).
- A [news item published by Australian Research Data Commons](https://ardc.edu.au/news/vive-la-difference-diversity-equity-and-inclusion-in-research-software-engineering/) highlights RSE Asia among other work presented during the “Vive la differénce” workshop organized by the Research Software Alliance (13 May 2022).
- The Open Life Science (OLS) team [planted a tree dedicated to its cohort-4 in the OLS forest](https://tree-nation.com/trees/view/2880963). RSE Asia was launched as a project in the cohort-4 of the OLS programme (11 May 2022).
- RSE Asia got featured in the [Collaborations Workshop 2022 highlights](https://www.software.ac.uk/blog/2022-04-28-highlights-collaborations-workshop-2022) blogpost by the Software Sustainability Institute (28 April 2022).