{"id":1510,"date":"2025-11-18T04:19:12","date_gmt":"2025-11-18T04:19:12","guid":{"rendered":"https:\/\/gcwas.taas.in\/?page_id=1510"},"modified":"2026-03-04T13:21:16","modified_gmt":"2026-03-04T13:21:16","slug":"knowledge-partners","status":"publish","type":"page","link":"https:\/\/gcwas.taas.in\/index.php\/knowledge-partners\/","title":{"rendered":"Knowledge Partners"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1510\" class=\"elementor elementor-1510\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04e878f e-con-full e-flex e-con e-parent\" data-id=\"04e878f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3555092 elementor-widget elementor-widget-html\" data-id=\"3555092\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Knowledge Partners<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@700;800&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary: #FF4500;\r\n            --secondary: #FF7F50;\r\n            --accent: #FF6347;\r\n            --light: #FFF5EE;\r\n            --dark: #8B2500;\r\n            --text: #333333;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Montserrat', sans-serif;\r\n            background-color: #f9f9f9;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        .partners-section {\r\n            max-width: 98%;\r\n            margin: 0 auto;\r\n            padding: 20px 10px;\r\n        }\r\n        \r\n        .section-title {\r\n            font-family: 'Playfair Display', serif;\r\n            color: var(--primary);\r\n            font-size: 2.8rem;\r\n            text-align: center;\r\n            margin-bottom: 60px;\r\n            position: relative;\r\n        }\r\n        \r\n        .section-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -15px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 80px;\r\n            height: 4px;\r\n            background: var(--accent);\r\n        }\r\n        \r\n        .partners-container {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n        }\r\n        \r\n        .partner-card {\r\n            background: #FFF8F3;\r\n            border-radius: 15px;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\r\n            transition: all 0.3s ease;\r\n            display: flex;\r\n            flex-direction: column;\r\n            height: 100%;\r\n        }\r\n        \r\n        .partner-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\r\n        }\r\n        \r\n        .partner-header {\r\n            background: linear-gradient(to right, var(--primary), var(--secondary));\r\n            color: white;\r\n            padding: 25px;\r\n            text-align: center;\r\n            position: relative;\r\n        }\r\n        \r\n        .partner-logo-container {\r\n            width: 120px;\r\n            height: 120px;\r\n            margin: 0 auto 15px;\r\n            background-color: white;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 10px;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .partner-logo {\r\n            max-width: 80%;\r\n            max-height: 80%;\r\n            object-fit: contain;\r\n            border-radius: 8px;\r\n        }\r\n        \r\n        .partner-name {\r\n            font-size: 1.5rem;\r\n            font-weight: 700;\r\n            margin-bottom: 5px;\r\n            color:white;\r\n        }\r\n        \r\n        .partner-abbr {\r\n            font-size: 0.9rem;\r\n            opacity: 0.9;\r\n        }\r\n        \r\n        .partner-type {\r\n            display: inline-block;\r\n            background: rgba(255, 255, 255, 0.3);\r\n            color: white;\r\n            padding: 5px 12px;\r\n            border-radius: 20px;\r\n            font-size: 0.8rem;\r\n            font-weight: 600;\r\n            margin-top: 8px;\r\n        }\r\n        \r\n        .partner-body {\r\n            padding: 25px;\r\n            flex-grow: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            background: #FFFFFF;\r\n        }\r\n        \r\n        .partner-description {\r\n            margin-bottom: 25px;\r\n            line-height: 1.7;\r\n            flex-grow: 1;\r\n            color: #000000;\r\n            text-align: justify;\r\n        }\r\n        \r\n        .partner-highlights {\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        .highlight-item {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 12px;\r\n        }\r\n        \r\n        .highlight-icon {\r\n            color: var(--primary);\r\n            margin-right: 12px;\r\n            font-size: 1.5rem;\r\n        }\r\n        \r\n        .highlight-text {\r\n            font-size: 0.95rem;\r\n            color: #000000;\r\n        }\r\n        \r\n        .partner-link {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            background: var(--accent);\r\n            color: white;\r\n            padding: 12px 25px;\r\n            border-radius: 30px;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            transition: all 0.3s;\r\n            margin-top: auto;\r\n            align-self: flex-start;\r\n        }\r\n        \r\n        .partner-link:hover {\r\n            background: var(--primary);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n            color:white;\r\n        }\r\n        \r\n        .partner-link i {\r\n            margin-left: 8px;\r\n            font-size: 0.9rem;\r\n        }\r\n        \r\n        p {\r\n            color: #000000;\r\n        }\r\n        \r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .section-title {\r\n                font-size: 2.2rem;\r\n            }\r\n            \r\n            .partners-container {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            .partner-header {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .partner-body {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .partner-logo-container {\r\n                width: 100px;\r\n                height: 100px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"partners-section\">\r\n    <h2 class=\"section-title\">Knowledge Partners<\/h2>\r\n    \r\n    <div class=\"partners-container\">\r\n        <!-- Michigan State University Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/11\/logo031.png\" alt=\"Michigan State University Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">Michigan State University<\/h3>\r\n                <div class=\"partner-abbr\">MSU, East Lansing, USA<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    Michigan State University (MSU) is a leading research university known for its comprehensive agricultural programs and innovative research. MSU's College of Agriculture and Natural Resources is committed to advancing knowledge in food systems, agricultural technology, and sustainable practices to address global challenges.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Pioneer in agricultural research and education since 1855<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Global leader in food security and sustainability research<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Innovative programs in agricultural technology and food systems<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/msu.edu\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- IRRI Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/11\/IRRI-Logo.png\" alt=\"IRRI Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">International Rice Research Institute<\/h3>\r\n                <div class=\"partner-abbr\">IRRI, Los Ba\u00f1os, Philippines<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    The International Rice Research Institute (IRRI) is the world's premier research organization dedicated to reducing poverty and hunger through rice science. IRRI develops new rice varieties and sustainable crop management practices that help rice farmers improve productivity and resilience to climate change.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Global leader in rice research since 1960<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Develops high-yielding, climate-resilient rice varieties<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Promotes sustainable rice farming practices worldwide<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.irri.org\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- ICRISAT Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/10\/ICRISAT.png\" alt=\"ICRISAT Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">International Crops Research Institute for the Semi-Arid Tropics<\/h3>\r\n                <div class=\"partner-abbr\">ICRISAT, Hyderabad, India<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    ICRISAT is a non-profit, non-political organization that conducts agricultural research for development in Asia and sub-Saharan Africa. It focuses on semi-arid tropics and works on crops like sorghum, pearl millet, chickpea, pigeonpea, and groundnut to improve smallholder farmer livelihoods.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Research on dryland cereals and legumes for smallholder farmers<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Innovations to improve crop productivity and resilience in challenging environments<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Empowers rural communities through agricultural innovations and capacity building<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.icrisat.org\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- NAAS Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/10\/NAAS-Logo-scaled.png\" alt=\"NAAS Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">National Academy of Agricultural Sciences<\/h3>\r\n                <div class=\"partner-abbr\">NAAS, New Delhi, India<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    NAAS is a premier agricultural scientific organization in India that provides a forum to agricultural scientists to deliberate on important issues of agricultural research, education, and extension. It recognizes excellence in agricultural sciences through fellowships and awards.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Promotes agricultural research and education in India<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Provides policy advice on agricultural development to the government<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Recognizes excellence through fellowships, awards, and publications<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/naas.org.in\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- MSSRF Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2026\/02\/MSSRF.png\" alt=\"MSSRF Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">M S Swaminathan Research Foundation<\/h3>\r\n                <div class=\"partner-abbr\">MSSRF, Chennai, India<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    The M S Swaminathan Research Foundation (MSSRF) is a non-profit research organization founded by Professor M. S. Swaminathan. It aims to accelerate the use of modern science for sustainable agricultural and rural development, focusing on a pro-poor, pro-women, and pro-nature orientation.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Focuses on sustainable agriculture and food security<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Pioneering work in biodiversity conservation and biotechnology<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Empowers rural communities through technology and knowledge transfer<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.mssrf.org\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- CGIAR Scaling for Impact Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <!-- Replace the src below with your CGIAR Scaling for Impact logo path -->\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2026\/03\/6-CGIAR.jpeg\" alt=\"CGIAR Scaling for Impact Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">CGIAR Scaling for Impact<\/h3>\r\n                <div class=\"partner-abbr\">CGIAR, Global<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    CGIAR Scaling for Impact is dedicated to ensuring that agricultural research innovations reach millions of people. They provide expertise and frameworks to scale solutions for food systems transformation, bridging the gap between scientific discovery and real-world impact.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Expertise in scaling agricultural innovations globally<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Supports systemic change for sustainable development<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Collaborates across CGIAR research centers<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.cgiar.org\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Knowledge Partners Knowledge Partners Michigan State University MSU, East Lansing, USA Michigan State University (MSU) is a leading research university known for its comprehensive agricultural programs and innovative research. MSU&#8217;s College of Agriculture and Natural Resources is committed to advancing knowledge in food systems, agricultural technology, and sustainable practices to address global challenges. Pioneer in&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1510","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages\/1510","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/comments?post=1510"}],"version-history":[{"count":15,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages\/1510\/revisions"}],"predecessor-version":[{"id":2078,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages\/1510\/revisions\/2078"}],"wp:attachment":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/media?parent=1510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}