-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPublication.html
78 lines (59 loc) · 2.93 KB
/
Publication.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
<!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>Jiacheng Wang</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="pub_style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Suez+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Suez+One&display=swap" rel="stylesheet">
</head>
<body>
<header><div class="WJC">Jiacheng Wang</div></header>
<div class="box0">
<nav>
<a href="index.html" class="btn-1">Home</a>
<a href="Experience.html" class="btn-1">Experience</a>
<a href="Publication.html" class="btn-0">Publication</a>
<a href="Tests.html" class="btn-1">Tests</a>
<a href="Course.html" class="btn-1">Course</a>
<a href="Motto.html" class="btn-1">Motto</a>
<a href="Contact.html" class="btn-1">Contact</a>
</nav>
</div>
<main>
<div class="pub_box0">
<h1>Publications & Awards</h1>
</div>
<div class="pub_content">
<div class="pub_box1">
<div class="pub1">
<h1>Publications</h1>
<p>[1] Y. Zhao, Y. Che, F. Zhang, <span class="underline">J. Wang</span>, W. Gao, T. Zhang, C. Yang, Development of an efficient pathway construction strategy for rapid evolution of the biodegradation capacity of <span class="italic">Pseudomonas putida</span> KT2440 and its application in bioremediation, <span class="italic">Science of The Total Environment</span> (2020) 143239.</p>
</div>
</div>
<div class="pub_box2">
<div class="pub2">
<h1>Awards</h1>
<p>2019-2020 Nankai University Innovation Scholarship<br/><br/>
2018-2019 Nankai University Gongneng Scholarship<br/><br/>
2016 IGEM Gold Prize<br/><br/>
2017 IGEM Bronze Prize<br/><br/>
2017 IGEM Best Presentation</p>
</div>
</div>
</div>
</main>
<footer>
<div class="contactinfo_top">[email protected]</div>
<div class="contactinfo">+86 13554809850</div>
<div class="contactinfo_bottom">©2021 by Jiacheng Wang.<br><a href="https://beian.miit.gov.cn/">粤ICP备2021084009号</a></div>
</footer>
</body>
</html>