-
Notifications
You must be signed in to change notification settings - Fork 0
/
area.html
executable file
·80 lines (65 loc) · 2.2 KB
/
area.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
<!DOCTYPE html>
<HTML>
<HEAD>
<link rel='stylesheet' type='text/css' href='stylesheet.css'/>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<div class="container">
<header>
<!--<div id="cf">
<img class="bottom" src="background1.png" />
<img class="top" src="background.png" />
</div>-->
<img src="images/background1.png" alt="background" style="width:100%;height:245px;" />
</header>
<nav>
<ul class="tab">
<li><a href="home.html">Home</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="publication.html">Publications</a></li>
<li><a href="area.html">Area of Interest</a></li>
<li><a href="work.html">Work Experience</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contacts.html">Contacts</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<!--<ul class="tab">
<li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'London')">Home</a></li>
<li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'Paris')">Paris</a></li>
<li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'Tokyo')">Tokyo</a></li>
</ul> -->
<aside>
<img src="images/anindya-prodhan.jpg" alt="Profile Pic" style="width:171px;height:228px;"/>
<h1 style="text-align:center;">Md Anindya Tahsin Prodhan</h1>
</aside>
<article>
<!--<a name="home"><h2>Research Interest</h2></a>-->
<h2>Current Research</h2>
Currently working with Dr. Andrew Grimshaw, Professor, Dept of CS, University of Virginia. My thesis topic is: "Campus Compute Co-operative (CCC): A Service
Oriented Cloud Federation".
<h2>Areas of Interest</h2>
<ul type="square">
<li>Distributed Systems</li>
<li>Grid Computing</li>
<li>High-performance Parallel Computing</li>
<li>Big Data </li>
<li>Cloud Computing</li>
<li>Cyber Physical Systems</li>
</ul>
</article>
<footer>
<HR>
<A HREF="http://www.virginia.edu/">Go to the University of Virginia home page</A>
<BR><BR>
<A HREF="http://www.itc.virginia.edu/desktop/web">Learn more about web page design at UVa</A>
<P>
<I>Maintained by <A HREF="mailto:[email protected]">[email protected]</A>
<BR>
Last Modified: Jan 24, 2016
<BR>
</I>
</footer>
</BODY>
</HTML>