-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
228 lines (205 loc) · 12.3 KB
/
cv.html
File metadata and controls
228 lines (205 loc) · 12.3 KB
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV - Iñaki Contreras Robles</title>
<link rel="stylesheet" href="cv.css">
</head>
<body>
<button class="download-button" onclick="downloadPDF()">
<span>📄</span>
Download PDF
</button>
<div class="container">
<div class="header">
<h1>Iñaki Contreras Robles</h1>
<div class="subtitle">Aerospace Engineer</div>
</div>
<div class="main-content">
<div class="left-column">
<div class="contact-section">
<div class="contact-item">
<div class="icon">📱</div>
<span>+52 55 9190 8976</span>
</div>
<div class="contact-item">
<div class="icon">✉️</div>
<span>leaozinho123234@gmail.com</span>
</div>
<div class="contact-item">
<div class="icon">📍</div>
<span>Mexico City, Mexico</span>
</div>
</div>
<div class="about-section">
<h3>About Me</h3>
<p>Hey there! I'm someone who's passionate about Artificial Intelligence and Computer-Aided Engineering. I believe in the power of creativity and programming to drive innovation, and I'm always looking for new ways to learn and grow.</p>
<p>In my free time, I enjoy playing chess, listening to podcasts from other countries, drawing, CAD design, weightlifting, and running. I also love writing poetry and programming web pages.</p>
</div>
<div class="section">
<h2>Certifications</h2>
<ul class="certifications-list">
<li>Prompt Engineering for ChatGPT</li>
<li>MATLAB Programming for Engineers and Scientists Specialization</li>
<li>Fundamentals of Fluid-Solid Interactions</li>
</ul>
</div>
<div class="section">
<h2>Software</h2>
<div class="skills-grid">
<div class="cad">
<div class="skill-item">Solid Edge</div>
<div class="skill-item">Siemens NX</div>
<div class="skill-item">SolidWorks</div>
<div class="skill-item">HyperMesh</div>
<div class="skill-item">PTC Creo</div>
<div class="skill-item">Ansys</div>
<div class="skill-item">Fusion360</div>
</div>
<div class="programas">
<div class="skill-item">C++</div>
<div class="skill-item">MATLAB</div>
<div class="skill-item">JavaScript</div>
<div class="skill-item">Python</div>
<div class="skill-item">HTML/CSS</div>
<div class="skill-item">PHP</div>
<div class="skill-item">MySQL</div>
</div>
</div>
</div>
<div class="section">
<h2>Languages</h2>
<ul class="languages-list">
<li><strong>Spanish</strong> - Native Speaker</li>
<li><strong>English</strong> - C1 (EF SET)</li>
<li><strong>Chinese</strong> - A1</li>
</ul>
</div>
</div>
<div class="right-column">
<div class="section">
<h2>Education</h2>
<div class="education-item">
<div class="education-title">UNAM, Faculty of Engineering</div>
<div class="education-date">August 2020 - June 2025</div>
<div class="education-description">Aerospace Engineering</div>
</div>
</div>
<div class="section">
<h2>Academic Projects</h2>
<div class="work-item">
<div class="work-title">THESIS: Generative Design Interface for Wing Spars</div>
<div class="work-date">Faculty of Engineering</div>
<div class="work-description">
<ul>
<li><strong>Focus areas:</strong> CFD, Generative AI, Mechanical Design, Optimization</li>
<li><strong>Technologies used:</strong> JavaScript, React, HTML, CSS</li>
</ul>
</div>
</div>
</div>
<div class="section">
<h2>Work Experience</h2>
<div class="work-item">
<div class="work-title">Product Engineer - Pleus Energy</div>
<div class="work-date">December 2024 - June 2025</div>
<div class="work-description">
<p><strong>Activities:</strong></p>
<ul>
<li>Drawing CADs of the luminaries on SolidEdge and PTC Creo</li>
<li>Taking measures of the luminaries</li>
<li>BoM list of the luminaries</li>
<li>Creation of assembly guides</li>
<li>Renders</li>
<li>Meshing for FEA analysis</li>
<li>Thermal and Modal analysis using Ansys, FEA, Thermodynamics, Heat Transfer</li>
</ul>
<p><strong>Outcomes:</strong></p>
<ul>
<li>Reduced drafting time by 83%</li>
<li>Improved thermal efficiency</li>
<li>Achieved average of 10% material reduction</li>
</ul>
</div>
</div>
<div class="work-item">
<div class="work-title">Mechanical Design Engineer - Drone Design and Development</div>
<div class="work-date">June 2024 - December 2024</div>
<div class="work-description">
<p><strong>Activities:</strong></p>
<ul>
<li>Designed structural components (ribs and spars) for fixed-wing aircraft using Siemens NX and SolidEdge.</li>
<li>CFD analysis of airfoils with Ansys Fluent and XFLR5 to find optimal AOA improving aerodynamic performance.</li>
<li>Taught and mentored new members on CAD modeling workflows and best practices in NX and SolidEdge</li>
<li>Applied topology optimization techniques to reduce structural weight while maintaining integrity.</li>
<li>Developed a custom aerodynamic load distribution tool in JavaScript based on computational mechanics principles.</li>
<li>Produced photorealistic renderings for technical presentations and design documentation.</li>
</ul>
<p><strong>Outcomes:</strong></p>
<ul>
<li>Significantly improved team’s CAD efficiency and consistency through internal training.</li>
<li>Contributed to the design of a lighter and structurally optimized wing, enhancing flight performance.</li>
<li>Demonstrated initiative in developing custom engineering tools, reducing reliance on external software.</li>
<li>Enhanced team presentation materials, improving external perception and sponsor engagement.</li>
</ul>
</div>
</div>
<div class="work-item">
<div class="work-title">Propulsion Engineer - PEU (University Space Program)</div>
<div class="work-date">March 2024 - September 2024</div>
<div class="work-description">
<p><strong>Activities:</strong></p>
<ul>
<li>Conducted research on chemical rocket propellants, focusing on performance, safety, and availability.</li>
<li>Participated in the design of rocket nozzles using fluid dynamics principles.</li>
<li>Operated OpenRocket to simulate flight performance and stability for student-designed rockets.</li>
</ul>
<p><strong>Outcomes:</strong></p>
<ul>
<li>Gained hands-on experience in propulsion systems and preliminary mission design.</li>
<li>Contributed to iterative design improvements for student-built launch vehicles.</li>
<li>Developed a multidisciplinary understanding of aerospace engineering, from combustion to trajectory modeling.</li>
</ul>
</div>
</div>
<div class="work-item">
<div class="work-title">CAD Engineer - UpWork</div>
<div class="work-date">Freelancer</div>
<div class="work-description">
<p><strong>Activities:</strong></p>
<ul>
<li>Created a detailed 3D model of the C-5 Galaxy military transport aircraft using CREO PTC.</li>
<li>Ensured aerodynamic accuracy by incorporating proper dihedral angle, airfoil selection, tailplane geometry, and engine placement.</li>
<li>Modeled key aircraft components including wings, empennage, nacelles, and landing gear compartments with high fidelity.</li>
<li>Delivered photorealistic renderings for client presentations and visual simulations.</li>
<li>Collaborated with the client to refine technical specifications and ensure deliverables met aerospace standards.</li>
</ul>
<p><strong>Outcomes:</strong></p>
<ul>
<li>Delivered a high-precision aerospace model meeting client requirements for both engineering visualization and presentation purposes.</li>
<li>Strengthened expertise in aerodynamic modeling and CAD best practices under professional freelance conditions.</li>
<li>Demonstrated versatility by integrating aesthetic rendering with functional design in a complex aerospace project.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
function downloadPDF() {
// Get the original title
const originalTitle = document.title;
// Set a clean filename for the PDF
document.title = 'CV_Inaki_Contreras_Robles';
// Use the browser's print dialog to save as PDF
window.print();
// Restore the original title after a short delay
setTimeout(() => {
document.title = originalTitle;
}, 1000);
}
</script>
</body>
</html>