-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsubfieldShapeRepresentation.html
77 lines (52 loc) · 2.26 KB
/
subfieldShapeRepresentation.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>TC18 main site</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="dist/css/custom.css">
</head>
<body>
<div id="headerSite"></div>
<nav id="navMenu" class="navbar navbar-expand-md navbar-dark mb-4 sticky-top"> </nav>
<div id="site_content" class=" ml-0 mr-0">
<div class="row ml-3 mr-1">
<div class="col-12 text-justify " >
<h2>Various shape representations</h2>
<br>
<h3>Lectures</h3>
<br>
<br>
<h3>Slides and materials</h3>
<br>
<br>
<h3>References</h3>
<br>
<br>
<h3>Dedicated data sets</h3>
<br>
<br>
<h3>Codes</h3>
<br>
<br>
<br>
<hr>
</div>
</div>
<div id="footerSite"></div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="menu.js"></script>
<script src="header.js"></script>
<script src="footer.js"></script>
</div>
</body>
</html>