-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
178 lines (142 loc) · 7.38 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<html>
<head>
<meta charset="utf-81">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
</head>
<body>
<script src="https://kit.fontawesome.com/5ca1de2b8e.js" crossorigin="anonymous"></script>
<header>
<!-- Navigation -->
<nav class="navbar">
<div><a class="homebutton" href="#home">Home</a></div>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar-links">
<ul>
<li><a href="#intro">Intro</a></li>
<!-- <li><a href="#Services">Services</a></li> -->
<li><a href="#blog">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<script src="assets/js/navb.js"></script>
</header>
<section id="home">
<!-- Header -->
<div id="particles-js">
<div class="textlanding ">
<!-- <p style="display:inline; font-size: 35px; padding-left: 30px">Natarajan </p> -->
<!-- <img width="90px" style="display:inline; margin-bottom: 20px; margin-right: 10px; margin-left: 10px" src="pic.jpg"> -->
<!-- <p style="display:inline; font-size: 35px">Vaidyanathan</p> -->
<div class="logo">Natarajan Vaidyanathan</div>
<br><br><br><br>
<p class="align-center">Welcome to Nat's homepage (under construction :P).<br>I'm a computational neuroscience PhD candidate <br>currently
working at <a href="http://compneuro.uwaterloo.ca/index.html">CNRG Lab </a>.</p>
<div class="center"><ul class="social-buttons">
<li><a href="https://github.com/nvaidyan1"><i class="fa fa-github" style="color: white"></i></a></li>
<li><a href="https://www.linkedin.com/in/nvaidyan1/"><i class="fa fa-linkedin" style="color: white"></i></a></li>
<li><a href="nvaidyan@uwaterloo.ca"><i class="fa fa-envelope" style="color: white"></i></a></li>
</ul></div>
<div class="center"><button class="btn btn--primary">Intro</button></div>
</div>
</div>
<script src="assets/js/particles.js"></script>
<script src="assets/js/app.js"></script>
</section>
<!-- Intro -->
<section id="intro" class="main style1">
<div class="container">
<div class="card">
<div class="imgc">
<img class="img-fluid" src="assets/images/dp.jpg" alt="" />
</div>
<div class="txtc">
<h2>Natarajan Vaidyanathan</h2>
<br>
<p >I am a Ph.D. candidate in Systems Design Engineering. The adaptation of the brain to the dynamically changing environment fascinates me! I’m primarily interested in creating models describing the neural control of movement. I study the different algorithms the brain utilises to perceive, predict and adapt to its surroundings using various sensory information.
</p>
<p>Prior to joining the lab in September of 2018, I worked as a research assistant in Motor Behavior Lab at the University of Illinois at Chicago, where I did my masters thesis studying reaching under different feedback conditions.
When I’m not working I paint, code up random stuff and spend hours online watching drone racing videos!</p>
</div>
</div>
<br>
<div class="hide-if-small-screen" style="margin-left: 60px;">
<svg width="1000" height="100">
<line x1="0" y1="50" x2="900" y2="50" style="stroke:black; stroke-width:1.5"></line>
<circle cx="150" cy="50" r="10" stroke="#f8f9fa" stroke-width="6" fill="#69b3a2"></circle>
<text text-anchor="middle" x="150" y="80" fill="black">2016</text>
<text font-size="13" text-anchor="middle" x="70" y="30" fill="black">Bachelors Degree</text>
<text style="font-style: italic" font-size="13" text-anchor="middle" x="70" y="80" fill="#808080">Anna
University</text>
<circle cx="450" cy="50" r="10" stroke="#f8f9fa" stroke-width="6" fill="#69b3a2"></circle>
<text text-anchor="middle" x="450" y="80" fill="black">2018</text>
<text font-size="13" text-anchor="middle" x="300" y="30" fill="black">Masters Degree</text>
<text style="font-style: italic" font-size="13" text-anchor="middle" x="300" y="80" fill="#808080">University of Illinois at Chicago</text>
<circle cx="650" cy="50" r="10" stroke="#f8f9fa" stroke-width="6" fill="#69b3a2"></circle>
<text text-anchor="middle" x="650" y="80" fill="black">2018</text>
<text font-size="13" text-anchor="middle" x="550" y="30" fill="black">Research Assistant</text>
<text style="font-style: italic" font-size="13" text-anchor="middle" x="550" y="80" fill="#808080">Motor Behavior Lab</text>
<circle cx="850" cy="50" r="10" stroke="#f8f9fa" stroke-width="6" fill="#69b3a2"></circle>
<text text-anchor="middle" x="850" y="80" fill="black">2022</text>
<text font-size="13" text-anchor="middle" x="750" y="30" fill="black">PhD</text>
<text style="font-style: italic" font-size="13" text-anchor="middle" x="750" y="80" fill="#808080">CNRG at UWaterloo</text>
<!-- <text font-size="13" text-anchor="middle" x="930" y="30" fill="black">Data - Science - Viz</text>
<text style="font-style: italic" font-size="13" text-anchor="middle" x="930" y="80" fill="#808080">Freelance</text> -->
</svg>
</div>
</div>
</section>
<section id="blog">
<div class="parallaxwebsite">
<div style="padding-top: 200px; float: center; text-align: center;">
<p class="text-uppercase"><a href="blog/blog.html">Blog</a></p><br><br><br>
<p style="font-size: 20px;">You can find here some of the interesting building blocks that I come across in my reasearch</p>
</div>
<div class="container">
<div class="card ">
<div class="smallcard" >
<h2 class="text-uppercase2">Control <br>Theory
</h2>
<p>Some of the concepts that I stumbled upon in robotics and control
</p>
</div>
<div class="smallcard" >
<h2 class="text-uppercase2">Neuroscience models
</h2>
<p>From behaviors to computational models exploring the idea behind bilogical realism</p>
</div>
<div class="smallcard">
<h2 class="text-uppercase2" >Machine Learning
</h2>
<p>From where it all started, and now combining ideas</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="main style2">
<div class="container">
<div >
<p class="text-uppercase">Contact</p>
</div>
<div class="container" style="padding: 50px;">
<p>Feel free to contact me for any question. For open source projects, please open an issue or pull request on
<a href="https://github.com/nvaidyan1/">Github</a>. <br><br>
If you want to follow my work, the blog is the place to start. Also, send me an email to check what I am working on right now!</a></p>
</div>
<div style="margin-bottom:12em;">
<button class="btn btn--primary">Github</button>
<button class="btn btn--primary">LinkedIn</button>
<button class="btn btn--primary">email </button>
</div>
</div>
</section>
<div class="footer">
</body>
</html>