Skip to content

Commit ffd4cae

Browse files
authored
Update profile and contact information in settings
1 parent b99deed commit ffd4cae

1 file changed

Lines changed: 22 additions & 14 deletions

File tree

src/settings.ts

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,28 @@ export const profile = {
22
fullName: 'Rajarshi Roy',
33
title: 'Postdoctoral Research Associate',
44
institute: 'Purdue University',
5-
author_name: 'Rajarshi Roy', // Author name to be highlighted in the papers section
5+
author_name: 'Rajarshi Roy',
66
research_areas: [
7-
{ title: 'Protein Dynamics & Conformational Sampling', description: 'Enhanced sampling methods and molecular dynamics to characterize conformational landscapes of proteins, including kinases and multi-state systems captured by cryo-EM.', field: 'physics' },
8-
{ title: 'Drug Discovery & Molecular Recognition', description: 'NMR-guided computational modeling of protein–ligand interactions, free energy calculations, molecular docking refinement, and peptoid–protein binding studies.', field: 'chemistry' },
9-
{ title: 'Cryo-EM & Integrative Structural Biology', description: 'Combining atomistic simulations with cryo-EM data to model proteins in multiple functional states, bridging experiment and theory at physiological temperatures.', field: 'physics' },
10-
{ title: 'Machine Learning for Biomolecular Systems', description: 'Applying generative AI and deep learning to characterize phase diagrams, predict protein structural dynamics, and accelerate molecular property prediction.', field: 'computer-science' },
11-
{ title: 'Antiviral & Coronavirus Research', description: 'Computational studies of SARS-CoV-2 targets including the main protease and methyltransferase complexes, elucidating inhibitor binding mechanisms.', field: 'biology' },
12-
{ title: 'Lipid Biology & Cellular Processes', description: 'Investigating small-molecule induction of endogenous lipid droplets and membrane-associated phenomena through molecular simulation.', field: 'biology' },
7+
{
8+
title: 'Protein Dynamics & Conformational Sampling',
9+
description: 'Enhanced sampling methods and molecular dynamics to characterize conformational landscapes of proteins, including kinases and multi-state systems.',
10+
field: 'physics',
11+
},
12+
{
13+
title: 'Drug Discovery & Molecular Recognition',
14+
description: 'NMR-guided computational modeling of protein–ligand interactions, free energy calculations, molecular docking refinement, and peptoid–protein binding studies.',
15+
field: 'chemistry',
16+
},
17+
{
18+
title: 'Antiviral & Coronavirus Research',
19+
description: 'Computational studies of SARS-CoV-2 targets including the main protease and methyltransferase complexes, elucidating inhibitor binding mechanisms.',
20+
field: 'biology',
21+
},
1322
],
1423
}
1524

16-
// Set equal to an empty string to hide the icon that you don't want to display
1725
export const social = {
18-
email: 'roy212@purdue.edu',
26+
email: 'royyraa@outlook.com',
1927
linkedin: 'https://www.linkedin.com/in/rajarshi-roy-phd/',
2028
x: 'https://x.com/rajariyo',
2129
github: 'https://github.com/royyraa',
@@ -27,18 +35,18 @@ export const social = {
2735
}
2836

2937
export const template = {
30-
website_url: 'https://royyraa.github.io', // Astro needs to know your site's deployed URL to generate a sitemap. It must start with http:// or https://
38+
website_url: 'https://localhost:4321',
3139
menu_left: false,
3240
transitions: true,
33-
lightTheme: 'light', // Select one of the Daisy UI Themes or create your own
34-
darkTheme: 'dark', // Select one of the Daisy UI Themes or create your own
41+
lightTheme: 'light',
42+
darkTheme: 'dark',
3543
excerptLength: 200,
3644
postPerPage: 5,
37-
base: '' // Repository name starting with /
45+
base: '',
3846
}
3947

4048
export const seo = {
4149
default_title: 'Rajarshi Roy — Computational Biophysicist',
42-
default_description: 'Rajarshi Roy - Computational Biophysicist and Postdoctoral Researcher at Purdue University specializing in protein dynamics, enhanced sampling, and molecular simulations.',
50+
default_description: 'Personal academic website of Rajarshi Roy, Postdoc at Purdue University, Molecular simulations and computational biology',
4351
default_image: '/profile.jpeg',
4452
}

0 commit comments

Comments
 (0)