11/06/2025
I was updating my personal webpage and found that adding publications one by one is a tiresome task. I explored tools like BibBase, but they require a .bib file, also wasn't sure if it's going to update over time automatically or not on the free plan.
To solve this, I made auto_scholar. It's a simple tool that just needs your Google Scholar ID and name to automatically generate a complete publication webpage for you. This can be added in the CI/CD pipeline too (hope it doesn't get blocked; need to check), allowing it to run automatically (e.g., once a month) to keep your publication list effortlessly up-to-date. The image I shared is automatically generated by the tool.
Features:
1. Automatically highlights your name within the author list.
2. Generate “Copy BibTeX” buttons for quick citation grab.
3. Extracts the direct publication link for each paper.
4. Automatically group publications into journal and conference sections, sorted by year.
Link of the tool: https://github.com/KaziAmitHasan/auto_scholar
Quick command: auto-scholar --id 123456789 --name “Kazi Amit Hasan” --output publications.html
Hope this helps!