You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/settings.ts
+22-14Lines changed: 22 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,28 @@ export const profile = {
2
2
fullName: 'Rajarshi Roy',
3
3
title: 'Postdoctoral Research Associate',
4
4
institute: 'Purdue University',
5
-
author_name: 'Rajarshi Roy',// Author name to be highlighted in the papers section
5
+
author_name: 'Rajarshi Roy',
6
6
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'},
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
+
},
13
22
],
14
23
}
15
24
16
-
// Set equal to an empty string to hide the icon that you don't want to display
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',
31
39
menu_left: false,
32
40
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',
35
43
excerptLength: 200,
36
44
postPerPage: 5,
37
-
base: ''// Repository name starting with /
45
+
base: '',
38
46
}
39
47
40
48
exportconstseo={
41
49
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',
0 commit comments