|
1 | 1 | # Class Meeting 14A
|
2 | 2 |
|
3 |
| -Today we will be working on visualizing literature |
| 3 | +We will summarize the contents of the course and -- for those of you interested in learning more about computer and/or data science -- suggest some directions in which you might go. |
4 | 4 |
|
5 | 5 | <div>
|
6 |
| -<iframe src="../../Lec20_LitViz.pdf" width="100%" height="600px" frameBorder="0"> </iframe> |
| 6 | +<iframe src="../../Lec20_Summary.pdf" width="100%" height="600px" frameBorder="0"> </iframe> |
7 | 7 | </div>
|
8 | 8 |
|
9 |
| -[Download the Slides from today](https://github.com/ubc-cs/cpsc203/raw/main/files/Lec20_LitViz.pdf) |
| 9 | +[Download the Slides from today](https://github.com/ubc-cs/cpsc203/raw/main/files/Lec20_Summary.pdf) |
10 | 10 |
|
11 |
| -## Important links for today: |
| 11 | +## Links for today |
12 | 12 |
|
13 |
| -- [Solve a Sudoku puzzle](https://www.sudokuonline.io/kids/numbers-4-4) |
14 |
| -- [Mathematics of Sudoku](https://en.wikipedia.org/wiki/Mathematics_of_Sudoku) |
15 |
| - |
16 |
| -<!-- |
17 |
| -## Optional links for today |
18 |
| ---> |
| 13 | +- If you are continuing at UBC next year, then browse through these lists for computer science and/or data science related courses that you can take after CPSC 203: |
| 14 | + - [CPSC course descriptions](https://vancouver.calendar.ubc.ca/course-descriptions/subject/cpscv). |
| 15 | + - [DSCI course descriptions](https://vancouver.calendar.ubc.ca/course-descriptions/subject/dsciv). |
| 16 | +- Data science programs for undergraduates at UBC Vancouver: |
| 17 | + - The [minor](https://datascience.ubc.ca/minor). |
| 18 | + - The (brand new!) [major](https://datascience.ubc.ca/major). |
| 19 | +- Programs for students who have completed or are about to complete an undergraduate degree: |
| 20 | + - The [Bachelors of Computer Science (BCS)](https://www.cs.ubc.ca/students/undergrad/degree-programs/bcs-program-second-degree), which is a two-year, second degree program for students who wish they had chosen computer science the first time. |
| 21 | + - The [Masters of Data Science (MDS)](https://masterdatascience.ubc.ca/), which is a one-year professional program for students wishing to find industry careers in data science. |
| 22 | +- [xkcd comics](https://xkcd.com). |
| 23 | + - Matplotlib extension for [xkcd-like plots](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.xkcd.html). |
19 | 24 |
|
20 | 25 | ## Logistics
|
21 | 26 |
|
22 |
| -### Installing packages |
23 |
| - |
24 |
| -You will probably need to install some packages for today's class: |
25 |
| - |
26 |
| -- `conda install nltk` |
27 |
| - |
28 |
| -### Cloning a repository |
29 |
| - |
30 |
| -1. Clone the Class Activity Repository |
31 |
| - |
32 |
| -You will first need to "accept" the GitHub Classroom assignment to get a copy of the starter code. |
33 |
| - |
34 |
| -You can do that by [clicking here](https://classroom.github.com/a/QOTyz_JX). |
35 |
| - |
36 |
| -Then, clone the `classActivity1XY` repository by running the following line in your Terminal: |
37 |
| - |
38 |
| -``` |
39 |
| -git clone <your_clone_url> |
40 |
| -``` |
41 |
| - |
42 |
| -## Acknowledgements |
43 |
| - |
44 |
| -Slides for {{ COURSE_CODE }} were developed and created by [Dr. Cinda Heeren](https://www.cs.ubc.ca/people/cinda-heeren). The current iteration of the course resulted in minor adaptations and updates, but by in large, full credit of these slides belongs to Dr. Cinda Heeren. |
| 27 | +No (new) code for today. |
0 commit comments