forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (84 loc) · 5.21 KB
/
index.html
File metadata and controls
96 lines (84 loc) · 5.21 KB
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
---
layout: page
title: ""
---
<!DOCTYPE html>
<html>
<head>
<!-- Add favicon -->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Add Open Graph meta tags for social media sharing -->
<meta property="og:title" content="Dr. Sidian Chen">
<meta property="og:description" content="Sidian's research website">
<meta property="og:image" content="assets/image/favicon.ico">
<meta property="og:url" content="https://sidianchen.github.io">
<meta name="twitter:card" content="summary_large_image">
<!--Link to google analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E5NPEFCKRH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E5NPEFCKRH');
</script>
<style>
/* Default styles for both desktop and mobile */
.container {
display: flex;
justify-content: center;
}
.image {
flex: 1;
padding-right: 15px;
}
.text {
flex: 2;
padding-left: 15px;
}
/* Media query for mobile layout */
@media (max-width: 768px) {
.container {
flex-direction: column;
align-items: center;
}
.image {
padding-right: 10px;
}
,
.text {
flex: 1;
width: 100%;
padding-right: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="image">
<img src="assets/image/headshot.jpg" alt="Image">
</div>
<div class="text">
<h3>About me</h3>
<p>I am a postdoctoral associate working with <a href="https://profiles.stanford.edu/hamdi-tchelepi">Prof. Hamdi Tchelepi</a> at the Department of Energy Science & Engineering at Stanford University. I completed my Ph.D. degree under the supervision of <a href="https://guolab.arizona.edu">Dr. Bo Guo</a> at the University of Arizona. My research focuses on pore-scale modeling of multiphase fluid flow, multispecies transport, and thermodynamic phase change behaviors in geological and manufactured porous materials. My research applications include vadose zone emerging PFAS contamination, soil water evaporation and heat transfer, shale gas/oil production, geological hydrogen storage, and next-generation rechargeable batteries. The overarching goal is to leverage fundamental porous media physics to address global challenges in environmental sustainability and energy transition.</p>
</div>
</div>
</body>
</html>
<!--
<div style="display: flex; align-items: center; height: 300px;">
<div style="flex: 1; padding: 20px;">
<img src="headshot.jpg" alt="Image" style="max-width: 100%; max-height: 100%;">
</div>
<div style="flex: 2; padding: 20px;">
<h3>About me</h3>
<p>I am a PostDoc researcher in the <a href="https://guolab.arizona.edu">Subsurface Flow Physics Group</a> at the University of Arizona. I am interested in the fundamental physics of fluid flow and transport in environmental and energy systems in Earth’s subsurface. My current research focuses on pore-scale modeling of multiphase fluid flow, multicomponent transport, and thermodynamic phase change behaviors in geological porous media. The specific application of my research is to study the transport of Per- and Polyfluoroalkyl Substances (PFAS) in the vadose zone, the nonisothermal evaporation processes in soils at the land surface, and the production of gas/oil from shale formations.</p>
</div>
</div>
<div style="display: flex; align-items: center;">
<img src="headshot.jpg" alt="Description" width="350" style="margin-right: 10px;">
I am a PostDoc researcher in the [Subsurface Flow Physics Group](https://guolab.arizona.edu) at the University of Arizona. I am interested in the fundamental physics of fluid flow and transport in environmental and energy systems in Earth’s subsurface. My current research focuses on pore-scale modeling of multiphase fluid flow, multicomponent transport, and thermodynamic phase change behaviors in geological porous media. The specific application of my research is to study the transport of Per- and Polyfluoroalkyl Substances (PFAS) in the vadose zone, the nonisothermal evaporation processes in soils at the land surface, and the production of gas/oil from shale formations.
</div>
<img src="headshot.jpg" alt="Description" style="max-width: 100%; height: auto;">
I am a PostDoc researcher in the [Subsurface Flow Physics Group](https://guolab.arizona.edu) at the University of Arizona. I am interested in the fundamental physics of fluid flow and transport in environmental and energy systems in Earth’s subsurface. My current research focuses on pore-scale modeling of multiphase fluid flow, transport, and thermodynamic phase change behaviors in geological porous media. The specific application of my research is to study the transport of Per- and Polyfluoroalkyl Substances (PFAS) in the vadose zone, the nonisothermal evaporation processes at the land surface, and the production of gas/oil from shale formations.
-->