-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.html
69 lines (51 loc) · 2.44 KB
/
Project.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
<html><!-- InstanceBegin template="/Templates/research.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Yichao Jin</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="css" -->
<link rel="stylesheet" type="text/css" media="all" href="layout-black-bkgrd.css" />
<!-- InstanceEndEditable -->
<style type="text/css">
body {
background-color: #FFF;
}
</style>
</head>
<body>
<div id="misccontainer">
<!--end misccontainer -->
<!-- This is placing the main part centered on the background -->
<div id="presentationcontainer">
</div>
<!-- end headerscontainer -->
<div id="contentcontainer">
<div style="font-size: xx-large; color: #000000; font-weight: bold;">Yichao Jin </div>
<div style=" font-size: small;font-family: Arial;color: #000000;"> Mobile: 86-13818724258 E-mail:jych529@163.com</div>
<div style="text-align: left; font-size: medium;">
<p><a href="index.html">Home</a><strong> || </strong><a href="cv.html">Internship Experiences</a><strong> || </strong><a href="Project.html">Projects</a><strong> || </strong><a href="Activity.html">Activities</a></p>
</div>
<div id="content"><!-- InstanceBeginEditable name="content" -->
<hr size="2" width="100%" />
<p><strong>RESEARCH PROJECTS</strong></p>
<ul>
<li><a href="AIC.pdf">Measurement of Plasma Parameters by Coupling Coil Impedance </a></li>
<p>Established the physical models by COMSOL Multiphysics</p>
<p>Derived the relations among the electron density & temperature of plasma and the impedance of the coupling coil
</p>
<li><a href="33.pdf">Photocatalytic Degradation of Wastewater and Exhaust Gas by TiO2 Thin Film </a></li>
<p>Deposition of the TiO2 Thin Film On the Cylindrical Surface of UV Lamps</p>
<p>Made The Photocatalytic Process Sustainable</p>
<li><a href="SAR.pdf">Measurement of LED Electrical Properties</a></li>
<p>Eliminated The Error Caused by The difference Between Standard Light Source and Light Intensity Being Tested</p>
<p>Using The Nonlinear Fitting to Optimize Gaussian Model </p>
</ul>
<!-- InstanceEndEditable -->
</div>
</div>
<!-- end contentcontainer -->
</div>
<!-- end presentation container -->
</body>
<!-- InstanceEnd --></html>