<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>讲义 on 龙林</title>
        <link>https://hanbing116.github.io/tags/%E8%AE%B2%E4%B9%89/</link>
        <description>Recent content in 讲义 on 龙林</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <copyright>龙林</copyright>
        <lastBuildDate>Wed, 08 Jul 2026 11:41:47 +0800</lastBuildDate><atom:link href="https://hanbing116.github.io/tags/%E8%AE%B2%E4%B9%89/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>动物学及实验（甲）</title>
        <link>https://hanbing116.github.io/p/%E5%8A%A8%E7%89%A9%E5%AD%A6%E5%8F%8A%E5%AE%9E%E9%AA%8C%E7%94%B2/</link>
        <pubDate>Tue, 30 Jun 2026 15:47:33 +0800</pubDate>
        
        <guid>https://hanbing116.github.io/p/%E5%8A%A8%E7%89%A9%E5%AD%A6%E5%8F%8A%E5%AE%9E%E9%AA%8C%E7%94%B2/</guid>
        <description>&lt;img src="https://hanbing116.github.io/p/%E5%8A%A8%E7%89%A9%E5%AD%A6%E5%8F%8A%E5%AE%9E%E9%AA%8C%E7%94%B2/111.jpg" alt="Featured image of post 动物学及实验（甲）" /&gt;&lt;p&gt;终于在考前几天整理写完成一份涵盖无脊椎动物和脊椎动物部分的讲义了，虽然但是脊椎动物部分内容真多啊😫（算上边写边复习依旧感觉好多都没记住🤯）。整体上都是按照课程讲义来写的，涵盖PPT几乎所有内容（好多……好难背……）&lt;/p&gt;
&lt;p&gt;由于讲义中图片比较多，文件比较大，难以在线预览，就放在Github 面了。&lt;/p&gt;
&lt;div style=&#34;margin: 1rem 0;&#34;&gt;     &lt;a href=&#34;https://github.com/hanbing116/hanbing116.github.io/releases/download/zoology/zoology.pdf&#34;         download=&#34;zoology.pdf&#34;        style=&#34;display: inline-block; padding: 10px 20px; background-color: #0969da; color: white; border-radius: 6px; text-decoration: none; margin: 6px 0;&#34;&gt;         📄 下载讲义pdf     &lt;/a&gt;     &lt;/div&gt;
</description>
        </item>
        <item>
        <title>人工智能与机器学习</title>
        <link>https://hanbing116.github.io/p/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E4%B8%8E%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/</link>
        <pubDate>Tue, 30 Jun 2026 15:29:04 +0800</pubDate>
        
        <guid>https://hanbing116.github.io/p/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E4%B8%8E%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/</guid>
        <description>&lt;img src="https://hanbing116.github.io/p/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E4%B8%8E%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/21.jpg" alt="Featured image of post 人工智能与机器学习" /&gt;&lt;p&gt;历时一学期终于用latex写完这份讲义了，整体上内容都是按照课程PPT所写的，适合搭配脑院的《人工智能与机器学习》（课程代码MED2308M）使用。第一次接触这方面的课程（学生物的为啥要学这个啊啊啊😫），学起来还是比较痛苦的，尤其是每周的实践课，但是收获还是不少的。&lt;/p&gt;
