File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h1><a href="{{ site.baseurl }}/">{{ site.title }}</a></h1>
2626 < strong > < a href ="{{ site.baseurl }}/internal/ "> Internal Wiki</ a > < br > </ strong >
2727 < strong > < a href ="{{ site.baseurl }}/join "> Join the Cersonsky Lab!</ a > < br > </ strong >
2828 < br > < strong > < a href ="https://github.com/cersonsky-lab "> GitHub</ a > | < a href ="https://twitter.com/LabOfScience "> Twitter</ a > < br > </ strong >
29- Last Updated: 11/21/2025
29+ Last Updated: 2/9/2026
3030</ header >
3131 < section >
3232
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ undergraduate researchers
1818 - Natalie Hooven
1919 - Lucas Ortengren
2020 - Matthew Reuteman
21+ - Mohor Sarkar
2122 - Chance Wall
2223 - James Yeom
2324 - Caleb Youngwerth
3839 - Rhushil Vasavada
3940
4041end
42+
Original file line number Diff line number Diff line change 125125<a href="{{ site .baseurl }}/members/matthew_reuteman"> <img src="{{ site .baseurl }}/assets/img/matthew_reuteman.png" style="width:200px; height:200px; object-fit :cover;"> </a > <br > <a href="{{ site .baseurl }}/members/matthew_reuteman"> Matthew Reuteman</a >
126126</div >
127127<div class="profile">
128+ <a href="{{ site .baseurl }}/members/mohor_sarkar"> <img src="{{ site .baseurl }}/assets/img/mohor_sarkar.jpg" style="width:200px; height:200px; object-fit :cover;"> </a > <br > <a href="{{ site .baseurl }}/members/mohor_sarkar"> Mohor Sarkar</a >
129+ </div >
130+ <div class="profile">
128131<a href="{{ site .baseurl }}/members/chance_wall"> <img src="{{ site .baseurl }}/assets/img/chance_wall.png" style="width:200px; height:200px; object-fit :cover;"> </a > <br > <a href="{{ site .baseurl }}/members/chance_wall"> Chance Wall</a >
129132</div >
130133<div class="profile">
Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ ---
4+
5+ <head >
6+ <style >
7+ .profile-container {
8+ display : flex ;
9+ flex-direction : row ;
10+ flex-wrap : wrap ;
11+ justify-content : center ;
12+ align-items : center ;
13+ gap : 15px 15px ;
14+ max-width : 100% ;
15+ margin-left : auto ;
16+ margin-right : auto ;
17+ margin-top : 20px ;
18+ margin-bottom : 20px ;
19+ }
20+ .extra {
21+ object-fit : cover ;
22+ text-align : center ;
23+ max-width : 20em ;
24+ max-height : 24em ;
25+ }
26+ .profile {
27+ width : 32em ;
28+ height : 32em ;
29+ object-fit : cover ;
30+ }
31+
32+ @media print , screen and (max-width : 720px ) {
33+ .profile {
34+ width : 100% ;
35+ }
36+ }
37+
38+ </style >
39+ </head >
40+
41+ <!-- Replace `example_student` with your name -->
42+ <img src =" {{ site.baseurl }}/assets/img/mohor_sarkar.jpg " alt =" Placeholder Image " class =" center profile " >
43+
44+ <!-- Replace `Example Student` with your name and include your start date-->
45+ # ** Mohor Sarkar (2026 - present)**
46+
47+ <!-- Choose your title -- feel free to be professionally silly -->
48+ ** Role in the Cersonsky Lab** \
49+ Undergraduate researcher.
50+
51+ <!-- Name at least one research topic amongst this list -->
52+ ** Things I'm excited about right now** \
53+ Learning about utilizing AniSOAP to measure information loss in coarse-graining!
54+
55+ <!-- Ultimately, we'll use this section to
56+ include papers and talks, and contributions
57+ But for now put whatever you want -->
58+ ** Cool stuff I've done** \
59+ I've been a quality co-op!
60+
61+
62+ <!-- If you have photos you would like to exhibit,
63+ save them as `/assets/member_images/your_name_photo_#.png`
64+ and replace example_student below -->
65+
66+ <div class =" profile-container " >
67+ <div >
68+ <img src =" {{ site.baseurl }}/assets/img/mohor_sarkar_2.jpg " class =" extra " >
69+ </div >
70+ </div >
You can’t perform that action at this time.
0 commit comments