-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
104 lines (77 loc) · 4.71 KB
/
resume.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
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="Resume" content="Resume - Amelia Vlahogiannis">
<title>AG2V</title>
<link rel="stylesheet" href="resume.css" type="text/css">
<link rel="icon" href="favicon.png" type="image/x-icon">
</head>
<body>
<h3><a class="backbutton" href="../">Go back</a></h3>
<h1>Amelia Vlahogiannis<img src="SBECertifiedLogo2015_sm.png" alt="SBE Certified Logo" style="height:1em"> </h1<hr>
<h3>(802) 729 2428 (office)</h3>
<h3>[email protected]</h3>
<h1>Certifications & Qualifications</h1>
<h3> • Society of Broadcast Engineers Certified Broadcast Technologist</h3>
<h3> • US Private Pilot License</h3>
<h3> • US Amateur Radio License, Amateur Extra Class</h3>
<hr>
<h1>Skills</h1>
<h3> • C programming</h3>
<h3> • Embedded Circuit/PCB Design & Programming</h3>
<h3> • Basic Web Design (HTML & CSS)</h3>
<h3> • Linux(CLI)</h3>
<hr>
<h1>Education</h1>
<h3 class=resume>Vermont State University, Randolph Ctr., VT - A.E., Electrical Engineering Technology</h3>
<p>Graduated: May 2024, magna cum laude</p>
<h3 class=resume>Vermont State University, Randolph Ctr., VT - B.S., Electrical Engineering Technology</h3>
<p>Planned graduation: May 2026</p>
<hr>
<h1>Work Experience</h1>
<h3 class=resume>Hall Communications - Engineering Intern</h3>
<p>May 2024 - Sept 2024</p>
<p>Assisted in maintenance, repair, installation, and setup of AM and FM transmitters & associated systems, studio equipment, and IT & networking systems. Included work at studios with transmitters & remote transmitter sites with microwave STL & telemetry systems.</p>
<h3 class=resume>VTC/VTSU AWISI/WiSDOM Research Project - Electronics Design & Testing Team</h3>
<p>Mar 2023 - present</p>
<p>(NSF OIA - EPSCoR Research Infrastructure Award #2119485)</p>
<p>Designed, tested, and implemented systems for collecting and relaying data from various types of sensors. Worked with ARM microcontrollers, LoRa-like radio systems, analog and digital sensors, power & charging management systems, NB-IOT & CAT-M cellular communications. Developed skills in electronic design, multilayer PCB design, and embedded systems.</p>
<p><a = href="https://github.com/VTC-WISDOM">Link to WiSDOM GitHub</a></p>
<h3 class=resume>VTC/VTSU Satellite Ground Station - Technical Assistant</h3>
<p>Nov 2022 - Present</p>
<p>Worked on operating, repairing and maintaining VHF and UHF equipment for a satellite communications station. Also began an in progress project to automate the station and allow remote control.</p>
<h3 class=resume>Micro Center(North Jersey) - Customer Service Representative</h3>
<p>Feb 2022 - May 2024</p>
<p>Retail customer service & cashier duties part time & full time.</p>
<hr>
<h1>Broadcasting Experience</h1>
<h3 class=resume>Hall Communications (WOKO/WKOL/WJOY/WBTZ/WIZN) - Engineering Intern</h3>
<p>May 2024 - Sept 2024</p>
<p>See Work Experience above.</p>
<h3 class=resume>WVTC - President & General Manager, Engineer</h3>
<p>Sept 2023 - present</p>
<p>Oversaw general operation of the station & ensured safe, legal, and clean operations. Made various improvements including installation and setup of a new transmitter, upgrades to studio and transmitting equipment, and programming automation systems.</p>
<hr>
<h1>Extra-Curricular Activities</h1>
<h3 class=resume>Vermont State University</h3>
<h4>Student Government:</h4>
<h4> • Freshman Class Rep., Randolph Campus Student Council - 2022-2023</h4>
<h4> • Secretary, Randolph Campus Student Council - 2023-2024</h4>
<h4> • President, VTSU Randolph Campus Student Government Association - 2024-2025</h4>
<h4> • <a href="https://vtdigger.org/2023/11/13/vermont-state-university-student-leaders-protest-budget-cuts-seek-greater-voice/">Press Conference Appearance at VT State Capitol, 2023</a></h4>
<h4>Clubs:</h4>
<h4> • President, WVTC Radio Club - 2023-2024 </h4>
<h4> • President, VTC Amateur Radio Club - 2022-2024</h4>
<h4> • President, Security Club - 2023-2024</h4>
<h3 class=resume>Civil Air Patrol</h3>
<h4> • Amelia Earhart Award recipient & Grade of Cadet Captain</h4>
<h4> • Attended & Staffed NJ Wing Basic Encampment 2017 & 2018</h4>
<h4> • Second in command at NJ Wing Basic Encampment 2020(Largest yearly wing activity)</h4>
<h4> • Attended CT Regional Cadet Leadership School 2018</h4>
<h4> • Search & Rescue Ground Team Member level 3 qualification</h4>
<h4> • NJ Wing Falcon Flight Academy 2019 graduate & Cadet Wings Program scholarship recipient</h4>
<p style="font-size: 10px">© AG2V Amelia Vlahogiannis 2024</p>
</body>
</html>