-
Notifications
You must be signed in to change notification settings - Fork 0
/
Experience.html
74 lines (66 loc) · 2.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hitesh Dialani - Website</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your external CSS file -->
<style>
header {
margin-top: 50px; /* Adjust the margin-top value as needed to create space below the education box */
}
</style>
</head>
<body>
<section id="home-box">
<a href="main.html">Home</a>
</section>
<section id="education-box">
<a href="Education.html">Education</a>
</section>
<section id="experience-box">
<a href="Experience.html">Experience</a>
</section>
<header>
<h1>EXPERIENCE</h1>
</header>
<hr class="separator">
<div class="education-block">
<h2>RESEARCH AND EDUCATION TECHNICIAN (2023-present)</h2>
<p> ELECTRICAL SUSTAINABLE POWER LABORATORY TUDELF, THE NETHERLANDS</p>
</div>
<hr class="separator">
<div class="education-block">
<h2>STUDENT RESEARCHER (2022-2023)</h2>
<p>DC SYSTEMS, ENERGY CONVERSION & STORAGE GROUP, THE NETHERLANDS</p>
<p><em>Creating custom PCB designs using Altium and developing C code for Texas Instruments' TMS320F28379D microcontroller for wireless power applications.</em></p>
<p><em>Encoderless motor control using the Texas Instruments' TMS320F28379D microcontroller in Simulink</em></p>
<p><em>Boost converter R&D, testing and programming</em></p>
</div>
<hr class="separator">
<div class="education-block">
<h2> ELECTRONICS AND POWERTRAIN ENGINEER (2019-2022)</h2>
<p>FORMULA STUDENT TEAM DELFT (DREAMTEAM), THE NETHERLANDS</p>
<p><em>PCB schematic and routing reviewer for all self developed PCBs (2022)(part-time)</em></p>
<p><em>Responsible for comprehensive design and troubleshooting of first ever custom motor controller PCBs, while also helping in troubleshooting intergration of first ever custom motorcontroller.(2021)(full-time)</em></p>
<p><em>Responsible for testing and troubleshooting some low voltage PCB and the 600V-24V DC/DC system.(2020)(part-time)</em></p>
</div>
<hr class="separator">
<div class="education-block">
<h2>BOARD MEMBER (2019-2021)</h2>
<p>ABC COMPAS, THE NETHERLANDS</p>
<p><em>Lead a deparment of 6 people to organize events</em></p>
<p><em>Plan education oriented events</em></p>
</div>
<hr class="separator">
<div class="education-block">
<h2>TEACHING ASSISTANT EE BACHELOR COURSES (2019-2023)</h2>
<p>DELFT UNIVERSITY OF TECHNOLOGY, THE NETHERLANDS</p>
<p><em>Micro-controller programming/debugging </em></p>
<p><em>Circuit debugging/simulating </em></p>
</div>
<footer>
<p>© 2023 Hitesh Dialani</p>
</footer>
</body>
</html>