<?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>Marius Rüve</title>
<link>https://mariusrueve.com/blog/</link>
<atom:link href="https://mariusrueve.com/blog/index.xml" rel="self" type="application/rss+xml"/>
<description>Notes on cheminformatics, machine learning, molecular design, and implementation.</description>
<generator>quarto-1.9.38</generator>
<lastBuildDate>Sun, 28 Jun 2026 00:00:00 GMT</lastBuildDate>
<item>
  <title>Starting this blog</title>
  <link>https://mariusrueve.com/blog/posts/2026-06-28-first-post/</link>
  <description><![CDATA[ 




<p>This is a short test post.</p>
<p>Inline math works: <img src="https://latex.codecogs.com/png.latex?E%20=%20mc%5E2">.</p>
<p>Display math works:</p>
<p><img src="https://latex.codecogs.com/png.latex?%0A%5Cmathcal%7BL%7D%20=%20-%20%5Csum_i%20y_i%20%5Clog%20%5Chat%7By%7D_i%0A"></p>
<p>Python code works:</p>
<div id="abc6f6b8" 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> numpy <span class="im" style="color: #00769E;
background-color: null;
font-style: inherit;">as</span> np</span>
<span id="cb1-2"></span>
<span id="cb1-3">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;">1</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">5</span>)</span>
<span id="cb1-4">x</span></code></pre></div></div>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>array([0.  , 0.25, 0.5 , 0.75, 1.  ])</code></pre>
</div>
</div>
<p>Images work like this:</p>
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb3" style="background: #f1f3f5;"><pre class="sourceCode markdown code-with-copy"><code class="sourceCode markdown"><span id="cb3-1"><span class="al" style="color: #AD0000;
background-color: null;
font-style: inherit;">![](image.png)</span></span></code></pre></div></div>
<p><img src="https://mariusrueve.com/blog/posts/2026-06-28-first-post/images.jpeg" class="img-fluid"></p>



 ]]></description>
  <category>cheminformatics</category>
  <category>notes</category>
  <guid>https://mariusrueve.com/blog/posts/2026-06-28-first-post/</guid>
  <pubDate>Sun, 28 Jun 2026 00:00:00 GMT</pubDate>
</item>
</channel>
</rss>
