Skip to content

Commit 3d9489f

Browse files
Fix citation and hide cell inputs
1 parent 3fecde8 commit 3d9489f

File tree

2 files changed

+68
-75
lines changed

2 files changed

+68
-75
lines changed

lectures/_static/quant-econ.bib

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,3 +2561,60 @@ @article{hog_cycle
25612561
abstract = {Abstract A surprisingly regular four year cycle in hogs has become apparent in the past ten years. This regularity presents an unusual opportunity to study the mechanism of the cycle because it suggests the cycle may be inherent within the industry rather than the result of lagged responses to outside influences. The cobweb theorem is often mentioned as a theoretical tool for explaining the hog cycle, although a two year cycle is usually predicted. When the nature of the hog industry is examined, certain factors become apparent which enable the cobweb theorem to serve as a theoretical basis for the present four year cycle.},
25622562
year = {1960}
25632563
}
2564+
2565+
@book{jackson2010social,
2566+
title={Social and economic networks},
2567+
author={Jackson, Matthew O},
2568+
year={2010},
2569+
publisher={Princeton university press}
2570+
}
2571+
2572+
@book{easley2010networks,
2573+
title={Networks, crowds, and markets},
2574+
author={Easley, David and Kleinberg, Jon and others},
2575+
volume={8},
2576+
year={2010},
2577+
publisher={Cambridge university press Cambridge}
2578+
}
2579+
2580+
@book{borgatti2018analyzing,
2581+
title={Analyzing social networks},
2582+
author={Borgatti, Stephen P and Everett, Martin G and Johnson, Jeffrey C},
2583+
year={2018},
2584+
publisher={Sage}
2585+
}
2586+
2587+
@article{sargent2022economic,
2588+
title={Economic Networks: Theory and Computation},
2589+
author={Sargent, Thomas J and Stachurski, John},
2590+
journal={arXiv preprint arXiv:2203.11972},
2591+
year={2022}
2592+
}
2593+
2594+
@book{goyal2023networks,
2595+
title={Networks: An economics approach},
2596+
author={Goyal, Sanjeev},
2597+
year={2023},
2598+
publisher={MIT Press}
2599+
}
2600+
2601+
@book{newman2018networks,
2602+
title={Networks},
2603+
author={Newman, Mark},
2604+
year={2018},
2605+
publisher={Oxford university press}
2606+
}
2607+
2608+
@book{menczer2020first,
2609+
title={A first course in network science},
2610+
author={Menczer, Filippo and Fortunato, Santo and Davis, Clayton A},
2611+
year={2020},
2612+
publisher={Cambridge University Press}
2613+
}
2614+
2615+
@article{coscia2021atlas,
2616+
title={The atlas for the aspiring network scientist},
2617+
author={Coscia, Michele},
2618+
journal={arXiv preprint arXiv:2101.00863},
2619+
year={2021}
2620+
}

lectures/networks.md

Lines changed: 11 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,11 @@ To better understand such networks, let's look at some examples in more depth.
7878

7979
### Example: Aircraft Exports
8080

81-
TODO hide the code
82-
8381
The following figure shows international trade in large commercial aircraft in 2019 based on International Trade Data SITC Revision 2.
8482

8583
```{code-cell} ipython3
8684
---
87-
tags: ["hide_input"]
85+
tags: ["hide-input"]
8886
mystnb:
8987
figure:
9088
caption: "Commercial Aircraft Network \n"
@@ -176,7 +174,7 @@ where the states are
176174
Let's examine the following figure.
177175

178176
```{code-cell} ipython3
179-
:tags: ["hide_input"]
177+
:tags: ["hide-input"]
180178
from graphviz import Digraph
181179
182180
dot = Digraph(comment='Graph')
@@ -477,7 +475,7 @@ loans) between private banks, grouped by country of origin.
477475

