-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (134 loc) · 6.14 KB
/
index.html
File metadata and controls
136 lines (134 loc) · 6.14 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
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
---
layout: default
title: ""
permalink: /
---
<div id="page" class="s-pagewrap">
<section id="intro" class="s-intro target-section">
<div class="s-intro__bg rellax" data-rellax-speed="-5"></div>
<div class="row s-intro__content">
<div class="column">
<div class="s-intro__content-top">
<div class="intro-icons">
<a
href="https://orcid.org/0000-0002-4293-6099"
class="intro-link"
aria-label="ORCID profile"
>
<i class="ai ai-orcid intro-icon"></i>
</a>
<a
href="https://github.com/vatsalsy"
class="intro-link"
aria-label="GitHub profile"
>
<i class="fa-brands fa-github intro-icon"></i>
</a>
<a
href="https://scholar.google.com/citations?user=tHb_qZoAAAAJ&hl=en"
class="intro-link"
aria-label="Google Scholar profile"
>
<i class="ai ai-google-scholar intro-icon"></i>
</a>
</div>
<h1 class="s-intro__title" style="color: black">
Vatsal Sanjay, PhD
</h1>
<div style="text-align: center; margin: 20px 0">
<p style="margin-bottom: 15px; font-size: 1.5em">
For current research work, please visit our group's
website:<br /><a href="https://comphy-lab.org/"
>CoMPhy Lab</a
>
</p>
<a
class="logo"
href="https://comphy-lab.org/"
style="display: inline-block"
>
<img
src="{{ site.baseurl }}/assets/logos/CoMPhy-Lab-no-name.png"
alt="CoMPhy Lab"
style="height: 100px"
/>
</a>
</div>
<div class="s-intro__caption">
<p style="font-size: 1.2em">
Picture:
<a href="https://tinyurl.com/2bax6xa7">Study</a> on
air entrainment in a water pool by impingement of a
jet
</p>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="s-about target-section">
<div class="row s-about__content" data-animate-block>
<div class="s-about__grid">
<div class="s-about__left">
<div
id="about-content"
class="s-about__desc"
data-animate-el
>
<!-- Markdown content will be loaded here -->
</div>
</div>
<div class="s-about__right">
<div class="s-about__social" data-animate-el>
<div class="s-about__social-header">
<img
src="https://bsky.app/static/favicon-32x32.png"
alt="Bluesky"
/>
<h3>
Bluesky Feed:
<a
href="https://bsky.app/profile/comphy-lab.org"
target="_blank"
>@comphy-lab.org</a
>
</h3>
</div>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/bsky-embed/dist/bsky-embed.es.js"
async
></script>
<div id="bluesky-embed-container">
<bsky-embed
username="comphy-lab.org"
limit="5"
load-more="true"
onerror="handleBskyEmbedError()"
>
</bsky-embed>
<noscript>
<div style="background: #f0f0f0; padding: 20px; border-radius: 8px; text-align: center;">
<p style="margin: 0;">The Bluesky feed requires JavaScript to display.</p>
<p style="margin-top: 10px;">
<a href="https://bsky.app/profile/comphy-lab.org" target="_blank" style="color: #0085ff;">
View on Bluesky →
</a>
</p>
</div>
</noscript>
<div id="bsky-error" style="display: none; background: #f0f0f0; padding: 20px; border-radius: 8px; text-align: center;">
<p style="margin: 0;">Unable to load Bluesky feed at the moment.</p>
<p style="margin-top: 10px;">
<a href="https://bsky.app/profile/comphy-lab.org" target="_blank" style="color: #0085ff;">
View on Bluesky →
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>