Skip to content

Commit f26c413

Browse files
Change MS Fomr abscense signup notice
1 parent 2254aa2 commit f26c413

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cfrr_program_details/courses_overview.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"cell_type": "code",
13-
"execution_count": 1,
13+
"execution_count": 2,
1414
"id": "d3aa7606-0f50-4f05-b104-ad4521c80406",
1515
"metadata": {
1616
"editable": true,
@@ -28,14 +28,14 @@
2828
"- Introduction to Python: 17th/24th January 2025 10am-1pm (In-person only) - [MS Form Signup](https://forms.office.com/e/YAxvuE5dG5)\n",
2929
"- Python for Data Analysis: 6th/13th February 2025 1-4pm (Online only) - [MS Form Signup](https://forms.office.com/e/rJRBxYnxKA)\n",
3030
"- 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",
31-
"- Introduction to Regression with R: 28th March 2025 10am-1pm (In-person only) - Sign Up Will Be Available Soon\n",
31+
"- Introduction to Regression with R: 28th March 2025 10am-1pm (In-person only) - Registration Will Be Available Soon\n",
3232
"- 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",
33-
"- Introduction to HPC: 21st/28th March 2025 1.15-4.15pm (In-person only) - Sign Up Will Be Available Soon\n",
33+
"- Introduction to HPC: 21st/28th March 2025 1.15-4.15pm (In-person only) - Registration Will Be Available Soon\n",
3434
"- Introduction to Version Control: 28th February/7th March 2025 10am-1pm (Online only) - [MS Form Signup](https://forms.office.com/e/YCB5kkGrws)\n",
35-
"- Intermediate Version Control: 17th/24th March 2025 1-4pm (Online only) - Sign Up Will Be Available Soon\n",
35+
"- Intermediate Version Control: 17th/24th March 2025 1-4pm (Online only) - Registration Will Be Available Soon\n",
3636
"- Introduction to Unix: 5th/12th February 2025 1-4pm (Penryn Campus only) - [MS Form Signup](https://forms.office.com/e/6nrfXabJSH)\n",
3737
"- Computational Thinking: 28th January/4th February 2025 10am-1pm (In-person only) - [MS Form Signup](https://forms.office.com/e/HBxtMLxRZr)\n",
38-
"- Introduction to Machine Learning: 14th/21st March 2025 10am-1pm (In-person only) - Sign Up Will Be Available Soon"
38+
"- Introduction to Machine Learning: 14th/21st March 2025 10am-1pm (In-person only) - Registration Will Be Available Soon"
3939
],
4040
"text/plain": [
4141
"<IPython.core.display.Markdown object>"
@@ -73,7 +73,7 @@
7373
"# Function to generate markdown text based on course details\n",
7474
"def generate_markdown(row):\n",
7575
" if pd.isna(row['MS Form Signup']) or not row['MS Form Signup'].strip():\n",
76-
" return f\"- {row['Course Name']}: {row['Course Date']} - Sign Up Will Be Available Soon\"\n",
76+
" return f\"- {row['Course Name']}: {row['Course Date']} - Registration Will Be Available Soon\"\n",
7777
" else:\n",
7878
" return f\"- {row['Course Name']}: {row['Course Date']} - [MS Form Signup]({row['MS Form Signup']})\"\n",
7979
"\n",

0 commit comments

Comments
 (0)