This website is a directory of professors and their research areas. It is a simple website that allows users to search for professors by their names or research areas. It makes it easier for students to find professors who are working on topics that they are interested in. Thus benefiting both students and professors.
Go to app/researchersData.ts, click on the edit button and add a professor in the following format:
{
name: "Dr. Emily Johnson",
position: "Professor",
affiliation: "Harvard University",
homepage: "https://scholar.harvard.edu/emilyjohnson",
researchAreas: ["Quantum Computing", "Cryptography", "Cybersecurity"]
},Then create a pull request by clicking on the "Propose changes" button or the equivalent. Once done, your changes will be reviewed and merged.
Reach out for any help to sabhinav@bu.edu or create an issue and I'll get back to you in 72 hours.