<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Conservation on Ben&#39;s Blog</title>
    <link>https://jinpeng.cv/en/series/conservation/</link>
    <description>Recent content in Conservation on Ben&#39;s Blog</description>
    <generator>Hugo -- 0.154.0</generator>
    <language>en</language>
    <copyright>©️ 2025 Ben</copyright>
    <lastBuildDate>Mon, 09 Mar 2026 22:26:59 -0600</lastBuildDate>
    <atom:link href="https://jinpeng.cv/en/series/conservation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>2025-11-27</title>
      <link>https://jinpeng.cv/en/diary/2025/november/2025-11-27/</link>
      <pubDate>Thu, 27 Nov 2025 23:58:17 -0700</pubDate>
      <guid>https://jinpeng.cv/en/diary/2025/november/2025-11-27/</guid>
      <description>&lt;p&gt;Today I have two classes. It&amp;rsquo;s tiring Thursday again.&lt;/p&gt;
&lt;p&gt;I almost made a mistake again today, the due date of assignment 5 is today&amp;rsquo;s 12 pm. I thought it is the midnight of today.&lt;/p&gt;
&lt;p&gt;Fortunately, I submitted it about 11 am, and I even reminded amir don&amp;rsquo;t forget to submit it at 12 pm. And then he told me about that.&lt;/p&gt;
&lt;p&gt;I and amir originally decided to attend an event for pizza, but I didn&amp;rsquo;t go because I felt very sleepy at that time.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Today I have two classes. It&rsquo;s tiring Thursday again.</p>
<p>I almost made a mistake again today, the due date of assignment 5 is today&rsquo;s 12 pm. I thought it is the midnight of today.</p>
<p>Fortunately, I submitted it about 11 am, and I even reminded amir don&rsquo;t forget to submit it at 12 pm. And then he told me about that.</p>
<p>I and amir originally decided to attend an event for pizza, but I didn&rsquo;t go because I felt very sleepy at that time.</p>
<p>Therefore, amir got sad and angry, but I also don&rsquo;t like others to force me to do some things. I preferred for choosing the way made me comfortable.</p>
<p>When we met each other again, he looked like enemy and said some bad words. It&rsquo;s a really good opportunity for us to know each other deeply.</p>
]]></content:encoded>
    </item>
    <item>
      <title>2025-10-17</title>
      <link>https://jinpeng.cv/en/diary/2025/october/2025-10-17/</link>
      <pubDate>Fri, 17 Oct 2025 15:47:07 +0000</pubDate>
      <guid>https://jinpeng.cv/en/diary/2025/october/2025-10-17/</guid>
      <description>&lt;h3 id=&#34;0947-arrive-at-the-office&#34;&gt;09:47 Arrive at the Office&lt;/h3&gt;
&lt;p&gt;I need to arrive at the office earlier; the daytime is too short.&lt;/p&gt;
&lt;h3 id=&#34;2229-quarto-shortcuts&#34;&gt;22:29 Quarto shortcuts&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Quarto Command&lt;/th&gt;
          &lt;th&gt;Keyboard Shortcut&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Run Current Cell&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;⇧⌃ Enter&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Run Selected Line(s)&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;⌃ Enter&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Run Next Cell&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;⌥⌃ N&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Run Previous Cell&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;⌥⌃ P&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Run All Cells&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;⌥⌃ R&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Run Cells Above&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;⇧⌥⌃ P&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Run Cells Below&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;⇧⌥⌃ N&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;</description>
      <content:encoded><![CDATA[<h3 id="0947-arrive-at-the-office">09:47 Arrive at the Office</h3>
<p>I need to arrive at the office earlier; the daytime is too short.</p>
<h3 id="2229-quarto-shortcuts">22:29 Quarto shortcuts</h3>
<table>
  <thead>
      <tr>
          <th>Quarto Command</th>
          <th>Keyboard Shortcut</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Run Current Cell</td>
          <td><code>⇧⌃ Enter</code></td>
      </tr>
      <tr>
          <td>Run Selected Line(s)</td>
          <td><code>⌃ Enter</code></td>
      </tr>
      <tr>
          <td>Run Next Cell</td>
          <td><code>⌥⌃ N</code></td>
      </tr>
      <tr>
          <td>Run Previous Cell</td>
          <td><code>⌥⌃ P</code></td>
      </tr>
      <tr>
          <td>Run All Cells</td>
          <td><code>⌥⌃ R</code></td>
      </tr>
      <tr>
          <td>Run Cells Above</td>
          <td><code>⇧⌥⌃ P</code></td>
      </tr>
      <tr>
          <td>Run Cells Below</td>
          <td><code>⇧⌥⌃ N</code></td>
      </tr>
  </tbody>
</table>
]]></content:encoded>
    </item>
  </channel>
</rss>
