<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>JiangLab</title><link>https://www.jianglab.com.cn/</link><description>植物化学生物学实验室</description><item><title>更多研究成果</title><link>https://www.jianglab.com.cn/post/25.html</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;
&lt;title&gt;学术成果&lt;/title&gt;
&lt;style&gt;
    /* 使用更具体的选择器，避免与网站样式冲突 */
    .academic-content * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    .academic-content {
        font-family: &#039;Segoe UI&#039;, Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        color: #333;
        background-color: #f9f9f9;
        max-width: 100%;
        margin: 0 auto;
    }
    
    /* 顶部导航栏样式 - 适应文章环境 */
    .academic-header {
        background-color: #ffffff;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 0;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .academic-logo-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 10px;
        text-align: center;
    }
    
    /* 优化logo的响应式显示 */
    .academic-logo {
        max-width: 100% !important;
        height: auto !important;
        max-height: 70px !important;
        width: auto !important;
        display: inline-block !important;
        margin: 0 auto !important;
        padding: 0 !important;
        border: none !important;
        object-fit: contain; /* 确保图片保持比例并完整显示 */
    }
    
    /* 主要内容容器 */
    .academic-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 5px 40px;
        width: 100% !important;
    }
    
    /* 页面标题 */
    .academic-title {
        text-align: center;
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .academic-title h1 {
        font-size: 28px;
        color: #2c3e50;
        margin-bottom: 15px;
        font-weight: 600;
    }
    
    .academic-title .note {
        font-size: 16px;
        color: #666;
    }
    
    /* 卡片样式 - 增强优先级 */
    .academic-card {
        margin-bottom: 30px;
        border-radius: 6px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        transition: box-shadow 0.3s ease;
        background-color: #ffffff;
        width: 100% !important;
        clear: both !important;
        float: none !important;
    }
    
    .academic-card:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    
    .academic-card-header {
        color: #fff;
        padding: 18px 25px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .academic-card-body {
        padding: 25px;
    }
    
    .academic-card-body ol {
        padding-left: 25px;
        margin: 0 !important;
    }
    
    .academic-card-body li {
        margin-bottom: 15px;
        line-height: 1.8;
        color: #444;
    }
    
    .academic-card-body li:last-child {
        margin-bottom: 0;
    }
    
    .academic-card-body a {
        color: #2980b9;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .academic-card-body a:hover {
        color: #1a5276;
        text-decoration: underline;
    }
    
    /* 卡片头部颜色 */
    .card-type-1 .academic-card-header { background-color: #2c3e50; }
    .card-type-2 .academic-card-header { background-color: #34495e; }
    .card-type-3 .academic-card-header { background-color: #27ae60; }
    .card-type-4 .academic-card-header { background-color: #7f8c8d; }
    
    /* 移动端适配 - 使用important增强优先级 */
    @media (max-width: 767px) {
        .academic-container {
            padding: 0 5px 30px !important;
            max-width: 100% !important;
        }
        
        .academic-card-body {
            padding: 15px !important;
        }
        
        .academic-title h1 {
            font-size: 24px !important;
            padding: 0 5px !important;
        }
        
        .academic-card-header {
            font-size: 16px !important;
            padding: 12px 15px !important;
        }
        
        /* 移动端logo优化 */
        .academic-logo {
            max-height: 50px !important;
            padding: 0 5px !important;
        }
        
        .academic-card-body li {
            margin-bottom: 12px !important;
            font-size: 14px !important;
            line-height: 1.7 !important;
        }
        
        .academic-card-body ol {
            padding-left: 20px !important;
        }
    }

    /* 平板设备适配 */
    @media (min-width: 768px) and (max-width: 1024px) {
        .academic-logo {
            max-height: 60px !important;
        }
    }
&lt;/style&gt;
&lt;div class=&quot;academic-content&quot;&gt;
    &lt;!-- 顶部导航栏带logo --&gt;
    &lt;div class=&quot;academic-header&quot;&gt;
        &lt;div class=&quot;academic-logo-container&quot;&gt;
            &lt;p style=&quot;text-align:center&quot;&gt;
                &lt;img src=&quot;https://www.jianglab.com.cn/zb_users/upload/2025/09/20250903135122175687868256356.webp&quot; 
                     alt=&quot;实验室logo&quot; 
                     class=&quot;academic-logo&quot; 
                     title=&quot;实验室logo&quot; 
                     style=&quot;max-width: 100%; height: auto;&quot;/&gt;
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;academic-container&quot;&gt;
        &lt;!-- 页面头部 --&gt;
        &lt;div class=&quot;academic-title&quot;&gt;
            &lt;h1&gt;学术成果汇总&lt;/h1&gt;
            &lt;p class=&quot;note&quot;&gt;论文发表(*第一作者, #通讯作者)&lt;/p&gt;
        &lt;/div&gt;
        
        &lt;!-- 1. 通讯/一作（含共同）卡片 --&gt;
        &lt;div class=&quot;academic-card card-type-1&quot;&gt;
            &lt;div class=&quot;academic-card-header&quot;&gt;通讯/一作（含共同）&lt;/div&gt;
            &lt;div class=&quot;academic-card-body&quot;&gt;
                &lt;ol class=&quot; list-paddingleft-2&quot;&gt;
                    &lt;li&gt;
                        &lt;p&gt;Aizezi Y, Zhao H, Zhang Z, Bi Y, Yang Q, Guo G, Zhang H, Guo H, Jiang K# and Wang Z#. Structure-based virtual screening identifies small molecule inhibitors of O-fucosyltransferase SPINDLY in Arabidopsis. Plant Cell. 2023, &lt;a href=&quot;https://doi.org/10.1093/plcell/koad299&quot; target=&quot;_blank&quot;&gt;https://doi.org/10.1093/plcell/koad299&lt;/a&gt;&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Xie Y, Zhu Y, Wang N, Luo M, Ota T, Guo R, Yu Z, Aizezi Y, Zhang L, Zhang Y, Bao H, Wang Y, Zhu Z, Huang A, Zhao Y, Asami T, Huang H, Guo H#, and Jiang K#. Chemical genetic screening identifies nalacin as an inhibitor of GH3 amido synthetase for auxin conjugation. Proceedings of the National Academy of Sciences U.S.A. 2022, 119 (49) e2209256119.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Aizezi Y, Shu H, Zhang L, Zhao H, Peng Y, Lan H, Xie Y, Li J, Wang Y, Guo H#, and Jiang K#. Cytokinin regulates apical hook development via the coordinated actions of EIN3/EIL1 and PIF transcription factors in Arabidopsis. Journal of Experimental Botany. 2022, 73(1), 213-227.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Jiang K*, Otani M*, Shimotakahara H, Yoon JM, Park SH, Miyaji T, Nakano T, Nakamura H, Nakajima M, Asami T#. Substituted phthalimide AC94377 is a selective agonist of the gibberellin receptor GID1. Plant Physiology. 2017, 173(1):825-835.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Jiang K#, Guo H, and Zhai J#. Interplay of phytohormones and epigenetic regulation: A recipe for plant development and plasticity. Journal of Integrative Plant Biology. 2023, 65(2):381-398.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Zhu Y, Li H, Su Q, Wen J, Wang Y, Song W, Xie Y, He W, Yang Z, Jiang K#, Guo H#. A phenotype-directed chemical screen identifies ponalrestat as an inhibitor of the plant flavin monooxygenase YUCCA in auxin biosynthesis. Journal of Biological Chemistry. 2019, 294(52): 19923-19933.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Aizezi Y, Xie Y, Guo H#, and Jiang K#. New wine in an old bottle: utilizing chemical genetics to dissect apical hook development. Life. 2022, 12(8), 1285.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Jiang K*, Wang J*, Ito S, Takahashi I, Ohta T, Murase K, Nakajima M, Guo H, Takayama S, Asami T#. Analysis of the physiological roles and mode of actions of phthalimides as GA signal regulator in rice. Journal of Plant Growth Regulation. 2022, 42:2637–2645.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Takeuchi J*, Jiang K*, Hirabayashi K*, Imamura Y, Wu Y, Xu Y, Miyakawa T, Nakamura H, Tanokura M, Asami T#. Rationally Designed Strigolactone Analogs as Antagonists of the D14 Receptor. Plant and Cell Physiology. 2018, 59(8):1545-1554.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Jiang K and Asami T#. Chemical regulators of plant hormones and their applicationsin basic research and agriculture. Bioscience Biotechnology and Biochemistry. 2018, 82(8):1265-1300.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Jiang K*, Shimotakahara H*, Luo M*, Otani M, Nakamura H, Moselhy SS, Abualnaja KO, Al-Malki AL, Kumosani TA, Kitahata N, Nakano T, Nakajima M, Asami T#. Chemical screening and development of novel gibberellin mimics. Bioorganic &amp;amp; Medicinal Chemistry Letters. 2017, 27(16):3678-3682.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Jiang K, Kurimoto T, Seo EK, Miyazaki S, Nakajima M, Nakamura H, Asami T#. Development of Inhibitors of Salicylic Acid Signaling. Journal of Agricultural and Food Chemistry. 2015, 63(32):7124-33.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Tian M*, Jiang K*, Takahashi I, Li G#. Strigolactone-induced senescence of a bamboo leaf in the dark is alleviated by exogenous sugar. Journal of Pesticide Science. 2018, 43(3):173-179.&lt;/p&gt;
                    &lt;/li&gt;
                &lt;/ol&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        
        &lt;!-- 2. 共同作者卡片 --&gt;
        &lt;div class=&quot;academic-card card-type-2&quot;&gt;
            &lt;div class=&quot;academic-card-header&quot;&gt;共同作者&lt;/div&gt;
            &lt;div class=&quot;academic-card-body&quot;&gt;
                &lt;ol class=&quot; list-paddingleft-2&quot;&gt;
                    &lt;li&gt;
                        &lt;p&gt;Liu C, Hao D, Sun R, Zhang Y, Peng Y, Yuan Y, Jiang K, Li W, Wen X#, and Guo H#. Arabidopsis NPF2.13 functions as a critical transporter of bacterial natural compound tunicamycin in plant-microbe interaction. 2023, 238(2):765-780. New Phytologist.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Liu L*, Song W*, Huang S, Jiang K, Moriwaki Y, Wang Y, Men Y, Zhang D, Wen X, Han Z, Chai J#, Guo H#. Extracellular pH sensing by plant cell-surface peptide-receptor complexes. Cell. 2022, 185(18), 3341-3355.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Zheng L, Meng J, Jiang K, Lan H, Wang Z, Lin M, Li W, Guo H, Wei Y#, and Mu Y#. Improving protein-ligand docking and screening accuracies by incorporating a scoring function correction term. Briefings in Bioinformatics. 2022, 23(3), 1–15.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Watanabe D*, Takahashi I*, Jaroensanti-Tanaka N, Miyazaki S, Jiang K, Nakayasu M, Wada M, Asami T, Mizutani M, Okada K, Nakajima M. The apple gene responsible for columnar tree shape reduces the abundance of biologically active gibberellin. The Plant Journal. 2021, 105:1026-1034.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Nakamura H*, Hirabayashi K*, Miyakawa T, Kikuzato K, Hu W, Xu Y, Jiang K, Takahashi I, Niiyama R, Dohmae N, Tanokura M, Asami T#. Triazole ureas covalently bind to strigolactone receptor and antagonize strigolactone responses. Molecular Plant. 2019, 12(1):44-58.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Jamil M, Kountche BA, Haider I, Guo X, Ntui VO, Jia KP, Ali S, Hameed US, Nakamura H, Lyu Y, Jiang K, Hirabayashi K, Tanokura M, Arold ST, Asami T, Al-Babili S#. Methyl phenlactonoates are efficient strigolactone analogs with simple structure. Journal of Experimental Botany. 2018, 69(9):2319-2331.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Zhou Y, Zhong Y, Li L, Jiang K, Gao J, Zhong K#, Pan M#, and Yan B. A multifunctional chitosan-derived conformal coating for the preservation of passion fruit. LWT-Food Science and Technology. 2022, 163, 113584.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Takahashi I, Jiang K, and Asami T#. Counteractive effects of sugar and strigolactone on leaf senescence of rice in darkness. Agronomy. 2021, 11(6), 1044.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Ito S, Jiang K, and Asami T#. Chapter 7: Plant hormone cross-talk with a focus on strigolactone and its chemical dissection in rice Springer book: Rice Genomics, Genetics and Breeding 2018.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Miyazaki S, Jiang K, Kobayashi M, Asami T, Nakajima M#. Helminthosporic acid functions as an agonist for gibberellin receptor. Bioscience Biotechnology and Biochemistry. 2017, 81(11):2152-2159.&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Li G, Pan L, Jiang K, Takahashi I, Nakamura H, Xu Y, Asami T#, Shen R#. Strigolactone are involved in sugar signaling to modulate early seedling development in Arabidopsis. Plant Biotechnology. 2016, 33(2): 87-97. (封面文章)&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;Oh K# and Jiang K. Synthesis of fluorescently labeled pyrazole derivative inducing a triple response in Arabidopsis seedlings. Journal of Pesticide Science. 2022, 47(4), 203–207.&lt;/p&gt;
                    &lt;/li&gt;
                &lt;/ol&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        
        &lt;!-- 3. 专利申请卡片 --&gt;
        &lt;div class=&quot;academic-card card-type-3&quot;&gt;
            &lt;div class=&quot;academic-card-header&quot;&gt;专利申请&lt;/div&gt;
            &lt;div class=&quot;academic-card-body&quot;&gt;
                &lt;ol class=&quot; list-paddingleft-2&quot;&gt;
                    &lt;li&gt;
                        &lt;p&gt;杂环苯甲酰胺类化合物及其在促进植物生长发育中的应用，2022.01.20，中国，202210064182.3&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;NRT1.7基因表达的抑制剂在制备衣霉素吸收抑制剂中的应用，2021.06.19，中国，202110678271.2&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;PIFs的暗处稳定剂在促进双子叶植物顶端弯钩发育中的应用，2021.07.27，中国，202110581494.4&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;小分子化合物在促进植物生长发育中的应用，2021.05.17，中国，ZL202110040713.0&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;一种土甘草提取物在制备果蔬保鲜剂中的应用，2020.12.31，中国，202011596465.X&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;防治水稻稻瘟病和纹枯病的芽胞杆菌菌株, 2012.05.30, 中国，ZL201010028132.7&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;防止水稻纹枯病和稻瘟病的链霉菌菌株，2012.04.25，中国，ZL201010028131.2&lt;/p&gt;
                    &lt;/li&gt;
                &lt;/ol&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        
        &lt;!-- 4. 基金项目卡片 --&gt;
        &lt;div class=&quot;academic-card card-type-4&quot;&gt;
            &lt;div class=&quot;academic-card-header&quot;&gt;基金项目&lt;/div&gt;
            &lt;div class=&quot;academic-card-body&quot;&gt;
                &lt;ol class=&quot; list-paddingleft-2&quot;&gt;
                    &lt;li&gt;
                        &lt;p&gt;国家自然科学基金重点项目，32230008，植物顶端弯钩发育的细胞学和分子调控机制研究，2023.01-2027.12，骨干成员；&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;国家自然科学基金青年基金，21907049，以赤霉素受体GID1为靶标的信号调节剂的开发，2020.01-2022.12，主持；&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;广东省创新创业团队，2016ZT06S172，系统表观遗传学在作物改良中的应用，2017.07-2022.12，核心成员；&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;国家自然科学基金国际（地区）合作与交流项目，31911540070，运用化学生物学方法解析乙烯反应和RNA调控的分子机制，2019.04-2021.12，主要参与人；&lt;/p&gt;
                    &lt;/li&gt;
                    &lt;li&gt;
                        &lt;p&gt;日本JST大型研究推进事业项目CREST，利用植物激素间互作与化学生物学调控技术提高植物生物产量，2012.10-2017/3，参与人。&lt;/p&gt;
                    &lt;/li&gt;
                &lt;/ol&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
</description><pubDate>Tue, 02 Sep 2025 17:22:29 +0800</pubDate></item><item><title>下载链接</title><link>https://www.jianglab.com.cn/post/24.html</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;
&lt;title&gt;
    文件下载中心
&lt;/title&gt;&lt;style&gt;* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: sans-serif;
    }
    
    body {
        background-color: #f5f7fa;
        color: #333;
        line-height: 1.6;
    }
    
    .page-header {
        background-color: white;
        padding: 25px 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        margin-bottom: 30px;
    }
    
    .header-content {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .page-title {
        font-size: 24px;
        margin-bottom: 8px;
        color: #2c3e50;
    }
    
    .page-description {
        color: #666;
        font-size: 15px;
    }
    
    .download-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 25px;
    }
    
    .file-card {
        background: white;
        border-radius: 10px;
        padding: 25px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.07);
        transition: all 0.3s ease;
        border-top: 3px solid #4285f4;
    }
    
    .file-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    
    .file-icon {
        font-size: 45px;
        margin-bottom: 18px;
        color: #4285f4;
        transition: color 0.3s ease;
    }
    
    .file-card:hover .file-icon {
        color: #3367d6;
    }
    
    .file-name {
        font-weight: bold;
        margin-bottom: 10px;
        color: #2c3e50;
        font-size: 16px;
    }
    
    .file-info {
        font-size: 13px;
        color: #7f8c8d;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #eee;
    }
    
    .file-meta {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        font-size: 12px;
        color: #95a5a6;
    }
    
    .download-btn {
        display: block;
        width: 100%;
        padding: 10px 16px;
        background-color: #4285f4;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        font-size: 14px;
        text-align: center;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        font-weight: 500;
    }
    
    .download-btn:hover {
        background-color: #3367d6;
    }
    
    @media (max-width: 768px) {
        .download-container {
            grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        }
        
        .file-card {
            padding: 20px;
        }
    }&lt;/style&gt;
&lt;div class=&quot;page-header&quot;&gt;
    &lt;div class=&quot;header-content&quot;&gt;
        &lt;h1 class=&quot;page-title&quot;&gt;
            资源文件下载
        &lt;/h1&gt;
        &lt;p class=&quot;page-description&quot;&gt;
            点击下载按钮获取所需资源
        &lt;/p&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;download-container&quot;&gt;
    &lt;!-- 文件卡片 1 --&gt;
    &lt;div class=&quot;file-card&quot;&gt;
        &lt;div class=&quot;file-icon&quot;&gt;
            📄
        &lt;/div&gt;
        &lt;div class=&quot;file-name&quot;&gt;
            JiangLab化合物使用申请表V1.0.docx
        &lt;/div&gt;
        &lt;div class=&quot;file-info&quot;&gt;
            化合物申请表格
        &lt;/div&gt;
        &lt;div class=&quot;file-meta&quot;&gt;
            2025.9.2 12.6 KB
        &lt;/div&gt;&lt;a href=&quot;https://www.jianglab.com.cn/zb_users/upload/2025/09/JiangLab%E5%8C%96%E5%90%88%E7%89%A9%E4%BD%BF%E7%94%A8%E7%94%B3%E8%AF%B7%E8%A1%A8V1.0.docx&quot; class=&quot;download-btn&quot; target=&quot;_blank&quot;&gt;下载文件&lt;/a&gt;
    &lt;/div&gt;
&lt;/div&gt;</description><pubDate>Tue, 02 Sep 2025 16:51:03 +0800</pubDate></item><item><title>未命名</title><link>https://www.jianglab.com.cn/post/23.html</link><description>&lt;p&gt;想&lt;/p&gt;</description><pubDate>Tue, 02 Sep 2025 16:44:50 +0800</pubDate></item><item><title>实验室在线文档导航</title><link>https://www.jianglab.com.cn/post/22.html</link><description>&lt;style&gt;.lab-info-container {
        max-width: 1000px;
        margin: 0 auto;
    }
    .info-card {
        margin-bottom: 30px;
        border-radius: 6px;
        border: 1px solid #eee;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    .card-header {
        color: #fff;
        padding: 15px 20px;
        font-size: 18px;
        font-weight: 600;
    }
    .card-body {
        padding: 20px;
    }
    .card-body .item {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .card-body .item:last-child {
        margin-bottom: 0;
    }
    .item-label {
        min-width: 120px;
        font-weight: 500;
        color: #34495e;
        margin-right: 10px;
    }
    .item-content {
        flex: 1;
        min-width: 250px;
    }
    .item-content a {
        color: #3498db;
        text-decoration: none;
        transition: color 0.3s;
    }
    .item-content a:hover {
        color: #2980b9;
        text-decoration: underline;
    }
    .card-footer {
        padding: 15px 20px;
        background-color: #f8f9fa;
        border-top: 1px solid #eee;
        font-size: 14px;
        color: #7f8c8d;
    }
    /* 针对不同文档的头部颜色区分 */
    .reagent-card .card-header {
        background-color: #2ecc71;
    }
    .reagent-card .item-content a:hover {
        color: #27ae60;
    }
    .supplies-card .card-header {
        background-color: #f39c12;
    }
    .supplies-card .item-content a:hover {
        color: #e67e22;
    }
    .staff-card .card-header {
        background-color: #9b59b6;
    }
    .staff-card .item-content a:hover {
        color: #8e44ad;
    }
    
    /* 移动端适配 */
    @media (max-width: 767px) {
        .item {
            flex-direction: column;
            align-items: flex-start !important;
        }
        .item-label {
            margin-bottom: 5px;
        }
        .card-body, .card-footer {
            padding: 15px;
        }
    }&lt;/style&gt;&lt;div class=&quot;lab-info-container&quot;&gt;&lt;!-- 页面头部 --&gt;&lt;div style=&quot;text-align: center; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #eee;&quot;&gt;&lt;h1 style=&quot;font-size: 24px; color: #2c3e50; margin-bottom: 10px;&quot;&gt;实验室文档信息导航&lt;/h1&gt;&lt;p style=&quot;font-size: 16px; color: #7f8c8d;&quot;&gt;包含试剂清单、耗材位置及人员信息，点击链接可直接访问对应文档&lt;/p&gt;&lt;/div&gt;&lt;!-- 1. Jiang Lab试剂清单卡片 --&gt;&lt;div class=&quot;info-card reagent-card&quot;&gt;&lt;div class=&quot;card-header&quot;&gt;Jiang Lab试剂清单（实时更新版）&lt;/div&gt;&lt;div class=&quot;card-body&quot;&gt;&lt;div class=&quot;item&quot;&gt;&lt;span class=&quot;item-label&quot;&gt;文档类型：&lt;/span&gt;&lt;span class=&quot;item-content&quot;&gt;试剂清单（实时更新）&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;item&quot;&gt;&lt;span class=&quot;item-label&quot;&gt;访问链接：&lt;/span&gt;&lt;span class=&quot;item-content&quot;&gt;&lt;a href=&quot;https://docs.qq.com/sheet/DRUpscXFYdERkZE1G?tab=BB08J2&quot; target=&quot;_blank&quot;&gt;https://docs.qq.com/sheet/DRUpscXFYdERkZE1G?tab=BB08J2&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;card-footer&quot;&gt;提示：该文档为实时更新版本，建议访问时确认内容时效性&lt;/div&gt;&lt;/div&gt;&lt;!-- 2. 实验室耗材存货位置卡片 --&gt;&lt;div class=&quot;info-card supplies-card&quot;&gt;&lt;div class=&quot;card-header&quot;&gt;实验室耗材存货位置&lt;/div&gt;&lt;div class=&quot;card-body&quot;&gt;&lt;div class=&quot;item&quot;&gt;&lt;span class=&quot;item-label&quot;&gt;文档类型：&lt;/span&gt;&lt;span class=&quot;item-content&quot;&gt;耗材存货位置查询&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;item&quot;&gt;&lt;span class=&quot;item-label&quot;&gt;文档平台：&lt;/span&gt;&lt;span class=&quot;item-content&quot;&gt;金山文档 | WPS云文档&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;item&quot;&gt;&lt;span class=&quot;item-label&quot;&gt;访问链接：&lt;/span&gt;&lt;span class=&quot;item-content&quot;&gt;&lt;a href=&quot;https://kdocs.cn/l/cnZhZFdm4e28&quot; target=&quot;_blank&quot;&gt;https://kdocs.cn/l/cnZhZFdm4e28&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;card-footer&quot;&gt;提示：访问需登录WPS/金山文档账号，以便正常查看内容&lt;/div&gt;&lt;/div&gt;&lt;!-- 3. PCTB实验室人员信息卡片 --&gt;&lt;div class=&quot;info-card staff-card&quot;&gt;&lt;div class=&quot;card-header&quot;&gt;PCTB实验室人员信息&lt;/div&gt;&lt;div class=&quot;card-body&quot;&gt;&lt;div class=&quot;item&quot;&gt;&lt;span class=&quot;item-label&quot;&gt;文档类型：&lt;/span&gt;&lt;span class=&quot;item-content&quot;&gt;实验室人员信息汇总&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;item&quot;&gt;&lt;span class=&quot;item-label&quot;&gt;访问链接：&lt;/span&gt;&lt;span class=&quot;item-content&quot;&gt;&lt;a href=&quot;https://docs.qq.com/sheet/DYmV3RXRCb3RXZE9j?tab=BB08J2&quot; target=&quot;_blank&quot;&gt;https://docs.qq.com/sheet/DYmV3RXRCb3RXZE9j?tab=BB08J2&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;card-footer&quot;&gt;提示：人员信息涉及隐私，请勿随意分享文档链接&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Tue, 02 Sep 2025 12:25:38 +0800</pubDate></item><item><title>JiangLab--植物化学生物学实验室</title><link>https://www.jianglab.com.cn/post/20.html</link><description></description><pubDate>Wed, 20 Aug 2025 16:23:49 +0800</pubDate></item><item><title>Members</title><link>https://www.jianglab.com.cn/post/19.html</link><description>&lt;div class=&quot;max-w-3xl mx-auto mb-8 bg-white rounded-xl shadow-md overflow-hidden border border-gray-100 transition-all duration-300 hover:shadow-lg&quot;&gt;&lt;!-- 成员介绍头部 --&gt;&lt;div class=&quot;p-5 border-b border-gray-100&quot;&gt;&lt;h2 class=&quot;flex items-center text-gray-800&quot;&gt;&lt;span style=&quot;font-size: 24px; font-weight: 600; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2 class=&quot;flex items-center text-gray-800&quot;&gt;&lt;span class=&quot;inline-flex items-center justify-center w-7 h-7 bg-primary/10 rounded-full text-primary mr-2.5 text-sm&quot;&gt;&lt;em class=&quot;fa fa-users&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 24px; font-weight: 600; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;实验室成员&lt;/span&gt;&lt;/h2&gt;&lt;/div&gt;&lt;!-- 成员列表 --&gt;&lt;div class=&quot;p-5 px-8&quot; style=&quot;line-height: 1.8; color: #4b5563;&quot;&gt;&lt;!-- 统一缩进容器 --&gt;&lt;div class=&quot;ml-4&quot;&gt;&lt;!-- 助理研究员 --&gt;&lt;div class=&quot;mb-4&quot;&gt;&lt;h3 style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-weight: 500; margin-bottom: 0.5rem; color: #1f2937;&quot;&gt;&lt;strong&gt;助理研究员&lt;/strong&gt;&lt;/h3&gt;&lt;div class=&quot;ml-6&quot;&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;于&amp;nbsp; 樾&amp;nbsp; &amp;nbsp;博士&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- 博士研究生 --&gt;&lt;div class=&quot;mb-4&quot;&gt;&lt;h3 style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-weight: 500; margin-bottom: 0.5rem; color: #1f2937;&quot;&gt;&lt;strong&gt;博士研究生&lt;/strong&gt;&lt;/h3&gt;&lt;div class=&quot;ml-6 space-y-0.5&quot;&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;24级 黄谱梅&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;24级 侍月会&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;25级 张梦洁&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- 硕士研究生 --&gt;&lt;div&gt;&lt;h3 style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-weight: 500; margin-bottom: 0.5rem; color: #1f2937;&quot;&gt;&lt;strong&gt;硕士研究生&lt;/strong&gt;&lt;/h3&gt;&lt;div class=&quot;ml-6 grid grid-cols-1 sm:grid-cols-2 gap-x-8 gap-y-0.5&quot;&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;23级 王玉卓&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;23级 唐永圆&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;23级 蒋子扬&lt;/p&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;span style=&quot;color: #4B5563; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;; font-size: 17px; text-wrap-mode: wrap;&quot;&gt;23级 蒋燕萍&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;24级 李润雯&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;24级 孙欣宇&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;24级 钟&amp;nbsp; &amp;nbsp;倩&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;24级 苏雨晴&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;py-0.5 hover:bg-gray-50 px-2 rounded transition-colors&quot;&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;24级 祝佳怡&lt;/p&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;25级 许春花&lt;/p&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;25级 徐蓓萱&lt;/p&gt;&lt;p style=&quot;font-size: 17px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;25级 钱康元&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Tue, 19 Aug 2025 18:45:49 +0800</pubDate></item><item><title>Interplay of phytohormones and epigenetic regulation: A recipe for plant development and plasticity</title><link>https://www.jianglab.com.cn/post/18.html</link><description>&lt;h1 class=&quot;heading-title&quot; style=&quot;box-sizing: inherit; font-size: 2.6rem; margin: 0px 0px 1.6rem; clear: both; font-family: Merriweather, Georgia, Cambria, &amp;quot;Times New Roman&amp;quot;, Times, serif; line-height: 1.4; overflow-wrap: break-word; color: rgb(33, 33, 33); text-wrap-mode: wrap; background-color: rgb(255, 255, 255); text-shadow: transparent 0px 0px 0px, rgba(0, 0, 0, 0.68) 0px 0px 0px !important;&quot;&gt;Interplay of phytohormones and epigenetic regulation: A recipe for plant development and plasticity&lt;br/&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.jianglab.com.cn/zb_users/upload/2025/08/202508181755513735326487.jpg&quot; title=&quot;jipb.v65.2.cover.jpg&quot; alt=&quot;jipb.v65.2.cover.jpg&quot;/&gt;&lt;/h1&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 18 Aug 2025 18:23:13 +0800</pubDate></item><item><title>Substituted Phthalimide AC94377 Is a Selective Agonist of the Gibberellin Receptor GID1</title><link>https://www.jianglab.com.cn/post/17.html</link><description>&lt;p&gt;&lt;span style=&quot;color: #2A2A2A; font-family: Merriweather, serif; font-size: 24px; font-weight: 700; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;Substituted Phthalimide AC94377 Is a Selective Agonist of the Gibberellin Receptor GID1&lt;br/&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.jianglab.com.cn/zb_users/upload/2025/08/202508181755513749338993.gif&quot; title=&quot;m_cover.gif&quot; alt=&quot;m_cover.gif&quot;/&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Mon, 18 Aug 2025 18:22:03 +0800</pubDate></item><item><title>MSA处理工具</title><link>https://www.jianglab.com.cn/post/16.html</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;仅限实验室内部访问&lt;/span&gt;&lt;/p&gt;</description><pubDate>Mon, 18 Aug 2025 17:48:44 +0800</pubDate></item><item><title>Alphafold3图形界面</title><link>https://www.jianglab.com.cn/post/15.html</link><description>&lt;p&gt;仅限实验室内部访问&lt;/p&gt;</description><pubDate>Mon, 18 Aug 2025 17:46:22 +0800</pubDate></item></channel></rss>