-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiences.php
79 lines (67 loc) · 1.79 KB
/
experiences.php
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
<style>
#experiencewrap{
position: relative;
padding:0px;
margin: 0px;
-webkit-box-flex: 1;
-webkit-box-orient: vertical;
display:-webkit-box;
overflow:auto;
}
#pro{
position: relative;
padding:0px;
margin:5px;
}
#aca{
position: relative;
padding:0px;
margin: 5px;
}
#tweetcontainer
{
-webkit-box-flex: 1;
display:-webkit-box;
padding:0px;
margin: 0px;
-webkit-box-orient: vertical;
}
</style>
<div id="experiencewrap">
<div id="pro">
<p>
<hr><b>Professional Experience</b><hr>
<p>
<b>NSS Jr. Engineer at Banglalink</b>
- April 2009 - December 2010 (1 year 9 months)<br>
• Conducted BSC and Site creation in GSM switch,<br>
• Maintained MSC and MSoft routine health checking and E1 addition,<br>
• Analyzed and optimized GSM call flow from core side and troubleshooting,<br>
• Developed and coded Excel macro for script automation
</p>
<p>
<b>Asst. RNP Engineer at Huawei </b>
- April 2008 - March 2009 (1 year)<br>
• Conducted BSC and LAC planning<br>
• Optimized Radio network, new site and TRX planning for swap and expansion project,<br>
• Engineered KPI improvement through Drive Test log file and result analysis,<br>
• Facilitated BSS engineers in radio interface problems.
</p>
</p>
</div>
<div id="aca">
<p>
<hr><b>Academic Experience</b><hr>
<p>
<b>Research Assistant at Concordia University</b>
January 2011 – June 2013 (2 year 6 months)<br>
Device and System Modeling of Solar Cell, developing algorithm for maintaining maximum power point, developing algorithm for battery charging. Simulation of whole system with Simulink and Matlab.
</p>
<p>
<b>Teaching Assistant at Concordia University</b>
September 2011 - July 2012 (11 months)<br>
Lab Demonstrator of ELEC-363, Fundamental of Telecommunication System, (Hall Building, Concordia University)
</p>
</p>
</div>
</div>