Skip to content

Commit 287e5e7

Browse files
Add hyphen for singup
1 parent f26c413 commit 287e5e7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

cfrr_program_details/courses_overview.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"id": "02b9e8f5-82ed-460b-af25-9034e538b7b3",
66
"metadata": {},
77
"source": [
8-
"# Workshop Schedule and Signup"
8+
"# Workshop Schedule and Sign-up"
99
]
1010
},
1111
{
1212
"cell_type": "code",
13-
"execution_count": 2,
13+
"execution_count": 1,
1414
"id": "d3aa7606-0f50-4f05-b104-ad4521c80406",
1515
"metadata": {
1616
"editable": true,
@@ -25,16 +25,16 @@
2525
{
2626
"data": {
2727
"text/markdown": [
28-
"- Introduction to Python: 17th/24th January 2025 10am-1pm (In-person only) - [MS Form Signup](https://forms.office.com/e/YAxvuE5dG5)\n",
29-
"- Python for Data Analysis: 6th/13th February 2025 1-4pm (Online only) - [MS Form Signup](https://forms.office.com/e/rJRBxYnxKA)\n",
30-
"- Introduction to R: 25th February/4th March/11th March 2025 10am-1pm (In-person only) - [MS Form Signup](https://forms.office.com/e/3BUKkXNELt)\n",
28+
"- Introduction to Python: 17th/24th January 2025 10am-1pm (In-person only) - [MS Form Sign-up](https://forms.office.com/e/YAxvuE5dG5)\n",
29+
"- Python for Data Analysis: 6th/13th February 2025 1-4pm (Online only) - [MS Form Sign-up](https://forms.office.com/e/rJRBxYnxKA)\n",
30+
"- Introduction to R: 25th February/4th March/11th March 2025 10am-1pm (In-person only) - [MS Form Sign-up](https://forms.office.com/e/3BUKkXNELt)\n",
3131
"- Introduction to Regression with R: 28th March 2025 10am-1pm (In-person only) - Registration Will Be Available Soon\n",
32-
"- Regression Analysis in R: Adapting to Varied Data Types: 13th January 2025 1-4pm (Online only) - [MS Form Signup](https://forms.office.com/e/QK4qbskQKe)\n",
32+
"- Regression Analysis in R: Adapting to Varied Data Types: 13th January 2025 1-4pm (Online only) - [MS Form Sign-up](https://forms.office.com/e/QK4qbskQKe)\n",
3333
"- Introduction to HPC: 21st/28th March 2025 1.15-4.15pm (In-person only) - Registration Will Be Available Soon\n",
34-
"- Introduction to Version Control: 28th February/7th March 2025 10am-1pm (Online only) - [MS Form Signup](https://forms.office.com/e/YCB5kkGrws)\n",
34+
"- Introduction to Version Control: 28th February/7th March 2025 10am-1pm (Online only) - [MS Form Sign-up](https://forms.office.com/e/YCB5kkGrws)\n",
3535
"- Intermediate Version Control: 17th/24th March 2025 1-4pm (Online only) - Registration Will Be Available Soon\n",
36-
"- Introduction to Unix: 5th/12th February 2025 1-4pm (Penryn Campus only) - [MS Form Signup](https://forms.office.com/e/6nrfXabJSH)\n",
37-
"- Computational Thinking: 28th January/4th February 2025 10am-1pm (In-person only) - [MS Form Signup](https://forms.office.com/e/HBxtMLxRZr)\n",
36+
"- Introduction to Unix: 5th/12th February 2025 1-4pm (Penryn Campus only) - [MS Form Sign-up](https://forms.office.com/e/6nrfXabJSH)\n",
37+
"- Computational Thinking: 28th January/4th February 2025 10am-1pm (In-person only) - [MS Form Sign-up](https://forms.office.com/e/HBxtMLxRZr)\n",
3838
"- Introduction to Machine Learning: 14th/21st March 2025 10am-1pm (In-person only) - Registration Will Be Available Soon"
3939
],
4040
"text/plain": [
@@ -75,7 +75,7 @@
7575
" if pd.isna(row['MS Form Signup']) or not row['MS Form Signup'].strip():\n",
7676
" return f\"- {row['Course Name']}: {row['Course Date']} - Registration Will Be Available Soon\"\n",
7777
" else:\n",
78-
" return f\"- {row['Course Name']}: {row['Course Date']} - [MS Form Signup]({row['MS Form Signup']})\"\n",
78+
" return f\"- {row['Course Name']}: {row['Course Date']} - [MS Form Sign-up]({row['MS Form Signup']})\"\n",
7979
"\n",
8080
"\n",
8181
"# Apply the function and create the markdown output\n",

0 commit comments

Comments
 (0)