Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fall 24 #8

Merged
merged 2 commits into from
Sep 5, 2024
Merged
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
24 changes: 22 additions & 2 deletions _data/alumni.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,28 @@
"interests": ["Machine Learning", "Deep Learning", "Bayesian Models"],
"about": "My research area is the application of Machine Learning for genetic data. I work on applying supervised and un-supervised machine learning techniques on RNA-seq data, as well as developing MetaOmGraph - an open source java based software package for genetic data analysis",
"github": "https://github.com/vksriharsha"
}
},
{
"name": "Jodi Calwood",
"photo": "/assets/images/team/jodi_calwood.jpg",
"info": "Ph.D.",
"website": "",
"email": "[email protected]",
"interests": ["Bioinformatics"],
"about": "Originally from PG county Maryland, Jodi is pursuing a PhD in the bioinformatics and computational biology (BCB) program under the guidance of Dr. Eulenstein and Dr. Kelley starting Fall 2021. She completed a B.S in Bioengineering at Walla Walla University in 2017 and a Masters in Agriculture Plant Science at Delaware State University in 2019. She is passionate about integrating technology with agriculture, her research focuses on developing predictive piplines for protein interaction, atomated phenotyping, and machine learning applications in agriculture plant science. In her spare time, she enjoys podcasts, reading, tabletop RPG’s, and videogames.",
"github":"https://github.com/JodC58972"
},
{
"name": "Siddhant Grover",
"photo": "/assets/images/team/grover16.jpeg",
"info": "Ph.D.",
"website": "#",
"email": "[email protected]",
"interests": ["Algorithms"],
"about": "I am currently working on developing algorithms towards existing phylogenetic measures on trees and networks. My research is aimed towards developing algorithmic tools for diversity distribution and selection",
"github":"#"
}
]
}



21 changes: 1 addition & 20 deletions _data/students_phd.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@
"about": "My research utilizes machine learning and language models to understand genomic data.",
"github":"https://github.com/priyamayur"
},
{
"name": "Siddhant Grover",
"photo": "/assets/images/team/grover16.jpeg",
"info": "Ph.D.",
"website": "#",
"email": "[email protected]",
"interests": ["Algorithms"],
"about": "I am currently working on developing algorithms towards existing phylogenetic measures on trees and networks. My research is aimed towards developing algorithmic tools for diversity distribution and selection",
"github":"#"
},

{
"name": "Sriram Vijendran",
"photo": "/assets/images/team/sriramv.png",
Expand All @@ -39,16 +30,6 @@
"interests": ["Phylogenetics","Algorithms"],
"about": "Currently working on designing algorithms to efficiently compare phylogenetic trees and formulate new metrics to represent evolutionary processes",
"github":"https://github.com/swagle8987"
},
{
"name": "Jodi Calwood",
"photo": "/assets/images/team/jodi_calwood.jpg",
"info": "Ph.D.",
"website": "",
"email": "[email protected]",
"interests": ["Bioinformatics"],
"about": "Originally from PG county Maryland, Jodi is pursuing a PhD in the bioinformatics and computational biology (BCB) program under the guidance of Dr. Eulenstein and Dr. Kelley starting Fall 2021. She completed a B.S in Bioengineering at Walla Walla University in 2017 and a Masters in Agriculture Plant Science at Delaware State University in 2019. She is passionate about integrating technology with agriculture, her research focuses on developing predictive piplines for protein interaction, atomated phenotyping, and machine learning applications in agriculture plant science. In her spare time, she enjoys podcasts, reading, tabletop RPG’s, and videogames.",
"github":"https://github.com/JodC58972"
}
]
}
Expand Down
Loading