-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaca-experience.html
77 lines (65 loc) · 2.86 KB
/
aca-experience.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Vidya Viswanathan</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Just+Another+Hand" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
</head>
<body>
<div class="first-container">
<a class="header-link" href="index.html">Home</a>
<a class="header-link" href="experience.html">Work Experience</a>
<a class="header-link" href="aca-experience.html">Education</a>
<a class="header-link" href="projects.html">Projects</a>
<a class="header-link" href="presentations.html">Presentations</a>
<a class="header-link" href="publications.html">Publications</a>
<a class="header-link" href="skills.html">Certifications and Skills</a>
<a class="header-link" href="activities.html">Other activities</a>
<a class="header-link" href="contact.html">Contact</a>
</div>
<div class="top-edu">
<div class="work-top">
<h1>Education</h1>
</div>
</div>
<div class="bg-edu">
<div class="work">
<h3>Master of Science in Electrical Engineering</h3>
<h5>University of Washington, WA, USA </h5>
<h5>Grade: 3.91/4.0</h5>
<h5>Sept 2016 - March 2018 </h5>
<br>
<h5><i>
Major courses: Advanced Embedded Systems, Digital Image Processing Applications, Advanced Signal Processing, Power Electronics, Advanced CMOS fabrication technology, Engineering Mathematics and Statistics.
</i></h5>
<br>
<a class="butn-company" href="https://www.uwb.edu/">WEBSITE</a>
<br>
<hr class="hrwork">
<h3>Bachelor of Technology in Electronics and Communication Engineering</h3>
<h5>University of Calicut, Kerala, India</h5>
<h5>Grade: 8.1/10.0, First Class with Honors and Distinction</h5>
<h5>June 2011 - May 2015 </h5>
<br>
<h5><i>
Major courses: Includes various subjects in the field of Electronic circuits, Communication technology, Embedded Systems, Digital Signal Processing etc.
</i></h5>
<br>
<a class="butn-company" href="http://www.nssce.ac.in/">WEBSITE</a>
<br>
</div>
</div>
<div class="bottom-container">
<a href="https://www.linkedin.com/in/vidyakv1993/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true";></i></a>
   
<a href="https://github.com/VidyaV1993" target="_blank"><i class="fa fa-github" aria-hidden="true";></i></a>
   
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope" aria-hidden="true";></i></a>
<p class="copyright">© 2019 Vidya Viswanathan.</p>
</div>
</body>
</html>