<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reproducible-Research on The Augmented Scholar</title><link>https://augmentedscholars.com/tags/reproducible-research/</link><description>Recent content in Reproducible-Research on The Augmented Scholar</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 17 Jul 2026 17:59:48 +0400</lastBuildDate><atom:link href="https://augmentedscholars.com/tags/reproducible-research/index.xml" rel="self" type="application/rss+xml"/><item><title>Jupyter — Interactive Notebooks for Research</title><link>https://augmentedscholars.com/tools/jupyter/</link><pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/jupyter/</guid><description>&lt;h2 id="why-jupyter-is-the-researchers-data-analysis-standard"&gt;Why Jupyter Is the Researcher&amp;rsquo;s Data Analysis Standard&lt;/h2&gt;
&lt;p&gt;A Jupyter notebook contains code cells and markdown cells interleaved. You run a cell, see the output inline, add a note explaining what you just found, then move to the next step. The result is a document that is simultaneously the analysis &lt;em&gt;and&lt;/em&gt; the documentation.&lt;/p&gt;</description></item><item><title>Apptainer &amp; Conda: Reproducible HPC Python Environments</title><link>https://augmentedscholars.com/posts/code-automation/apptainer-conda-reproducible-hpc-python-environments/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/code-automation/apptainer-conda-reproducible-hpc-python-environments/</guid><description>&lt;h1 id="build-reproducible-python-environments-with-apptainer--conda--for-hpc-researchers"&gt;Build Reproducible Python Environments with Apptainer &amp;amp; Conda — For HPC Researchers&lt;/h1&gt;
&lt;p&gt;Your Python script runs perfectly on your laptop. You transfer it to the cluster. Runtime fails. Missing dependencies. Version conflicts. Different Python builds. You spend hours debugging environment mismatches instead of running science.&lt;/p&gt;</description></item><item><title>Apptainer Fundamentals: Building Your First Container</title><link>https://augmentedscholars.com/posts/code-automation/apptainer-fundamentals-building-your-first-container/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/code-automation/apptainer-fundamentals-building-your-first-container/</guid><description>&lt;h1 id="build-your-first-apptainer-container-without-docker--a-practical-guide-for-hpc-researchers"&gt;Build Your First Apptainer Container Without Docker — A Practical Guide for HPC Researchers&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;ve got HPC cluster access, but containerizing your workflow feels like a black box. &lt;strong&gt;Singularity (now Apptainer) promises reproducibility and portability&lt;/strong&gt;, but the documentation jumps between concepts, and you&amp;rsquo;re not sure where to start. You don&amp;rsquo;t want to learn Docker first—you just want a working container on your cluster &lt;em&gt;today&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>Convert Markdown to Jupyter Notebooks with Jupytext</title><link>https://augmentedscholars.com/posts/research-tools/convert-markdown-to-jupyter-notebooks-with-jupytext/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/convert-markdown-to-jupyter-notebooks-with-jupytext/</guid><description>&lt;h1 id="convert-markdown-to-jupyter-notebooks-using-jupytext--for-researchers-who-need-executable-code"&gt;Convert Markdown to Jupyter Notebooks Using Jupytext — For Researchers Who Need Executable Code&lt;/h1&gt;
&lt;p&gt;Your Markdown files are beautiful but frozen. You&amp;rsquo;ve written detailed documentation with embedded code snippets, but they&amp;rsquo;re just text—no execution, no live plots, no way to tweak parameters and see results instantly. &lt;strong&gt;Jupytext&lt;/strong&gt; solves this in one command: it transforms static Markdown into fully executable Jupyter Notebooks while keeping your source file version-control friendly.&lt;/p&gt;</description></item><item><title>Singularity/Apptainer: Local to Cluster Workflow</title><link>https://augmentedscholars.com/posts/code-automation/singularityapptainer-local-to-cluster-workflow/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/code-automation/singularityapptainer-local-to-cluster-workflow/</guid><description>&lt;h1 id="pull-build-and-deploy-singularity-containers-from-local-machine-to-hpc-clusters"&gt;Pull, Build, and Deploy Singularity Containers from Local Machine to HPC Clusters&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;ve got terabytes of data on your HPC cluster and a Python script that works on your laptop. But moving it to the cluster means wrestling with dependency conflicts, mysterious &lt;code&gt;ModuleNotFoundError&lt;/code&gt; messages, and copying massive datasets you don&amp;rsquo;t want to duplicate. You need a way to package your entire development environment—dependencies, libraries, Python versions—and run it anywhere without breaking it. That&amp;rsquo;s where &lt;strong&gt;Singularity/Apptainer&lt;/strong&gt; comes in.&lt;/p&gt;</description></item></channel></rss>