<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Hypothesis Generation on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/hypothesis-generation/</link>
        <description>Recent content in Hypothesis Generation on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sun, 13 Jul 2025 15:29:19 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/hypothesis-generation/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Biomni</title>
        <link>https://producthunt.programnotes.cn/en/p/biomni/</link>
        <pubDate>Sun, 13 Jul 2025 15:29:19 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/biomni/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1740402065371-8577523f59bf?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTIzOTE3NDd8&amp;ixlib=rb-4.1.0" alt="Featured image of post Biomni" /&gt;&lt;h1 id=&#34;snap-stanfordbiomni&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/snap-stanford/Biomni&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;snap-stanford/Biomni&lt;/a&gt;
&lt;/h1&gt;&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;./figs/biomni_logo.png&#34; alt=&#34;Biomni Logo&#34; width=&#34;600px&#34; /&gt;
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
&lt;a href=&#34;https://join.slack.com/t/biomnigroup/shared_invite/zt-38dat07mc-mmDIYzyCrNtV4atULTHRiw&#34;&gt;
&lt;img src=&#34;https://img.shields.io/badge/Join-Slack-4A154B?style=for-the-badge&amp;logo=slack&#34; alt=&#34;Join Slack&#34; /&gt;
&lt;/a&gt;
&lt;a href=&#34;https://biomni.stanford.edu&#34;&gt;
&lt;img src=&#34;https://img.shields.io/badge/Try-Web%20UI-blue?style=for-the-badge&#34; alt=&#34;Web UI&#34; /&gt;
&lt;/a&gt;
&lt;a href=&#34;https://x.com/ProjectBiomni&#34;&gt;
&lt;img src=&#34;https://img.shields.io/badge/Follow-on%20X-black?style=for-the-badge&amp;logo=x&#34; alt=&#34;Follow on X&#34; /&gt;
&lt;/a&gt;
&lt;a href=&#34;https://www.linkedin.com/company/project-biomni&#34;&gt;
&lt;img src=&#34;https://img.shields.io/badge/Follow-LinkedIn-0077B5?style=for-the-badge&amp;logo=linkedin&#34; alt=&#34;Follow on LinkedIn&#34; /&gt;
&lt;/a&gt;
&lt;a href=&#34;https://www.biorxiv.org/content/10.1101/2025.05.30.656746v1&#34;&gt;
&lt;img src=&#34;https://img.shields.io/badge/Read-Paper-green?style=for-the-badge&#34; alt=&#34;Paper&#34; /&gt;
&lt;/a&gt;
&lt;/p&gt;
&lt;h1 id=&#34;biomni-a-general-purpose-biomedical-ai-agent&#34;&gt;Biomni: A General-Purpose Biomedical AI Agent
&lt;/h1&gt;&lt;h2 id=&#34;overview&#34;&gt;Overview
&lt;/h2&gt;&lt;p&gt;Biomni is a general-purpose biomedical AI agent designed to autonomously execute a wide range of research tasks across diverse biomedical subfields. By integrating cutting-edge large language model (LLM) reasoning with retrieval-augmented planning and code-based execution, Biomni helps scientists dramatically enhance research productivity and generate testable hypotheses.&lt;/p&gt;
&lt;h2 id=&#34;quick-start&#34;&gt;Quick Start
&lt;/h2&gt;&lt;h3 id=&#34;installation&#34;&gt;Installation
&lt;/h3&gt;&lt;p&gt;Our software environment is massive and we provide a single setup.sh script to setup.
Follow this &lt;a class=&#34;link&#34; href=&#34;biomni_env/README.md&#34; &gt;file&lt;/a&gt; to setup the env first.&lt;/p&gt;
&lt;p&gt;Then activate the environment E1:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;conda activate biomni_e1
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;then install the latest biomni package:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install biomni --upgrade
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Or install from the github source version.&lt;/p&gt;
&lt;p&gt;Lastly, configure your API keys in bash profile &lt;code&gt;~/.bashrc&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;ANTHROPIC_API_KEY&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;YOUR_API_KEY&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;OPENAI_API_KEY&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;YOUR_API_KEY&amp;#34;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# optional if you just use Claude&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;basic-usage&#34;&gt;Basic Usage
&lt;/h3&gt;&lt;p&gt;Once inside the environment, you can start using Biomni:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;9
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;biomni.agent&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;A1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Initialize the agent with data path, Data lake will be automatically downloaded on first run (~11GB)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;agent&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;A1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;path&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;./data&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;llm&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;claude-sonnet-4-20250514&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Execute biomedical tasks using natural language&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;agent&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;go&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Plan a CRISPR screen to identify genes that regulate T cell exhaustion, generate 32 genes that maximize the perturbation effect.&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;agent&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;go&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Perform scRNA-seq annotation at [PATH] and generate meaningful hypothesis&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;agent&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;go&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Predict ADMET properties for this compound: CC(C)CC1=CC=C(C=C1)C(C)C(=O)O&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;-contributing-to-biomni&#34;&gt;🤝 Contributing to Biomni
&lt;/h2&gt;&lt;p&gt;Biomni is an open-science initiative that thrives on community contributions. We welcome:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;🔧 New Tools&lt;/strong&gt;: Specialized analysis functions and algorithms&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;📊 Datasets&lt;/strong&gt;: Curated biomedical data and knowledge bases&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;💻 Software&lt;/strong&gt;: Integration of existing biomedical software packages&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;📋 Benchmarks&lt;/strong&gt;: Evaluation datasets and performance metrics&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;📚 Misc&lt;/strong&gt;: Tutorials, examples, and use cases&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;🔧 Update existing tools&lt;/strong&gt;: many current tools are not optimized - fix and replacements are welcome!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Check out this &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;CONTRIBUTION.md&#34; &gt;Contributing Guide&lt;/a&gt;&lt;/strong&gt; on how to contribute to the Biomni ecosystem.&lt;/p&gt;
&lt;p&gt;If you have particular tool/database/software in mind that you want to add, you can also submit to &lt;a class=&#34;link&#34; href=&#34;https://forms.gle/nu2n1unzAYodTLVj6&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;this form&lt;/a&gt; and the biomni team will implement them.&lt;/p&gt;
&lt;h2 id=&#34;-call-for-contributors-help-build-biomni-e2&#34;&gt;🔬 Call for Contributors: Help Build Biomni-E2
&lt;/h2&gt;&lt;p&gt;Biomni-E1 only scratches the surface of what’s possible in the biomedical action space.&lt;/p&gt;
&lt;p&gt;Now, we’re building &lt;strong&gt;Biomni-E2&lt;/strong&gt; — a next-generation environment developed &lt;strong&gt;with and for the community&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;We believe that by collaboratively defining and curating a shared library of standard biomedical actions, we can accelerate science for everyone.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join us in shaping the future of biomedical AI agent.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Contributors with significant impact&lt;/strong&gt; (e.g., 10+ significant &amp;amp; integrated tool contributions or equivalent) will be &lt;strong&gt;invited as co-authors&lt;/strong&gt; on our upcoming paper in a top-tier journal or conference.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;All contributors&lt;/strong&gt; will be acknowledged in our publications.&lt;/li&gt;
&lt;li&gt;More contributor perks&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let’s build it together.&lt;/p&gt;
&lt;h2 id=&#34;tutorials-and-examples&#34;&gt;Tutorials and Examples
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;./tutorials/biomni_101.ipynb&#34; &gt;Biomni 101&lt;/a&gt;&lt;/strong&gt; - Basic concepts and first steps&lt;/p&gt;
&lt;p&gt;More to come!&lt;/p&gt;
&lt;h2 id=&#34;-web-interface&#34;&gt;🌐 Web Interface
&lt;/h2&gt;&lt;p&gt;Experience Biomni through our no-code web interface at &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://biomni.stanford.edu&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;biomni.stanford.edu&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://youtu.be/E0BRvl23hLs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.youtube.com/vi/E0BRvl23hLs/maxresdefault.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Watch the video&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;release-schedule&#34;&gt;Release schedule
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 8 Real-world research task benchmark/leaderboard release&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; A tutorial on how to contribute to Biomni&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; A tutorial on baseline agents&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Biomni A1+E1 release&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;note&#34;&gt;Note
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;This release was frozen as of April 15 2025, so it differs from the current web platform.&lt;/li&gt;
&lt;li&gt;Biomni itself is Apache 2.0-licensed, but certain integrated tools, databases, or software may carry more restrictive commercial licenses. Review each component carefully before any commercial use.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;cite-us&#34;&gt;Cite Us
&lt;/h2&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;@article{huang2025biomni,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  title={Biomni: A General-Purpose Biomedical AI Agent},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  author={Huang, Kexin and Zhang, Serena and Wang, Hanchen and Qu, Yuanhao and Lu, Yingzhou and Roohani, Yusuf and Li, Ryan and Qiu, Lin and Zhang, Junze and Di, Yin and others},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  journal={bioRxiv},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  pages={2025--05},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  year={2025},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  publisher={Cold Spring Harbor Laboratory}
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
        </item>
        
    </channel>
</rss>
