<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Bibtex on Rachid Youven Zeghlache</title><link>https://youvenz.github.io/tags/bibtex/</link><description>Recent content in Bibtex on Rachid Youven Zeghlache</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 05 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://youvenz.github.io/tags/bibtex/index.xml" rel="self" type="application/rss+xml"/><item><title>Load References: Import Bibliography Files into Inkscape</title><link>https://youvenz.github.io/blog/2026-03-05-load-references-import-bibliography-files-into-inkscape/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/blog/2026-03-05-load-references-import-bibliography-files-into-inkscape/</guid><description>&lt;h1 id="import-bibliography-files-into-inkscape-bib-ris-enw-json--without-manual-copy-pasting"&gt;Import Bibliography Files into Inkscape (.bib .ris .enw .json) — Without Manual Copy-Pasting&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;re designing a research poster or academic publication layout in Inkscape, and you need to add 20+ citations. Right now, you&amp;rsquo;re manually copying references from your .bib file, pasting them into text boxes, reformatting each one, and praying you don&amp;rsquo;t have to update them later. The &lt;strong&gt;Load References&lt;/strong&gt; extension eliminates that friction entirely—your bibliography file becomes a live, editable source inside Inkscape.&lt;/p&gt;</description></item><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>