-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcv1.html
More file actions
120 lines (118 loc) · 5.28 KB
/
cv1.html
File metadata and controls
120 lines (118 loc) · 5.28 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
<!doctype html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="styles.css"/>
<title></title>
</head>
<body>
<div id="header">
<p id="name">KALYANI S</p>
<a href="mailto:kalyanis2119@gmail.com" target="_blank"><p id="email">kalyanis2119@gmail.com</p></a>
</div>
<div class="left">
</div>
<div class="right">
<h3>CAREER OBJECTIVE</h3>
<p>
To enroll in a progressive organisation where my education,
capabilities, innovative ideas, professional and personal skill sets are
best applied in over the challenges to achieve the organisational goals and my own individual growth
as well.
</p>
<h3>EDUCATIONAL QUALIFICATIONS</h3>
<table>
<tr id="heading">
<td>Course</td>
<td>Board/university</td>
<td>Institution</td>
<td>Percentage / Grades</td>
<td>Year</td>
</tr>
<tr>
<td>M.E. Embedded System Technologies</td>
<td>Anna university</td>
<td>College of Engineering Guindy,Chennai</td>
<td>6.53</td>
<td>2020</td>
</tr>
<tr>
<td>B.E. Electrical and Electronics Engineeering</td>
<td>Anna University</td>
<td>St.Joseph's institute of technology,chennai</td>
<td>7.06</td>
<td>2017</td>
</tr>
<tr>
<td>12th</td>
<td>Tamilnadu Board</td>
<td>Vana Vani Matriculation Higher Secondary Shool I.I.T Campus,Chennai 36</td>
<td>76.6%</td>
<td>2013</td>
</tr>
<tr>
<td>10th</td>
<td>CBSE</td>
<td>Kendriya Vidyalaya I.I.T Campus,Chennai 36</td>
<td>7.2</td>
<td>2011</td>
</tr>
</table>
<h3></h3>
<p>
<ul>
<li>
<span id="course-name">M.E. PROJECT</span> – Smart Meter Based on FPGA</li>
<li>
<span id="course-name">B.E. PROJECT</span> - Smart Charging technologies for portable devices</li>
</ul>
<h3>Technical Skills</h3>
<p>
<ul>
<li>c</li>
<li>c++</li>
<li>Embedded C</li>
<li>verilog coding and VHDL-vivado xilinx suit</li>
<li>HTML & CSS</li>
<li>PHP MySQL</li></ul>
</p>
<h3>CERTIFICATIONS / Awards:</h3>
<p>
<ul>
<li>Qualified GATE 2021 EE</li>
<li>Completed the Internship assignment for the period from 17 November 2017 to 17 March 2018 under the project ‘Basic embedded training with CAN communication between boards’ in IITM Research Park.</li>
<li>Selected in campus placement and got placed in HCL technologies Ltd,2017</li>
<li>Attended one day workshop on ‘Electrical applications of Embedded system’ conducted by NSIC Technical services centre on 30.08.2016</li>
<li>Participated in one week value added course on ‘Assessing the healthiness of power system parameters’ held during March 21 to March 29, 2016 conducted by Voltech Engineer’s private limited</li>
<li>Attended 2 days workshop on ‘Energy Audit and its conservation in St.Joseph’s institute of technology conducted by Voltech Engineer’s private limited during August 5th and 6th 2015.</li>
<li>Attended and completed the value added course on C and C++ conducted by Digiterati between 09 feb and 15 feb 2015.</li> </ul>
</p>
<h3>Industrial Visits:</h3>
<p>
<ul>
<li>Andrew Yule co.ltd</li>
<li>Sriperumbudur substation</li>
<li>Krishnamoorthy sugar mill factory and co limited in Sethiyatope</li>
</ul>
</p>
<h3>Personal Strenght:</h3>
<p>
<ul>
<li>Adaptive</li>
<li>Optimistic</li>
<li>Spontaneous</li></ul>
<h3>Personal Information:</h3>
<p>
<ul>
<li>
A young, determined hard working person. I believe in task based roles and complete ownership of work.
<li>
<span id="course-name">Languages Known:</span>English, Hindi, Telugu, Tamil, Sanskrit and French</li>
<li>
<span id="course-name">Hobbies:</span>Painting and drawing,surfing Internet, self-learning through e-courses.</li> </ul>
<h3>Declaration</h3>
<p>
I hereby declare that the details furnished above are true and correct to the best of my knowledge and belief.</p>
</div>
<div id="footer"></div>
</body>
</html>