Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified 01_materials/slides/slides_01.pdf
Binary file not shown.
Binary file modified 01_materials/slides/slides_03.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion 02_activities/assignments/Cohort_8/Assignment1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
🚨 **Please review our [Assignment Submission Guide](https://github.com/UofT-DSI/onboarding/blob/main/onboarding_documents/submissions.md)** 🚨 for detailed instructions on how to format, branch, and submit your work. Following these guidelines is crucial for your submissions to be evaluated correctly.

#### Submission Parameters:
* Submission Due Date: `August 10, 2025`
* Submission Due Date: `November 17, 2025`
* Weight: 30% of total grade
* The branch name for your repo should be: `assignment-one`
* What to submit for this assignment:
Expand Down
2 changes: 1 addition & 1 deletion 02_activities/assignments/Cohort_8/Assignment2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
🚨 **Please review our [Assignment Submission Guide](https://github.com/UofT-DSI/onboarding/blob/main/onboarding_documents/submissions.md)** 🚨 for detailed instructions on how to format, branch, and submit your work. Following these guidelines is crucial for your submissions to be evaluated correctly.

#### Submission Parameters:
* Submission Due Date: `August 17, 2025`
* Submission Due Date: `November 24, 2025`
* Weight: 70% of total grade
* The branch name for your repo should be: `assignment-two`
* What to submit for this assignment:
Expand Down
Binary file not shown.
39 changes: 18 additions & 21 deletions 03_instructional_team/markdown_slides/slides_01.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,26 @@ $ echo "Data Sciences Institute"

---

# About Us (Anjali)

- Holds a Bachelor’s in Electrical Engineering from the University of Mumbai, India
- IT professional with 13 years of experience in software development, analysis, and design using a variety of programming languages and platforms for diverse clients
- DSI Cohort 3 and LS for subsequent cohorts
- Experienced in Agile environments, mentoring, and fostering collaborative, solution-driven work cultures.
- Works as an Emergency Early Childhood Educator and Education Assistant, supporting students in Elementary (K–5) public school, Peel District School Board
- Passionate about art, crocheting, and gardening; and actively volunteers with Ecosource’s Community Cultivator Program, growing food for local food banks
# About Us (Edward)

- Graduated from the Master of Science in Applied Computing program at UofT
- Currently working as a Research Analyst at the University Health Network
- Will start PhD in Medical Biophysics at UofT in September
- Have worked on creating course material for data science and machine learning at UofT
- Hobbies: Gaming, Crochet, Archery

![bg right:35% w:350](./images/01_anjali.png)
![bg right:35% w:350](./images/01_edward.png)

---

# About Us (Moniz)

- Master in Biomedical Engineering 🎓
- Project and Data Coordinator in Healthcare setting 🏥
- DSI cohort 3 📈
- Hobbies: camping 🏕️ travelling ✈️ and see the world

![bg right:35% w:350](./images/01_moniz.png)

---

Expand All @@ -66,18 +75,6 @@ $ echo "Data Sciences Institute"

---

# About Us (Sergii)

- Solution Architect with a PhD in Engineering
- Have national and international awards
- DSI cohort 5
- Over 25 years in the IT industry across diverse domains
- Proficient in multiple programming languages

![bg right:35% w:350](./images/01_sergii.png)

---


# Welcome / Course Content

Expand Down
6 changes: 3 additions & 3 deletions 03_instructional_team/markdown_slides/slides_03.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For example, a query wanting to know the number of days in each month:
,months

FROM calendar
GROUP by months
GROUP BY months
```

- `GROUP BY` comes after a `WHERE` clause
Expand All @@ -71,7 +71,7 @@ For example, a query wanting to know the number of days in each month:
,years

FROM calendar
GROUP by years
GROUP BY years
```

---
Expand Down Expand Up @@ -117,7 +117,7 @@ For example, a query wanting to know the number of days in each month:

- `SUM` performs the sum total of any numeric column
- Be wary, SQLite may be more permissive for columns with numbers; it's best practice to coerce (`CAST`) these values into numbers before summing to be certain of their validity
- e.g. `CAST(SUM(column1) AS INTEGER) AS column1`
- e.g. `SUM(CAST(column1 AS INTEGER)) AS column1`
- SUM can accommodate multiple columns using the plus `+` operator
- e.g. `SUM(column1 + column2)`

Expand Down
57 changes: 28 additions & 29 deletions 04_this_cohort/custom_slides/markdown/slides_01.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -112,65 +112,63 @@ class: left, top, inverse
---

class: left, top, inverse
# About Us (Anjali)
# About Us (Edward)
.pull-left[
- Holds a Bachelor’s in Electrical Engineering from the University of Mumbai, India
- IT professional with 13 years of experience in software development, analysis, and design using a variety of programming languages and platforms for diverse clients
- DSI Cohort 3 and LS for subsequent cohorts
- Experienced in Agile environments, mentoring, and fostering collaborative, solution-driven work cultures.
- Works as an Emergency Early Childhood Educator and Education Assistant, supporting students in Elementary (K–5) public school, Peel District School Board
- Passionate about art, crocheting, and gardening; and actively volunteers with Ecosource’s Community Cultivator Program, growing food for local food banks
- Graduated from the Master of Science in Applied Computing program at UofT
- Currently working as a Research Analyst at the University Health Network
- Will start PhD in Medical Biophysics at UofT in September
- Have worked on creating course material for data science and machine learning at UofT
- Hobbies: Gaming, Crochet, Archery
]

.pull-right[

<img src="imgs/anjali.png"
<img src="imgs/edward.png"
height="450px"
style="position:absolute; right:100px; top:130px;">

]

---


class: left, top, inverse
# About Us (Niyaz)


# About Us (Moniz)
.pull-left[

- Master's in Artificial Intelligence with a deep understanding of machine learning algorithms, data science, and advanced computational techniques
- 15 years of experience in software development, database design, and query optimization
- DSI cohort 2
- Co-founder of a company offering web design, SEO, and Google Ads services in Canada
- Experienced mentor and facilitator in product development, focusing on code reviews and Agile practices to ensure quality and continuous improvement
- I always enjoy helping others learn while continuously learning myself

- Master in Biomedical Engineering 🎓
- Project and Data Coordinator in Healthcare setting 🏥
- DSI cohort 3 📈
- Hobbies: camping 🏕️ travelling ✈️ and see the world
]

.pull-right[

<img src="imgs/niyaz.png"
<img src="imgs/moniz.png"
height="450px"
style="position:absolute; right:100px; top:130px;">

]

---


class: left, top, inverse
# About Us (Sergii)
# About Us (Niyaz)


.pull-left[
- Solution Architect with a PhD in Engineering
- Have national and international awards
- DSI cohort 5
- Over 25 years in the IT industry across diverse domains
- Proficient in multiple programming languages

- Master's in Artificial Intelligence with a deep understanding of machine learning algorithms, data science, and advanced computational techniques
- 15 years of experience in software development, database design, and query optimization
- DSI cohort 2
- Co-founder of a company offering web design, SEO, and Google Ads services in Canada
- Experienced mentor and facilitator in product development, focusing on code reviews and Agile practices to ensure quality and continuous improvement
- I always enjoy helping others learn while continuously learning myself

]

.pull-right[

<img src="imgs/sergii.png"
<img src="imgs/niyaz.png"
height="450px"
style="position:absolute; right:100px; top:130px;">

Expand Down Expand Up @@ -1401,7 +1399,8 @@ class: middle, center, inverse

```{r echo=FALSE}
##set the pagedown and chromote
#Sys.setenv(PAGEDOWN_CHROME = "/Applications/Chromium.app/Contents/MacOS/Chromium") #Sys.setenv(CHROMOTE_CHROME = "/Applications/Chromium.app/Contents/MacOS/Chromium")
#Sys.setenv(PAGEDOWN_CHROME = "/Applications/Chromium.app/Contents/MacOS/Chromium")
#Sys.setenv(CHROMOTE_CHROME = "/Applications/Chromium.app/Contents/MacOS/Chromium")

#library(renderthis)
#renderthis::to_pdf("~/Documents/GitHub/02-intro_sql/04_this_cohort/custom_slides/markdown/slides_01.Rmd")
Expand Down
54 changes: 26 additions & 28 deletions 04_this_cohort/custom_slides/markdown/slides_01.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,65 +100,63 @@
---

class: left, top, inverse
# About Us (Anjali)
# About Us (Edward)
.pull-left[
- Holds a Bachelor’s in Electrical Engineering from the University of Mumbai, India
- IT professional with 13 years of experience in software development, analysis, and design using a variety of programming languages and platforms for diverse clients
- DSI Cohort 3 and LS for subsequent cohorts
- Experienced in Agile environments, mentoring, and fostering collaborative, solution-driven work cultures.
- Works as an Emergency Early Childhood Educator and Education Assistant, supporting students in Elementary (K–5) public school, Peel District School Board
- Passionate about art, crocheting, and gardening; and actively volunteers with Ecosource’s Community Cultivator Program, growing food for local food banks
- Graduated from the Master of Science in Applied Computing program at UofT
- Currently working as a Research Analyst at the University Health Network
- Will start PhD in Medical Biophysics at UofT in September
- Have worked on creating course material for data science and machine learning at UofT
- Hobbies: Gaming, Crochet, Archery
]

.pull-right[

&lt;img src="imgs/anjali.png"
&lt;img src="imgs/edward.png"
height="450px"
style="position:absolute; right:100px; top:130px;"&gt;

]

---


class: left, top, inverse
# About Us (Niyaz)


# About Us (Moniz)
.pull-left[

- Master's in Artificial Intelligence with a deep understanding of machine learning algorithms, data science, and advanced computational techniques
- 15 years of experience in software development, database design, and query optimization
- DSI cohort 2
- Co-founder of a company offering web design, SEO, and Google Ads services in Canada
- Experienced mentor and facilitator in product development, focusing on code reviews and Agile practices to ensure quality and continuous improvement
- I always enjoy helping others learn while continuously learning myself

- Master in Biomedical Engineering 🎓
- Project and Data Coordinator in Healthcare setting 🏥
- DSI cohort 3 📈
- Hobbies: camping 🏕️ travelling ✈️ and see the world
]

.pull-right[

&lt;img src="imgs/niyaz.png"
&lt;img src="imgs/moniz.png"
height="450px"
style="position:absolute; right:100px; top:130px;"&gt;

]

---


class: left, top, inverse
# About Us (Sergii)
# About Us (Niyaz)


.pull-left[
- Solution Architect with a PhD in Engineering
- Have national and international awards
- DSI cohort 5
- Over 25 years in the IT industry across diverse domains
- Proficient in multiple programming languages

- Master's in Artificial Intelligence with a deep understanding of machine learning algorithms, data science, and advanced computational techniques
- 15 years of experience in software development, database design, and query optimization
- DSI cohort 2
- Co-founder of a company offering web design, SEO, and Google Ads services in Canada
- Experienced mentor and facilitator in product development, focusing on code reviews and Agile practices to ensure quality and continuous improvement
- I always enjoy helping others learn while continuously learning myself

]

.pull-right[

&lt;img src="imgs/sergii.png"
&lt;img src="imgs/niyaz.png"
height="450px"
style="position:absolute; right:100px; top:130px;"&gt;

Expand Down
6 changes: 3 additions & 3 deletions 04_this_cohort/custom_slides/markdown/slides_03.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ For example, a query wanting to know the number of days in each month:
,months

FROM calendar
GROUP by months
GROUP BY months
```
--

Expand Down Expand Up @@ -163,7 +163,7 @@ class: top, left, inverse
,years

FROM calendar
GROUP by years
GROUP BY years
```

---
Expand Down Expand Up @@ -245,7 +245,7 @@ class: top, left, inverse
### SUM
- `SUM` performs the sum total of any numeric column
- Be wary, SQLite may be more permissive for columns with numbers; it's best practice to coerce (`CAST`) these values into numbers before summing to be certain of their validity
- e.g. `CAST(SUM(column1) AS INTEGER) AS column1`
- e.g. `SUM(CAST(column1 AS INTEGER)) AS column1`

<br>
--
Expand Down
6 changes: 3 additions & 3 deletions 04_this_cohort/custom_slides/markdown/slides_03.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
,months

FROM calendar
GROUP by months
GROUP BY months
```
--

Expand Down Expand Up @@ -152,7 +152,7 @@
,years

FROM calendar
GROUP by years
GROUP BY years
```

---
Expand Down Expand Up @@ -234,7 +234,7 @@
### SUM
- `SUM` performs the sum total of any numeric column
- Be wary, SQLite may be more permissive for columns with numbers; it's best practice to coerce (`CAST`) these values into numbers before summing to be certain of their validity
- e.g. `CAST(SUM(column1) AS INTEGER) AS column1`
- e.g. `SUM(CAST(column1 AS INTEGER)) AS column1`

&lt;br&gt;
--
Expand Down
8 changes: 4 additions & 4 deletions 04_this_cohort/custom_slides/markdown/xaringan-themer.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/* Colors */
--text-color: #657b83;
--header-color: #dc322f;
--background-color: #d3d2d9;
--background-color: #000000;
--link-color: #b58900;
--text-bold-color: #d33682;
--code-highlight-color: #268bd2;
Expand All @@ -56,7 +56,7 @@
--title-slide-background-color: #000000;
--title-slide-text-color: #fdf6e3;
--header-background-color: #dc322f;
--header-background-text-color: #d3d2d9;
--header-background-text-color: #000000;
}

html {
Expand Down Expand Up @@ -190,7 +190,7 @@ th, td {
.remark-slide table:not(.table-unshaded) thead,
.remark-slide table:not(.table-unshaded) tfoot,
.remark-slide table:not(.table-unshaded) tr:nth-child(even) {
background: #000000;
background: #2C2D26;
}
table.dataTable tbody {
background-color: var(--background-color);
Expand All @@ -200,7 +200,7 @@ table.dataTable.display tbody tr.odd {
background-color: var(--background-color);
}
table.dataTable.display tbody tr.even {
background-color: #000000;
background-color: #2C2D26;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
background-color: rgba(255, 255, 255, 0.5);
Expand Down
Binary file modified 04_this_cohort/custom_slides/pdf/slides_01.pdf
Binary file not shown.
Binary file modified 04_this_cohort/custom_slides/pdf/slides_03.pdf
Binary file not shown.