-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (28 loc) · 1.11 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="app">
<h1>王佳俊的个人主页</h1>
<p>邮箱:2581606394@qq.com 学校:北理工</p>
<h2>system方向</h2>
<p>xv6操作系统:https://github.com/goddessIU/xv6-os</p>
<p>cool语言编译器:https://github.com/goddessIU/cool-compiler</p>
<p>数据库bustub:https://github.com/goddessIU/bustub-db</p>
<h2>工业方面</h2>
<p>曾在字节跳动实习</p>
<p>chrome插件:https://github.com/goddessIU/readHelper-chrome-extension</p>
<h2>自我总结</h2>
<p>对system主要基于相应的课程等,较为喜欢;对theory ai等方向,也愿意在后序加深学习,尤其ai方向</p>
<h2>进行中的学习</h2>
<p>1. 中科院一生一芯活动</p>
<p>2. 有在和浙大的老师学习unikraft</p>
<p>3. 未来会开始学习ai领域</p>
</div>
</body>
</html>