&lt;p&gt;这里放上编写的讲义、实践课代码和作业供参考。&lt;/p&gt;
&lt;h1 id=&#34;讲义&#34;&gt;讲义
&lt;/h1&gt;&lt;div style=&#34;margin: 20px 0; padding: 10px; border: 1px solid #eee; border-radius: 8px; box-sizing: border-box;&#34;&gt;
  &lt;p style=&#34;font-weight: 600; margin-bottom: 10px; margin-top: 0;&#34;&gt;PDF预览：&lt;/p&gt;
  &lt;!-- 外层容器：彻底清除所有可能产生边框/阴影的样式 --&gt;
  &lt;div id=&#34;pdf-container&#34; style=&#34;width: 100%; margin: 0 auto; overflow: hidden; box-sizing: border-box; border: none; box-shadow: none; background: transparent;&#34;&gt;
    &lt;object
      data=&#34;/pdfs/人工智能与机器学习.pdf#view=FitH&amp;zoom=100&#34;
      type=&#34;application/pdf&#34;
      style=&#34;width: 100%; height: 1000px; border: none !important; display: block; box-sizing: border-box; overflow: hidden; box-shadow: none !important; outline: none !important;&#34;
      scrolling=&#34;no&#34;
    &gt;
      &lt;div style=&#34;width: 100%; height: 1000px; display: flex; align-items: center; justify-content: center; border: none; box-sizing: border-box; box-shadow: none; outline: none;&#34;&gt;
        无法预览，请&lt;a href=&#34;https://hanbing116.github.io/pdfs/人工智能与机器学习.pdf&#34; target=&#34;_blank&#34; style=&#34;color: #0078d4; text-decoration: underline;&#34;&gt;点击查看/下载&lt;/a&gt;
      &lt;/div&gt;
    &lt;/object&gt;
  &lt;/div&gt;
  &lt;div style=&#34;margin-top: 15px; text-align: center; box-sizing: border-box;&#34;&gt;
    &lt;a 
      href=&#34;https://hanbing116.github.io/pdfs/人工智能与机器学习.pdf&#34;
      target=&#34;_blank&#34;
      download=&#34;人工智能与机器学习.pdf&#34;
      style=&#34;background: #0078d4; color: white; padding: 8px 16px; border-radius: 4px; text-decoration: none; display: inline-block;&#34;
    &gt;
      📥 下载 PDF 文件
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;!-- 强制覆盖浏览器给object标签的默认样式 --&gt;
&lt;style&gt;
  #pdf-container object {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
  }
  /* 针对部分浏览器的内嵌PDF viewer样式重置 */
  #pdf-container object::-webkit-scrollbar {
    display: none;
  }
&lt;/style&gt;
&lt;h1 id=&#34;作业&#34;&gt;作业
&lt;/h1&gt;&lt;div style=&#34;margin: 1rem 0;&#34;&gt;     &lt;a href=&#34;https://github.com/hanbing116/hanbing116.github.io/releases/download/zip/homework.zip&#34;         download=&#34;homework.zip&#34;        style=&#34;display: inline-block; padding: 10px 20px; background-color: #0969da; color: white; border-radius: 6px; text-decoration: none; margin: 6px 0;&#34;&gt;         📦 下载zip     &lt;/a&gt;     &lt;/div&gt;
&lt;h1 id=&#34;实践课作业&#34;&gt;实践课作业
&lt;/h1&gt;&lt;div style=&#34;margin: 1rem 0;&#34;&gt;     &lt;a href=&#34;https://github.com/hanbing116/hanbing116.github.io/releases/download/zip/default.zip&#34;         download=&#34;default.zip&#34;        style=&#34;display: inline-block; padding: 10px 20px; background-color: #0969da; color: white; border-radius: 6px; text-decoration: none; margin: 6px 0;&#34;&gt;         📦 下载zip     &lt;/a&gt;     &lt;/div&gt;
&lt;h1 id=&#34;实践课代码&#34;&gt;实践课代码
&lt;/h1&gt;&lt;div style=&#34;margin: 1rem 0;&#34;&gt;     &lt;a href=&#34;https://github.com/hanbing116/hanbing116.github.io/releases/download/zip/PythonProject.zip&#34;         download=&#34;PythonProject.zip&#34;        style=&#34;display: inline-block; padding: 10px 20px; background-color: #0969da; color: white; border-radius: 6px; text-decoration: none; margin: 6px 0;&#34;&gt;         📦 下载zip     &lt;/a&gt;     &lt;/div&gt;
</description>
        </item>
        <item>
        <title>免疫学（未竟）</title>
        <link>https://hanbing116.github.io/p/%E5%85%8D%E7%96%AB%E5%AD%A6%E6%9C%AA%E7%AB%9F/</link>
        <pubDate>Fri, 08 May 2026 11:24:39 +0800</pubDate>
        
        <guid>https://hanbing116.github.io/p/%E5%85%8D%E7%96%AB%E5%AD%A6%E6%9C%AA%E7%AB%9F/</guid>
        <description>&lt;img src="https://hanbing116.github.io/p/%E5%85%8D%E7%96%AB%E5%AD%A6%E6%9C%AA%E7%AB%9F/111.png" alt="Featured image of post 免疫学（未竟）" /&gt;&lt;p&gt;生科院章晓波老师开设的半学期的免疫学课程，整体而言还是比较轻松，但是课程内容对免疫学的大多重点内容都还是有要求的，期末考试也还是需要花时间好好准备复习。&lt;/p&gt;
