Skip to content

Commit f05663b

Browse files
Tom's second edits of an intro lecture on June 24
1 parent 19d60d7 commit f05663b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lectures/long_run_growth.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ Adam Tooze's account of the geopolitical precedents and antecedents of World War
2020

2121
We construct a version of Tooze's graph later in this lecture.
2222

23+
(An impatient reader can jump ahead and look at figure {numref}`gdp1`.)
24+
2325
Looking at his graph and how it set the geopolitical stage for "the American (20th) century" naturally
2426
tempts one to want a counterpart to his graph for 2014 or later.
2527

26-
As we'll see, reasoning just by analogy, this graph perhaps set the stage for an "XXX (21st) century", where you get to fill in a country for our XXX.
28+
(An impatient reader might now want to jump ahead and look at figure {numref}`gdp2`.)
29+
30+
As we'll see, reasoning by analogy, this graph perhaps set the stage for an "XXX (21st) century", where you are free to fill in your guess for country XXX.
2731

2832
As we gather data to construct those two graphs, we'll also study growth experiences for a number of countries for time horizons extending as far back as possible.
2933

@@ -464,6 +468,7 @@ ax = draw_interp_plots(gdp[cntry].loc[start_year:end_year],
464468

465469
The following graph displays how quickly China has grown, especially since the late 1970s.
466470

471+
467472
```{code-cell} ipython3
468473
---
469474
mystnb:
@@ -479,6 +484,7 @@ ax = draw_interp_plots(gdp[cntry].loc[start_year:end_year],
479484
'International $\'s','Year',
480485
color_mapping, code_to_name, 2, False, ax)
481486
```
487+
It is tempting to compare this graph with figure {numref}`gdp1` that showed the US overtaking the UK near the start of the "American Century", a version of the graph featured in chapter 1 of {cite}`Tooze_2014`.
482488

483489
## Regional analysis
484490

0 commit comments

Comments
 (0)