{"id":10,"date":"2025-08-21T01:51:37","date_gmt":"2025-08-21T01:51:37","guid":{"rendered":"https:\/\/vpe.aqs.mybluehost.me\/website_f1c829f3\/?page_id=10"},"modified":"2026-05-21T10:51:34","modified_gmt":"2026-05-21T10:51:34","slug":"book","status":"publish","type":"page","link":"https:\/\/geopoliticalmining.com\/fr\/book\/","title":{"rendered":"Book"},"content":{"rendered":"\n<style>\n  :root {\n    --ink: #0a0a0a;\n    --accent: #E6DFD3;\n    --accent-ink: #1A1A1A;\n    --ring: rgba(230,223,211,.35);\n    --blue: #1f3c88;\n  }\n\n  * { box-sizing: border-box; }\n\n  body {\n    margin: 0;\n    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;\n    line-height: 1.6;\n    color: var(--ink);\n    background: #fbfbfb;\n    overflow-x:hidden;\n  }\n\n  .container {\n    width: min(1000px, 92%);\n    margin: auto;\n  }\n\n  .section {\n    padding: 64px 0;\n  }\n\n  h1 {\n    font-size: clamp(28px, 5vw, 50px);\n    line-height: 1.1;\n    margin: .2em 0;\n  }\n\n  h2 {\n    font-size: clamp(24px, 4vw, 34px);\n    margin-bottom: .5rem;\n  }\n\n  h3 {\n    font-size: clamp(18px, 2.6vw, 22px);\n    margin-top:0;\n    margin-bottom:.45rem;\n  }\n\n  p.lead {\n    font-size: clamp(16px, 2.5vw, 20px);\n    color: #333;\n    margin: 0 0 1rem 0;\n  }\n\n  .small {\n    font-size: clamp(15px, 2vw, 17px);\n    color: #555;\n  }\n\n  .btn {\n    display: inline-block;\n    padding: 12px 20px;\n    border-radius: 999px;\n    font-weight: 600;\n    text-decoration: none;\n    border: 1px solid #ddd;\n    box-shadow: 0 6px 15px rgba(0,0,0,.06);\n    transition: background .2s, color .2s, box-shadow .2s;\n    text-align:center;\n  }\n\n  .btn.primary {\n    background: var(--accent);\n    border-color: transparent;\n    color: var(--accent-ink);\n    box-shadow: 0 8px 20px var(--ring);\n  }\n\n  .btn.primary:hover {\n    box-shadow: 0 10px 26px var(--ring);\n  }\n\n  .btn.ghost {\n    background: #fff;\n    color: var(--ink);\n  }\n\n  .btn.ghost:hover {\n    background:#f7f7f7;\n  }\n\n  .btn.outline {\n    background: #fff;\n    color: var(--blue);\n    border-color: var(--blue);\n  }\n\n  .btn.outline:hover {\n    background:#f8faff;\n  }\n\n  .grid {\n    display: grid;\n    gap: 24px;\n  }\n\n  .two-cols {\n    grid-template-columns: 1.05fr .95fr;\n    align-items: center;\n  }\n\n  .three-cols {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .card {\n    background: #fff;\n    border: 1px solid #eee;\n    border-radius: 14px;\n    padding: 20px;\n    box-shadow: 0 8px 20px rgba(0,0,0,.06);\n  }\n\n  .book-kicker {\n    text-transform:uppercase;\n    letter-spacing:.16em;\n    font-size:12px;\n    font-weight:700;\n    color:#777;\n    margin:0 0 10px 0;\n  }\n\n  .book-cover {\n    width:100%;\n    max-width:400px;\n    margin:auto;\n    display:block;\n    border-radius:14px;\n    box-shadow:0 10px 28px rgba(0,0,0,.22);\n  }\n\n  .book-hero-buttons {\n    display:flex;\n    gap:10px;\n    flex-wrap:wrap;\n    margin-top:1.4rem;\n  }\n\n  .book-languages {\n    margin-top: 1rem;\n    font-size: 14px;\n    color: #555;\n  }\n\n  .book-languages strong {\n    font-weight: 600;\n    color: #222;\n  }\n\n  .book-language-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 0.8rem;\n  }\n\n  .book-language-buttons .btn {\n    font-size: 14px;\n    padding: 8px 14px;\n  }\n\n  .recognition-grid {\n    display:grid;\n    grid-template-columns:repeat(2, minmax(0, 1fr));\n    gap:18px;\n    margin-top:24px;\n  }\n\n  .recognition-card {\n    background:#fff;\n    border:1px solid #eee;\n    border-radius:14px;\n    padding:18px;\n    box-shadow:0 8px 20px rgba(0,0,0,.045);\n    display:flex;\n    flex-direction:column;\n    min-height:220px;\n  }\n\n  .recognition-card h3 {\n    font-size:18px;\n    color:#1d2633;\n    margin-bottom:.35rem;\n  }\n\n  .recognition-card p {\n    margin:0;\n  }\n\n  .recognition-card a {\n    color:#1f3c88;\n    text-decoration:none;\n    font-weight:600;\n  }\n\n  .recognition-card a:hover {\n    text-decoration:underline;\n  }\n\n  .recognition-label {\n    text-transform:uppercase;\n    letter-spacing:.12em;\n    font-size:11px;\n    font-weight:700;\n    color:#777;\n    margin-bottom:8px;\n  }\n\n  .recognition-links {\n    margin-top:auto;\n    padding-top:14px;\n    font-size:14px;\n    color:#777;\n  }\n\n  .recognition-links a {\n    display:inline-block;\n    margin-right:8px;\n    margin-bottom:4px;\n  }\n\n  .retail-note {\n    margin-top:22px;\n    padding:16px 18px;\n    background:#fff;\n    border:1px solid #eee;\n    border-radius:14px;\n    color:#555;\n    box-shadow:0 6px 18px rgba(0,0,0,.035);\n  }\n\n  .gm-accordion details {\n    background:#fff;\n    border:1px solid #e7e7e7;\n    border-radius:12px;\n    padding:18px 20px;\n    box-shadow:0 6px 18px rgba(0,0,0,.06);\n    transition:all .25s ease;\n  }\n\n  .gm-accordion details+details {\n    margin-top:12px;\n  }\n\n  .gm-accordion summary {\n    cursor:pointer;\n    list-style:none;\n    font-weight:700;\n    font-size:clamp(17px,2.6vw,20px);\n    color:#1a1a1a;\n    position:relative;\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    outline:none;\n  }\n\n  .gm-accordion summary::-webkit-details-marker {\n    display:none;\n  }\n\n  .gm-accordion summary::after {\n    content:\"\u25b8\";\n    font-size:20px;\n    color:#aaa;\n    margin-left:10px;\n    transition:transform .25s ease, color .25s ease;\n  }\n\n  .gm-accordion details[open] summary::after {\n    transform:rotate(90deg);\n    color:#E6DFD3;\n  }\n\n  .gm-accordion .panel {\n    margin-top:12px;\n    color:#333;\n    font-size:clamp(15px,2.3vw,17px);\n    line-height:1.65;\n  }\n\n  .gm-accordion ul {\n    margin:.5rem 0 0 1.2rem;\n  }\n\n  .book-image-full {\n    width:100%;\n    height:auto;\n    margin-top:24px;\n    border-radius:12px;\n    box-shadow:0 6px 16px rgba(0,0,0,0.15);\n  }\n\n  .sample-grid img {\n    width:100%;\n    height:auto;\n    margin-top:20px;\n    border-radius:12px;\n    box-shadow:0 6px 16px rgba(0,0,0,0.15);\n  }\n\n  .authors-grid {\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:40px;\n    align-items:start;\n  }\n\n  .author-card {\n    text-align:center;\n  }\n\n  .author-card img {\n    width:180px;\n    height:180px;\n    object-fit:cover;\n    border-radius:50%;\n    box-shadow:0 6px 16px rgba(0,0,0,0.1);\n  }\n\n  .author-card a {\n    text-decoration:none;\n    color:#1f3c88;\n    font-weight:600;\n  }\n\n  header,\n  h1.entry-title,\n  .wp-block-post-title {\n    display: none !important;\n  }\n\n  .site-header {\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    background:#fff;\n    border-bottom:1px solid #eee;\n  }\n\n  .site-header-inner {\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:16px;\n    padding:12px 0;\n  }\n\n  .site-header-nav {\n    display:flex;\n    gap:16px;\n    font-size:14px;\n  }\n\n  .site-header-nav a {\n    text-decoration:none;\n    color:#222;\n    font-weight:500;\n  }\n\n  .site-header-nav a:hover {\n    color:#1f3c88;\n  }\n\n  .stickybar {\n    position: sticky;\n    bottom: 0;\n    background: rgba(255,255,255,.97);\n    backdrop-filter: blur(10px);\n    border-top: 1px solid #eee;\n    padding: 10px 0;\n    z-index: 10;\n    box-shadow:0 -4px 14px rgba(0,0,0,.04);\n  }\n\n  @media (max-width: 800px) {\n    .two-cols {\n      grid-template-columns: 1fr;\n    }\n\n    .three-cols {\n      grid-template-columns: 1fr;\n    }\n\n    .recognition-grid {\n      grid-template-columns:1fr;\n    }\n\n    .authors-grid {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n\n    .author-card img {\n      width:160px;\n      height:160px;\n    }\n\n    .site-header-inner {\n      flex-direction:column;\n      align-items:flex-start;\n    }\n\n    .site-header-nav{\n      flex-wrap:wrap;\n    }\n  }\n<\/style>\n\n<!-- Header fijo con logo Geopolitical Mining -->\n<div class=\"site-header\">\n  <div class=\"container site-header-inner\">\n    <a href=\"\/\" aria-label=\"Go to Geopolitical Mining\">\n      <img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp?ssl=1\"\n           alt=\"Geopolitical Mining\"\n           style=\"height:100px;width:auto;display:block;\">\n    <\/a>\n\n    <nav class=\"site-header-nav\">\n      <a href=\"\/\">Home<\/a>\n      <a href=\"\/book\">Book<\/a>\n      <a href=\"\/country-region-analysis\">Country &amp; Region<\/a>\n      <a href=\"\/articles\">Articles<\/a>\n      <a href=\"\/signals-2026\">Signals 2026<\/a>\n      <a href=\"\/weekly\">Weekly<\/a>\n      <a href=\"\/criticalminerals\/\">Critical Minerals<\/a>\n      <a href=\"\/faq\">FAQ<\/a>\n    <\/nav>\n  <\/div>\n<\/div>\n\n<main>\n\n<!-- HERO -->\n<section class=\"section\" style=\"background:#fff;\">\n  <div class=\"container grid two-cols\">\n    <div>\n      <p class=\"book-kicker\">QM Books \u00b7 Toronto<\/p>\n\n      <h1 style=\"\n        margin-bottom:0.7rem;\n        font-size:clamp(26px, 4.2vw, 42px);\n        line-height:1.15;\n      \">\n        Mining Is Dead.<br>\n        Long Live Geopolitical Mining.\n      <\/h1>\n\n      <p class=\"lead\" style=\"font-weight:600;color:#1d2633;\">\n        The foundational book behind the Geopolitical Mining framework.\n      <\/p>\n\n      <p class=\"small\" style=\"max-width:680px;\">\n        A strategic reading of how critical minerals, industrial policy, legitimacy, capital and state power are reshaping the global order.\n      <\/p>\n\n      <p class=\"small\" style=\"max-width:680px;\">\n        The book explains why mining has moved from the background of the economy to the centre of national security, technological autonomy, supply chain resilience and geopolitical competition.\n      <\/p>\n\n      <div class=\"book-hero-buttons\">\n        <a class=\"btn primary\"\n           href=\"https:\/\/www.amazon.com\/Mining-Dead-Long-Live-Geopolitical\/dp\/1069610682\/ref=sr_1_3?crid=29K8A704KR7VR&amp;dib=eyJ2IjoiMSJ9.3IZRKQFsLwAg-HP_Gh-hBPrRwHuC-CFKaQH3MqvYAgjGjHj071QN20LucGBJIEps.rkhY60gMYULFuf1x7VouHymSC2_WFEyNWmWGOT92rJw&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764861824&amp;sprefix=%2Caps%2C73&amp;sr=8-3\"\n           target=\"_blank\"\n           rel=\"noopener noreferrer\">\n          Buy in English\n        <\/a>\n\n        <a class=\"btn outline\" href=\"#inside-book\">\n          Explore the book\n        <\/a>\n      <\/div>\n\n      <div class=\"book-languages\">\n        <strong>Available editions:<\/strong> English \u00b7 Espa\u00f1ol \u00b7 Fran\u00e7ais\n      <\/div>\n\n      <div class=\"book-language-buttons\">\n        <a class=\"btn ghost\"\n           href=\"https:\/\/www.amazon.com.mx\/Miner%C3%ADa-Muerto-Larga-Vida-Geopol%C3%ADtica\/dp\/1069816523\/ref=sr_1_3?crid=GI84KLM634QK&amp;dib=eyJ2IjoiMSJ9.jBMZyfkURPWjvw7MzI29oHz2q0vMEtJkQcW1eMLz3mLdWbmf045XWDTaqejObK8Pf7EEoMvLMIDJa172-bBZmP9Iq-l-ohtnIqUO8Vv9gHIfF68AluFG3YOVmXuV7uNE.jPwgwGJsTFmfOuoUGUNHSbyd8B3ZDmTz0gAh_3jkTSE&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764862632&amp;sprefix=%2Caps%2C58&amp;sr=8-3&amp;ufe=app_do%3Aamzn1.fos.de93fa6a-174c-4df7-be7c-5bc8e9c5a71b\"\n           target=\"_blank\"\n           rel=\"noopener noreferrer\">\n          Comprar en espa\u00f1ol\n        <\/a>\n\n        <a class=\"btn ghost\"\n           href=\"https:\/\/www.amazon.fr\/Lindustrie-mini%C3%A8re-morte-Vive-g%C3%A9opolitique\/dp\/1069816515\/ref=sr_1_2?crid=28PO0T1TNJZN0&amp;dib=eyJ2IjoiMSJ9.G6ALV3OMAqKP6i2RS15ia86w3VBLWSjhzqSx5ZiwdAyXHEor9YXdmD4mVSM9_59yvRrnyjKmoY-J77mK0S8y1y6Lh3U7eKjwCWu8ZXEjWlA.qSU62n5NDJ5IADdAFo3B_Hj9mm-ZSqk7e-haK1hb9ts&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764860669&amp;sprefix=%2Caps%2C198&amp;sr=8-2\"\n           target=\"_blank\"\n           rel=\"noopener noreferrer\">\n          Acheter en fran\u00e7ais\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div>\n      <img data-recalc-dims=\"1\" decoding=\"async\" class=\"book-cover\"\n           src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.webp?ssl=1\"\n           alt=\"Book cover \u2014 Mining Is Dead. Long Live Geopolitical Mining\"\n           loading=\"lazy\" \/>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- RECOGNITION -->\n<section class=\"section\" style=\"background:#fbfbfb;\">\n  <div class=\"container\">\n    <p class=\"book-kicker\">Selected recognition, policy references &amp; international commentary<\/p>\n\n    <h2>\n      The book and the Geopolitical Mining framework are circulating across policy, academic, financial, mining media and international language conversations.\n    <\/h2>\n\n    <p class=\"small\" style=\"max-width:850px;\">\n      Since publication, <em>Mining Is Dead. Long Live Geopolitical Mining<\/em> and the wider Geopolitical Mining framework have been referenced, reviewed, translated or discussed across institutional, academic, media, financial and industry channels.\n    <\/p>\n\n    <div class=\"recognition-grid\">\n\n      <article class=\"recognition-card\">\n        <p class=\"recognition-label\">Official policy discussion<\/p>\n        <h3>House of Commons of Canada<\/h3>\n        <p class=\"small\">\n          The book was cited and read in a Canadian parliamentary discussion on critical minerals, defence and strategic dependency.\n        <\/p>\n        <p class=\"recognition-links\">\n          <a href=\"https:\/\/www.ourcommons.ca\/DocumentViewer\/en\/13905971\" target=\"_blank\" rel=\"noopener noreferrer\">House of Commons<\/a>\n        <\/p>\n      <\/article>\n\n      <article class=\"recognition-card\">\n        <p class=\"recognition-label\">Academic &amp; policy recognition<\/p>\n        <h3>Resources Policy \/ Elsevier \u00b7 Survival \/ IISS<\/h3>\n        <p class=\"small\">\n          The book has entered academic and strategic policy conversations through <em>Resources Policy<\/em> and <em>Survival: Global Politics and Strategy<\/em>, published by the International Institute for Strategic Studies.\n        <\/p>\n        <p class=\"recognition-links\">\n          <a href=\"https:\/\/ideas.repec.org\/a\/eee\/jrpoli\/v112y2026ics0301420725003423.html\" target=\"_blank\" rel=\"noopener noreferrer\">Resources Policy<\/a>\n          <a href=\"https:\/\/www.iiss.org\/publications\/survival\/2026\/survival-global-politics-and-strategy-aprmay-2026\/\" target=\"_blank\" rel=\"noopener noreferrer\">Survival \/ IISS<\/a>\n        <\/p>\n      <\/article>\n\n      <article class=\"recognition-card\">\n        <p class=\"recognition-label\">Political &amp; strategic media<\/p>\n        <h3>The Spectator \u00b7 Diplomatie \/ Areion24<\/h3>\n        <p class=\"small\">\n          The book and authors have appeared in political and geopolitical commentary, including <em>The Spectator<\/em> and <em>Diplomatie<\/em>.\n        <\/p>\n        <p class=\"recognition-links\">\n          <a href=\"https:\/\/spectator.com\/article\/why-china-has-the-edge-in-mining\/\" target=\"_blank\" rel=\"noopener noreferrer\">The Spectator<\/a>\n          <a href=\"https:\/\/www.areion24.news\/produit\/diplomatie-n-139\/\" target=\"_blank\" rel=\"noopener noreferrer\">Diplomatie<\/a>\n        <\/p>\n      <\/article>\n\n      <article class=\"recognition-card\">\n        <p class=\"recognition-label\">International language reach<\/p>\n        <h3>Portugal \u00b7 Mexico \u00b7 T\u00fcrkiye<\/h3>\n        <p class=\"small\">\n          The framework has reached Portuguese, Spanish and Turkish speaking audiences through Expresso in Portugal, Expansi\u00f3n in Mexico and Madencilik T\u00fcrkiye.\n        <\/p>\n        <p class=\"recognition-links\">\n          <a href=\"https:\/\/expresso.pt\/semanario\/economia\/2026-05-14-minerais-criticos-estao-a-mudar-o-xadrez-do-poder-239722bb\" target=\"_blank\" rel=\"noopener noreferrer\">Expresso<\/a>\n          <a href=\"https:\/\/expansion.mx\/opinion\/2026\/02\/10\/esta-mexico-preparado-para-ser-el-socio-minero-de-eu-en-su-nuevo-giro-industrial\" target=\"_blank\" rel=\"noopener noreferrer\">Expansi\u00f3n M\u00e9xico<\/a>\n          <a href=\"https:\/\/madencilikturkiye.com\/jeopolitik-madencilik-2025-2026-icin-sinyaller-madencilik-guce-donustugunde\/\" target=\"_blank\" rel=\"noopener noreferrer\">Madencilik T\u00fcrkiye<\/a>\n        <\/p>\n      <\/article>\n\n      <article class=\"recognition-card\">\n        <p class=\"recognition-label\">China &amp; metals commentary<\/p>\n        <h3>WorldMR \u00b7 ChinaScrap<\/h3>\n        <p class=\"small\">\n          Chinese mining and metals portals have translated or republished analysis connected to the book, the authors and the Geopolitical Mining framework.\n        <\/p>\n        <p class=\"recognition-links\">\n          <a href=\"https:\/\/www.worldmr.net\/Industry\/IndustryList\/Info\/2026-03-13\/320474.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">WorldMR<\/a>\n          <a href=\"https:\/\/www.chinascrap.com\/topic\/topic_view?key=182741\" target=\"_blank\" rel=\"noopener noreferrer\">ChinaScrap<\/a>\n        <\/p>\n      <\/article>\n\n      <article class=\"recognition-card\">\n        <p class=\"recognition-label\">Financial &amp; market commentary<\/p>\n        <h3>Global Finance \u00b7 Fastmarkets \u00b7 IMEF<\/h3>\n        <p class=\"small\">\n          The authors and the book have appeared in financial and market intelligence coverage on Latin America, critical minerals finance, U.S. supply chain strategy and strategic minerals.\n        <\/p>\n        <p class=\"recognition-links\">\n          <a href=\"https:\/\/gfmag.com\/capital-raising-corporate-finance\/latin-america-and-the-new-geopolitics-of-mining\/\" target=\"_blank\" rel=\"noopener noreferrer\">Global Finance<\/a>\n          <a href=\"https:\/\/www.fastmarkets.com\/insights\/korea-zincs-jpmorgan-backed-crucible-plant-to-focus-on-us-material\/\" target=\"_blank\" rel=\"noopener noreferrer\">Fastmarkets<\/a>\n          <a href=\"https:\/\/www.revista.imef.org.mx\/articulos-cultura\/larga-vida-a-la-mineria-geopolitica-los-minerales-criticos-y-su-poder-estrategico\/\" target=\"_blank\" rel=\"noopener noreferrer\">Revista IMEF<\/a>\n        <\/p>\n      <\/article>\n\n      <article class=\"recognition-card\">\n        <p class=\"recognition-label\">Industry &amp; investment commentary<\/p>\n        <h3>Rick Rule \u00b7 Amanda van Dyke<\/h3>\n        <p class=\"small\">\n          The book has also entered mining investment commentary, including discussion by Rick Rule and a dedicated review by Amanda van Dyke.\n        <\/p>\n        <p class=\"recognition-links\">\n          <a href=\"https:\/\/realrickrule.substack.com\/p\/critical-minerals-defense\" target=\"_blank\" rel=\"noopener noreferrer\">Rick Rule<\/a>\n          <a href=\"https:\/\/amandavandyke.substack.com\/p\/mining-is-dead-long-live-geopolitical\" target=\"_blank\" rel=\"noopener noreferrer\">Amanda van Dyke<\/a>\n        <\/p>\n      <\/article>\n\n      <article class=\"recognition-card\">\n        <p class=\"recognition-label\">Mining media &amp; sector debate<\/p>\n        <h3>MINING.COM \u00b7 Mining Journal<\/h3>\n        <p class=\"small\">\n          Geopolitical Mining has been repeatedly cited in mining sector coverage, including analysis on Colombia, Argentina, Chile and the changing policy architecture for critical minerals.\n        <\/p>\n        <p class=\"recognition-links\">\n          <a href=\"https:\/\/www.mining.com\/colombia-mining-reforms-test-copper-ambitions\/\" target=\"_blank\" rel=\"noopener noreferrer\">Colombia<\/a>\n          <a href=\"https:\/\/www.mining.com\/argentina-mining-revival-fuels-40b-copper-push\/\" target=\"_blank\" rel=\"noopener noreferrer\">Argentina<\/a>\n          <a href=\"https:\/\/www.mining.com\/chiles-right-wing-pivot-puts-mining-policy-under-the-microscope\/\" target=\"_blank\" rel=\"noopener noreferrer\">Chile policy<\/a>\n          <a href=\"https:\/\/www.mining.com\/chile-mining-faces-policy-test-under-kast-government\/\" target=\"_blank\" rel=\"noopener noreferrer\">Chile sector<\/a>\n          <a href=\"https:\/\/www.mining-journal.com\/mj-comment\/opinion-articles\/4520912\/era-laissez-faire-mining\" target=\"_blank\" rel=\"noopener noreferrer\">Mining Journal<\/a>\n        <\/p>\n      <\/article>\n\n    <\/div>\n\n    <div class=\"retail-note\">\n      <p class=\"small\" style=\"margin:0;\">\n        The book is available through Amazon and other international book retailers, and continues to serve as the conceptual foundation for the Geopolitical Mining platform.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- EXPLORE -->\n<section id=\"inside-book\" class=\"section\" style=\"background:#fff;\">\n  <div class=\"container\" style=\"width:100%;max-width:1000px;margin:auto;\">\n    <p class=\"book-kicker\">Inside the book<\/p>\n\n    <h2 style=\"font-size:clamp(22px,3vw,30px); line-height:1.3; margin-bottom:1rem;\">\n      In the book we explore\u2026\n    <\/h2>\n\n    <div class=\"gm-accordion\">\n\n      <details>\n        <summary>Critical Minerals in the 21st Century<\/summary>\n        <div class=\"panel\">\n          <p>Minerals like lithium, copper, cobalt, and rare earths are no longer simple industrial inputs. They have become the invisible infrastructure behind artificial intelligence, quantum computing, digital networks, the energy transition, and national security.<\/p>\n          <p>This transformation marks the birth of a new mining era, where geology now sits inside technology, politics, capital and industrial sovereignty.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>China Saw It First<\/summary>\n        <div class=\"panel\">\n          <p>China was the first major power to anticipate this shift. It understood that mining was not merely a technical industry, but a strategic lever of power.<\/p>\n          <p>With long term vision, sustained investment, and control of midstream and downstream industries, China built structural advantages across refining, processing and manufacturing capacity.<\/p>\n          <p>While China advanced with an engineering mindset, the West became constrained by slower processes, fragmented regulation and a narrative that often separated mining from progress.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>The Western Dilemma: Legitimacy and Speed<\/summary>\n        <div class=\"panel\">\n          <p>The book examines what happened in the United States, Canada and Europe: permitting delays, institutional fragmentation and a loss of narrative purpose.<\/p>\n          <p>It argues that Western democracies need a model capable of combining speed with legitimacy, and industrial execution with public trust.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>New Global Strategies<\/summary>\n        <div class=\"panel\">\n          <p>From Indonesia to Canada, and across Argentina, Saudi Arabia, Brazil, the Democratic Republic of the Congo and Kazakhstan, countries are redesigning mining policies to:<\/p>\n          <ul>\n            <li>Add local value<\/li>\n            <li>Create sovereign funds and strategic reserves<\/li>\n            <li>Build industrial and technological alliances<\/li>\n          <\/ul>\n          <p>The book also highlights the structural shift in the United States, where public co-investment and state instruments are being used to accelerate industrial processes and reduce strategic vulnerabilities.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>Africa, Asia, and Latin America: New Power Arenas<\/summary>\n        <div class=\"panel\">\n          <p>These regions hold extraordinary geological wealth, but face institutional, social and strategic challenges. Their ability to turn resources into durable geopolitical power will shape the next global balance.<\/p>\n          <p>The analysis also explores the growing impact of illegal and informal mining, a shadow force that distorts markets, damages ecosystems and erodes institutional legitimacy.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>A New Narrative for Human Progress<\/summary>\n        <div class=\"panel\">\n          <p>Beyond economics and geopolitics, the book proposes a symbolic redefinition of mining: to understand it again as a civilizational force.<\/p>\n          <p>When guided by innovation, legitimacy and strategic purpose, mining can represent the material foundation of progress in the 21st century.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>A Paradigm for the 21st Century<\/summary>\n        <div class=\"panel\">\n          <p>At stake is the economic, industrial and technological power of this century. The book argues that the old extractive model is obsolete.<\/p>\n          <p>Geopolitical Mining represents a new global order defined by strategic speed, industrial standards, social legitimacy and control over the material base of modern power.<\/p>\n        <\/div>\n      <\/details>\n\n    <\/div>\n\n    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"book-image-full\"\n         src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-26-a-las-6.25.33-p.m.webp?ssl=1\"\n         alt=\"Global mining arenas\"\n         loading=\"lazy\" \/>\n  <\/div>\n<\/section>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Book\",\n  \"name\": \"Mining Is Dead. Long Live Geopolitical Mining: Why critical minerals and strategic power will define the next global order\",\n  \"alternateName\": \"Mining Is Dead. Long Live Geopolitical Mining.\",\n  \"author\": [\n    { \"@type\": \"Person\", \"name\": \"Marta Rivera\" },\n    { \"@type\": \"Person\", \"name\": \"Eduardo Zamanillo\" }\n  ],\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"QM Books\"\n  },\n  \"datePublished\": \"2025\",\n  \"inLanguage\": [\"en\",\"es\",\"fr\"],\n  \"isbn\": \"978-1-0696106-4-5\",\n  \"bookFormat\": \"https:\/\/schema.org\/Book\",\n  \"url\": \"https:\/\/geopoliticalmining.com\/book\/\"\n}\n<\/script>\n\n<!-- WHY IT MATTERS -->\n<section class=\"section\" style=\"background:#fbfbfb;\">\n  <div class=\"container\" style=\"max-width:1000px; margin:auto;\">\n    <p class=\"book-kicker\">Why it matters<\/p>\n\n    <h2 style=\"font-size:clamp(26px,3.4vw,36px); margin-bottom:1rem; line-height:1.2;\">\n      For readers who need to understand minerals as power.\n    <\/h2>\n\n    <p class=\"small\" style=\"color:#333; line-height:1.7;\">\n      Understanding minerals today means understanding the material foundations of power. <strong>Geopolitical Mining<\/strong> reveals how critical minerals underpin artificial intelligence, defense, infrastructure, the energy transition and industrial strategy, redefining how nations compete, cooperate and secure their future.\n    <\/p>\n\n    <p class=\"small\" style=\"color:#333; line-height:1.7;\">\n      This book is written for <strong>leaders, diplomats, policymakers, government officials, investors, analysts, mining executives, researchers, journalists and curious readers<\/strong> who recognize that mining is now central to strategy, legitimacy, security and the material foundations of the 21st century.\n    <\/p>\n\n    <ul style=\"font-size:clamp(16px,2.2vw,18px); color:#333; line-height:1.7; list-style:none; margin:1rem 0 2rem 0; padding-left:0;\">\n      <li style=\"margin-bottom:8px;\">\u2022 For <strong>policy, diplomatic and government leaders<\/strong> shaping industrial strategy, mineral diplomacy and security partnerships.<\/li>\n      <li style=\"margin-bottom:8px;\">\u2022 For <strong>business leaders, mining executives and capital providers<\/strong> evaluating critical mineral supply chains, projects and jurisdictions.<\/li>\n      <li style=\"margin-bottom:8px;\">\u2022 For <strong>investors and analysts<\/strong> tracking the connection between minerals, markets, midstream capacity and geopolitical risk.<\/li>\n      <li style=\"margin-bottom:8px;\">\u2022 For <strong>researchers, journalists and strategic communicators<\/strong> exploring the new geopolitics of resources.<\/li>\n      <li>\u2022 For <strong>curious readers<\/strong> who want to understand international news beyond the headlines.<\/li>\n    <\/ul>\n\n    <img data-recalc-dims=\"1\"\n      class=\"book-image-full\"\n      src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/05\/Captura-de-pantalla-2026-05-21-a-las-6.48.30-a.m.png?ssl=1\"\n      alt=\"Kindle and Paperback \u2014 global distribution\"\n      loading=\"lazy\"\n      decoding=\"async\"\n    \/>\n  <\/div>\n<\/section>\n\n<!-- BOOK SAMPLE -->\n<section class=\"section\" style=\"background:#fff;\">\n  <div class=\"container sample-grid\">\n    <p class=\"book-kicker\">Sample pages<\/p>\n    <h2>Inside the book<\/h2>\n\n    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-10.37.52-a.m.webp?ssl=1\" alt=\"Book page: Sample 1\" loading=\"lazy\" \/>\n    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-10.38.06-a.m.webp?ssl=1\" alt=\"Book page: Sample 2\" loading=\"lazy\" \/>\n    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-10.38.16-a.m.webp?ssl=1\" alt=\"Book page: Sample 3\" loading=\"lazy\" \/>\n  <\/div>\n<\/section>\n\n<!-- ABOUT THE BOOK -->\n<section class=\"section\" style=\"background:#f9f9f9;\">\n  <div class=\"container card\">\n    <p class=\"book-kicker\">Book details<\/p>\n    <h2>About the book<\/h2>\n\n    <p><strong>Full title:<\/strong> Mining Is Dead. Long Live Geopolitical Mining.<\/p>\n    <p><strong>Authors:<\/strong> Marta Rivera &amp; Eduardo Zamanillo.<\/p>\n    <p><strong>Publisher:<\/strong> QM Books (2025).<\/p>\n    <p><strong>Languages:<\/strong> English, Spanish and French.<\/p>\n    <p><strong>Format:<\/strong> Paperback and eBook.<\/p>\n    <p><strong>ISBN (print):<\/strong> 978-1-0696106-4-5<\/p>\n    <p><strong>ISBN (digital):<\/strong> 978-1-0696106-5-2<\/p>\n    <p><strong>Contact:<\/strong> <a href=\"mailto:contact@geopoliticalmining.com\">contact@geopoliticalmining.com<\/a><\/p>\n  <\/div>\n<\/section>\n\n<!-- AUTHORS -->\n<section class=\"section\" style=\"background:#fff;\">\n  <div class=\"container\" style=\"max-width:1000px; margin:auto;\">\n    <p class=\"book-kicker\" style=\"text-align:center;\">Authors<\/p>\n    <h2 style=\"text-align:center; font-size:clamp(24px,3vw,32px); margin-bottom:1.5rem;\">About the Authors<\/h2>\n\n    <div class=\"authors-grid\">\n\n      <div class=\"author-card\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/05\/Captura-de-pantalla-2026-05-03-a-las-8.16.33-a.m.webp?ssl=1\"\n             alt=\"Marta Rivera Mu\u00f1oz\"\n             loading=\"lazy\">\n        <h3 style=\"margin-top:14px;\">Marta Rivera Mu\u00f1oz<\/h3>\n        <p style=\"color:#333;line-height:1.6;\">\n          Marta is a sociologist with a Master\u2019s degree in Strategic Communication. Her work focuses on narrative, legitimacy, institutional analysis and geopolitical positioning.\n        <\/p>\n        <p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/martariveramunoz\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n            LinkedIn\n          <\/a>\n        <\/p>\n      <\/div>\n\n      <div class=\"author-card\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/05\/Eduardo-Zamanillo-V.webp?ssl=1\"\n             alt=\"Eduardo Zamanillo\"\n             loading=\"lazy\">\n        <h3 style=\"margin-top:14px;\">Eduardo Zamanillo<\/h3>\n        <p style=\"color:#333;line-height:1.6;\">\n          Eduardo Zamanillo is a mining engineer and advisor with international experience across project evaluation, mining business development, capital strategy and operating reality.\n        <\/p>\n        <p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/edzamanillo\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n            LinkedIn\n          <\/a>\n        <\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CLOSING PUNCHLINE -->\n<section class=\"section\" style=\"background:#1a1a1a;color:#fff;\">\n  <div class=\"container\" style=\"text-align:center;\">\n    <h2 style=\"color:#fff;font-size:clamp(24px,3.2vw,36px);margin:0;text-transform:capitalize;\">\n      Critical Minerals = National Security = Geopolitical Mining\n    <\/h2>\n  <\/div>\n<\/section>\n\n<!-- STICKY BAR -->\n<div class=\"stickybar\">\n  <div class=\"container\" style=\"display:flex;gap:10px;justify-content:space-between;align-items:center;flex-wrap:wrap;\">\n    <span class=\"small\">Read the foundational book behind the Geopolitical Mining framework.<\/span>\n\n    <div style=\"display:flex;gap:10px;flex-wrap:wrap;\">\n      <a class=\"btn primary\"\n         href=\"https:\/\/www.amazon.com\/Mining-Dead-Long-Live-Geopolitical\/dp\/1069610682\/ref=sr_1_3?crid=29K8A704KR7VR&amp;dib=eyJ2IjoiMSJ9.3IZRKQFsLwAg-HP_Gh-hBPrRwHuC-CFKaQH3MqvYAgjGjHj071QN20LucGBJIEps.rkhY60gMYULFuf1x7VouHymSC2_WFEyNWmWGOT92rJw&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764861824&amp;sprefix=%2Caps%2C73&amp;sr=8-3\"\n         target=\"_blank\" rel=\"noopener noreferrer\">\n        Get the book\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<\/main>\n","protected":false},"excerpt":{"rendered":"<p>Home Book Country &amp; Region Articles Signals 2026 Weekly Critical Minerals FAQ QM Books \u00b7 Toronto Mining Is Dead. Long Live Geopolitical Mining. The foundational book behind the Geopolitical Mining framework. A strategic reading of how critical minerals, industrial policy, legitimacy, capital and state power are reshaping the global order. The book explains why mining [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"iawp_total_views":447,"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mining Is Dead: The Geopolitical Mining Book on Critical Minerals<\/title>\n<meta name=\"description\" content=\"Discover Mining Is Dead. Long Live Geopolitical Mining, a book on critical minerals, national security, industrial policy, supply chains and the new geopolitics of mining.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/geopoliticalmining.com\/fr\/book\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mining Is Dead. Long Live Geopolitical Mining\" \/>\n<meta property=\"og:description\" content=\"Geopolitical Mining redefines global power. Discover how China turned critical minerals into strategic advantage in the new world order.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/geopoliticalmining.com\/fr\/book\/\" \/>\n<meta property=\"og:site_name\" content=\"Geopolitical Mining\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T10:51:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-01-a-las-9.27.38-a.m.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"712\" \/>\n\t<meta property=\"og:image:height\" content=\"1026\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Mining Is Dead. Long Live Geopolitical Mining\" \/>\n<meta name=\"twitter:description\" content=\"Geopolitical Mining redefines global power. Discover how China turned critical minerals into strategic advantage in the new world order.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-01-a-las-9.27.38-a.m.webp?fit=712%2C1026&ssl=1\" \/>\n<meta name=\"twitter:site\" content=\"@qmbookss\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/book\\\/\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/book\\\/\",\"name\":\"Mining Is Dead: The Geopolitical Mining Book on Critical Minerals\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/book\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/book\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\",\"datePublished\":\"2025-08-21T01:51:37+00:00\",\"dateModified\":\"2026-05-21T10:51:34+00:00\",\"description\":\"Discover Mining Is Dead. Long Live Geopolitical Mining, a book on critical minerals, national security, industrial policy, supply chains and the new geopolitics of mining.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/book\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/geopoliticalmining.com\\\/book\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/book\\\/#primaryimage\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\",\"contentUrl\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/book\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/geopoliticalmining.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#website\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"name\":\"Mining Is Dead. Long Live Geopolitical Mining | Official Book Website\",\"description\":\"Mining is Dead. Long Live Geopolitical Mining.  Authors: Marta Rivera &amp; Eduardo (Ed) Zamanillo.\",\"publisher\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/geopoliticalmining.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#organization\",\"name\":\"Geopolitical Mining\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1\",\"width\":640,\"height\":1046,\"caption\":\"Geopolitical Mining\"},\"image\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/qmbookss\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/qm-books\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mining Is Dead: The Geopolitical Mining Book on Critical Minerals","description":"Discover Mining Is Dead. Long Live Geopolitical Mining, a book on critical minerals, national security, industrial policy, supply chains and the new geopolitics of mining.","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:\/\/geopoliticalmining.com\/fr\/book\/","og_locale":"fr_FR","og_type":"article","og_title":"Mining Is Dead. Long Live Geopolitical Mining","og_description":"Geopolitical Mining redefines global power. Discover how China turned critical minerals into strategic advantage in the new world order.","og_url":"https:\/\/geopoliticalmining.com\/fr\/book\/","og_site_name":"Geopolitical Mining","article_modified_time":"2026-05-21T10:51:34+00:00","og_image":[{"width":712,"height":1026,"url":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-01-a-las-9.27.38-a.m.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_title":"Mining Is Dead. Long Live Geopolitical Mining","twitter_description":"Geopolitical Mining redefines global power. Discover how China turned critical minerals into strategic advantage in the new world order.","twitter_image":"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-01-a-las-9.27.38-a.m.webp?fit=712%2C1026&ssl=1","twitter_site":"@qmbookss","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/geopoliticalmining.com\/book\/","url":"https:\/\/geopoliticalmining.com\/book\/","name":"Mining Is Dead: The Geopolitical Mining Book on Critical Minerals","isPartOf":{"@id":"https:\/\/geopoliticalmining.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/geopoliticalmining.com\/book\/#primaryimage"},"image":{"@id":"https:\/\/geopoliticalmining.com\/book\/#primaryimage"},"thumbnailUrl":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","datePublished":"2025-08-21T01:51:37+00:00","dateModified":"2026-05-21T10:51:34+00:00","description":"Discover Mining Is Dead. Long Live Geopolitical Mining, a book on critical minerals, national security, industrial policy, supply chains and the new geopolitics of mining.","breadcrumb":{"@id":"https:\/\/geopoliticalmining.com\/book\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/geopoliticalmining.com\/book\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/geopoliticalmining.com\/book\/#primaryimage","url":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","contentUrl":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/geopoliticalmining.com\/book\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/geopoliticalmining.com\/"},{"@type":"ListItem","position":2,"name":"Book"}]},{"@type":"WebSite","@id":"https:\/\/geopoliticalmining.com\/#website","url":"https:\/\/geopoliticalmining.com\/","name":"Mining Is Dead. Long Live Geopolitical Mining | Official Book Website","description":"Mining is Dead. Long Live Geopolitical Mining.  Authors: Marta Rivera &amp; Eduardo (Ed) Zamanillo.","publisher":{"@id":"https:\/\/geopoliticalmining.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/geopoliticalmining.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/geopoliticalmining.com\/#organization","name":"Geopolitical Mining","url":"https:\/\/geopoliticalmining.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/geopoliticalmining.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1","contentUrl":"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1","width":640,"height":1046,"caption":"Geopolitical Mining"},"image":{"@id":"https:\/\/geopoliticalmining.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/qmbookss","https:\/\/www.linkedin.com\/company\/qm-books"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":20,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":1625,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/10\/revisions\/1625"}],"wp:attachment":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}