Skip to content

Commit cbbfa39

Browse files
committed
todays updates, mostly done
1 parent 8eadc94 commit cbbfa39

File tree

11 files changed

+475
-13
lines changed

11 files changed

+475
-13
lines changed

_practice/2023-01-26.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```{index}
2+
```

_prepare/2023-01-24.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
---
2+
short: read syllabus, intros
3+
---
14
1. Read the syllabus section of the course website carefully and explore the whole course [website](https://introcompsys.github.io/spring2023/)
25
1. Bring questions about the course to class
36
1. Think about one thing you've learned really well (computing or not). Be prepared to discuss the following: How do you know that you know it? What was it llike to first learn it?
4-
1. Post an introduction to your classmates [on our discussion forum](https://github.com/introcompsys/community-spring-2023-sp23community/discussions/1)
7+
1. Post an introduction to your classmates [on our discussion forum](https://github.com/introcompsys/sp23community/discussions/1)
8+

_prepare/2023-01-26.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
1. Find the glossary page for the course website. Preview the terms for the next class: shell, terminal, bash, git, GitHub
3+
2. Check your kwl repo before class and see if you have recieved feedback,reply or merge accordingly.
4+
3. Make sure you have a working environment, see the [list in the syllabus](programming-env). Use the discussions to ask for help

_review/2023-01-26.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```{index}
2+
```

_toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ parts:
1616
numbered: True
1717
chapters:
1818
- file: notes/2023-01-24
19+
- file: notes/2023-01-26
1920
- caption: Activities
2021
chapters:
2122
- file: activities/kwl
@@ -25,7 +26,7 @@ parts:
2526
- file: activities/practice
2627
- file: genindex
2728
- file: activities/explore
28-
- file: activities/projects
29+
- file: activities/build
2930
- caption: FAQ
3031
chapters:
3132
- file: faq/syllabus

activities/practice.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,12 @@ The grade free zone covers classes .
2222

2323
Activities:
2424
```{include} ../_practice/2023-01-24.md
25-
```
25+
```
26+
27+
## 2023-01-26
28+
29+
[related notes](../notes/2023-01-26)
30+
31+
Activities:
32+
```{include} ../_practice/2023-01-26.md
33+
```

activities/prepare.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@ these are listed by the date they were *posted* (eg the content here under Feb 1
2626

2727
Activities:
2828
```{include} ../_prepare/2023-01-24.md
29-
```
29+
```
30+
## 2023-01-26
31+
32+
[related notes](../notes/2023-01-26)
33+
34+
Activities:
35+
```{include} ../_prepare/2023-01-26.md
36+
```

activities/review.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,11 @@ for rev_file in rev_file_list:
3838

3939
Activities:
4040
```{include} ../_review/2023-01-24.md
41-
```
41+
```
42+
## 2023-01-26
43+
44+
[related notes](../notes/2023-01-26)
45+
46+
Activities:
47+
```{include} ../_review/2023-01-26.md
48+
```

0 commit comments

Comments
 (0)