forked from cmu-vision/cmu-vision.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
research_base.html
61 lines (48 loc) · 2.1 KB
/
research_base.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Computer Vision @ CMU</title>
<meta name="robots" content="index, follow, NOODP">
<meta name="description"
content="Computer Vision @ Carnegie Mellon.">
<meta name="keywords"
content="vison research, computer vision, computer graphics, geometry processing, 3d vision, vision phd, cvpr">
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic' rel='stylesheet'
type='text/css'>
<link rel="icon" type="image/x-icon" href="./assets/ri-favicon.ico">
<link rel="stylesheet" href="./style.css">
</head>
<body class="home blog">
<div id="wrapper">
<div id="header">
<div id="logo"><a href="./index.html"><img alt="Computer Vision @ Carnegie Mellon" src="./assets/logo.svg"></a>
</div>
<div id="navBar">
<a href="./index.html">People</a>
<a href="./research.html">Research</a>
<a href="./courses.html">Courses</a>
</div>
</div>
<div id="main">
<div id="content">
<div class="contentItem" id="projectPage">
<!-- autogen projects -->
</div>
<hr>
</div>
</div>
<div id="footWrapper">
<div id="footer">
<span id="footerLogo"><a href="http://www.cmu.edu/index.shtml"><img src="./assets/cmu.svg"
alt="Carnegie Mellon University"></a></span>
<span id="footerAddress"><a
href="https://www.google.com/maps/place/Carnegie+Mellon+University/@40.442492,-79.942553,17z/data=!3m1!4b1!4m2!3m1!1s0x8834f21f58679a9f:0x88716b461fc4daf4">5000
Forbes Ave Pittsburgh, PA 15213</a></span>
</div>
</div>
</div>
</body>
</html>