-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
83 lines (72 loc) · 3.26 KB
/
about.html
File metadata and controls
83 lines (72 loc) · 3.26 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
---
layout: default
title: About
permalink: /about/
---
<section class="about-section">
<div class="container">
<h1 class="page-title">About Me</h1>
<div class="about-content">
<div class="about-image">
<img src="{{ '/assets/images/profile.jpg' | relative_url }}" alt="Profile Photo">
</div>
<div class="about-text">
<h2>Robotics Engineer & Innovator</h2>
<p>I am a passionate robotics engineer with expertise in designing, building, and programming robots for various applications. My work spans across industrial automation, autonomous systems, and human-robot interaction.</p>
<p>With a background in mechanical engineering, electrical engineering, and computer science, I bring a multidisciplinary approach to solving complex robotics challenges. My goal is to create robots that are not only functional but also intuitive and accessible.</p>
<h3>Education</h3>
<ul>
<li>Ph.D. in Robotics, Example University (2023)</li>
<li>M.S. in Mechanical Engineering, Example University (2020)</li>
<li>B.S. in Electrical Engineering, Example University (2018)</li>
</ul>
<h3>Skills</h3>
<div class="skills-grid">
<div class="skill-category">
<h4>Mechanical</h4>
<ul>
<li>CAD Design (SolidWorks, Fusion 360)</li>
<li>3D Printing & Rapid Prototyping</li>
<li>Mechanism Design</li>
<li>Structural Analysis</li>
</ul>
</div>
<div class="skill-category">
<h4>Electrical</h4>
<ul>
<li>Circuit Design</li>
<li>PCB Layout</li>
<li>Sensor Integration</li>
<li>Motor Control Systems</li>
</ul>
</div>
<div class="skill-category">
<h4>Software</h4>
<ul>
<li>ROS (Robot Operating System)</li>
<li>Python, C++, MATLAB</li>
<li>Computer Vision (OpenCV)</li>
<li>Machine Learning (TensorFlow, PyTorch)</li>
</ul>
</div>
</div>
<h3>Experience</h3>
<div class="experience-item">
<h4>Senior Robotics Engineer, Example Robotics Inc.</h4>
<p class="experience-date">2023 - Present</p>
<p>Leading the development of next-generation autonomous robots for industrial applications. Responsible for system architecture, sensor fusion algorithms, and team coordination.</p>
</div>
<div class="experience-item">
<h4>Robotics Researcher, Example University</h4>
<p class="experience-date">2020 - 2023</p>
<p>Conducted research on human-robot interaction and collaborative robotics. Published multiple papers in leading robotics conferences and journals.</p>
</div>
<div class="experience-item">
<h4>Robotics Intern, Example Tech</h4>
<p class="experience-date">2019 - 2020</p>
<p>Assisted in the development of control systems for robotic manipulators. Implemented and tested various motion planning algorithms.</p>
</div>
</div>
</div>
</div>
</section>