Bio week 2, superpower, fabrication week 2
This commit is contained in:
@@ -1,14 +1,25 @@
|
||||
# What's Your Superpower - Aidan Sharpe
|
||||
---
|
||||
title: What's Your Superpower
|
||||
author: Aidan Sharpe
|
||||
date: February 3rd, 2025
|
||||
geometry: margin=1in
|
||||
---
|
||||
|
||||
## Electrical Engineering
|
||||
|
||||
| Skill | Proficiency | | Potential Clients |
|
||||
|--------------------------------|-------------|---|-------------------|
|
||||
| PCB Design | 7/10 | | |
|
||||
| Electronic Component Selection | | | |
|
||||
| | | | |
|
||||
| | | | |
|
||||
| Skill | Proficiency | Experience | Potential Clients | Common |
|
||||
|--------------|-------------|----------------------|---------------------|--------|
|
||||
| PCB Design | 4/5 | Internship, clinic project, classwork | Clinics designing a PCB | 1/10 |
|
||||
| Electronic Component Selection | 4/5 | Internship, clinic project | Clinics designing a PCB | 1/10 |
|
||||
| Electronic Design Review | 4/5 | Clinic project | Clinics designing a PCB | 1/10 |
|
||||
|
||||
## Software Development
|
||||
| Skill | Proficiency | Experience | Potential Clients | Common |
|
||||
|------------|-------------|----------------|------------------------------|--------|
|
||||
| Python Programming | 5/5 | Clinic project, classwork | Lab Assistant for DSP or ECOMMS | 2/10 |
|
||||
| C Programming | 4/5 | Clinic project, classwork | Lab Assistant for Embedded Systems. Clinics designing an embedded system. | 1/10 |
|
||||
|
||||
## Interpersonal Skills
|
||||
| Skill | Proficiency | Experience | Potential Clients | Common |
|
||||
|-----------------|-------------|-----------------|-------------------|--------|
|
||||
| Teaching | 4/5 | IEEE workshops, sailing coach, clinic project | Lab assistant | 4/10 |
|
||||
| Team Management | 4/5 | Sailing coach, clinic project | | 4/10 |
|
||||
|
||||
Binary file not shown.
@@ -3,7 +3,7 @@ import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
def main():
|
||||
f_s = 6
|
||||
f_s = 48
|
||||
T_s = 1/f_s
|
||||
t = np.arange(-1, 1, T_s)
|
||||
|
||||
@@ -14,7 +14,5 @@ def main():
|
||||
plt.stem(t, signal)
|
||||
plt.show()
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
13
8th-Semester-Spring-2025/clinic-consultant/notes/week-1.md
Normal file
13
8th-Semester-Spring-2025/clinic-consultant/notes/week-1.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Clinic Consultant Notes
|
||||
|
||||
## Week 1
|
||||
- Find a way to interact before introductions
|
||||
- Mock behavioral interview
|
||||
- Identify a client who has a specific **engineering design problem** that can be addressed with your expertise and skills.
|
||||
- Fill out project approval form on canvas
|
||||
|
||||
### List of Skills
|
||||
- Electronics Design: impedance control, multi-layer board design
|
||||
- Programming: Python, C#, C, C++
|
||||
- CAD: FreeCAD, KiCAD, Altium Designer
|
||||
- IT: Linux, Windows, Docker
|
||||
BIN
8th-Semester-Spring-2025/clinic-consultant/notes/week-1.pdf
Normal file
BIN
8th-Semester-Spring-2025/clinic-consultant/notes/week-1.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user