My research sits at the intersection of [Field A] and [Field B]. I lead the [Lab Name] where we focus on [core theme] — driven by the belief that [your research philosophy in one sentence].
Dr. [Your Name] is a Professor in the Department of [Department] at [University]. They received their Ph.D. in [Field] from [University] in [Year], followed by postdoctoral training at [Institution].
Before joining [University] in [Year], Dr. [Last Name] held a position at [Previous Institution]. Their work has been published in leading journals including [Journal 1] and [Journal 2]. They serve on the editorial boards of [Journal] and have received honours including [Award 1].
Employment history and academic positions — synced from ORCID.
Core themes and questions that drive our lab's work.
Synced automatically from ORCID.
Loading from ORCID…
Funded initiatives and ongoing research programmes — synced from ORCID.
Researchers, students, and collaborators in the lab.
Society memberships and service roles — synced from ORCID.
Roles as editor, reviewer, and committee member across journals, conferences, and funding agencies.
Prizes, fellowships, and recognitions received.
Selected keynotes, invited lectures, and conference presentations.
Coverage of our research in news outlets, podcasts, and science communication.
I am currently accepting applications for PhD/MSc positions starting April 2026. Please review my research areas and recent publications first. When emailing, include your CV, a one-page statement of interest, transcripts, and any relevant work. Generic enquiries without these materials may not receive a reply.
scholar.google.com/citations?user=YOUR_ID. Clicking Sync fetches your live citation count automatically.
Firebase is a free Google database. Once connected, every change you make in the admin panel is saved instantly and visible to all your site visitors — no export needed.
firebaseConfig object{ "rules": { ".read": true, ".write": false } }
Then add a write rule only for your admin — this lets everyone read but only you can write.
Enter your 16-digit ORCID iD (format: 0000-0000-0000-0000). Make sure your ORCID profile is set to public at orcid.org. Publications will be fetched automatically.
Edit research area cards directly. Changes update live on the page.
Add and manage lab members. They appear on the public Team section grouped by role type.
Toggle sections and nav links on/off. Hidden sections are removed from the page and the navigation menu.
john.jpg), place them in the same folder as this HTML file, then edit the team section source to use <img src="john.jpg">.src.content="…" value.
googleXXXX.html file from Search Console and upload it to your server alongside this file. That method always works reliably.
sitemap.xml in your web root with this content (update the URL):<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://yoursite.buet.ac.bd/</loc>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>
robots.txt — Create robots.txt in your web root:User-agent: * Allow: / Sitemap: https://yoursite.buet.ac.bd/sitemap.xmlThen submit the sitemap URL in Google Search Console.
index.html file. For BUET hosting, this is typically public_html/ or www/. It must be accessible at exactly https://hrashed.buet.ac.bd/robots.txt (no subfolder). Upload it via cPanel File Manager or FTP to the same folder as your HTML file.
Ctrl+U shows the raw HTML file from the server — before any JavaScript runs. Your SEO values are set by the inline script, so they only appear in the live rendered DOM (F12 → Elements tab). Google's crawler renders JavaScript and will see all your SEO values correctly.<head> — all meta tags will show your saved values there.