-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTalks.html
More file actions
95 lines (72 loc) · 2.57 KB
/
Copy pathTalks.html
File metadata and controls
95 lines (72 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=1200px, initial-scale=0.3, minimum-scale=0.3, maximum-scale=1.0, user-scalable=yes" />
<title>Talks</title>
<link href="/css/main.css" rel="stylesheet" type="text/css" />
<link href="/css/edetail.css" rel="stylesheet" type="text/css"/>
<script src="/js/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="/js/pretreatment.js" type="text/javascript"></script>
</head>
<body bgcolor="ffffcd">
<img align = "left" src="https://cloud.githubusercontent.com/assets/16099374/11537433/f58c0876-9942-11e5-96cb-0b90c44cdf49.png" height = "135" width = "135" alt="Swami"> <br>
<img align = "right" src="https://cloud.githubusercontent.com/assets/16099374/11537637/f413deb4-9943-11e5-8183-07b85a654c69.jpg" height = "120" width = "120" alt="SSSIHL">
<div class="wrap" id="a">
<div id="main">
<div class="title"><h1 style="text-align:center;color:#333399;"> International Symposium on Computational Science(ISCS) 2015 <h2 style="text-align:center; color:#333399;">Department of Mathematics and Computer Science <br/>Sri Sathya Sai Institute of Higher Learning, Prashanthi Nilayam Campus</h2></h1> </div>
<br>
<br>
<p align="center">
<a href="index.html">Home</a>   |  
<a href="Talks.html" target="_blank"> Talks </a>   |  
<a href="gpututorial.html" target="_blank"> GPU Tutorial</a>   |  
<a href="cgpddtutorial.html" target="_blank">CGPDD Tutorial</a>   |  
<a href="graphtutorial.html" target="_blank">Graph Tutorial</a>   |  
<a href="Travel.html" target="_blank">Travel Info</a>   |  
<a href="http://www.sssihl.edu.in" target="_blank"> Official SSSIHL Website </a>   |  
</p>
<div class="title"><h3 style="text-align:left;color:#333399;">Symposium Talks</h3> </div>
</p>
<table border="2" align="center">
<th>Time</th>
<th>Session</th>
<th>Speaker</th>
<th>Materia<l/th>
<tr>
<td>8:30 AM-9:30 AM</td>
<td>Inaugural Function </td>
<td>Chief Guest to Be announced</td>
<td>Presided By Vice Chancellor </td>
</tr>
<tr>
<td>9:30 AM - 10:30 AM</td>
<td>Key Note Address </td>
<td> Raj Kumar Buyya</td>
<td> </td>
</tr>
<tr>
<td>10:30 AM- 11:00 AM</td>
<td>Tea Break</td>
<td>Tea Break</td>
<td>Tea Break</td>
</tr>
<tr>
<td>1:00 PM- 2:30 PM</td>
<td>Lunch Break</td>
</tr>
<tr>
<td>1:00 PM- 2:30 PM</td>
<td>Session III</td>
</tr>
<tr>
<td>2:30 PM- 3:00 PM</td>
<td>Tea Break</td>
</tr>
<tr>
<td>3:00 PM- 4:30 PM</td>
<td>Session IV </td>
</tr>
</table>
</body>
</html>