-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
170 lines (133 loc) · 4.32 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>曹唐毅</title>
</head>
<body>
<p>
<h1> Tangyi Cao(曹唐毅)
<hr/>
<nobr>
<span style="float:right;">
<a href="../Chinese_version">
<button> 显示中文页面 </button>
</a>
</span>
</h1>
</p>
<div align=left>
<img src="../imgs/test.jpg" title="曹唐毅" alt="照片加载失败" width = 10%/>
</div>
<p>
<h3> Research Interest </h3>
<ul>
I work in the field of cyber security, including blockchain, smart contract and consensus mechanism,etc. <br>
</ul>
</p>
<p>
<h3> Education </h3>
<ul>
<li>
2016.09 - 2020.07: <a href="https://baike.baidu.com/item/工学学士">B.E.</a> in <a href="https://www.guet.edu.cn/dept3/xygk/xyjj.htm"> SCSIS </a>
, <a href="https://www.guet.edu.cn">Guilin University of Electronic and Technology(GUET)</a>
</li>
</ul>
</p>
<p>
<h3> Academic Thesis </h3>
</p>
<p>
<h3> Patent </h3>
</p>
<p>
<h3> Software Copyright </h3>
</p>
<p>
<h3> Project </h3>
</p>
<p>
<h3> Subject Competition </h3>
<ul>
<li> 2019, Third Prize Award of the C/C++ programming in Guangxi area of the 10th Blue Bridge Cup <br> national software and information technology talent competition </li>
<li> 2017, Third Prize Award of the 9th Guangxi translation competition </li>
</ul>
</p>
<p>
<h3> Award </h3>
<ul>
<li> 2020, winner of First Prize of Academic Scholarship,GUET </li>
</ul>
</p>
<p>
<h3> Honor </h3>
<ul>
<li> 2020, winner of year 2019 Outstanding members of the Communist Youth League of GUET </li>
<li> 2019, winner of year 2018 Outstanding cadres of Communist Youth League of GUET </li>
<li> 2018, winner of year 2017 Outstanding cadres of Communist Youth League of GUET </li>
<li> 2017, winner of year 2016 Outstanding members of the Communist Youth League of GUET </li>
</ul>
</p>
<p>
<details>
<summary>
Some Experiences (membership)
</summary>
<ul>
<li> 2018.03 - 2019.03, served as vice chairman of Snail Micro Horse Association (renamed Running Enthusiasts Association now) of <a href="https://www.guet.edu.cn"> GUET </a> </li>
<li> 2017.03 - 2018.03, member of the Publicity Department of the Communist Youth League of <a href="https://www.guet.edu.cn/dept3/xygk/xyjj.htm"> SCSIS </a> , <a href="https://www.guet.edu.cn"> GUET </a> </li>
<li> 2017.03 - 2018.03, served as deputy director of Organization Department of Table Tennis Fans Association of <a href="https://www.guet.edu.cn"> GUET </a> </li>
</ul>
</details>
</p>
<p>
<h3> Contact Me </h3>
<details>
<summary> E-mail </summary>
<p>
<span id="copy">[email protected]</span>
<button type="button" onclick="copy()">Copy Text</button>
<script type="text/javascript" src="static/js/jquery.min.js"></script>
<script type="text/javascript" src="static/js/main.min.js"></script>
<script type="text/javascript">
function copy() {
var copyTest = document.getElementById("copy").innerText;
var inputTest = document.createElement('input');
inputTest.value = copyTest;
document.body.appendChild(inputTest);
inputTest.select();
document.execCommand("Copy");
inputTest.className = 'oInput';
inputTest.style.display = 'none';
alert('Text copied successfully!');
}
</script>
</p>
</details>
<details>
<summary> QQ </summary>
<p>
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=1539988923&site=qq&menu=yes">
<img border="0" src="http://wpa.qq.com/pa?p=2:1539988923:52" alt=" 点击添加我为QQ好友 " title="点击添加QQ好友"/></a>
</p>
</details>
<details>
<summary> WeChat </summary>
<img src="../imgs/wechat.jpg" alt="WeChat.jpg">
</details>
</p>
<hr>
<p>
<!--
<center>
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/1.js?i=58ufv254yk3&s=280&m=8&v=true&r=false&b=000000&n=false&c=ff0000" async="async"></script>
<br/>
<br/>
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/0.js?i=58ufv254yk3&d=2&p=2&b=7&w=293&g=2&f=arial&fs=14&r=0&c0=9d8b63&c1=007eff&c2=000000&ic0=0&ic1=0" async="async"></script>
<br/>
Visitor Data
</center>
-->
</p>
</body>
</html>