-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (96 loc) · 7.49 KB
/
Copy pathindex.html
File metadata and controls
114 lines (96 loc) · 7.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scrollytelling Project</title>
<!-- CSS goes in the head -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="scroll">
<div class="scroll__graphic">
<div class="chart">
<svg class="viz" viewBox="0 0 300 200" preserveAspectRatio="xMidYMid meet"></svg>
</div>
</div>
<div class="scroll__text">
<div class="step" data-step="0">
<div class="card">
<p>Most people associate batteries with lithium, nickel, and cobalt. But China's real advantage lies in both graphite and the refining needed to process battery materials.</p>
<p>China has a surplus of around 1.5 million tonnes of synthetic graphite, set to double by 2031. North America, by contrast, has a supply deficit expected to reach 300,000 tonnes by 2031.</p>
<p><em>Recharge</em> takes you step by step through the journey of building a battery — from minerals underground to finished cells — revealing how China has come to dominate critical parts of the supply chain.</p>
<p>For stationary energy storage, lithium iron phosphate (LFP) batteries have overtaken nickel manganese cobalt (NMC). Every LFP battery is built from two key components: a cathode, which defines the battery chemistry, and a graphite anode.</p>
<p><em>This scrollytelling story is best viewed on a desktop.</em></p>
</div>
</div>
<div class="step" data-step="1">
<div class="card">
<h2>Underground</h2>
<p>Every battery's journey starts underground with mining.</p>
<p>LFP batteries require:</p>
<ul>
<li>Lithium for the cathode</li>
<li>Iron phosphate for the cathode</li>
<li>Graphite for the anode</li>
</ul>
<p>Australia is the largest lithium producer, but China has invested heavily in mines across Australia, Argentina and Africa, and is projected to control 43% of global lithium extraction by 2030, according to Benchmark.</p>
<p>Graphite is even more concentrated. China produces around 70% of natural graphite and dominates global processing. No scalable alternative to graphite is expected in the near term.</p>
<p>Iron phosphate is mainly produced from steel industry byproducts and from phosphoric acid derived from phosphate rock used in fertiliser production. Some feedstocks also come from titanium dioxide processing, which uses ilmenite.</p>
<p>Other materials include oil and gas for polymer production, iron ore for the steel outer casing, bauxite for aluminium conductors, copper ore for copper conductors and fluorspar (fluorite), used in fluorine chemistry to produce electrolyte salts alongside lithium and phosphorus compounds.</p>
</div>
</div>
<div class="step" data-step="2">
<div class="card">
<h2>Processing</h2>
<p>Lithium is then refined into lithium carbonate or lithium hydroxide, while graphite is processed into spherical graphite or manufactured synthetically from petroleum coke.</p>
<p>China controls roughly 70% of global lithium chemical production, 93% of graphite processing, and more than 80% of spherical graphite capacity, according to Benchmark Mineral Intelligence.</p>
</div>
</div>
<div class="step" data-step="3">
<div class="card">
<h2>Cathode and anode split</h2>
<p>Battery materials are then transformed into electrodes.</p>
<p>Cathode manufacturers convert lithium chemicals and precursor cathode active materials (pCAM) such as iron phosphate (for LFP batteries) into CAM.</p>
<p>Anode manufacturers, meanwhile, process graphite into anode active material (AAM).</p>
<p>Cell manufacturers then coat CAM onto aluminium foil and AAM onto copper foil using glue to bind the powders to the foils. Whilst most cell manufacturers do this in-house, some smaller or niche battery makers may buy in pre-coated electrode rolls.</p>
<p>"The IP surrounding CAM, AAM and cell production is constantly improving," Benchmark's research manager Evan Hartley told <em>Recharge</em>.</p>
<p>"And whilst there have been some high-profile failures of European cell producers, attributed to the pace of technology improvement in China, Europe's battery industry is still growing strong."</p>
</div>
</div>
<div class="step" data-step="4">
<div class="card">
<h2>Cell assembly</h2>
<p>The cell manufacturer then combines the cathode and anode electrodes with a separator and electrolyte.</p>
<p>The coated cathode and anode are separated by a thin polymer separator to prevent short-circuiting. These thin layers are then stacked or rolled into a tight coil, filled with electrolyte, sealed inside a steel outer casing - forming the battery cell.</p>
<p>The cathode is connected to the positive terminal as a lithium source, and the anode to the negative terminal to store the lithium ions when charged - lithium salt electrolytes allow lithium ions to flow freely between the two.</p>
</div>
</div>
<div class="step" data-step="5">
<div class="card">
<h2>Battery assembly</h2>
<p>Multiple battery cells are grouped into modules, which are then stacked into frames inside a larger cabinet.</p>
<p>To create a complete battery energy storage system (BESS), the cabinet is fitted with a battery management system (BMS) that monitors cell performance, state of charge and battery health. An energy management system (EMS) sits above this, deciding when the battery charges or discharges based on electricity prices, grid signals and operator strategy.</p>
<p>Some Chinese manufacturers are increasingly integrating the power conversion system (PCS), which converts DC battery power into AC grid power, directly into the battery block.</p>
</div>
</div>
<div class="step" data-step="6">
<div class="card">
<h2>China's edge</h2>
<p>"China's dominance in the battery supply chain stems from its vertical integration and early mover status across raw material resources, battery material processing and battery production," Benchmark Mineral Intelligence's senior BESS analyst Pete Tillotson told <em>Recharge</em>.</p>
<p>"Through centralised planning and considerable industry subsidies, China established itself as the global centre of the battery industry before other regions had a chance to present a viable alternative."</p>
</div>
</div>
</div>
</section>
<!-- These 3 libraries are now loaded from your own repo instead of an
external CDN — see the setup instructions for the 3 files you need
to add alongside this one. "defer" still lets them download
together instead of one-after-another. -->
<script src="d3.min.js" defer></script>
<script src="topojson.min.js" defer></script>
<script src="scrollama.min.js" defer></script>
<!-- JS goes at the bottom for scrollytelling -->
<script src="script.js" defer></script>
</body>
</html>