-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (74 loc) · 3.25 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tom O'Donnell</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1, h2, h3 {
color: #D29E1F; /* Purdue Gold Color */
}
.section {
margin-bottom: 20px;
}
.skills {
font-weight: bold;
}
</style>
</head>
<body>
<br><br><br>
<header>
<h1>Tom O’Donnell</h1>
</header>
<section class="section skills">
<h2>About Me:</h2>
<p>
- Algorithm Team Lead for <a href="https://purduerm.org/about">Purdue Robomaster Club</a>: Developing autonomous navigation and auto-aim via computer vision and SLAM routines in ROS2<br>
- Designed a <a href="https://www.youtube.com/watch?v=_Nr04z7VCYc&t=7s">Rubik's Cube Solving Robot</a> capable of solving Rubik's Cubes in under 2.5 seconds<br>
- Wrote a <a href="https://github.com/iBoot32/TKSolve">3x3 Rubik's cube solver algorithm</a> capable of solving over 2 million Rubik's Cubes per second<br>
- Wrote an <a href="https://github.com/iBoot32/PwnBoot">iOS 6 jailbreak</a> using a SSH Ramdisk<br>
- Author of of Purdue's <a href="https://robomaster-club.github.io/PurdueRM-Wiki/">Robomasters Team Wiki Page</a>, aimed at documenting algorithm decisions and reducing complexity for new members<br>
</p>
</section>
<section class="section skills">
<h2>Skills</h2>
<p>
<a href="https://iboot32.github.io/tom resume.pdf">Tom's Resume (2023)</a><br>
Software: C++, Python, Embedded C, ROS2, Verilog, Git, OpenCV, TensorFlow, Pytorch, Pandas, NumPy<br>
Hardware: Digital logic, embedded systems, STM32, motor control, CAD
</p>
</section>
<section class="section">
<h2>Education</h2>
<p>
Purdue University (West Lafayette, IN)<br>
Bachelor of Science in Computer Engineering, Concentration in Software Engineering<br>
3.7+ GPA, May 2025<br>
Key Courses: Data Structures (ECE368), Microprocessor Systems (ECE362), Intro to Cybersecurity (ECE404), Probabilistic Methods (ECE302), Linear Algebra (MA265), Advanced C Programming (ECE264)
</p>
</section>
<section class="section">
<h2>Work Experience</h2>
<p>
<strong>- Program Management Intern - Ford Motor Company (Summer 2023)</strong><br>
<strong>- Advanced Driver Assistance Systems (ADAS) Intern - Ford Motor Company (Summer 2024)</strong>
</p>
<!-- Repeat the above structure for Purdue Robomaster Club and EPICS -->
</section>
<section class="section">
<h2>Further Achievements / Course Highlights</h2>
<p>
- A+ in "Advanced C Programming" due to "Outstanding participation in ways that benefit other students" and "Among top 2% of students in the course"<br>
- A+ in Data Structures and Algorithms (ECE368)<br>
- A+ in Introduction to Cybersecurity (ECE404)<br>
- 3x Dean's List and 3x Semester Honors<br>
- EPICS Leadership Award (2022)
</p>
</section>
</body>
</html>