-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (89 loc) · 3.39 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table class="mm-table mm-table-bordered">
<thead>
<tr>
<th colspan="5">简历</th>
</tr>
</thead>
<tr>
<td colspan="1" rowspan="2">
<div style="display: flex;flex-direction: column;">
<span>个人信息</span>
<img src="head.jpg" alt="" height="70" width="100">
</div>
</td>
<td colspan="1" rowspan="1">姓名</td>
<td colspan="1" rowspan="1">潘晚坷</td>
<td colspan="1" rowspan="1">电话</td>
<td colspan="1" rowspan="1">+86 15284849768 (同微信)</td>
</tr>
<tr>
<td colspan="1" rowspan="1">专业与年级</td>
<td colspan="1" rowspan="1">基础心理学 (研究生二年级)</td>
<td colspan="1" rowspan="1">Email</td>
<td colspan="1" rowspan="1">panwanke@163.com</td>
</tr>
<tr>
<td colspan="5" rowspan="1"></td>
</tr>
<tr>
<td colspan="1" rowspan="2">教育背景</td>
<td colspan="1" rowspan="1">2016.09 ~ 2020.06</td>
<td colspan="1" rowspan="1">本科</td>
<td colspan="1" rowspan="1">成都师范学院</td>
<td colspan="1" rowspan="1">基础心理学</td>
</tr>
<tr>
<td colspan="1" rowspan="1">2020.10 ~至今</td>
<td colspan="1" rowspan="1">硕士</td>
<td colspan="1" rowspan="1">上海师范大学</td>
<td colspan="1" rowspan="1">基础心理学</td>
</tr>
<tr>
<td colspan="5" rowspan="1"></td>
</tr>
<tr>
<td colspan="1" rowspan="2">个人荣誉</td>
<td colspan="4" rowspan="1">首届计算精神病学挑战赛亚军团队 (担任队长)</td>
</tr>
<tr>
<td colspan="4" rowspan="1">长三角地区研究生创新论坛博士生学术论坛优秀论文</td>
</tr>
<tr>
<td colspan="5" rowspan="1"></td>
</tr>
<tr>
<td colspan="1" rowspan="3">其它技能</td>
<td colspan="4" rowspan="1">
实验编程:熟练掌握Jspsych与Psychopy相关实验编程,
较熟练使用Matlab与E-prime进行实验编程
</td>
</tr>
<tr>
<td colspan="4" rowspan="1">
数据分析:熟练掌握R与Python相关数据分析工具,
可以较熟练的使用Matlab与Python对fMRI、fNIRS和EEG数据进行分析
</td>
</tr>
<tr>
<td colspan="4" rowspan="1">
其他:网络爬虫,前端开发,
学术软件相关插件开发 (包括Zotero, Obsidian插件和Python插件)
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">兴趣爱好</td>
<td colspan="4" rowspan="1">编曲,跑酷,围棋</td>
</tr>
</table>
</body>
</html>