-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (129 loc) · 4.87 KB
/
index.html
File metadata and controls
131 lines (129 loc) · 4.87 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Osama's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/Osama Profile Picture.png" alt="Osama Profile Picture"></td>
<td><h1>Osama Hosni</h1>
<p><em>Founder and CTO of <strong><a href="https://www.facebook.com/SteamEducationLibya">STEAM LIBYA</a></strong></em></p>
<p>I am a Senior Lecturer of Electronic Control Technologies</p></td>
</tr>
</table>
<hr size="3" noshade>
<h3>Work Experience</h3>
<ul>
<li><strong>Subjects Taught:</strong><ul>
<li>Artificial Intelligence</li>
<li>PLC: Programmable Logic Control</li>
<li>Digital Control</li>
<li>Microcontrollers based Systems</li>
<li>SCADA: Supervisory Control and Data Acquisition Systems</li>
</ul></li>
<li><strong>Achievements:</strong> <br>
Obtaining the accreditation of the Training Quality Department at <br>
Libyan Ministry of Labor and Rehabilitation for training the following programs <ul>
<li>Robots for kids</li>
<li>Arduino</li>
<li>Matlab Programming</li>
<li>Scratch Programming for kids</li>
<li>E-Marketing</li>
</ul></li>
<li><strong>Higher Diploma Graduation Project Supervision:</strong><ul>
<li>Arduino based Water Vending Machine Prototype Model.</li>
<li>Arduino based blind stick prototype.</li>
<li>Arduino based heart health monitoring prototype.</li>
<li>Microcontroller based Main Gate Automation.</li>
<li>Electrical Characteristic Investigation of Solar Cell Electric Energy Systems.</li>
<li>Arduino based Home Automation System via SMS.</li>
<li>Arduino based 3D Printer Prototype Model Development.</li>
<li>IoT Smart Home Model.</li>
<li>Image Recognition and Classification Using Machine Learning.</li>
<li>Obstacle Avoidance 2WD Robot.</li>
<li>Quadcopter assembly and configuration using Ardupilot and Mission Planner.</li>
</ul></li>
</ul>
<ul><li><strong><a href="Experience.html">Other Experiences</a></strong>
</li>
</ul>
<hr size="3" noshade>
<h3>Education Background</h3>
<table cellspacing="07">
<tr>
<td><strong>Master of Engineering: </strong>Electrical</td>
<td><center><strong>Universiti Teknologi Malaysia (UTM)</strong></center></td>
</tr>
<tr>
<td>Mechatronics & Automatic Control</td>
<td><center>Faculty of Electrical Engineering</center></td>
</tr>
<tr>
<td><center><em>2010-2012</em></center></td>
<td><center><em>Johor Bahru, Malaysia</em></center></td>
</tr>
<tr>
<td><strong>Bachelors:</strong>Electrical and Computer <br> <center>Engineering</center></td>
<td><center><strong>Al-Mergheb University</strong></center></td>
</tr>
<tr>
<td><em><center>Electronic Control Field</center></em></td>
<td><center>Faculty of Engineering</center></td>
</tr>
<tr>
<td><center><em>2001-2006</em></center></td>
<td><center><em>Al-Khoms, Libya</em></center></td>
</tr>
</table>
<hr size="3" noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table cellspacing="10">
<tr>
<td>Windows Tools</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Networking & Internet</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Ms Office (Word, Excel, PowerPoint)</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Google Workspace Apps</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Matlab Programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Microprocessors, Microcontrollers Programming and Simulations</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python Programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development Tools</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3><a href="contactme.html"><strong>Contact Me!</strong></a></h3>
</body>
</html>