Skip to content

Commit e31cdbb

Browse files
authored
Merge pull request #13 from introcompsys/projects-deepexp-addition
Add examples to bottom of explore.md and projects.md
2 parents ae63b48 + b4f357d commit e31cdbb

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

activities/explore.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,13 @@ Follow the workflows for your [kwl repo](kwlworkflows) and tag the instructors f
2525

2626
It should look like a blog post or written tutorial. It will likely contain some code excerpts the way the notes do. Style-wise it can be casual, like how you may talk through a concept with a friend or a more formal, academic tone. What is important is that it clearly demonstrates that you understand the material.
2727

28+
## Examples of Deeper Explorations:
29+
- Discussed Cryptography and Hashing in class:
30+
- Writing a multi-paragraph summary in a .md file of how cryptography evolved and what caused it to evolve (i.e. SHA-1 being decrypted)
31+
- Discussed number systems:
32+
- Creating a .md file discussing number systems and their importance. This file could include code blocks demonstrating number system conversions.
33+
- Discussed a topic that left you still a little confused or their was one part that you wanted to know more about.
34+
- Create a .md file that details your journey from confusion or shallow understanding to a full understanding. This file would include the sources that you used to gather a deeper understanding.
35+
2836

2937
For special formatting, use [jupyter book's documentation](https://jupyterbook.org/content/myst.html).

activities/projects.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,14 @@ This summary report have the following sections.
4949
1. **Abstract** a one paragraph "abstract" type overview of what your project consists of. This should be written for a general audience, something that anyone who has taken up to 211 could understand. It should follow guidance of a scientific abstract.
5050
1. **Reflection** a one paragraph reflection that summarizes challenges faced and what you learned doing your project
5151
1. **Artifacts** links to other materials required for assessing the project. This can be a public facing web resource, a private repository, or a shared file on URI google Drive.
52+
53+
54+
## Project Examples
55+
- One type of project would be to do a research project on a topic we cover in class and create a .md file with your findings that demonstrates your knowledge of the topic. The .md file would include an **Abstract**, **Body**, **Reflection** including what you did and what you learned from it, and a **Bibliography**. Potential research topics include:
56+
- Motherboards
57+
- CPUs: Their History, Evolution, and How They Work
58+
- GPUs: A Graphics Card That Revolutionized Machine Learning
59+
- The Differences Between Operating Systems: MacOS vs Windows VS Linux
60+
- Abstraction For Dummies: Explaining Abstract Concepts to the Layman
61+
- Another type of project could be to create a program using the tools taught in class to maintain the program. What would be included in this would be a .md reporting your findings that demonstrates an understanding of the tools used and a link to the repository hosting the program including **documentation** written for the program.
62+

0 commit comments

Comments
 (0)