&lt;p&gt;由于时间限制，这份Immunology讲义只写了一半就期末考试了😭，所以这里也放上latex的zip文件，说不定后面有时间我就把它写上了呢……（Maybe）&lt;/p&gt;
&lt;h1 id=&#34;未竟的讲义&#34;&gt;未竟的讲义
&lt;/h1&gt;&lt;div style=&#34;margin: 20px 0; padding: 10px; border: 1px solid #eee; border-radius: 8px; box-sizing: border-box;&#34;&gt;
  &lt;p style=&#34;font-weight: 600; margin-bottom: 10px; margin-top: 0;&#34;&gt;PDF预览：&lt;/p&gt;
  &lt;!-- 外层容器：彻底清除所有可能产生边框/阴影的样式 --&gt;
  &lt;div id=&#34;pdf-container&#34; style=&#34;width: 100%; margin: 0 auto; overflow: hidden; box-sizing: border-box; border: none; box-shadow: none; background: transparent;&#34;&gt;
    &lt;object
      data=&#34;/pdfs/Immunology.pdf#view=FitH&amp;zoom=100&#34;
      type=&#34;application/pdf&#34;
      style=&#34;width: 100%; height: 1000px; border: none !important; display: block; box-sizing: border-box; overflow: hidden; box-shadow: none !important; outline: none !important;&#34;
      scrolling=&#34;no&#34;
    &gt;
      &lt;div style=&#34;width: 100%; height: 1000px; display: flex; align-items: center; justify-content: center; border: none; box-sizing: border-box; box-shadow: none; outline: none;&#34;&gt;
        无法预览，请&lt;a href=&#34;https://hanbing116.github.io/pdfs/Immunology.pdf&#34; target=&#34;_blank&#34; style=&#34;color: #0078d4; text-decoration: underline;&#34;&gt;点击查看/下载&lt;/a&gt;
      &lt;/div&gt;
    &lt;/object&gt;
  &lt;/div&gt;
  &lt;div style=&#34;margin-top: 15px; text-align: center; box-sizing: border-box;&#34;&gt;
    &lt;a 
      href=&#34;https://hanbing116.github.io/pdfs/Immunology.pdf&#34;
      target=&#34;_blank&#34;
      download=&#34;Immunology.pdf&#34;
      style=&#34;background: #0078d4; color: white; padding: 8px 16px; border-radius: 4px; text-decoration: none; display: inline-block;&#34;
    &gt;
      📥 下载 PDF 文件
    &lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;!-- 强制覆盖浏览器给object标签的默认样式 --&gt;
&lt;style&gt;
  #pdf-container object {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
  }
  /* 针对部分浏览器的内嵌PDF viewer样式重置 */
  #pdf-container object::-webkit-scrollbar {
    display: none;
  }
&lt;/style&gt;
&lt;h1 id=&#34;zip&#34;&gt;Zip
&lt;/h1&gt;&lt;div style=&#34;margin: 1rem 0;&#34;&gt;     &lt;a href=&#34;https://github.com/hanbing116/hanbing116.github.io/releases/download/Immunology/Immunology.zip&#34;         download=&#34;Immunology.zip&#34;        style=&#34;display: inline-block; padding: 10px 20px; background-color: #0969da; color: white; border-radius: 6px; text-decoration: none; margin: 6px 0;&#34;&gt;         📦 下载zip     &lt;/a&gt;     &lt;/div&gt;
</description>
        </item>
        
    </channel>
</rss>
