-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathopen_source.html
More file actions
32 lines (23 loc) · 959 Bytes
/
open_source.html
File metadata and controls
32 lines (23 loc) · 959 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Open Source | SJTU Machine Vision and Intelligence Group</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- set page stylesheet -->
<link rel="stylesheet" href="/css/shared.css" type="text/css">
<link rel="stylesheet" href="/css/navbar.css" type="text/css">
</head>
<body>
<div class="container_bg navbar">
<h2>
<a href="/index.html">HOME</a> <span class="delimiter">·</span>
<a href="/research.html"><strong>RESEARCH</strong></a> <span
class="delimiter">·</span>
<a href="/publications.html">PUBLICATIONS</a>
<!-- <a href="/open_source.html">Open Source</a> · -->
<!-- <a href="/awards.html">Awards</a> -->
</h2>
</div>
</body>
</html>