{"id":86904,"date":"2025-08-04T10:23:01","date_gmt":"2025-08-04T10:23:01","guid":{"rendered":"https:\/\/www.climatepolicyinitiative.org\/?page_id=86904"},"modified":"2026-01-22T12:58:43","modified_gmt":"2026-01-22T12:58:43","slug":"our-history","status":"publish","type":"page","link":"https:\/\/www.climatepolicyinitiative.org\/id\/about-cpi\/our-history\/","title":{"rendered":"Our History"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\" \/>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <style>\n\n* {\n  box-sizing: border-box;\n}\n\nbody {\n  margin: 0;\n  padding: 0;\n}\n\n\n\/* Timeline Section Styles *\/\n.timeline {\n  flex: 1;\n  padding-left: 20px; \/* Add some spacing between menu and timeline *\/\n}\n\n.year-container {\n  position: relative;\n  background-color: white;\n  z-index:10;\n  text-align: center;\n  color: #393a39;\n  top:10px;\n}\n\n.year-container h2 {\n  color: #b53c36;\n  font-size: 36px;\n  font-weight: 550;\n}\n\n\/* Timeline container *\/\n.timeline {\n    position: relative;      \/* Ensure the pseudo-element (line) can be positioned relative to this container *\/\n    flex: 1;                 \/* Allow the timeline to take remaining space *\/\n    max-width: 900px;        \/* Max width to prevent stretching *\/\n    margin-top: 20px;        \/* Optional: Adjust the top margin *\/\n    z-index:1;\n}\n\n\/* Optional: Add the vertical timeline line *\/\n.timeline::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 50%;                \/* Center the line horizontally within the timeline *\/\n    transform: translateX(-50%); \/* Center the line exactly in the middle *\/\n    width: 3px;               \/* Line thickness *\/\n    height: 100%;             \/* Line spans the entire height of the timeline *\/\n    background-color: #393a39;\n    margin-left: 10px;   \/* Line color *\/\n    z-index:-10;\n}\n\n\n\n\/* Content style for timeline items *\/\n.container {\n  padding: 10px 40px;\n  position: relative;\n  background-color: inherit;\n  width: 50%;\n  opacity: 0;\n  transform: translateY(50px);\n  transition: opacity 1s ease-out, transform 1s ease-out;\n}\n\n.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* Animation for showing timeline content *\/\n.content {\n  padding: 10px;\n  background-color: white;\n  border-style: solid;\n  border-width: 1px;\n  border-color: #393a39;\n  position: relative;\n  border-radius: 10px;\n}\n\n.content img {\n  width: 100%;\n}\n\n.content p {\n  font-weight: 550;\n  color: #393a39;\n}\n\n\/* The circles on the timeline *\/\n.container::after {\n  content: '';\n  position: absolute;\n  width: 20px;\n  height: 20px;\n  right: -17px;\n  background-color: #393a39;\n  border: 4px solid white;\n  top: 15px;\n  border-radius: 50%;\n  z-index: 1;\n}\n\n\/* Other styles (arrows, content, etc.) *\/\n.left {\n  left: 0;\n}\n\n.right {\n  left: 50%;\n}\n\n.left::before {\n  content: \" \";\n  height: 0;\n  position: absolute;\n  top: 22px;\n  width: 0;\n  z-index: 1;\n  right: 30px;\n  border: medium solid white;\n  border-width: 10px 0 10px 10px;\n  border-color: transparent transparent transparent white;\n}\n\n.right::before {\n  content: \" \";\n  height: 0;\n  position: absolute;\n  top: 22px;\n  width: 0;\n  z-index: 1;\n  left: 30px;\n  border: medium solid white;\n  border-width: 10px 10px 10px 0;\n  border-color: transparent white transparent transparent;\n}\n\n.right::after {\n  left: -14px;\n}\n\n.left::after {\n  right: -14px;\n}\n\n.timeline-container {\n    display: flex;\n    flex-direction: row;\n    align-items: flex-start;  \/* Ensures both items are aligned at the top *\/\n    position: relative;\n}\n\n.menu-box {\n  position: fixed; \/* Change to fixed position *\/\n  bottom: 0;  \/* Position it at the bottom *\/\n  left: 0;\n  width: 100%; \/* Make it span the entire width *\/\n  height: auto;  \/* Adjust the height as needed *\/\n  padding: 20px;\n  background-color: white; \/* Optional: for visibility *\/\n  box-sizing: border-box;\n  z-index:10;\n}\n\/* Scroll Buttons *\/\n.scroll-buttons {\n  position: fixed;  \/* Fixes the buttons at the bottom *\/\n  bottom: 20px;  \/* Position buttons 20px from the bottom *\/\n  right: 20px;    \/* Position buttons 20px from the left *\/\n  display: flex;\n  flex-direction: column;  \/* Stack the buttons vertically *\/\n  justify-content: space-around;\n  z-index: 10;\n}\n\n.scroll-buttons button {\n  cursor: pointer;\n  font-size: 16px;\n  border-radius: 5px;\n  transition: background-color 0.3s ease;\n  margin-bottom: 10px;\n}\n\n\/* Media Queries for Mobile *\/\n@media screen and (max-width: 600px) {\n  .menu-box {\n    display: none;\n  }\n  .menu {\n    width: 120px;\n    padding: 10px;\n  }\n\n  .menu a {\n    font-size: 14px;\n  }\n\n  .timeline {\n    width: 100%;\n  }\n  .container {\n  width: 100%;\n  padding-left: 70px;\n  padding-right: 25px;\n}\n.timeline::before {\n    left: 40px;\n  }\n  \/* Make sure all circles are at the same spot *\/\n  .left::after, .right::after {\n    left: 15px;\n  }\n\n\/* Make all right containers behave like the left ones *\/\n  .right {\n    left: 0%;\n  }\n  .year-container{\n    background:transparent;\n  }\n\n}\n<\/style>\n<\/head>\n<body>\n\n<div class=\"timeline-container\">\n<!-- Left Sidebar Menu -->\n<div class=\"menu-box\">\n  <div class=\"scroll-buttons\">\n    <button id=\"scroll-top\">2009<\/button>\n    <button id=\"scroll-up\">\u2191<\/button>\n    <button id=\"scroll-down\">\u2193<\/button>\n    <button id=\"scroll-bottom\">2024<\/button>\n  <\/div>\n<\/div>\n\n<div class=\"timeline\">\n    <!-- Year Sections -->\n    <div id=\"year-2009\" class=\"year-container\">\n        <h2>2009<\/h2>\n    <\/div>\n    <div class=\"container left\">\n        <div class=\"content\">\n            <h5>CPI founded in San Francisco<\/h5>\n            <img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2020\/06\/CPI-logo-2.png\" alt=\"CPI logo\">\n        <\/div>\n    <\/div>\n  <div id=\"year-2010\" class=\"year-container\">\n      <h2>2010<\/h2>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5>Venice office opens (2010-2016)<\/h5>\n    <\/div>\n  <\/div>\n  <div id=\"year-2011\" class=\"year-container\">\n      <h2>2011<\/h2>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n      <h5><a href=\"https:\/\/www.climatepolicyinitiative.org\/the-regions\/brazil\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">Brazil<\/span><\/a> office opens (partnership with PUC-Rio)<\/h5>\n        <\/div>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5><a href=\"https:\/\/www.climatepolicyinitiative.org\/the-regions\/cpi-in-india\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">India<\/span><\/a> office opens (partnership with ISB)<\/h5>\n    <\/div>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n          <h5>Global Landscape of Climate Finance (GLCF) &#8211; <a href=\"https:\/\/www.climatepolicyinitiative.org\/publication\/the-landscape-of-climate-finance\/\"target=\"blank\">1st edition<\/a><\/h5>\n<a href=\"https:\/\/www.climatepolicyinitiative.org\/publication\/the-landscape-of-climate-finance\/\"target=\"blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2025\/03\/Screenshot-2025-03-07-at-18.13.40-1024x683.png\" alt=\"sankey\"><\/a>\n    <\/div>\n  <\/div>\n  <div id=\"year-2012\" class=\"year-container\">\n      <h2>2012<\/h2>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n       <h5><a href=\"https:\/\/www.climatepolicyinitiative.org\/the-regions\/indonesia\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">Indonesia<\/span><\/a> office opens<\/h5>\n    <\/div>\n  <\/div>\n  <div id=\"year-2013\" class=\"year-container\">\n      <h2>2013<\/h2>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n      <h5>Launch of Production &#038; Protection strategy for Brazil, providing a framework for Brazil\u2019s NDC<\/h5>\n    <\/div>\n  <\/div>\n  <div id=\"year-2014\" class=\"year-container\">\n      <h2>2014<\/h2>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5><a href=\"https:\/\/www.climatefinancelab.org\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">Global Innovation Lab for Climate Finance (the Lab)<\/span><\/a> launches<\/h5>\n      <a href=\"https:\/\/www.climatefinancelab.org\/\"target=\"blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2020\/09\/LAB-hero-1.png\" alt=\"Lab logo\"><\/a>\n    <\/div>\n  <\/div>\n  <div id=\"year-2015\" class=\"year-container\">\n      <h2>2015<\/h2>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n    <h5><a href=\"https:\/\/www.climatepolicyinitiative.org\/the-topics\/climate-law-and-governance\/\"target=blank\"><span style=\"text-decoration:underline;color:#393a39;\">Brazil Climate Law and Governance Program<\/span><\/a> launches, starting its agenda on the Forest Code<\/h5>\n<a href=\"https:\/\/www.climatepolicyinitiative.org\/the-topics\/climate-law-and-governance\/\"target=blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2025\/03\/foto-car-1-1024x532.jpg\" alt=\"Field areal view\"><\/a>\n      <\/div>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n    <h5>COP21 Paris Agreement: Global Landscape of Climate Finance provides foundations for Paris 2.1(c) &#8220;making finance flows consistent with a pathway towards low greenhouse gas emissions and climate-resilient development\u201d<\/h5>\n<img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2025\/01\/COP21.jpg\" alt=\"COP21\">\n    <\/div>\n  <\/div>\n  <div id=\"year-2016\" class=\"year-container\">\n      <h2>2016<\/h2>\n  <\/div>\n  <div class=\"container left\">\n  <div class=\"content\">\n    <h5>London office opens<\/h5>\n    <img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2025\/02\/london-office.jpg\" alt=\"London office\">\n  <\/div>\n<\/div>\n  <div id=\"year-2017\" class=\"year-container\">\n      <h2>2017<\/h2>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5><a href=\"https:\/\/www.climatepolicyinitiative.org\/the-programs\/us-india-clean-energy-finance-usicef\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">USICEF<\/span><\/a> launches<\/h5>\n      <a href=\"https:\/\/www.climatepolicyinitiative.org\/the-programs\/us-india-clean-energy-finance-usicef\/\"target=\"blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2020\/09\/USICEF-Hero.png\" alt=\"USICEF logo\"><\/a>\n      <\/div>\n  <\/div>\n  <div id=\"year-2018\" class=\"year-container\">\n      <h2>2018<\/h2>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n      <h5>Lab instruments\u2019 >$1bn climate finance mobilization<\/h5>\n    <\/div>\n  <\/div>\n  <div id=\"year-2019\" class=\"year-container\">\n      <h2>2019<\/h2>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5>CPI becomes <a href=\"https:\/\/citiesclimatefinance.org\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">Cities Climate Finance Leadership Alliance (CCFLA)<\/span><\/a> Secretariat<\/h5>\n      <a href=\"https:\/\/citiesclimatefinance.org\/\"target=\"blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2020\/09\/CCFLA-hero.png\" alt=\"CCFLA logo\"><\/a>\n        <\/div>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n        <h5><a href=\"https:\/\/www.climatepolicyinitiative.org\/the-regions\/indonesia\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">Indonesia<\/span><\/a> permanent office established<\/h5>\n    <\/div>\n  <\/div>\n  <div id=\"year-2020\" class=\"year-container\">\n      <h2>2020<\/h2>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5>Willis Towers Watson acquires CPI energy finance team<\/h5>\n    <\/div>\n  <\/div>\n  <div id=\"year-2021\" class=\"year-container\">\n      <h2>2021<\/h2>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n      <h5>Washington DC office opens<\/h5>\n    <\/div>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5>Lab wins UN Global Climate Action Awards<\/h5>\n      <img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2025\/03\/2KCTKRC-website-1024x682.jpg\" alt=\"UNCC 2021\">\n    <\/div>\n  <\/div>\n<div class=\"container left\">\n    <div class=\"content\">\n      <h5><a href=\"https:\/\/amazonia2030.org.br\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">Amazonia2030<\/a> project launches (partnership with IMAZON and the Centro de Empreendedorismo da Amaz\u00f4nia)<\/h5>\n      <img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2021\/06\/AMZ-2030-LOGO-COLOR-Branco.png\" alt=\"Amazonia logo\">\n    <\/div>\n  <\/div>\n  <div id=\"year-2022\" class=\"year-container\">\n      <h2>2022<\/h2>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5><a href=\"https:\/\/www.ccfacility.org\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">Catalytic Climate Finance Facility<\/span><\/a> launches (partnership with Convergence)<\/h5>\n      <a href=\"https:\/\/www.ccfacility.org\/\"target=\"blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2024\/03\/CCFF_Symbol_Color_Lockup_1588x1200-1024x774.png\" alt=\"CCFF logo\"><\/a>\n    <\/div>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n      <h5>CPI Indonesia becomes knowledge partner to PT SMI Energy Transition Mechanism Country Platform<\/h5>\n      <img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2025\/01\/G20.jpg\" alt=\"Indonesia G20 2022\">\n        <\/div>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5>CPI becomes <a href=\"https:\/\/climateshotinvestor.org\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">ClimateShot Investor Coalition (CLIC)<\/span><\/a> secretariat<\/h5>\n      <a href=\"https:\/\/climateshotinvestor.org\/\"target=\"blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2023\/04\/CLIC-HERO_.png\" alt=\"CLIC logo\"><\/a>\n    <\/div>\n  <\/div>\n  <div id=\"year-2023\" class=\"year-container\">\n      <h2>2023<\/h2>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n      <h5><a href=\"https:\/\/indiacleanenergyfinance.org\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">ICEF<\/span><\/a> launches building on USICEF success of mobilizing 30x in commercial capital from initial grants<\/h5>\n     <a href=\"https:\/\/indiacleanenergyfinance.org\/\"target=\"blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2025\/05\/ICEF-logo.png\" alt=\"ICEF logo\"><\/a>\n    <\/div>\n  <\/div>\n  <div class=\"container right\">\n    <div class=\"content\">\n      <h5><a href=\"https:\/\/sustainablefinancecenter.org\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">India Center for Sustainable Finance<\/span><\/a> launches<\/h5>\n      <a href=\"https:\/\/sustainablefinancecenter.org\/\"target=\"blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2025\/02\/4F1A2358-1024x683.jpg\" alt=\"Launch of Center for Sustainable Finance 2023\"><\/a>\n    <\/div>\n  <\/div>\n  <div class=\"container left\">\n    <div class=\"content\">\n      <h5>Lab instruments&#8217; >$4bn climate finance mobilization<\/h5>\n    <\/div>\n  <\/div>\n  <div id=\"year-2024\" class=\"year-container\">\n      <h2>2024<\/h2>\n  <\/div>\n  <div class=\"container right\">\n  <div class=\"content\">\n    <h5><a href=\"https:\/\/www.climatepolicyinitiative.org\/the-regions\/africa\/\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">South Africa<\/span><\/a> office opens<\/h5>\n  <\/div>\n<\/div>\n<div class=\"container left\">\n  <div class=\"content\">\n    <h5><a href=\"https:\/\/financeincommon.org\/fics-innovation-lab\"target=\"blank\"><span style=\"text-decoration:underline;color:#393a39;\">FiCS Lab<\/span><\/a> launches (partnership with Finance in Common)<\/h5>\n<a href=\"https:\/\/financeincommon.org\/fics-innovation-lab\"target=\"blank\"><img decoding=\"async\" src=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2024\/06\/FICS.png\" alt=\"FiCS logo\"><\/a>\n  <\/div>\n<\/div>\n\n\n<\/div>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ Ensure the menu box and timeline elements exist\n    const menuBox = document.querySelector('.menu-box');\n    const timeline = document.querySelector('.timeline');\n\n    \/\/ Scroll functionality\n    const scrollUpButton = document.getElementById('scroll-up');\n    const scrollDownButton = document.getElementById('scroll-down');\n    const scrollTopButton = document.getElementById('scroll-top');\n    const scrollBottomButton = document.getElementById('scroll-bottom');\n\n    \/\/ Scroll up button\n    scrollUpButton.addEventListener('click', function () {\n        window.scrollBy({\n            top: -window.innerHeight,\n            behavior: 'smooth'\n        });\n    });\n\n    \/\/ Scroll down button\n    scrollDownButton.addEventListener('click', function () {\n        window.scrollBy({\n            top: window.innerHeight,\n            behavior: 'smooth'\n        });\n    });\n\n    \/\/ Go to top button\n    scrollTopButton.addEventListener('click', function () {\n        window.scrollTo({\n            top: 0,\n            behavior: 'smooth'\n        });\n    });\n\n    \/\/ Go to bottom button\n    scrollBottomButton.addEventListener('click', function () {\n        window.scrollTo({\n            top: document.body.scrollHeight,\n            behavior: 'smooth'\n        });\n    });\n\n    \/\/ Debugging: Check if menuBox and timeline are correctly selected\n    console.log('menuBox:', menuBox);\n    console.log('timeline:', timeline);\n\n    if (!menuBox || !timeline) {\n        console.error('Either the menu box or timeline does not exist!');\n        return; \/\/ Stop script execution if elements are missing\n    }\n\n    \/\/ If elements exist, proceed with calculations\n    const menuBoxHeight = menuBox.offsetHeight;\n    const timelineHeight = timeline.offsetHeight;\n\n    console.log('Menu Box Height:', menuBoxHeight);\n    console.log('Timeline Height:', timelineHeight);\n\n    \/\/ Create an intersection observer for the timeline content\n    const observer = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('visible');\n                observer.unobserve(entry.target);\n            }\n        });\n    }, {\n        rootMargin: '0px',\n        threshold: 0.9\n    });\n\n    const containers = document.querySelectorAll('.container');\n    containers.forEach(container => {\n        observer.observe(container);\n    });\n\n    \/\/ Smooth scroll to sections on clicking menu items\n    const menuLinks = document.querySelectorAll('.menu a');\n    menuLinks.forEach(link => {\n        link.addEventListener('click', function (e) {\n            e.preventDefault();\n            const targetId = link.getAttribute('href').substring(1);\n            const targetElement = document.getElementById(targetId);\n            if (targetElement) {\n                targetElement.scrollIntoView({ behavior: 'smooth' });\n            } else {\n                console.error('Target element not found:', targetId);\n            }\n        });\n    });\n});\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>2009 \u2191 \u2193 2024 2009 CPI founded in San Francisco 2010 Venice office opens (2010-2016) 2011 Brazil office opens (partnership with PUC-Rio) India office opens (partnership with ISB) Global Landscape of Climate Finance (GLCF) &#8211; 1st edition 2012 Indonesia office opens 2013 Launch of Production &#038; Protection strategy for Brazil, providing a framework for Brazil\u2019s [&hellip;]<\/p>\n","protected":false},"author":248,"featured_media":0,"parent":13649,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/full-width.php","meta":{"_acf_changed":false,"footnotes":""},"programs":[],"regions":[],"topics":[],"collaborations":[],"class_list":["post-86904","page","type-page","status-publish","format-standard","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Our History - CPI<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our History - CPI\" \/>\n<meta property=\"og:description\" content=\"2009 \u2191 \u2193 2024 2009 CPI founded in San Francisco 2010 Venice office opens (2010-2016) 2011 Brazil office opens (partnership with PUC-Rio) India office opens (partnership with ISB) Global Landscape of Climate Finance (GLCF) &#8211; 1st edition 2012 Indonesia office opens 2013 Launch of Production &#038; Protection strategy for Brazil, providing a framework for Brazil\u2019s [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ClimatePolicyInitiative\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-22T12:58:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2020\/06\/CPI-logo-2.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@climatepolicy\" \/>\n<meta name=\"twitter:label1\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/about-cpi\\\/our-history\\\/\",\"url\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/about-cpi\\\/our-history\\\/\",\"name\":\"Our History - CPI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/pt-br\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/about-cpi\\\/our-history\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/about-cpi\\\/our-history\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/CPI-logo-2.png\",\"datePublished\":\"2025-08-04T10:23:01+00:00\",\"dateModified\":\"2026-01-22T12:58:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/about-cpi\\\/our-history\\\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/about-cpi\\\/our-history\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/about-cpi\\\/our-history\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/CPI-logo-2.png\",\"contentUrl\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/CPI-logo-2.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/about-cpi\\\/our-history\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About CPI\",\"item\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/about-cpi\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Our History\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/pt-br\\\/#website\",\"url\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/pt-br\\\/\",\"name\":\"CPI\",\"description\":\"Climate Policy Initiative works to improve the most important energy and land use policies around the world, with a particular focus on finance.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/pt-br\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/pt-br\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/pt-br\\\/#organization\",\"name\":\"Climate Policy Initiative\",\"url\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/pt-br\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/pt-br\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/CPI_logo_cmyk_transparent.png\",\"contentUrl\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/CPI_logo_cmyk_transparent.png\",\"width\":1728,\"height\":720,\"caption\":\"Climate Policy Initiative\"},\"image\":{\"@id\":\"https:\\\/\\\/www.climatepolicyinitiative.org\\\/pt-br\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/ClimatePolicyInitiative\",\"https:\\\/\\\/x.com\\\/climatepolicy\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/climate-policy-initiative\\\/?lipi=urn:li:page:d_flagship3_search_srp_all;GvyQ8DliSYaW9eZhdq8RBQ==\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCE8V0iDgBU8mreZdBegVCcA\",\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Climate_Policy_Initiative\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Our History - CPI","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/","og_locale":"id_ID","og_type":"article","og_title":"Our History - CPI","og_description":"2009 \u2191 \u2193 2024 2009 CPI founded in San Francisco 2010 Venice office opens (2010-2016) 2011 Brazil office opens (partnership with PUC-Rio) India office opens (partnership with ISB) Global Landscape of Climate Finance (GLCF) &#8211; 1st edition 2012 Indonesia office opens 2013 Launch of Production &#038; Protection strategy for Brazil, providing a framework for Brazil\u2019s [&hellip;]","og_url":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/","og_site_name":"CPI","article_publisher":"https:\/\/www.facebook.com\/ClimatePolicyInitiative","article_modified_time":"2026-01-22T12:58:43+00:00","og_image":[{"url":"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2020\/06\/CPI-logo-2.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@climatepolicy","twitter_misc":{"Estimasi waktu membaca":"5 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/","url":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/","name":"Our History - CPI","isPartOf":{"@id":"https:\/\/www.climatepolicyinitiative.org\/pt-br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/#primaryimage"},"image":{"@id":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/#primaryimage"},"thumbnailUrl":"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2020\/06\/CPI-logo-2.png","datePublished":"2025-08-04T10:23:01+00:00","dateModified":"2026-01-22T12:58:43+00:00","breadcrumb":{"@id":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/"]}]},{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/#primaryimage","url":"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2020\/06\/CPI-logo-2.png","contentUrl":"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2020\/06\/CPI-logo-2.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/our-history\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.climatepolicyinitiative.org\/id\/"},{"@type":"ListItem","position":2,"name":"About CPI","item":"https:\/\/www.climatepolicyinitiative.org\/about-cpi\/"},{"@type":"ListItem","position":3,"name":"Our History"}]},{"@type":"WebSite","@id":"https:\/\/www.climatepolicyinitiative.org\/pt-br\/#website","url":"https:\/\/www.climatepolicyinitiative.org\/pt-br\/","name":"CPI","description":"Climate Policy Initiative works to improve the most important energy and land use policies around the world, with a particular focus on finance.","publisher":{"@id":"https:\/\/www.climatepolicyinitiative.org\/pt-br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.climatepolicyinitiative.org\/pt-br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/www.climatepolicyinitiative.org\/pt-br\/#organization","name":"Climate Policy Initiative","url":"https:\/\/www.climatepolicyinitiative.org\/pt-br\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/www.climatepolicyinitiative.org\/pt-br\/#\/schema\/logo\/image\/","url":"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2021\/07\/CPI_logo_cmyk_transparent.png","contentUrl":"https:\/\/www.climatepolicyinitiative.org\/wp-content\/uploads\/2021\/07\/CPI_logo_cmyk_transparent.png","width":1728,"height":720,"caption":"Climate Policy Initiative"},"image":{"@id":"https:\/\/www.climatepolicyinitiative.org\/pt-br\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ClimatePolicyInitiative","https:\/\/x.com\/climatepolicy","https:\/\/www.linkedin.com\/company\/climate-policy-initiative\/?lipi=urn:li:page:d_flagship3_search_srp_all;GvyQ8DliSYaW9eZhdq8RBQ==","https:\/\/www.youtube.com\/channel\/UCE8V0iDgBU8mreZdBegVCcA","https:\/\/en.wikipedia.org\/wiki\/Climate_Policy_Initiative"]}]}},"_links":{"self":[{"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/pages\/86904","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/users\/248"}],"replies":[{"embeddable":true,"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/comments?post=86904"}],"version-history":[{"count":0,"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/pages\/86904\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/pages\/13649"}],"wp:attachment":[{"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/media?parent=86904"}],"wp:term":[{"taxonomy":"programs","embeddable":true,"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/programs?post=86904"},{"taxonomy":"regions","embeddable":true,"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/regions?post=86904"},{"taxonomy":"topics","embeddable":true,"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/topics?post=86904"},{"taxonomy":"collaborations","embeddable":true,"href":"https:\/\/www.climatepolicyinitiative.org\/id\/wp-json\/wp\/v2\/collaborations?post=86904"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}