-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (210 loc) · 11.5 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mingyuan Chen - Academic Portfolio</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet">
<style>
.gradient-bg {
background: linear-gradient(135deg, #7f1d1d 0%, #dc2626 100%);
}
.card {
transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.profile-img {
width: 180px;
height: 180px;
border-radius: 50%;
object-fit: cover;
object-position: center 30%;
border: 4px solid white;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin: 0 auto;
}
.skill-tag {
background-color: #fee2e2;
color: #dc2626;
}
.project-card {
background-color: #fef2f2;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Header -->
<header class="gradient-bg text-white">
<div class="container mx-auto px-4 pt-4 pb-16">
<div class="flex flex-col md:flex-row items-center justify-between">
<div class="md:w-2/3 text-center md:text-left">
<h1 class="text-4xl md:text-5xl font-bold mb-4">Mingyuan Chen</h1>
<p class="text-xl mb-2">Postdoctoral Research Fellow</p>
<p class="text-lg mb-6">University of Exeter</p>
<div class="flex flex-wrap justify-center md:justify-start gap-4">
<a href="mailto:[email protected]" class="bg-white bg-opacity-20 hover:bg-opacity-30 px-6 py-2 rounded-full transition-all">
Email
</a>
<a href="https://www.linkedin.com/in/mingyuan-chen-32b6029b/" target="_blank" class="bg-white bg-opacity-20 hover:bg-opacity-30 px-6 py-2 rounded-full transition-all">
LinkedIn
</a>
<a href="https://mingyuanchen94.github.io/website/" target="_blank" class="bg-white bg-opacity-20 hover:bg-opacity-30 px-6 py-2 rounded-full transition-all">
Website
</a>
</div>
</div>
<div class="mt-4 md:mt-0 -translate-y-16">
<div class="relative w-44 h-44">
<img src="Image/my_photo.jpg" alt="Mingyuan Chen" class="profile-img">
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<main class="container mx-auto px-4 py-12">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Left Column (2/3 width) -->
<div class="md:col-span-2 space-y-8">
<!-- Introduction -->
<section class="bg-white rounded-xl p-8 shadow-lg card">
<h2 class="text-2xl font-bold mb-4 text-red-800">Introduction</h2>
<p class="text-gray-700">
I am currently a Postdoctoral Researcher working on the
<a href="https://visionary-project.eu/" class="text-red-600 hover:text-red-800" target="_blank">
Visionary project
</a>
at University of Exeter.
</p>
</section>
<!-- Current Projects -->
<section class="bg-white rounded-xl p-8 shadow-lg card">
<h2 class="text-2xl font-bold mb-4 text-red-800">Current Projects</h2>
<div class="space-y-4">
<div class="p-4 project-card rounded-lg">
<h3 class="font-semibold text-lg mb-2 text-red-700">VISIONARY Project</h3>
<p class="text-gray-700">Working on sustainable food systems and value chains to help transition towards more sustainable food systems.</p>
</div>
</div>
</section>
<!-- Completed Projects -->
<section class="bg-white rounded-xl p-8 shadow-lg card">
<h2 class="text-2xl font-bold mb-4 text-red-800">Completed Projects</h2>
<div class="space-y-4">
<div class="p-4 project-card rounded-lg">
<h3 class="font-semibold text-lg mb-2 text-red-700">Water Quality Improvement Analysis</h3>
<p class="text-gray-700">
<span class="font-medium">Project:</span> "Quantifying cost-effective water quality improvements via 'Upstream Thinking' interventions"
</p>
<p class="text-gray-700 mt-2">
<span class="font-medium">Collaboration:</span> Worked with Mattia to analyze and quantify cost-effective methods for improving water quality through upstream interventions.
</p>
</div>
</div>
</section>
<!-- Working Papers -->
<section class="bg-white rounded-xl p-8 shadow-lg card">
<h2 class="text-2xl font-bold mb-4 text-red-800">Working Papers</h2>
<div class="space-y-4">
<div class="p-4 project-card rounded-lg">
<h3 class="font-semibold text-lg mb-2 text-red-700">Director Appointments and Environmental Performance</h3>
<p class="text-gray-700">Chen, M., De Silva, D. G., and Slechten, A. (2021). Director appointments, boardroom networks, and firm environmental performance. Available at SSRN 3882645</p>
</div>
<div class="p-4 project-card rounded-lg">
<h3 class="font-semibold text-lg mb-2 text-red-700">Board Networks and Political Donations</h3>
<p class="text-gray-700">Chen, M., De Silva, D. G., Schiller, A. and Slechten, A. (2021). Board Networks, Corporate Political Donations, and Environmental Performance.</p>
</div>
</div>
</section>
<!-- Teaching Experience -->
<section class="bg-white rounded-xl p-8 shadow-lg card">
<h2 class="text-2xl font-bold mb-4 text-red-800">Teaching Experience</h2>
<ul class="list-disc list-inside text-gray-700 space-y-2">
<li>Certified Associate Fellow by Advance HE</li>
<li>Teaching Assistant: Quantitative Methods for Economics tutorials (October 2018 - 2020)</li>
</ul>
</section>
</div>
<!-- Right Column (1/3 width) -->
<div class="space-y-8">
<!-- Research Fields -->
<section class="bg-white rounded-xl p-6 shadow-lg card">
<h2 class="text-xl font-bold mb-4 text-red-800">Research Fields</h2>
<div class="space-y-2">
<div class="px-4 py-2 project-card rounded-lg">Agricultural Economics</div>
<div class="px-4 py-2 project-card rounded-lg">Networks</div>
<div class="px-4 py-2 project-card rounded-lg">Environment Economics</div>
<div class="px-4 py-2 project-card rounded-lg">Applied Microeconomics</div>
<div class="px-4 py-2 project-card rounded-lg">Corporate Governance</div>
</div>
</section>
<!-- Technical Skills -->
<section class="bg-white rounded-xl p-6 shadow-lg card">
<h2 class="text-xl font-bold mb-4 text-red-800">Technical Skills</h2>
<div class="space-y-4">
<div>
<h3 class="text-sm font-semibold text-gray-500 mb-2">Modeling and Analysis</h3>
<div class="flex flex-wrap gap-2">
<span class="px-3 py-1 skill-tag rounded-full text-sm">Stata</span>
<span class="px-3 py-1 skill-tag rounded-full text-sm">R</span>
<span class="px-3 py-1 skill-tag rounded-full text-sm">Gephi</span>
<span class="px-3 py-1 skill-tag rounded-full text-sm">SPSS</span>
<span class="px-3 py-1 skill-tag rounded-full text-sm">Matlab</span>
<span class="px-3 py-1 skill-tag rounded-full text-sm">Python</span>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-500 mb-2">Software & Tools</h3>
<div class="flex flex-wrap gap-2">
<span class="px-3 py-1 skill-tag rounded-full text-sm">MS Office</span>
<span class="px-3 py-1 skill-tag rounded-full text-sm">LaTeX</span>
</div>
</div>
</div>
</section>
<!-- Languages -->
<section class="bg-white rounded-xl p-6 shadow-lg card">
<h2 class="text-xl font-bold mb-4 text-red-800">Languages</h2>
<div class="space-y-3">
<div class="flex justify-between items-center">
<span class="text-gray-700">Mandarin</span>
<span class="text-red-600 font-medium">Native</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-700">English</span>
<span class="text-red-600 font-medium">Fluent</span>
</div>
</div>
</section>
<!-- Downloads -->
<section class="bg-white rounded-xl p-6 shadow-lg card">
<h2 class="text-xl font-bold mb-4 text-red-800">Downloads</h2>
<div class="space-y-3">
<a href="Doc/CV.pdf" class="block p-3 bg-gray-50 rounded-lg hover:bg-red-50 transition-colors">
CV
</a>
<a href="Doc/ResearchStatement.pdf" class="block p-3 bg-gray-50 rounded-lg hover:bg-red-50 transition-colors">
Research Statement
</a>
<a href="Doc/TeachingStatement.pdf" class="block p-3 bg-gray-50 rounded-lg hover:bg-red-50 transition-colors">
Teaching Statement
</a>
</div>
</section>
</div>
</div>
</main>
<!-- Footer -->
<footer class="gradient-bg text-white mt-12">
<div class="container mx-auto px-4 py-8 text-center">
<p class="text-gray-200">
Land, Environment, Economics and Policy Institute (LEEP),<br>
University of Exeter, Exeter EX4 4PU, UK
</p>
</div>
</footer>
</body>
</html>