GitHub Action: Scrape and Embedd Google Scholar Publications
Intro Maintaining an updated list of academic publications on a website can be tedious, especially if you’re using Google Scholar as your primary source. To streamline this process, we can build an automated workflow using GitHub Actions. In this post, I’ll show you how to create a system that fetches publication details from Google Scholar, formats them, and integrates them into a Hugo-based website. ...