478476
```{code-cell} ipython3
479477
---
480-
tags: ["hide_cell"]
478+
tags: ["hide-input"]
481479
mystnb:
482480
figure:
483481
caption: "International Credit Network \n"
@@ -587,7 +585,7 @@ representing edges of the induced directed graph.
587585

588586
```{code-cell} ipython3
589587
---
590-
tags: ["hide_input"]
588+
tags: ["hide-input"]
591589
mystnb:
592590
figure:
593591
caption: "Weighted Poverty Trap \n"
@@ -902,7 +900,7 @@ A = np.array([[0,0.7,0.3], #adjacency matrix A
902900
```
903901

904902
```{code-cell} ipython3
905-
:tags: ["hide_cell"]
903+
:tags: ["hide-input"]
906904
def is_irreducible(P):
907905
n = len(P)
908906
result = np.zeros((n, n))
@@ -1318,79 +1316,17 @@ In this case the US clearly dominates the rankings as a target of interbank cred
13181316

13191317
## Further Reading
13201318

1321-
We apply the ideas discussed in this lecture to [TODO link to our lecture on
1322-
production networks].
1323-
1324-
Textbooks on economic and social networks include \cite{jackson2010social},
1325-
\cite{easley2010networks}, \cite{borgatti2018analyzing},
1326-
\cite{sargent2022economic}, and \cite{goyal2023networks}.
1327-
1328-
@article{sargent2022economic,
1329-
title={Economic Networks: Theory and Computation},
1330-
author={Sargent, Thomas J and Stachurski, John},
1331-
journal={arXiv preprint arXiv:2203.11972},
1332-
year={2022}
1333-
}
1334-
1335-
+++
1319+
We apply the ideas discussed in this lecture to:
13361320

1337-
@book{borgatti2018analyzing,
1338-
title={Analyzing social networks},
1339-
author={Borgatti, Stephen P and Everett, Martin G and Johnson, Jeffrey C},
1340-
year={2018},
1341-
publisher={Sage}
1342-
}
1343-
1344-
@book{jackson2010social,
1345-
title={Social and economic networks},
1346-
author={Jackson, Matthew O},
1347-
year={2010},
1348-
publisher={Princeton university press}
1349-
}
1350-
1351-
@book{easley2010networks,
1352-
title={Networks, crowds, and markets},
1353-
author={Easley, David and Kleinberg, Jon and others},
1354-
volume={8},
1355-
year={2010},
1356-
publisher={Cambridge university press Cambridge}
1357-
}
1358-
1359-
@book{goyal2023networks,
1360-
title={Networks: An economics approach},
1361-
author={Goyal, Sanjeev},
1362-
year={2023},
1363-
publisher={MIT Press}
1364-
}
1321+
Textbooks on economic and social networks include {cite}`jackson2010social`,
1322+
{cite}`easley2010networks`, {cite}`borgatti2018analyzing`,
1323+
{cite}`sargent2022economic` and {cite}`goyal2023networks`.
13651324

13661325
+++
13671326

13681327
Within the realm of network science, the texts
1369-
by \cite{newman2018networks}, \cite{menczer2020first} and
1370-
\cite{coscia2021atlas} are excellent.
1371-
1372-
+++
1373-
1374-
@book{newman2018networks,
1375-
title={Networks},
1376-
author={Newman, Mark},
1377-
year={2018},
1378-
publisher={Oxford university press}
1379-
}
1380-
1381-
@book{menczer2020first,
1382-
title={A first course in network science},
1383-
author={Menczer, Filippo and Fortunato, Santo and Davis, Clayton A},
1384-
year={2020},
1385-
publisher={Cambridge University Press}
1386-
}
1387-
1388-
@article{coscia2021atlas,
1389-
title={The atlas for the aspiring network scientist},
1390-
author={Coscia, Michele},
1391-
journal={arXiv preprint arXiv:2101.00863},
1392-
year={2021}
1393-
}
1328+
by {cite}`newman2018networks`, {cite}`menczer2020first` and
1329+
{cite}`coscia2021atlas` are excellent.
13941330

13951331
+++
13961332

0 commit comments

Comments
 (0)