-
Notifications
You must be signed in to change notification settings - Fork 0
/
Teaching.html
62 lines (53 loc) · 2.29 KB
/
Teaching.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Qingkai Shi's Homepage</title>
<meta name="keywords" content="Qingkai Shi, QingkaiShi, Pinpoint, Static Code Analyzer, Program Analysis and Testing">
<meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link href="fontawesome/css/fontawesome.css" rel="stylesheet">
<link href="fontawesome/css/brands.css" rel="stylesheet">
<link href="fontawesome/css/solid.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link href="style.css" rel="stylesheet">
<script src="auto.js"></script>
</head>
<body>
<div id="container"><div id="main">
<h1>Teaching</h1>
<div id="content">
<p>The course designers and instructors deeply appreciate researchers in the
community for their inspiring works, which provide rich materials for developing
the courses and advancing the research in this direction.<br />
<br />
<a href="/">Back to Homepage</a></p>
<hr />
<p>Qingkai is involved in the following courses:</p>
<ul>
<li type="ready"><a href="/Compilers.html">Compilers</a></li>
<li type="ready"><a href="/Interpreters.html">Interpreters and Virtual
Machines</a></li>
<!-- <li type="hidden" style="display:none"><a href="/Interpreters.html">Interpreters and Virtual Machines</a></li> --><!-- <li type="..."><a href='#' onclick="display_papers('ready,hidden');">...</a></li> --></ul>
<!-- by Texy2! --> </div>
</div></div>
<div id="footer-container">
<div id="footer">
Copyright 2024 Qingkai Shi. Last modified: 2024.11. <br>
<div id="edit">
<a href="./?edit=Teaching">Edit page</a> |
<a href="./cv.php" target="_blank">Edit resume</a> |
<a href="./fileupload.php" target="_blank">Upload files</a> |
<a href="./?edit=">Create new page</a> <br>
</div>
<br>
<a href='https://clustrmaps.com/site/1a3c7' title='Visit tracker' id='tracker-link'>
<img src='images/map_v2.png' id='tracker-img'/>
</a>
<div class="vl"></div>
<img src='images/QR.jpg' height=90px id='weixin-img'/>
</div>
<style onload="complete_load()"></style>
</div>
</body>
</html>