-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (164 loc) · 5.6 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang = "EN">
<html>
<head>
<title>Pedro Gamez Curriculum</title>
<link href="./CSS/index.css" rel = "stylesheet" type = "text/css" />
<h2>
<center>
Pedro Antonio Gamez
<img src="./imagenes/fotocur.jpg">
</center>
</h2>
<nav>
<a href="mailto:[email protected]">[email protected]</a>
+52-81-2748-9075
<a href="www.linkedin.com/in/pedroagamez">Linkedin</a>
</nav>
</head>
<body>
<h3>
Education
</h3>
<hr></hr>
<div>
<h4>
Instituto Tecnológico y de Estudios Superiores de Monterrey
<p class="dates">
Graduation Date: December 2020
</p>
</h4>
<p>
B.S in Digital Systems and Robotics Engineering
<p id="righttext">
GPA 94/100 <br>
</p>
Scholarship "Distinction to Academic Talent"
<p id="righttext">
2016 - Present
</p>
</p>
</div>
<div>
<h3>
Skills
</h3>
<hr></hr>
<p>
<b>Proficient with:</b> C/C++, VHDL, Python, Assembly <br>
<b>Platforms:</b> Xpedition, xPCB Layout, xDx Designer, LtSpice, Matlab, Upverter, Xilinx <br>
<b>Coursework:</b> C/C++, VHDL, Python, Assembly <br>
</p>
</div>
<div>
<h3>
Experience
</h3>
<hr></hr>
<h4>
Google Hardware Product Sprint Program
</h4>
<p class="dates">
May 2019 - August 2019
</p>
<ul>
<li>1 of 28 students selected for Google’s 12-week developmental program in consumer electronics </li>
<li>Created custom clock using microcontrollers, breadboard prototyping, PCB design, assembly, and testing</li>
<li>Designed and fabricated a PCB in CAD; assembled and tested it in Google’s makerspace </li>
<li>Invited to “EVT week” at Google HQ to assemble, build, debug and present final product to Google mechanical engineers, product designers,
and the HPS community </li>
</ul>
<h4>
Nemak Intern
</h4>
<p class="dates">
May 2019 - July 2019
</p>
<p id="cursiva">
Engenius Innovation Summer Competition, <span id="negritas">Won 1st Place </span>
</p>
<ul>
<li>Developed a prototype and designed a business model in a team of 3 for a reconfigurable production line </li>
<li>Established a reconfigurable production line layout design for multiple product families</li>
<li>Designed robot grippers and fixtures for the transfer of various sand cores</li>
<li>Simulation, testing and validation of project with department of Advanced Manufacturing, Lean, and Production Operations</li>
</ul>
<h4>
Automotive Embedded Systems Intern
</h4>
<p class="dates">
August 2018 - December 2018
</p>
<p id="cursiva">
Innovation Project with <span id="negritas"> Yazaki Corporation </span>
</p>
<ul>
<li>Designed a PCB layout for an RGB interface and the LED driver for the backlight of a cluster, using Xpedition (xDX designer, xPCB layout) </li>
<li>Simulation, testing and product validation of Automotive cluster</li>
<li>Programmed in C linux for a microcontroller ARM processor responsible for CAN, SPI and I2C communication</li>
<li>Built a digital instrument panel in a team of two, including electronic design, software and graphics</li>
</ul>
</div>
<div>
<h3>
Major Projects
</h3>
<hr></hr>
<h4>
VANTEC - Autonomous Vehicles Robotics Team
</h4>
<p class="dates">
August 2019 - Present
</p>
<p id="cursiva">
Electronics Team Leader
</p>
<ul>
<li>Designed electronic layout for autonomous submarine using Upverter for RoboSub 2020 Competion. </li>
<li>Component selection and BOM creation for current autonomous vehicle projects.</li>
<li>Currently developing communication code (Ethernet, I2C), for Submarine peripherals</li>
<li>Project management and team coordination, divided tasks and created the semester's work schedule</li>
</ul>
<h4>
RoboMaze Challenge
</h4>
<p class="dates">
September 2017 - November 2017
</p>
<p id="cursiva">
Creation of autonomous robot able to solve its way out of a maze
</p>
<ul>
<li>Designed the code to solve the maze solution implementing various distance, light and color sensors using Arduino </li>
<li>Collaborated with a team of engineers to build the mechanical and electrical specifications for the robot</li>
</ul>
<h4>
Residence Assistant
</h4>
<p class="dates">
January 2017 - Present
</p>
<ul>
<li>Solve problems and ensure my residents well-being in and outside the residence</li>
<li>Manage integration and mental health awareness events</li>
<li>QPR Certification (Suicide Prevention)</li>
</ul>
<h4>
Student Board of Zacatecas
</h4>
<p class="dates">
January 2018 - December 2018
</p>
<p id="cursiva">
General Director
</p>
<ul>
<li>Acquired leadership and management skills by running social and academic events</li>
<li>Represented students from Zacatecas and boost their talents through initiatives that promote academical, professional and personal growth.</li>
</ul>
</div>
<footer>
Pedro Antonio Gamez --- Resume 2020
</footer>
</body>
</html>