This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.qmd
79 lines (50 loc) · 3.4 KB
/
index.qmd
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
title: "Forwards"
---
## Mission
Leading the R community forwards in widening the participation of women and other under-represented groups.
Find out more [about]() the task force.
<!-- responsive two column layout
- one column switching to two columns on large screens and above -->
:::: {.grid}
::: {.g-col-12 .g-col-lg-6}
## News
*For more details on past workshops, see the [Edu](edu) section.*
*2023-11-18, Montevideo, Uruguay* - Yanina Bellini Saibene co-chairs [LatinR2022](https://latin-r.com/), which includes a keynote by Di Cook, a lightning talk by Pao Corrales on contributing translations to R and a
contribution space for working on translations.
*2023-11-16* - RainbowR launch a [pilot buddy scheme](https://rainbowr.netlify.app/posts/2023-11-16_introducing-buddies/) to foster stronger connections between community members.
*2023-11-16* - Heather Turner gives a keynote on
[Contributing to R](https://hturner.github.io/IIConferenceOfR/) at the
II Conference of R (Spanish R Users conference) in Barcelona.
*2023-11-09* - Di Cook, Heather Turner and Jonathan Godfrey obtain grant from R
Consortium to support adding alt text to R Journal articles.
*2023-11-06* - Kevin O'Brien starts a monthly community call for organizers
of R User Groups, see the [Global R User Group](https://www.meetup.com/globalr/) meetup.
*2023-08-29* - Several Forwards members participate in [R Project Sprint 2023](https://contributor.r-project.org/r-project-sprint-2023/), an event to
encourage broader participation in contributing to base R.
*2023-05-29* - Di Cook co-mentors Abhishek Ulayil on second Google Summer of Code project on [Converting past R Journal articles to HTML](https://github.com/rstats-gsoc/gsoc2023/wiki/Converting-R-Journal-latex-documents-to-Rmarkdown-with-texor).
*2023-04-22* - Ella Kaye and Heather Turner give talk on [Sustainability and EDI in the R Project](https://www.youtube.com/watch?v=yW6kRqktYQU) at satRdays London 2023.
*2022-10-12, Online* - Yanina Bellini Saibene co-chairs [LatinR2022](https://latin-r.com/), which includes [R translatón/Hackaton de tradução do R](https://www.youtube.com/watch?v=5LURMdf1Uk8).
*2022-10-10* - Liz Hare talks to R-Ladies NYC about [Writing Meaningful Alt-Texts for Data Visualizations in R](https://lizharedogs.github.io/RLadiesNYAltText/#1).
*2022-08-01* - Yanina Bellini Saibene gives a keynote at CarpentryCon 2022 on [Achieving the change we want one conference at a time](https://yabellini.netlify.app/talk/keynote_carpentrycon_2022/).
*2022-08-08* - gwynn sturdevant and Jonathan Godfrey join panel at JSM 2022 on [Delivering Data Differently](https://ww2.amstat.org/meetings/jsm/2022/onlineprogram/AbstractDetails.cfm?abstractid=319247).
*2022-08-06* - Kevin O’Brien and Sam Toet help organize the first [Francophone satRday](https://satrdays.org/blog/2022/07/20/2022-francophone/).
[older news items](oldnews)
:::
::: {.g-col-12 .g-col-lg-6}
## Mastodon posts
<!--
Mastodon widget from https://gitlab.com/idotj/mastodon-embed-feed-timeline
- options, e.g. number of toots, set in mastodon-timeline.js
- height of mt-container set in mastodon-timeline.css
(if max toots greater than height, will add scroll bar)
-->
<link rel="stylesheet" href="mastodon-timeline.css" />
<script src="mastodon-timeline.js"></script>
<div class="mt-container">
<div id="mt-body" class="mt-body" role="feed">
<div class="loading-spinner"></div>
</div>
</div>
:::
:::