forked from progforperf/progforperf.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (56 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
70 lines (56 loc) · 2.12 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
<!DOCTYPE html>
<html>
<body>
<img align = "left" src="swami.png" height = "125" width = "125" alt="Swami"> <br>
<h2 style="text-align:center;color:#333399;"> Programming for Performance </h2>
<h3 style="text-align:center;"> (CS 1207) Lectures: M - F 1:00 - 3:50 p.m.</h3>
<hr />
<div style="width:20%; float: left; ">
<div style="background-color:#E0E0E0;">
<h3 style="background-color:#FFA500;borderStyle:dashed;text-align:center;"> Links </h3>
Announcements <br />
<a href="lectures.html"> Lectures </a> <br />
<a href="assignments.html"> Assignments </a> <br />
<a href="references.html"> References </a> <br />
<a href="https://piazza.com/class#spring2013/cs1207"> Piazza </a> <br />
</div>
<div style="background-color:#E0E0E0;">
<h3 style="background-color:#FFA500;borderStyle:dashed;text-align:center;"> Instructor </h3>
Sudheer Kumar <br />
Email: <a href="mailto:cdsudheerkumar@sssihl.edu.in"> cdsudheerkumar@sssihl.edu.in </a> <br />
</div>
<!--
<div style="background-color:#E0E0E0;">
<h3 style="background-color:#FFA500;borderStyle:dashed;text-align:center;">Teaching Assistant</h3>
Osman Sarood <br />
Email: <a href="mailto:sarood1@illinois.edu;">sarood1@illinois.edu </a> <br />
Office : 0207 SC <br />
Office Hours: Wed. 9-11 <br />
</div>
<div style="background-color:#E0E0E0;">
<h3 style="background-color:#FFA500;borderStyle:dashed;text-align:center;">Newsgroup</h3>
<a href="https://news.cs.illinois.edu/pnews/indexing.php?server=news.cs.illinois.edu&group=class.fa12.cs420">Newsgroup </a> <br />
</div>
-->
<div style="background-color:#E0E0E0;">
<h3 style="background-color:#FFA500;borderStyle:dashed;text-align:center;">Textbook</h3>
Introduction to High Performance Computing for Scientists and Engineers by Georg Hager and Gerhard Wellein. <em> CRC Press </em> <br />
</div>
</div>
<div style="width:75%; float: right">
<div style="background-color:#E0E0E0;">
<h3 style="background-color:#FFA500;borderStyle:dashed;text-align:center;"> Announcements </h3>
<dl>
<dt>Jan 18th</dt>
<dd> Welcome to CS 1207 ! </dd>
</dl>
<dl>
<!--
<dt> Jan 21st 2013 </dt>
<dd> PA1 will be posted soon. </dd>
-->
</dl>
</div>
</div>
</body>
</html>