-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacademics.html
94 lines (94 loc) · 4.83 KB
/
academics.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
<!DOCTYPE html>
<html>
<head>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="./main.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<title>Xianran Zhang - Academics</title>
</head>
<style type = "text/css">a {text-decoration: none}</style>
<body>
<br>
<br>
<br>
<h3 style = "text-align:center">
<p style = "font-size:95%">
<b>
<a href = "./index.html"><font color="grey">Home</font></a>         
<a href = "./Files/CV_Xianran_EN.pdf"><font color="grey">CV(English)</font></a>         
<a href = "./Files/CV_Xianran_CH.pdf"><font color="grey">CV(Chinese)</font></a>         
<a href = "./academics.html"><font color="grey">Academics</font></a>         
<a href = "./research.html"><font color="grey">Research</font></a>         
<a href = "./awards.html"><font color="grey">Awards</font></a>
</b>
</p>
<h3>
<section class = "main-content">
<h2 style = "text-align: left">Education</h2>
<h3 style="text-align:left"><font color="grey">09/2015 – 06/2019</font>        Nanjing University | Nanjing, China</h3>
<table style="width: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr border="0" cellpadding="0" cellspacing="0">
<td border="0" cellpadding="0" cellspacing="0" valign="top"><img src="./Files/nju.jpg" style="float:left;vertical-align:middle;width:70px"></td>
<td style="text-align:left; vertical-align: top; background-color: white; font-size: 95%" border="0" cellpadding="0" cellspacing="0">
<p style="text-align:left;font-size:90%">
        -Undergraduate Student, Geographic Information Science<br>
        -GPA: 4.24/5.0, Ranking in Major: 8/25 <a href = "./Files/Transcript_CH.jpg">(Transcript_CH)</a>
</p>
</td>
</tr>
</tbody>
</table>
<h3 style="text-align:left"><font color="grey">09/2019 – Present</font>        Nanjing University | Nanjing, China</h3>
<table style="width: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr border="0" cellpadding="0" cellspacing="0">
<td border="0" cellpadding="0" cellspacing="0" valign="top"><img src="./Files/nju.jpg" style="float:left;vertical-align:middle;width:70px"></td>
<td style="text-align:left; vertical-align: top; background-color: white; font-size: 95%" border="0" cellpadding="0" cellspacing="0">
<p style="text-align:left;font-size:90%">
        -Master Student, Cartography and Geographic Information Systems<br>
        -Ranking in Major: 17/46 <a href = "./Files/Transcript_CH1.jpg">(Transcript_CH)</a>
</p>
</td>
</tr>
</tbody>
</table>
<h2 style="text-align:left">Research Interests</h2>
<p style="text-align:left;font-size:90%">
The Spatio-temporal Pattern of Global Urban Heat Island, Remote Sensing Image Analysis<br>
Digital Image Processing, Computer Vision, Data Mining
</p>
<h2 style="text-align:left">Job Intention</h2>
<p style="text-align:left;font-size:90%">
Engineer of Remote Sensing Image Analysis, GIS Product Planner/Operator/Salesman<br>
Civil servants
</p>
<h2 style="text-align:left">Knowledge and Skills</h2>
<p style="text-align:left;font-size:90%">
<b>Language</b>:Chinese(native), English(fluent): CET-4(491)/CET-6(509)<br>
<b>Software</b>:ArcGIS/ENVI/GEE/eCognition/MATLAB/GitHub/Visual Studio/Microsoft Office/Photoshop/Premiere/Audition<br>
<b>Programming</b>:C/C++/C#/Python/HTML<br>
</p>
<footer class = "site-footer">
<p style = "text-align: center; font-size: 95%">
<b>
<a href = "./index.html">Home</a> |
<a href = "./Files/CV_Xianran_EN.pdf">CV(English)</a> |
<a href = "./Files/CV_Xianran_CH.pdf">CV(Chinese)</a> |
<a href = "./academics.html">Academics</a> |
<a href = "./research.html">Research</a> |
<a href = "./awards.html">Awards</a>
</b>
</p>
<p style = "text-align: center; font-size: 95%">
Copyright @ 2021 Xianran Zhang. All rights reserved.
</p>
</footer>
</section>
</body>
</html>