-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchapters-config.json
More file actions
149 lines (149 loc) · 3.67 KB
/
chapters-config.json
File metadata and controls
149 lines (149 loc) · 3.67 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"chapters": [
{
"id": "01-introduction",
"number": 1,
"title": "Watt's Wrong with Britain's Energy?",
"description": "Welcome and overview"
},
{
"id": "02-biomass",
"number": 2,
"title": "Biomass",
"description": "The biomass energy problem"
},
{
"id": "03-feed-in-tariffs-and-rocs",
"number": 3,
"title": "Feed-in Tariffs and ROCs",
"description": "Renewable energy subsidies"
},
{
"id": "04-north-south-and-nimbys",
"number": 4,
"title": "North-South and NIMBYs",
"description": "Geographic and political opposition to energy infrastructure"
},
{
"id": "05-nuclear",
"number": 5,
"title": "Nuclear",
"description": "Nuclear power policy and development"
},
{
"id": "08-regional-privatisation",
"number": 8,
"title": "Regional Privatisation",
"description": "Market fragmentation"
},
{
"id": "09-smart-meters",
"number": 9,
"title": "Smart Meters",
"description": "Digital infrastructure rollout"
},
{
"id": "10-electricity-levies",
"number": 10,
"title": "Electricity Levies",
"description": "Hidden costs and taxes"
},
{
"id": "11-price-cap",
"number": 11,
"title": "Price Cap",
"description": "Energy price regulation"
},
{
"id": "12-epcs",
"number": 12,
"title": "EPCs",
"description": "Energy Performance Certificates"
},
{
"id": "13-rhi-vs-bus",
"number": 13,
"title": "RHI vs Bus",
"description": "Renewable Heat Incentive comparison"
},
{
"id": "14-cfd-vs-marginal-pricing",
"number": 14,
"title": "CFD vs Marginal Pricing",
"description": "Energy market mechanisms"
},
{
"id": "15-flexibility-balancing-storage",
"number": 15,
"title": "Flexibility, Balancing and Storage",
"description": "The grid's hidden challenges and balancing mechanisms"
},
{
"id": "16-exercise-duty-road-pricing",
"number": 16,
"title": "Exercise Duty and Road Pricing",
"description": "Transport energy policy"
},
{
"id": "17-brexit-friction",
"number": 17,
"title": "Brexit Friction",
"description": "EU exit impacts on energy"
},
{
"id": "18-interest-rates",
"number": 18,
"title": "Interest Rates",
"description": "Impact of interest rates on energy investment"
},
{
"id": "19-shale-gas",
"number": 19,
"title": "Shale Gas - A Missed Opportunity",
"description": "Economic benefits, environmental considerations, and political factors"
},
{
"id": "20-power-versus-other-sectors",
"number": 20,
"title": "Power Versus Other Sectors",
"description": "Energy sector competition and policy priorities"
}
],
"parts": [
{
"id": "introduction",
"title": "Introduction",
"chapters": [1]
},
{
"id": "part1",
"title": "Part 1: The Generation Mess",
"chapters": [2, 3, 4, 5]
},
{
"id": "part2",
"title": "Part 2: The Grid & Infrastructure Problems",
"chapters": [8]
},
{
"id": "part3",
"title": "Part 3: The Consumer & Market Failures",
"chapters": [9, 10, 11, 12, 13]
},
{
"id": "part4",
"title": "Part 4: The Policy & Pricing Chaos",
"chapters": [14, 15, 16, 17]
},
{
"id": "part5",
"title": "Part 5: The Human Factor",
"chapters": [18]
},
{
"id": "conclusion",
"title": "Conclusion",
"chapters": [19, 20]
}
]
}