-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (147 loc) · 5.64 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ahmed's Personal Site </title>
</head>
<body>
<table cellspacing="5">
<tr>
<td> <img src=".\Images\Ahmed_Elqusy - Copy.png" alt="Ahmed's Profile Picture" width="200" height="200"></td>
<td>
<h1> Ahmed Elkousy</h1>
<p><em><a href="https://en.wikipedia.org/wiki/Software_engineer">Software Engineering</a> and <a href="https://en.wikipedia.org/wiki/Teaching_assistant">Teaching Assistant</a> of <strong><a
href="https://en.wikipedia.org/wiki/Computer_science">computer science</a></strong></em></p>
<p>I am an Software Engineering. I love my wife and daughter.<br>
I am also a Teaching Assistant of Computer Science in Menofia University, Egypt</p>
</td>
</tr>
</table>
<hr>
<!--Education and Researches ------------------------------------------------------->
<h3>Education and Researches</h3>
<table cellspacing="5">
<tr>
<td>Faculty of Electronic Engineering, <br>Menofia University <br><strong>(2014-3 – Present)</strong></td>
<td>
<ul>
<li>The master's Degree in "An Efficient Key Distribution Approach in Wireless Sensor Networks"</li>
<li>List of Publications: <strong>"Key Management Techniques in Wireless Sensor Networks", "A Survey of Wireless
<br>Sensor Network Attacks"</strong>, Communications on Applied Electronics (CAE)
<br>Journal, Vol. 06, No. 10, pp. 10-20, April 2017, and <strong>"An Advanced and Efficient
<br>Group Key Management Scheme using Threshold Cryptography for Heterogeneous Wireless Sensor Networks"</strong>, The International Conference on
<br>Mathematics and its Applications (ICMA18), Misr University for science
<br>(MUST), Six-October city, Egypt, 5-7 April 2018</li>
</ul>
</td>
</tr>
<tr>
<td>Faculty of Electronic
Engineering, <br>Menofia University
<br><strong>(2012-9- 2013-9)</strong></td>
<td>Pre-Master in Artificial Intelligence and Image Processing</td>
</tr>
<tr>
<td>Faculty of Electronic
<br>Engineering,
<br>Menofia University
<br><strong>(2007-2012)</strong></td>
<td>
<ul>
<li>Accumulative grade: Excellent with percent 91.82</li>
<li> Graduation project: Fernas 2.0 (Autonomous Flight System for UAVs)</li>
</ul>
</td>
</tr>
</table>
<hr>
<!--Work Experience ------------------------------------------------------->
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
</thead>
<tbody>
<tr>
<td>Faculty of Electronic Engineering, <br>Menofia University, Egypt <br><strong>(2015-9 – Present)</strong></td>
<td>Instructor of (High-Performance computing, Digital Logic,<br> Microprocessor and its applications, Computer Languages, <br>Data Structure and Algorithms <br>Computer Organization and Architecture, and Distributed System.)</td>
</tr>
<tr>
<td>Future academy <br><strong>(2014-5 - 2015-5)</strong></td>
<td>Instructor of Mobile application using Android, and Fundamental of Network</td>
</tr>
<tr>
<td>Egyptian Armed Forces <br><strong>(2012-11 - 2015-04)</strong></td>
<td>
<ul>
<li>Designing an RFID Security Application.</li>
<li>Designing the complete application to <br>control blood filtering pump using Android on tablet and IOIO kit.</li>
<li>Designing and maintenance of military robots.</li>
<li>Designing the complete application to control blood filtering pump using Qt on Linux.</li>
<li>Designing control system for public lighting.</li>
</ul>
</td>
</tr>
<tr>
<td>First Saudi Elevators Company <br><strong>(2012-5 – 2012-9)</strong></td>
<td>Designing Hardware and firmware for Control System for Elevators.</td>
</tr>
<tr>
<td>Egyptian Engineering Company <br><strong>(2012-1 – 2012-5)</strong></td>
<td>Designing Hardware and firmware for Control System for <br>Porcelain furnace For Building Porcelain Tooth.</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<!--Skills ------------------------------------------------------->
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table cellspacing="10">
<tr>
<td>Embedded Linux</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Artificial Intelligence</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Java SE Fundamentals</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Embedded Software Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Front-End Designing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Back-End Designing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Android Mobild Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Dart and Flutter for Mobild Development</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact-me.html">Contact Me</a>
</body>
</html>