<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Google-Scholar on Rachid Youven Zeghlache</title><link>https://youvenz.github.io/tags/google-scholar/</link><description>Recent content in Google-Scholar on Rachid Youven Zeghlache</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 01 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://youvenz.github.io/tags/google-scholar/index.xml" rel="self" type="application/rss+xml"/><item><title>Auto Publication List</title><link>https://youvenz.github.io/projects/auto-publication-list/</link><pubDate>Sun, 01 Jun 2025 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/projects/auto-publication-list/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Auto Publication List&lt;/strong&gt; is a lightweight automation pipeline that keeps your publication list up to date without manual intervention. It fetches your Google Scholar profile export and generates both a BibTeX bibliography file and a LaTeX metrics snippet.&lt;/p&gt;
&lt;h2 id="how-it-works"&gt;How It Works&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Fetch&lt;/strong&gt; — Downloads your Google Scholar export (BibTeX-like text) using your Scholar user ID&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Parse&lt;/strong&gt; — Cleans and normalises the entries into valid BibTeX format&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Metrics&lt;/strong&gt; — Extracts citation counts, h-index, and i10-index and writes them to &lt;code&gt;metrics.tex&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Export&lt;/strong&gt; — Outputs &lt;code&gt;publications.bib&lt;/code&gt; ready to include in any LaTeX document&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="usage"&gt;Usage&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;from&lt;/span&gt; update_publications &lt;span style="color:#f92672"&gt;import&lt;/span&gt; fetch_scholar_publications
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Fetch and export&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;fetch_scholar_publications(user_id&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;YOUR_SCHOLAR_ID&amp;#34;&lt;/span&gt;, output_dir&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;./output&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="github-actions-integration"&gt;GitHub Actions Integration&lt;/h2&gt;
&lt;p&gt;Add the workflow to your repository to run on a schedule:&lt;/p&gt;</description></item></channel></rss>