From 2d580e8776c11e7cd8f541b9c45ca47147dffff9 Mon Sep 17 00:00:00 2001 From: sriram98v <31734173+sriram98v@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:18:33 -0500 Subject: [PATCH 1/2] removed previous Phd students-> adding to alumni --- _data/students_phd.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/_data/students_phd.json b/_data/students_phd.json index a7830eb..e3c79f9 100644 --- a/_data/students_phd.json +++ b/_data/students_phd.json @@ -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": "grover16@iastate.edu", - "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", @@ -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": "pb11@iastate.edu", - "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" } ] } From 15ffb0590ebc210d595a9b8db2a06a105a5594e6 Mon Sep 17 00:00:00 2001 From: sriram98v <31734173+sriram98v@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:19:14 -0500 Subject: [PATCH 2/2] Update alumni.json --- _data/alumni.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/_data/alumni.json b/_data/alumni.json index f2b7e5e..37c73a7 100644 --- a/_data/alumni.json +++ b/_data/alumni.json @@ -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": "pb11@iastate.edu", + "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": "grover16@iastate.edu", + "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":"#" + } ] } - \ No newline at end of file +