Skip to content

Commit 19f0a1e

Browse files
committed
10/19 basic
1 parent c5363f7 commit 19f0a1e

File tree

8 files changed

+688
-0
lines changed

8 files changed

+688
-0
lines changed

_practice/2022-10-19.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1. Make your script form class a nested loop to check for all 3 types of files
2+
1. Make a script that gets the updates to the course site and creates a single `todo-YYYY-MM-DD.md` file that has the review, prepare, and practice tasks in it for each date that does not already exist in a `todo/` folder outside of your KWL repo. Save the script as `gathertasks.sh`
3+
4+
```{index} checker.sh
5+
```
6+
```{index} gathertasks.sh
7+
```

_prepare/2022-10-19.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
1. On Windows, install Putty ( we will use this Monday) 
2+
2. Get ready for class by creating `networking.md` in your KWL repo with notes about what you know about networking
3+
3. Add an issue on your KWL repo titled "Self Reflection 10/24" (there will be time on Monday for this, but giving you warning so you have time to think about it). Tag @brownsarahm on this issue.
4+
```{index} networking.md
5+
```
6+
```
7+
1. Are you where you want to be in this course?
8+
1. Have you been getting feedback on your work?
9+
1. If not, what could help you get back on track?
10+
1. What if any concepts are you most struggling with?
11+
```

_review/2022-10-19.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
1. Update your KWL Chart learned column with what you've learned
2+
2. Make a [contribution](groupcontrib) to your group repo and do a peer review of a team member's PR.
3+
3. Use the gh cli, grep, and bash to create `group_contributions.md` to your KWL repo with a list of all of your PRs. Append your history from creating this to the bottom of the file after `## Commands`
4+
4. Move your checker script into your kwl repo and update the paths so that it still works
5+
6+
```{index} group_contributions.md
7+
```
8+
9+
```{index} checker.sh
10+
```

activities/practice.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,11 @@ Activities:
122122
Activities:
123123
```{include} ../_practice/2022-10-17.md
124124
```
125+
126+
## 2022-10-19
127+
128+
[related notes](../notes/2022-10-19)
129+
130+
Activities:
131+
```{include} ../_practice/2022-10-19.md
132+
```

activities/prepare.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,11 @@ Activities:
144144
Activities:
145145
```{include} ../_prepare/2022-10-17.md
146146
```
147+
148+
## 2022-10-19
149+
150+
[related notes](../notes/2022-10-19)
151+
152+
Activities:
153+
```{include} ../_prepare/2022-10-19.md
154+
```

activities/review.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,11 @@ Activities:
146146
Activities:
147147
```{include} ../_review/2022-10-17.md
148148
```
149+
150+
## 2022-10-19
151+
152+
[related notes](../notes/2022-10-19)
153+
154+
Activities:
155+
```{include} ../_review/2022-10-19.md
156+
```

activities/team.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Team Repo
22

3+
(groupcontrib)=
4+
## Contributions
35

6+
Your team repo is a place to build up a glossary of key terms and a "cookbook" of "recipes" of common things you might want to do on the shell, bash commands, git commands and others.
7+
8+
For the glossary, follow the [jupyterbook]() syntax.
9+
10+
For the cookbook, use standard markdown.
11+
12+
to denote code inline `use single backticks`
13+
```
14+
to denote code inline `use single backticks`
15+
```
16+
17+
to make a code block use 3 back ticks
18+
````
19+
```
20+
to make a code block use 3 back ticks
21+
```
22+
````
23+
24+
To nest blocks use increasing numbers of back ticks.
25+
26+
To make a link, `[show the text in squarebrackets](url/in/parenthesis)`
427

528
## Collaboration
629

0 commit comments

Comments
 (0)