-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgate.html
More file actions
79 lines (77 loc) · 4 KB
/
gate.html
File metadata and controls
79 lines (77 loc) · 4 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
<!DOCTYPE html>
<html lang="en">
<!---------------------------------Head---------------------------------------->
<head>
<!---- Global site tag (gtag.js) - Google Analytics ----->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179499669-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179499669-1');
</script>
<title>Joydip Roy-Blog</title>
<link rel="canonical" href="https://joydipdns.github.io/gate.html">
<link rel="shortcut icon" type="image/png" href="DP2_cropped.jpg">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!------- Custom CSS ------->
<link rel="stylesheet" href="main.css">
</head>
<!---------------------------------Body---------------------------------------->
<body>
<!--------------------Header----------------------->
<div class="header">
<h1>Joydip Roy</h1>
</div>
<!--------------------Navbar----------------------->
<div class="navbar">
<a href="https://joydipdns.github.io/">Home</a>
<a href="Joydip_s_Resume_V2.pdf" target="">Resume</a>
<a href="https://joydipdns.github.io/blog.html" class="active">Blog</a>
<a href="https://joydipdns.github.io/dailyQuotes.html">Quotes</a>
<!--<a href="https://joydipdns.github.io/misc.html">Misc</a>-->
</div>
<!--------------------ContentRow------------------->
<div class="row">
<!-------------ContentRow_Side------------>
<div class="side">
<h2>About Me</h2>
<!-- <img id="pic" src="JRfavicon.png" alt="image not available" height="160" width="160"> -->
<img id="pic" src="DP2_cropped.jpg" alt="image not available" height="160" width="173">
<p>Hi, I am Joydip. I am an Electrical Engineer graduate and I am presently employed at <a herf="https://www.honeywell.com/us/en" style="color:#A22;" target="_blank"> Honeywell</a>, Bangalore, India, specializing in the characterization and calibration of lab-fabricated sensors, signal conditioning circuits, customized PCB prototypes, microcontrollers, data acquisition systems, healthcare products, and innovation in this space. I completed my MS (by Research) from <a href="http://www.iitkgp.ac.in/" style="color:#A22;" target="_blank">Indian Institute of Technology</a>, Kharagpur, India</p>
<br>
<br>
</div>
<!-------------ContentRow_Main------------>
<div class="main">
<ul>
<li>
<h3>GATE Electrical Engineering (EE) Papers Year-wise (source: GATE 2022 Official Page, Collegedunia, MadeEasy)</h3>
<p>
<a href="https://joydipdns.github.io/2022.pdf">2022</a>/<a href="https://joydipdns.github.io/2022MadeEasysol.pdf">2022MadeEasysol</a><br>
<a href="https://joydipdns.github.io/2021.pdf">2021</a><br>
<a href="https://joydipdns.github.io/2020.pdf">2020</a><br>
<a href="https://joydipdns.github.io/2019.pdf">2019</a><br>
<a href="https://joydipdns.github.io/2018.pdf">2018</a><br>
<a href="https://joydipdns.github.io/2017.pdf">2017</a><br>
<a href="https://joydipdns.github.io/2016.pdf">2016</a><br>
<a href="https://joydipdns.github.io/2015.pdf">2015</a><br>
<a href="https://joydipdns.github.io/2014.pdf">2014</a><br>
<a href="https://joydipdns.github.io/2013.pdf">2013</a><br>
<a href="https://joydipdns.github.io/2012.pdf">2012</a><br>
<a href="https://joydipdns.github.io/2011.pdf">2011</a><br>
<a href="https://joydipdns.github.io/2010.pdf">2010</a><br>
<a href="https://joydipdns.github.io/2009.pdf">2009</a><br>
<a href="https://joydipdns.github.io/2008.pdf">2008</a><br>
<a href="https://joydipdns.github.io/2007.pdf">2007</a><br>
</li>
</ul>
</div>
</div>
<!--------------------Footer----------------------->
<div class="footer">
<h4>email: joydipdns@gmail.com</h4>
</div>
</body>
</html>