<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>Research</title>
<link>https://abhiamishra.github.io/research/</link>
<atom:link href="https://abhiamishra.github.io/research/index.xml" rel="self" type="application/rss+xml"/>
<description>Code and research notes</description>
<generator>quarto-1.9.38</generator>
<lastBuildDate>Wed, 17 Jun 2026 00:00:00 GMT</lastBuildDate>
<item>
  <title>Hello, Quarto</title>
  <dc:creator>Abhi </dc:creator>
  <link>https://abhiamishra.github.io/research/posts/post-with-code/</link>
  <description><![CDATA[ 






<p>A quick test that Python execution and figure rendering work end to end.</p>
<div id="4479d3c8" class="cell" data-execution_count="1">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><span class="im" style="color: #00769E;
background-color: null;
font-style: inherit;">import</span> matplotlib.pyplot <span class="im" style="color: #00769E;
background-color: null;
font-style: inherit;">as</span> plt</span>
<span id="cb1-2"><span class="im" style="color: #00769E;
background-color: null;
font-style: inherit;">import</span> numpy <span class="im" style="color: #00769E;
background-color: null;
font-style: inherit;">as</span> np</span>
<span id="cb1-3"></span>
<span id="cb1-4">x <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> np.linspace(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">0</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">*</span> np.pi, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">200</span>)</span>
<span id="cb1-5">y <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> np.sin(x)</span>
<span id="cb1-6"></span>
<span id="cb1-7">fig, ax <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> plt.subplots()</span>
<span id="cb1-8">ax.plot(x, y)</span>
<span id="cb1-9">ax.set_xlabel(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"x"</span>)</span>
<span id="cb1-10">ax.set_ylabel(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"sin(x)"</span>)</span>
<span id="cb1-11">ax.set_title(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"A sine wave"</span>)</span>
<span id="cb1-12">plt.show()</span></code></pre></div></div>
<div class="cell-output cell-output-display">
<div>
<figure class="figure">
<p><img src="https://abhiamishra.github.io/research/posts/post-with-code/index_files/figure-html/cell-2-output-1.png" width="610" height="450" class="figure-img"></p>
</figure>
</div>
</div>
</div>



 ]]></description>
  <category>python</category>
  <category>demo</category>
  <guid>https://abhiamishra.github.io/research/posts/post-with-code/</guid>
  <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
</item>
<item>
  <title>Welcome</title>
  <dc:creator>Abhi </dc:creator>
  <link>https://abhiamishra.github.io/research/posts/welcome/</link>
  <description><![CDATA[ 






<p>First post on the research blog.</p>



 ]]></description>
  <category>news</category>
  <guid>https://abhiamishra.github.io/research/posts/welcome/</guid>
  <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
</item>
</channel>
</rss>
