-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperience.html
97 lines (84 loc) · 6.03 KB
/
experience.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Experiences - Madison Butchko">
<meta name="keywords" content="Madison Butchko, Experiences, Skills, Teaching, Leadership, Programming, Yale">
<title>Madison Butchko | Experiences</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
Madison Butchko
</header>
<!-- Navigation bar -->
<nav>
<ul>
<li><a href="index.html" >About</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="experience.html" class="active">Experience</a></li>
<li><a href="creativework.html">Creations</a></li>
</ul>
</nav>
<div class="content">
<h1>Experience</h1>
<!-- Skills Section -->
<h3>Skills</h3>
<ul>
<li><span class="blue-text">Yale Coursework:</span> Advanced Chinese Language Certificate, University Physics, Linear Algebra, Multivariable Calculus, Ordinary and Partial Differential Equations, Classical Mechanics, SolidWorks, Computer-Aided Engineering, Strength and Deformation of Mechanical Elements, Statistical Thermodynamics, General Physics Laboratory I/II</li>
<br>
<li><span class="blue-text">Soft Skills:</span> Classically trained pianist, wedding calligrapher, henna and mandala artist, digital art (Procreate), beading and jewelry-making, baking and recipe writing, creative writing</li>
<br>
<li><span class="blue-text">Programming & Technical Tools:</span> Python, C++, Java, JavaScript, HTML/CSS, MATLAB, Mathematica, SolidWorks (CAD), LoggerPro, Procreate</li>
<br>
<li><span class="blue-text">Languages:</span> Fluent in Chinese; Learning Spanish, German, and Japanese</li>
</ul>
<!-- Teaching Section -->
<h3>Teaching</h3>
<ul>
<li><span class="blue-text">AP Physics Teaching Assistant, <i>Global Teaching Project</i> | 2024</span><br>Supported classes of 15 students, creating lesson plans & curriculum for AP readiness. Engaged students through problem-solving and customized materials, including worksheets, techniques, and interactive PowerPoint presentations.</li>
<br>
<li><span class="blue-text">Elementary Robotics and Science Instructor, <i>Snapology</i> | 2024</span><br>Led robotics and pre-engineering classes for up to 35 elementary students, teaching programming using Scratch and conducting interactive science workshops.</li>
<br>
<li><span class="blue-text">College Admissions Advisor, <i>Pivot Education</i> | 2024–Present</span><br>Mentored students on college plans, guiding them through college applications and the Common App. Organized summer courses and programming for Pivot Education’s summer session at Yale.</li>
<br>
<li><span class="blue-text">Private Essay Editor, <i>Ivy Essay Editing</i> | 2020–Present</span><br>Created a company to help with writing personal essays, edited over 1,000 essays for high school seniors, leading to admissions to top universities like MIT, Stanford, and Yale.</li>
<br>
<li><span class="blue-text">Tutor, <i>Parental Choice Tutoring</i> | 2024–Present</span><br>Prepared lessons and tutored students in English, Physics, Math, Writing, Essay Editing, and Standardized Testing.</li>
</ul>
<!-- Leadership Section -->
<h3>Leadership</h3>
<ul>
<li><span class="blue-text">President, <i>Yale Society of Physics Students</i> | 2023-2024</span><br>Coordinated department funding, directed study halls, organized weekly faculty dinners, and advocated for inclusivity through mentoring and tutoring events.
<br>
<a href="https://physics.yale.edu/news/yale-society-physics-students-recognized-outstanding-sps-chapter-1" target="_blank">Awarded Outstanding SPS Chapter</a></li>
<br>
<li><span class="blue-text">President and Campus Correspondent, <i>Her Campus</i> | 2023-2024</span><br>Edited and published articles for members, writing weekly pieces on lifestyle and college tips, creating an inclusive space.</li>
<br>
<li><span class="blue-text">Cadet Officer, <i>Air Force Reserve Officer Training Corps (ROTC)</i> | 2020–2024</span><br>Training to become a commission officer, mentoring underclassmen, directing over 60 cadets in planning, leadership, and morale activities.</li>
<br>
<li><span class="blue-text">College Intramural Secretary, <i>Jonathan Edwards College</i> | 2021-2022</span><br>Organized sports events for 500+ students, coordinated weekly activities, and managed college teams.</li>
</ul>
<!-- Additional Experiences Section -->
<h3>Additional Experiences</h3>
<ul>
<li><span class="blue-text">Learn to Fly Scholarship</span><br>Awarded $5,000 towards flying lessons with 30 hours of flight time.</li>
<li><span class="blue-text">Director of Finance</span><span style="color: black; font-weight: normal;"><i>, Yale Undergraduate Aerospace Association</i></span></li>
<li><span class="blue-text">Media Chair</span><span style="color: black; font-weight: normal;"><i>, Yale Society of Women Engineers</i></span><br>Designed logos and merchandise for the SWE chapter.</li>
<li><span class="blue-text">Baker</span><span style="color: black; font-weight: normal;"><i>, St. John Episcopal Church</i></span></li>
<li><span class="blue-text">Managing Editor</span><span style="color: black; font-weight: normal;"><i>, Yale-China Hands</i></span></li>
<li><span class="blue-text">Launchpad Innovator</span><span style="color: black; font-weight: normal;"><i>, Tsai City</i></span></li>
</ul>
</div>
<!-- Footer section -->
<footer>
<div class="social-icons">
<a href="https://github.com/madisonbutchko"><img src="assets/github.png" alt="GitHub"></a>
<a href="https://www.linkedin.com/in/madisonbutchko"><img src="assets/linkedin.png" alt="LinkedIn"></a>
<a href="mailto:madison.d.butchko@gmail.com"><img src="assets/email.png" alt="Email"></a>
<a href="https://www.instagram.com/yourinstagram"><img src="assets/instagram.png" alt="Instagram"></a>
</div>
</footer>
</body>
</html>