File tree Expand file tree Collapse file tree 1 file changed +39
-6
lines changed Expand file tree Collapse file tree 1 file changed +39
-6
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,51 @@ title: Shalmali Joshi
44key : shalmalijoshi
55---
66
7- _ Assistant Professor_
8- Department of Biomedical Informatics, Columbia University
7+ <head >
8+ <meta charset="UTF-8">
9+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
10+ <style>
11+ .avatar-container {
12+ width: 225px;
13+ height: 225px;
14+ border-radius: 50%;
15+ overflow: hidden;
16+ margin-right: 30px;
17+ display: flex;
18+ justify-content: center;
19+ align-items: center;
20+ }
21+
22+ .avatar-container img {
23+ width: 100%;
24+ height: 100%;
25+ object-fit: cover;
26+ object-position: center;
27+ }
28+
29+ </style>
30+
31+
32+ _ Assistant Professor_
33+ Department of Biomedical Informatics
34+
935
1036_ Member_
11- Data Science Institute, Columbia University
37+ Data Science Institute
38+
1239
13- _ Affiliate_
14- SNF Center for Precision Psychiatry and Mental Health, Columbia University
40+ _ Affiliate_
41+ SNF Center for Precision Psychiatry and Mental Health
42+
43+ Columbia University
1544
1645---
1746
18- ![ Profile Picture] ( /assets/images/shalmali_headshot.jpg ) <!-- Replace with the actual image path or URL -->
47+ <div class =" avatar-container " >
48+ <img src="{{"/assets/images/shalmali_headshot.jpg" | relative_url }}" alt="Avatar">
49+ </div >
50+ <!--  --> <!-- Replace with the actual image path or URL -->
51+
1952
2053### About Me
2154
You can’t perform that action at this time.
0 commit comments