Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/img/sriman_nedunuri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions members.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ undergraduate researchers
- Zachary Amsterdam
- Tejas Dahiya
- Natalie Hooven
- Sriman Nedunuri
- Lucas Ortengren
- Matthew Reuteman
- Caleb Youngwerth
Expand Down
5 changes: 4 additions & 1 deletion members/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,15 @@ li {
<a href="{{ site.baseurl }}/members/zachary_amsterdam"><img src="{{ site.baseurl }}/assets/img/zachary_amsterdam.png" style="width:200px; height:200px; object-fit:cover;"></a><br><a href="{{ site.baseurl }}/members/zachary_amsterdam">Zachary Amsterdam</a>
</div>
<div class="profile">
<a href="{{ site.baseurl }}/members/tejas_dahiya"><img src="{{ site.baseurl }}/assets/img/tejas_dahiya_2.png" style="width:200px; height:200px; object-fit:cover;"></a><br><a href="{{ site.baseurl }}/members/tejas_dahiya">Tejas Dahiya</a>
<a href="{{ site.baseurl }}/members/tejas_dahiya"><img src="{{ site.baseurl }}/assets/img/tejas_dahiya.png" style="width:200px; height:200px; object-fit:cover;"></a><br><a href="{{ site.baseurl }}/members/tejas_dahiya">Tejas Dahiya</a>
</div>
<div class="profile">
<a href="{{ site.baseurl }}/members/natalie_hooven"><img src="{{ site.baseurl }}/assets/img/natalie_hooven.png" style="width:200px; height:200px; object-fit:cover;"></a><br><a href="{{ site.baseurl }}/members/natalie_hooven">Natalie Hooven</a>
</div>
<div class="profile">
<a href="{{ site.baseurl }}/members/sriman_nedunuri"><img src="{{ site.baseurl }}/assets/img/sriman_nedunuri.png" style="width:200px; height:200px; object-fit:cover;"></a><br><a href="{{ site.baseurl }}/members/sriman_nedunuri">Sriman Nedunuri</a>
</div>
<div class="profile">
<a href="{{ site.baseurl }}/members/lucas_ortengren"><img src="{{ site.baseurl }}/assets/img/lucas_ortengren.png" style="width:200px; height:200px; object-fit:cover;"></a><br><a href="{{ site.baseurl }}/members/lucas_ortengren">Lucas Ortengren</a>
</div>
<div class="profile">
Expand Down
67 changes: 67 additions & 0 deletions members/sriman_nedunuri.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
layout: default
---

<head>
<style>
.profile-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 15px 15px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.extra {
object-fit: cover;
text-align: center;
max-width: 20em;
max-height: 24em;
}
.profile {
width: 32em;
height: 32em;
object-fit: cover;
}

@media print, screen and (max-width: 720px) {
.profile {
width: 100%;
}
}

</style>
</head>

<!-- Replace `example_student` with your name -->
<img src="{{ site.baseurl }}/assets/img/sriman_nedunuri.png" alt="Placeholder Image" class="center profile">

<!-- Replace `Example Student` with your name and include your start date-->
# **Sriman Nedunuri (2025 - present)**

<!-- Choose your title -- feel free to be professionally silly -->
**Role in the Cersonsky Lab**\
I am working with Christian Jorgensen on predicting polymer behavior based on physical and molecular properties.

<!-- Name at least one research topic amongst this list -->
**Things I'm excited about right now**\
Learning more how we can use machine learning to advance polymer science.

<!-- Ultimately, we'll use this section to
include papers and talks, and contributions
But for now put whatever you want -->
**Cool stuff I've done**\
I have been to 21 states and counting!
I saw the Space Shuttle Discovery.


<!-- If you have photos you would like to exhibit,
save them as `/assets/member_images/your_name_photo_#.png`
and replace example_student below -->


Loading