Skip to content

Commit e804440

Browse files
Merge pull request #248 from coding-for-reproducible-research/add_RCC_community_page
Add page for RCC to CfRR website
2 parents 11e5107 + 4c8abbd commit e804440

File tree

3 files changed

+69
-1
lines changed

3 files changed

+69
-1
lines changed

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ parts:
300300

301301
- caption: Join Us!
302302
chapters:
303+
- file: contributing/community
303304
- file: contributing/contributing
304305
- file: contributing/roles
305306
- file: contributing/contributing_guidelines

contributing/community.ipynb

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "9cbbef13-a05c-4169-9627-e54a43a11ee1",
6+
"metadata": {},
7+
"source": [
8+
"# Research Coding Community (RCC)"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "629d3135-1e5a-41dd-bae3-638d4af4e899",
14+
"metadata": {},
15+
"source": [
16+
"The Research Coding Community (RCC) is a network to bring together everyone across the university who writes code in support of research. Having just completed your CfRR course, signing up to the RCC is the next step in connecting with peers who share your interests and challenges.\n",
17+
"\n",
18+
"Currently hosted online via Microsoft Teams, the RCC offers a friendly virtual space where you can ask questions, share tips, and discover collaborators. We’re committed to growing the community by co-creating a calendar of activities and events shaped by what members find most valuable. Potential offerings include:\n",
19+
"\n",
20+
"- **Seminars** where members present their own projects or dive into best practices.\n",
21+
"- **Hands-on workshops** on topics like version control, reproducible pipelines, or emerging programming languages.\n",
22+
"- **Hack days**, one-day mini-hackathons, to tackle real problems in small teams.\n",
23+
"- **Co-working sessions** for group coding, pair programming, or just having company while you work.\n",
24+
"- **Social events** to unwind, network, and celebrate our collective wins.\n",
25+
" \n",
26+
"Whether you’re troubleshooting a tricky script, learning a new tool, or wanting to meet others applying code in novel ways, the RCC is here to help you get to know, and code with, the wider community. We’d love to have you on board!"
27+
]
28+
},
29+
{
30+
"cell_type": "markdown",
31+
"id": "4bb9942a-cc7c-4dce-ad6b-4299412ce98a",
32+
"metadata": {},
33+
"source": [
34+
"## Sign-up Form \n",
35+
"<iframe width=\"100%\" height=\"1000px\" src=\"https://forms.cloud.microsoft/Pages/ResponsePage.aspx?id=d10qkZj77k6vMhM02PBKU-oxqLMQ8w1AowxZDWbXZRhUNFJHMDBEVUVCV1VXNlk1U09OQ0VVNFhOMi4u&embed=true\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" style=\"border: none; max-width:100%; max-height:100vh\" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>"
36+
]
37+
},
38+
{
39+
"cell_type": "code",
40+
"execution_count": null,
41+
"id": "6f86d836-0df2-4ed8-9f37-de5336e403cc",
42+
"metadata": {},
43+
"outputs": [],
44+
"source": []
45+
}
46+
],
47+
"metadata": {
48+
"kernelspec": {
49+
"display_name": "Python 3 (ipykernel)",
50+
"language": "python",
51+
"name": "python3"
52+
},
53+
"language_info": {
54+
"codemirror_mode": {
55+
"name": "ipython",
56+
"version": 3
57+
},
58+
"file_extension": ".py",
59+
"mimetype": "text/x-python",
60+
"name": "python",
61+
"nbconvert_exporter": "python",
62+
"pygments_lexer": "ipython3",
63+
"version": "3.9.19"
64+
}
65+
},
66+
"nbformat": 4,
67+
"nbformat_minor": 5
68+
}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pyvis = "*"
2020
plotly = "^6.0.0"
2121
snowballstemmer = "2.2.0"
2222

23-
2423
[build-system]
2524
requires = ["poetry-core>=1.0.0"]
2625
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)