my-markdown-library 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. checksums.yaml +7 -0
  2. data/F24LS_md/ Lecture 4 - Public.md +347 -0
  3. data/F24LS_md/Lecture 1 - Introduction and Overview.md +327 -0
  4. data/F24LS_md/Lecture 10 - Development_.md +631 -0
  5. data/F24LS_md/Lecture 11 - Econometrics.md +345 -0
  6. data/F24LS_md/Lecture 12 - Finance.md +692 -0
  7. data/F24LS_md/Lecture 13 - Environmental Economics.md +299 -0
  8. data/F24LS_md/Lecture 15 - Conclusion.md +272 -0
  9. data/F24LS_md/Lecture 2 - Demand.md +349 -0
  10. data/F24LS_md/Lecture 3 - Supply.md +329 -0
  11. data/F24LS_md/Lecture 5 - Production C-D.md +291 -0
  12. data/F24LS_md/Lecture 6 - Utility and Latex.md +440 -0
  13. data/F24LS_md/Lecture 7 - Inequality.md +607 -0
  14. data/F24LS_md/Lecture 8 - Macroeconomics.md +704 -0
  15. data/F24LS_md/Lecture 8 - Macro.md +700 -0
  16. data/F24LS_md/Lecture 9 - Game Theory_.md +436 -0
  17. data/F24LS_md/summary.yaml +105 -0
  18. data/F24Lec_MD/LecNB_summary.yaml +206 -0
  19. data/F24Lec_MD/lec01/lec01.md +267 -0
  20. data/F24Lec_MD/lec02/Avocados_demand.md +425 -0
  21. data/F24Lec_MD/lec02/Demand_Steps_24.md +126 -0
  22. data/F24Lec_MD/lec02/PriceElasticity.md +83 -0
  23. data/F24Lec_MD/lec02/ScannerData_Beer.md +171 -0
  24. data/F24Lec_MD/lec02/demand-curve-Fa24.md +213 -0
  25. data/F24Lec_MD/lec03/3.0-CubicCostCurve.md +239 -0
  26. data/F24Lec_MD/lec03/3.1-Supply.md +274 -0
  27. data/F24Lec_MD/lec03/3.2-sympy.md +332 -0
  28. data/F24Lec_MD/lec03/3.3a-california-energy.md +120 -0
  29. data/F24Lec_MD/lec03/3.3b-a-really-hot-tuesday.md +121 -0
  30. data/F24Lec_MD/lec04/lec04-CSfromSurvey-closed.md +335 -0
  31. data/F24Lec_MD/lec04/lec04-CSfromSurvey.md +331 -0
  32. data/F24Lec_MD/lec04/lec04-Supply-Demand-closed.md +519 -0
  33. data/F24Lec_MD/lec04/lec04-Supply-Demand.md +514 -0
  34. data/F24Lec_MD/lec04/lec04-four-plot-24.md +34 -0
  35. data/F24Lec_MD/lec04/lec04-four-plot.md +34 -0
  36. data/F24Lec_MD/lec05/Lec5-Cobb-Douglas.md +131 -0
  37. data/F24Lec_MD/lec05/Lec5-CobbD-AER1928.md +283 -0
  38. data/F24Lec_MD/lec06/6.1-Sympy-Differentiation.md +253 -0
  39. data/F24Lec_MD/lec06/6.2-3D-utility.md +287 -0
  40. data/F24Lec_MD/lec06/6.3-QuantEcon-Optimization.md +399 -0
  41. data/F24Lec_MD/lec06/6.4-latex.md +138 -0
  42. data/F24Lec_MD/lec06/6.5-Edgeworth.md +269 -0
  43. data/F24Lec_MD/lec07/7.1-inequality.md +283 -0
  44. data/F24Lec_MD/lec07/7.2-historical-inequality.md +237 -0
  45. data/F24Lec_MD/lec08/macro-fred-api.md +313 -0
  46. data/F24Lec_MD/lec09/lecNB-prisoners-dilemma.md +88 -0
  47. data/F24Lec_MD/lec10/Lec10.2-waterguard.md +401 -0
  48. data/F24Lec_MD/lec10/lec10.1-mapping.md +199 -0
  49. data/F24Lec_MD/lec11/11.1-slr.md +305 -0
  50. data/F24Lec_MD/lec11/11.2-mlr.md +171 -0
  51. data/F24Lec_MD/lec12/Lec12-4-PersonalFinance.md +590 -0
  52. data/F24Lec_MD/lec12/lec12-1_Interest_Payments.md +267 -0
  53. data/F24Lec_MD/lec12/lec12-2-stocks-options.md +235 -0
  54. data/F24Lec_MD/lec13/Co2_ClimateChange.md +139 -0
  55. data/F24Lec_MD/lec13/ConstructingMAC.md +213 -0
  56. data/F24Lec_MD/lec13/EmissionsTracker.md +170 -0
  57. data/F24Lec_MD/lec13/KuznetsHypothesis.md +219 -0
  58. data/F24Lec_MD/lec13/RoslingPlots.md +217 -0
  59. data/F24Lec_MD/lec15/vibecession.md +485 -0
  60. data/F24Textbook_MD/00-intro/index.md +292 -0
  61. data/F24Textbook_MD/01-demand/01-demand.md +152 -0
  62. data/F24Textbook_MD/01-demand/02-example.md +131 -0
  63. data/F24Textbook_MD/01-demand/03-log-log.md +284 -0
  64. data/F24Textbook_MD/01-demand/04-elasticity.md +248 -0
  65. data/F24Textbook_MD/01-demand/index.md +15 -0
  66. data/F24Textbook_MD/02-supply/01-supply.md +203 -0
  67. data/F24Textbook_MD/02-supply/02-eep147-example.md +86 -0
  68. data/F24Textbook_MD/02-supply/03-sympy.md +138 -0
  69. data/F24Textbook_MD/02-supply/04-market-equilibria.md +204 -0
  70. data/F24Textbook_MD/02-supply/index.md +16 -0
  71. data/F24Textbook_MD/03-public/govt-intervention.md +73 -0
  72. data/F24Textbook_MD/03-public/index.md +10 -0
  73. data/F24Textbook_MD/03-public/surplus.md +351 -0
  74. data/F24Textbook_MD/03-public/taxes-subsidies.md +282 -0
  75. data/F24Textbook_MD/04-production/index.md +15 -0
  76. data/F24Textbook_MD/04-production/production.md +178 -0
  77. data/F24Textbook_MD/04-production/shifts.md +296 -0
  78. data/F24Textbook_MD/05-utility/budget-constraints.md +166 -0
  79. data/F24Textbook_MD/05-utility/index.md +15 -0
  80. data/F24Textbook_MD/05-utility/utility.md +136 -0
  81. data/F24Textbook_MD/06-inequality/historical-inequality.md +253 -0
  82. data/F24Textbook_MD/06-inequality/index.md +15 -0
  83. data/F24Textbook_MD/06-inequality/inequality.md +226 -0
  84. data/F24Textbook_MD/07-game-theory/bertrand.md +257 -0
  85. data/F24Textbook_MD/07-game-theory/cournot.md +333 -0
  86. data/F24Textbook_MD/07-game-theory/equilibria-oligopolies.md +96 -0
  87. data/F24Textbook_MD/07-game-theory/expected-utility.md +61 -0
  88. data/F24Textbook_MD/07-game-theory/index.md +19 -0
  89. data/F24Textbook_MD/07-game-theory/python-classes.md +340 -0
  90. data/F24Textbook_MD/08-development/index.md +35 -0
  91. data/F24Textbook_MD/09-macro/CentralBanks.md +101 -0
  92. data/F24Textbook_MD/09-macro/Indicators.md +77 -0
  93. data/F24Textbook_MD/09-macro/fiscal_policy.md +36 -0
  94. data/F24Textbook_MD/09-macro/index.md +14 -0
  95. data/F24Textbook_MD/09-macro/is_curve.md +76 -0
  96. data/F24Textbook_MD/09-macro/phillips_curve.md +70 -0
  97. data/F24Textbook_MD/10-finance/index.md +10 -0
  98. data/F24Textbook_MD/10-finance/options.md +178 -0
  99. data/F24Textbook_MD/10-finance/value-interest.md +60 -0
  100. data/F24Textbook_MD/11-econometrics/index.md +16 -0
  101. data/F24Textbook_MD/11-econometrics/multivariable.md +218 -0
  102. data/F24Textbook_MD/11-econometrics/reading-econ-papers.md +25 -0
  103. data/F24Textbook_MD/11-econometrics/single-variable.md +483 -0
  104. data/F24Textbook_MD/11-econometrics/statsmodels.md +58 -0
  105. data/F24Textbook_MD/12-environmental/KuznetsHypothesis-Copy1.md +187 -0
  106. data/F24Textbook_MD/12-environmental/KuznetsHypothesis.md +187 -0
  107. data/F24Textbook_MD/12-environmental/MAC.md +254 -0
  108. data/F24Textbook_MD/12-environmental/index.md +36 -0
  109. data/F24Textbook_MD/LICENSE.md +11 -0
  110. data/F24Textbook_MD/intro.md +26 -0
  111. data/F24Textbook_MD/references.md +25 -0
  112. data/F24Textbook_MD/summary.yaml +414 -0
  113. metadata +155 -0
@@ -0,0 +1,36 @@
1
+ ---
2
+ title: index
3
+ type: textbook
4
+ source_path: content/12-environmental/index.md
5
+ chapter: 12
6
+ ---
7
+
8
+ # Environmental Economics
9
+
10
+ ![](windmills.png)
11
+
12
+ In a broad sense, the field of Environmental Economics aims to relate and apply economic concepts to the environment.
13
+
14
+ One tenet of Environmental Economics is that the enjoyment of "environmental amenities" (or conversely that the usage or degradation of those resources) has an intrinsic value to humans that goes unaccounted for in the purely market-based model. These unaccounted costs are considered *market failures* and carry *negative externalities*.
15
+
16
+ The greatest single example of a negative externality of global importance is the emission of greenhouse gases (carbon dioxide, methane, nitrous oxide) from the combustion of hydrocarbons (coal, gasoline, diesel, oil). The *true cost* is not reflected in the lower price one pays at e.g the gas station. Consequently, the equilibrium quantity consumed is higher than the *socially optimal quantity*. Environmental economists seek to model the costs and benefits of a reduction. How could we reduce the quantity to the social optimum and weigh in the *costs and benefits* of such a reduction?
17
+
18
+ As a result, a major proportion of research and work within the field is devoted to building tools to reveal, address, and evaluate economic policies aimed at *internalizing* these externalities.
19
+
20
+ Very often, these policy tools as applied by a government constitute interfering with the market to a varying degree. We can model environmental economic policies into two subsets:
21
+
22
+ * **Command and Control**: When the government limits the amount of pollution to control a negative externality, e.g letting each emitter in the market emit a fixed amount of GHG gases.
23
+
24
+ * **Market-based**: Where the government sets an emission goal, then introduces incentives or subsidies to alter market behavior. It is left to each market actor to decide how much to emit. A carbon tax and a cap-and-trade (carbon quotas) are examples of marked-based interventions.
25
+
26
+ A useful environmental economic model is **The Marginal Abatement Cost Curve (MAC)** which aims to describe the *cost of abatement* (not emitting) greenhouse gases into the atmosphere using various strategies. A famous version of this was contained in a report McKinsey 2009 "Pathways to a Low Carbon Economy". This example we will discuss as an example of the intersection between of Environmental Economics and Data Science. In this notebook, we'll walk through the concepts of it and build one of our own!
27
+
28
+ Related to the discussion of global greenhouse gas emissions, we will also explore the **Environmental Kuznets Curve** through data, and compare the pathways of increasing emissions across countries and across time.
29
+
30
+ These are only a few of the applications of environmental economics, there are many more fields to explore, and even an entire major at UC Berkeley to explore.
31
+
32
+ **Student Learning Outcomes:**
33
+ * An introduction to applications of Environmental Economics with illustrations from global CO2 emissions
34
+ * Motivation and understanding of the Marginal Abatement Cost Curve for global Greenhouse Gas emissions, first by the (McKinsey 2009) curve for CO2, and then an application for Methane its data science application.
35
+ * A discussion of the Marginal Abatement Curve's limitations with the concept of Capital Intensity and static vs dynamic costs.
36
+ * An understanding of the Environmental Kuznets Curve Hypothesis and its data science applications
@@ -0,0 +1,11 @@
1
+ ---
2
+ title: LICENSE
3
+ type: textbook
4
+ source_path: content/LICENSE.md
5
+ ---
6
+
7
+ # License for this book
8
+
9
+ All content in this book (ie, any files and content in the `content/` folder)
10
+ is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)
11
+ (CC BY-SA 4.0) license.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: intro
3
+ type: textbook
4
+ source_path: content/intro.md
5
+ ---
6
+
7
+ # <a href="https://data-88e.github.io"> Data 88E: Economic Models </a>
8
+
9
+ Economics is in the world around us, and so is Data Science! It's in our every day lives. As we connect Data Science with Economics, we will be exploring real life datasets to illustrate how Economics concepts are shaped and how decisions lead to real-life impacts. This is a textbook developed for UC Berkeley's course Data 88E: Economic Models. Data 88E is a generic course listing for Data 8 connector courses.
10
+
11
+
12
+ ## Course Description
13
+
14
+ The idea for the class is to take students through a series of exercises to motivate and illustrate key concepts in Economics with examples in Python Jupyter notebooks. The class will cover concepts from Introductory Economics, MIcroeconomic Theory, Econometrics, Development Economics, Environmental Economics and Public Economics. The course will give data science students a pathway to apply python programming and data science concepts within the discipline of economics. The course will also give economics students a pathway to apply programming to reinforce fundamental concepts and to advance the level of study in upper division coursework and possible thesis work.
15
+
16
+ ## Acknowledgements
17
+
18
+ **Course Instructor:** Eric Van Dusen
19
+
20
+ **Textbook Developers:** [Christopher Pyles](https://chrispyles.io), Rohan Jha
21
+
22
+ **Content Developers:** [Akhil Venkatesh](https://akhilv.webflow.io), [Alan Liang](http://alanliang.me/), Amal Bhatnagar, Andrei Caprau, [Christopher Pyles](https://chrispyles.io), Cole Ginter, Eric Van Dusen, Peter F. Grinde-Hollevik, Matthew Yep, Rohan Jha, Sreeja Apparaju, Shashank Dalmia, Sushil Vishwanathan, Umar Maniku
23
+
24
+ ## License
25
+
26
+ This textbook is licensed under a [BSD 3-Clause License](https://github.com/ds-connectors/econ-models-textbook/blob/master/LICENSE).
@@ -0,0 +1,25 @@
1
+ ---
2
+ title: references
3
+ type: textbook
4
+ source_path: content/references.md
5
+ ---
6
+
7
+ # Bibliography
8
+
9
+ \[BdP\]
10
+ Marijn Bolhuis and Alexandra de Pleijt. [Inequality fuels population growth: new cross-national evidence](https://www.ehs.org.uk/press/inequality-fuels-population-growth-new-cross-national-evidence-1870-2000) 1870-2000.
11
+
12
+ \[Car99\]
13
+ David Card. [The causal effect of education on earnings.](https://davidcard.berkeley.edu/papers/causal_educ_earnings.pdf) Handbook of Labor Economics, 1999.
14
+
15
+ \[Hoo41\]
16
+ S Hoos. An investigation on complementarity relations between fresh fruits. Journal of Farm Economics, 23(2):421–433, 1941.
17
+
18
+ \[KS\]
19
+ Homi Kharas and Brina Seidel. [What's happening to the world income distribution? the elephant chart revisited.](https://www.brookings.edu/research/whats-happening-to-the-world-income-distribution-the-elephant-chart-revisited/)
20
+
21
+ \[MIL16\]
22
+ BRANKO MILANOVIC. [Global Inequality: A New Approach for the Age of Globalization.](http://www.jstor.org/stable/j.ctvjghwk4) Harvard University Press, 2016. ISBN 9780674737136.
23
+
24
+ \[Mor11\]
25
+ Hanan Morsy. [Unemployed in europe.](https://www.researchgate.net/publication/341109902_Unemployed_in_Europe) Finance & development, 09 2011.
@@ -0,0 +1,414 @@
1
+ - chapter: 0
2
+ count: 2
3
+ files:
4
+ - file: 00-intro/index.md
5
+ title: index
6
+ source_path: content/00-intro/index.ipynb
7
+ type: textbook
8
+ order: 1
9
+ - file: 00-intro/.ipynb_checkpoints/index-checkpoint.md
10
+ title: index-checkpoint
11
+ source_path: content/00-intro/.ipynb_checkpoints/index-checkpoint.ipynb
12
+ type: textbook
13
+ order: 2
14
+ - chapter: 1
15
+ count: 5
16
+ files:
17
+ - file: 01-demand/index.md
18
+ title: index
19
+ source_path: content/01-demand/index.md
20
+ type: textbook
21
+ order: 1
22
+ - file: 01-demand/01-demand.md
23
+ title: 01-demand
24
+ source_path: content/01-demand/01-demand.ipynb
25
+ type: textbook
26
+ order: 2
27
+ - file: 01-demand/02-example.md
28
+ title: 02-example
29
+ source_path: content/01-demand/02-example.ipynb
30
+ type: textbook
31
+ order: 3
32
+ - file: 01-demand/03-log-log.md
33
+ title: 03-log-log
34
+ source_path: content/01-demand/03-log-log.ipynb
35
+ type: textbook
36
+ order: 4
37
+ - file: 01-demand/04-elasticity.md
38
+ title: 04-elasticity
39
+ source_path: content/01-demand/04-elasticity.ipynb
40
+ type: textbook
41
+ order: 5
42
+ - chapter: 2
43
+ count: 6
44
+ files:
45
+ - file: 02-supply/index.md
46
+ title: index
47
+ source_path: content/02-supply/index.md
48
+ type: textbook
49
+ order: 1
50
+ - file: 02-supply/01-supply.md
51
+ title: 01-supply
52
+ source_path: content/02-supply/01-supply.ipynb
53
+ type: textbook
54
+ order: 2
55
+ - file: 02-supply/02-eep147-example.md
56
+ title: 02-eep147-example
57
+ source_path: content/02-supply/02-eep147-example.ipynb
58
+ type: textbook
59
+ order: 3
60
+ - file: 02-supply/03-sympy.md
61
+ title: 03-sympy
62
+ source_path: content/02-supply/03-sympy.ipynb
63
+ type: textbook
64
+ order: 4
65
+ - file: 02-supply/04-market-equilibria.md
66
+ title: 04-market-equilibria
67
+ source_path: content/02-supply/04-market-equilibria.ipynb
68
+ type: textbook
69
+ order: 5
70
+ - file: 02-supply/.ipynb_checkpoints/index-checkpoint.md
71
+ title: index-checkpoint
72
+ source_path: content/02-supply/.ipynb_checkpoints/index-checkpoint.md
73
+ type: textbook
74
+ order: 6
75
+ - chapter: 3
76
+ count: 6
77
+ files:
78
+ - file: 03-public/index.md
79
+ title: index
80
+ source_path: content/03-public/index.md
81
+ type: textbook
82
+ order: 1
83
+ - file: 03-public/govt-intervention.md
84
+ title: govt-intervention
85
+ source_path: content/03-public/govt-intervention.ipynb
86
+ type: textbook
87
+ order: 2
88
+ - file: 03-public/.ipynb_checkpoints/index-checkpoint.md
89
+ title: index-checkpoint
90
+ source_path: content/03-public/.ipynb_checkpoints/index-checkpoint.md
91
+ type: textbook
92
+ order: 3
93
+ - file: 03-public/surplus.md
94
+ title: surplus
95
+ source_path: content/03-public/surplus.ipynb
96
+ type: textbook
97
+ order: 4
98
+ - file: 03-public/.ipynb_checkpoints/surplus-checkpoint.md
99
+ title: surplus-checkpoint
100
+ source_path: content/03-public/.ipynb_checkpoints/surplus-checkpoint.ipynb
101
+ type: textbook
102
+ order: 5
103
+ - file: 03-public/taxes-subsidies.md
104
+ title: taxes-subsidies
105
+ source_path: content/03-public/taxes-subsidies.ipynb
106
+ type: textbook
107
+ order: 6
108
+ - chapter: 4
109
+ count: 3
110
+ files:
111
+ - file: 04-production/index.md
112
+ title: index
113
+ source_path: content/04-production/index.md
114
+ type: textbook
115
+ order: 1
116
+ - file: 04-production/production.md
117
+ title: production
118
+ source_path: content/04-production/production.ipynb
119
+ type: textbook
120
+ order: 2
121
+ - file: 04-production/shifts.md
122
+ title: shifts
123
+ source_path: content/04-production/shifts.ipynb
124
+ type: textbook
125
+ order: 3
126
+ - chapter: 5
127
+ count: 3
128
+ files:
129
+ - file: 05-utility/index.md
130
+ title: index
131
+ source_path: content/05-utility/index.md
132
+ type: textbook
133
+ order: 1
134
+ - file: 05-utility/budget-constraints.md
135
+ title: budget-constraints
136
+ source_path: content/05-utility/budget-constraints.ipynb
137
+ type: textbook
138
+ order: 2
139
+ - file: 05-utility/utility.md
140
+ title: utility
141
+ source_path: content/05-utility/utility.ipynb
142
+ type: textbook
143
+ order: 3
144
+ - chapter: 6
145
+ count: 5
146
+ files:
147
+ - file: 06-inequality/index.md
148
+ title: index
149
+ source_path: content/06-inequality/index.md
150
+ type: textbook
151
+ order: 1
152
+ - file: 06-inequality/historical-inequality.md
153
+ title: historical-inequality
154
+ source_path: content/06-inequality/historical-inequality.ipynb
155
+ type: textbook
156
+ order: 2
157
+ - file: 06-inequality/.ipynb_checkpoints/historical-inequality-checkpoint.md
158
+ title: historical-inequality-checkpoint
159
+ source_path: content/06-inequality/.ipynb_checkpoints/historical-inequality-checkpoint.ipynb
160
+ type: textbook
161
+ order: 3
162
+ - file: 06-inequality/inequality.md
163
+ title: inequality
164
+ source_path: content/06-inequality/inequality.ipynb
165
+ type: textbook
166
+ order: 4
167
+ - file: 06-inequality/.ipynb_checkpoints/inequality-checkpoint.md
168
+ title: inequality-checkpoint
169
+ source_path: content/06-inequality/.ipynb_checkpoints/inequality-checkpoint.ipynb
170
+ type: textbook
171
+ order: 5
172
+ - chapter: 7
173
+ count: 10
174
+ files:
175
+ - file: 07-game-theory/index.md
176
+ title: index
177
+ source_path: content/07-game-theory/index.md
178
+ type: textbook
179
+ order: 1
180
+ - file: 07-game-theory/bertrand.md
181
+ title: bertrand
182
+ source_path: content/07-game-theory/bertrand.ipynb
183
+ type: textbook
184
+ order: 2
185
+ - file: 07-game-theory/cournot.md
186
+ title: cournot
187
+ source_path: content/07-game-theory/cournot.ipynb
188
+ type: textbook
189
+ order: 3
190
+ - file: 07-game-theory/.ipynb_checkpoints/cournot-checkpoint.md
191
+ title: cournot-checkpoint
192
+ source_path: content/07-game-theory/.ipynb_checkpoints/cournot-checkpoint.ipynb
193
+ type: textbook
194
+ order: 4
195
+ - file: 07-game-theory/equilibria-oligopolies.md
196
+ title: equilibria-oligopolies
197
+ source_path: content/07-game-theory/equilibria-oligopolies.ipynb
198
+ type: textbook
199
+ order: 5
200
+ - file: 07-game-theory/.ipynb_checkpoints/equilibria-oligopolies-checkpoint.md
201
+ title: equilibria-oligopolies-checkpoint
202
+ source_path: content/07-game-theory/.ipynb_checkpoints/equilibria-oligopolies-checkpoint.ipynb
203
+ type: textbook
204
+ order: 6
205
+ - file: 07-game-theory/expected-utility.md
206
+ title: expected-utility
207
+ source_path: content/07-game-theory/expected-utility.ipynb
208
+ type: textbook
209
+ order: 7
210
+ - file: 07-game-theory/.ipynb_checkpoints/expected-utility-checkpoint.md
211
+ title: expected-utility-checkpoint
212
+ source_path: content/07-game-theory/.ipynb_checkpoints/expected-utility-checkpoint.ipynb
213
+ type: textbook
214
+ order: 8
215
+ - file: 07-game-theory/.ipynb_checkpoints/index-checkpoint.md
216
+ title: index-checkpoint
217
+ source_path: content/07-game-theory/.ipynb_checkpoints/index-checkpoint.md
218
+ type: textbook
219
+ order: 9
220
+ - file: 07-game-theory/python-classes.md
221
+ title: python-classes
222
+ source_path: content/07-game-theory/python-classes.ipynb
223
+ type: textbook
224
+ order: 10
225
+ - chapter: 8
226
+ count: 2
227
+ files:
228
+ - file: 08-development/index.md
229
+ title: index
230
+ source_path: content/08-development/index.md
231
+ type: textbook
232
+ order: 1
233
+ - file: 08-development/.ipynb_checkpoints/index-checkpoint.md
234
+ title: index-checkpoint
235
+ source_path: content/08-development/.ipynb_checkpoints/index-checkpoint.md
236
+ type: textbook
237
+ order: 2
238
+ - chapter: 9
239
+ count: 13
240
+ files:
241
+ - file: 09-macro/index.md
242
+ title: index
243
+ source_path: content/09-macro/index.md
244
+ type: textbook
245
+ order: 1
246
+ - file: 09-macro/CentralBanks.md
247
+ title: CentralBanks
248
+ source_path: content/09-macro/CentralBanks.ipynb
249
+ type: textbook
250
+ order: 2
251
+ - file: 09-macro/.ipynb_checkpoints/CentralBanks-checkpoint.md
252
+ title: CentralBanks-checkpoint
253
+ source_path: content/09-macro/.ipynb_checkpoints/CentralBanks-checkpoint.ipynb
254
+ type: textbook
255
+ order: 3
256
+ - file: 09-macro/fiscal_policy.md
257
+ title: fiscal_policy
258
+ source_path: content/09-macro/fiscal_policy.ipynb
259
+ type: textbook
260
+ order: 4
261
+ - file: 09-macro/.ipynb_checkpoints/fiscal_policy-checkpoint.md
262
+ title: fiscal_policy-checkpoint
263
+ source_path: content/09-macro/.ipynb_checkpoints/fiscal_policy-checkpoint.ipynb
264
+ type: textbook
265
+ order: 5
266
+ - file: 09-macro/.ipynb_checkpoints/index-checkpoint.md
267
+ title: index-checkpoint
268
+ source_path: content/09-macro/.ipynb_checkpoints/index-checkpoint.md
269
+ type: textbook
270
+ order: 6
271
+ - file: 09-macro/Indicators.md
272
+ title: Indicators
273
+ source_path: content/09-macro/Indicators.ipynb
274
+ type: textbook
275
+ order: 7
276
+ - file: 09-macro/.ipynb_checkpoints/Indicators-checkpoint.md
277
+ title: Indicators-checkpoint
278
+ source_path: content/09-macro/.ipynb_checkpoints/Indicators-checkpoint.ipynb
279
+ type: textbook
280
+ order: 8
281
+ - file: 09-macro/is_curve.md
282
+ title: is_curve
283
+ source_path: content/09-macro/is_curve.ipynb
284
+ type: textbook
285
+ order: 9
286
+ - file: 09-macro/.ipynb_checkpoints/is_curve-checkpoint.md
287
+ title: is_curve-checkpoint
288
+ source_path: content/09-macro/.ipynb_checkpoints/is_curve-checkpoint.ipynb
289
+ type: textbook
290
+ order: 10
291
+ - file: 09-macro/phillips_curve.md
292
+ title: phillips_curve
293
+ source_path: content/09-macro/phillips_curve.ipynb
294
+ type: textbook
295
+ order: 11
296
+ - file: 09-macro/.ipynb_checkpoints/phillips_curve-checkpoint.md
297
+ title: phillips_curve-checkpoint
298
+ source_path: content/09-macro/.ipynb_checkpoints/phillips_curve-checkpoint.ipynb
299
+ type: textbook
300
+ order: 12
301
+ - file: 09-macro/.ipynb_checkpoints/visualizations-checkpoint.md
302
+ title: visualizations-checkpoint
303
+ source_path: content/09-macro/.ipynb_checkpoints/visualizations-checkpoint.ipynb
304
+ type: textbook
305
+ order: 13
306
+ - chapter: 10
307
+ count: 4
308
+ files:
309
+ - file: 10-finance/index.md
310
+ title: index
311
+ source_path: content/10-finance/index.md
312
+ type: textbook
313
+ order: 1
314
+ - file: 10-finance/options.md
315
+ title: options
316
+ source_path: content/10-finance/options.ipynb
317
+ type: textbook
318
+ order: 2
319
+ - file: 10-finance/.ipynb_checkpoints/options-checkpoint.md
320
+ title: options-checkpoint
321
+ source_path: content/10-finance/.ipynb_checkpoints/options-checkpoint.ipynb
322
+ type: textbook
323
+ order: 3
324
+ - file: 10-finance/value-interest.md
325
+ title: value-interest
326
+ source_path: content/10-finance/value-interest.ipynb
327
+ type: textbook
328
+ order: 4
329
+ - chapter: 11
330
+ count: 9
331
+ files:
332
+ - file: 11-econometrics/index.md
333
+ title: index
334
+ source_path: content/11-econometrics/index.md
335
+ type: textbook
336
+ order: 1
337
+ - file: 11-econometrics/multivariable.md
338
+ title: multivariable
339
+ source_path: content/11-econometrics/multivariable.ipynb
340
+ type: textbook
341
+ order: 2
342
+ - file: 11-econometrics/.ipynb_checkpoints/multivariable-checkpoint.md
343
+ title: multivariable-checkpoint
344
+ source_path: content/11-econometrics/.ipynb_checkpoints/multivariable-checkpoint.ipynb
345
+ type: textbook
346
+ order: 3
347
+ - file: 11-econometrics/reading-econ-papers.md
348
+ title: reading-econ-papers
349
+ source_path: content/11-econometrics/reading-econ-papers.ipynb
350
+ type: textbook
351
+ order: 4
352
+ - file: 11-econometrics/.ipynb_checkpoints/reading-econ-papers-checkpoint.md
353
+ title: reading-econ-papers-checkpoint
354
+ source_path: content/11-econometrics/.ipynb_checkpoints/reading-econ-papers-checkpoint.ipynb
355
+ type: textbook
356
+ order: 5
357
+ - file: 11-econometrics/single-variable.md
358
+ title: single-variable
359
+ source_path: content/11-econometrics/single-variable.ipynb
360
+ type: textbook
361
+ order: 6
362
+ - file: 11-econometrics/.ipynb_checkpoints/single-variable-checkpoint.md
363
+ title: single-variable-checkpoint
364
+ source_path: content/11-econometrics/.ipynb_checkpoints/single-variable-checkpoint.ipynb
365
+ type: textbook
366
+ order: 7
367
+ - file: 11-econometrics/statsmodels.md
368
+ title: statsmodels
369
+ source_path: content/11-econometrics/statsmodels.ipynb
370
+ type: textbook
371
+ order: 8
372
+ - file: 11-econometrics/.ipynb_checkpoints/statsmodels-checkpoint.md
373
+ title: statsmodels-checkpoint
374
+ source_path: content/11-econometrics/.ipynb_checkpoints/statsmodels-checkpoint.ipynb
375
+ type: textbook
376
+ order: 9
377
+ - chapter: 12
378
+ count: 7
379
+ files:
380
+ - file: 12-environmental/index.md
381
+ title: index
382
+ source_path: content/12-environmental/index.md
383
+ type: textbook
384
+ order: 1
385
+ - file: 12-environmental/.ipynb_checkpoints/index-checkpoint.md
386
+ title: index-checkpoint
387
+ source_path: content/12-environmental/.ipynb_checkpoints/index-checkpoint.md
388
+ type: textbook
389
+ order: 2
390
+ - file: 12-environmental/KuznetsHypothesis.md
391
+ title: KuznetsHypothesis
392
+ source_path: content/12-environmental/KuznetsHypothesis.ipynb
393
+ type: textbook
394
+ order: 3
395
+ - file: 12-environmental/KuznetsHypothesis-Copy1.md
396
+ title: KuznetsHypothesis-Copy1
397
+ source_path: content/12-environmental/KuznetsHypothesis-Copy1.ipynb
398
+ type: textbook
399
+ order: 4
400
+ - file: 12-environmental/.ipynb_checkpoints/KuznetsHypothesis-Copy1-checkpoint.md
401
+ title: KuznetsHypothesis-Copy1-checkpoint
402
+ source_path: content/12-environmental/.ipynb_checkpoints/KuznetsHypothesis-Copy1-checkpoint.ipynb
403
+ type: textbook
404
+ order: 5
405
+ - file: 12-environmental/MAC.md
406
+ title: MAC
407
+ source_path: content/12-environmental/MAC.ipynb
408
+ type: textbook
409
+ order: 6
410
+ - file: 12-environmental/.ipynb_checkpoints/textbook1-checkpoint.md
411
+ title: textbook1-checkpoint
412
+ source_path: content/12-environmental/.ipynb_checkpoints/textbook1-checkpoint.ipynb
413
+ type: textbook
414
+ order: 7
metadata ADDED
@@ -0,0 +1,155 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: my-markdown-library
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Eric Van Dusen
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: 'This gem packages three distinct sets of Markdown files: a textbook,
14
+ lecture notes, and personal notebooks, making them easy to access and distribute.'
15
+ email:
16
+ - ericvd@berkeley.edu
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - F24LS_md/ Lecture 4 - Public.md
22
+ - F24LS_md/Lecture 1 - Introduction and Overview.md
23
+ - F24LS_md/Lecture 10 - Development_.md
24
+ - F24LS_md/Lecture 11 - Econometrics.md
25
+ - F24LS_md/Lecture 12 - Finance.md
26
+ - F24LS_md/Lecture 13 - Environmental Economics.md
27
+ - F24LS_md/Lecture 15 - Conclusion.md
28
+ - F24LS_md/Lecture 2 - Demand.md
29
+ - F24LS_md/Lecture 3 - Supply.md
30
+ - F24LS_md/Lecture 5 - Production C-D.md
31
+ - F24LS_md/Lecture 6 - Utility and Latex.md
32
+ - F24LS_md/Lecture 7 - Inequality.md
33
+ - F24LS_md/Lecture 8 - Macroeconomics.md
34
+ - F24LS_md/Lecture 8 - Macro.md
35
+ - F24LS_md/Lecture 9 - Game Theory_.md
36
+ - F24LS_md/summary.yaml
37
+ - F24Lec_MD/LecNB_summary.yaml
38
+ - F24Lec_MD/lec01/lec01.md
39
+ - F24Lec_MD/lec02/Avocados_demand.md
40
+ - F24Lec_MD/lec02/Demand_Steps_24.md
41
+ - F24Lec_MD/lec02/PriceElasticity.md
42
+ - F24Lec_MD/lec02/ScannerData_Beer.md
43
+ - F24Lec_MD/lec02/demand-curve-Fa24.md
44
+ - F24Lec_MD/lec03/3.0-CubicCostCurve.md
45
+ - F24Lec_MD/lec03/3.1-Supply.md
46
+ - F24Lec_MD/lec03/3.2-sympy.md
47
+ - F24Lec_MD/lec03/3.3a-california-energy.md
48
+ - F24Lec_MD/lec03/3.3b-a-really-hot-tuesday.md
49
+ - F24Lec_MD/lec04/lec04-CSfromSurvey-closed.md
50
+ - F24Lec_MD/lec04/lec04-CSfromSurvey.md
51
+ - F24Lec_MD/lec04/lec04-Supply-Demand-closed.md
52
+ - F24Lec_MD/lec04/lec04-Supply-Demand.md
53
+ - F24Lec_MD/lec04/lec04-four-plot-24.md
54
+ - F24Lec_MD/lec04/lec04-four-plot.md
55
+ - F24Lec_MD/lec05/Lec5-Cobb-Douglas.md
56
+ - F24Lec_MD/lec05/Lec5-CobbD-AER1928.md
57
+ - F24Lec_MD/lec06/6.1-Sympy-Differentiation.md
58
+ - F24Lec_MD/lec06/6.2-3D-utility.md
59
+ - F24Lec_MD/lec06/6.3-QuantEcon-Optimization.md
60
+ - F24Lec_MD/lec06/6.4-latex.md
61
+ - F24Lec_MD/lec06/6.5-Edgeworth.md
62
+ - F24Lec_MD/lec07/7.1-inequality.md
63
+ - F24Lec_MD/lec07/7.2-historical-inequality.md
64
+ - F24Lec_MD/lec08/macro-fred-api.md
65
+ - F24Lec_MD/lec09/lecNB-prisoners-dilemma.md
66
+ - F24Lec_MD/lec10/Lec10.2-waterguard.md
67
+ - F24Lec_MD/lec10/lec10.1-mapping.md
68
+ - F24Lec_MD/lec11/11.1-slr.md
69
+ - F24Lec_MD/lec11/11.2-mlr.md
70
+ - F24Lec_MD/lec12/Lec12-4-PersonalFinance.md
71
+ - F24Lec_MD/lec12/lec12-1_Interest_Payments.md
72
+ - F24Lec_MD/lec12/lec12-2-stocks-options.md
73
+ - F24Lec_MD/lec13/Co2_ClimateChange.md
74
+ - F24Lec_MD/lec13/ConstructingMAC.md
75
+ - F24Lec_MD/lec13/EmissionsTracker.md
76
+ - F24Lec_MD/lec13/KuznetsHypothesis.md
77
+ - F24Lec_MD/lec13/RoslingPlots.md
78
+ - F24Lec_MD/lec15/vibecession.md
79
+ - F24Textbook_MD/00-intro/index.md
80
+ - F24Textbook_MD/01-demand/01-demand.md
81
+ - F24Textbook_MD/01-demand/02-example.md
82
+ - F24Textbook_MD/01-demand/03-log-log.md
83
+ - F24Textbook_MD/01-demand/04-elasticity.md
84
+ - F24Textbook_MD/01-demand/index.md
85
+ - F24Textbook_MD/02-supply/01-supply.md
86
+ - F24Textbook_MD/02-supply/02-eep147-example.md
87
+ - F24Textbook_MD/02-supply/03-sympy.md
88
+ - F24Textbook_MD/02-supply/04-market-equilibria.md
89
+ - F24Textbook_MD/02-supply/index.md
90
+ - F24Textbook_MD/03-public/govt-intervention.md
91
+ - F24Textbook_MD/03-public/index.md
92
+ - F24Textbook_MD/03-public/surplus.md
93
+ - F24Textbook_MD/03-public/taxes-subsidies.md
94
+ - F24Textbook_MD/04-production/index.md
95
+ - F24Textbook_MD/04-production/production.md
96
+ - F24Textbook_MD/04-production/shifts.md
97
+ - F24Textbook_MD/05-utility/budget-constraints.md
98
+ - F24Textbook_MD/05-utility/index.md
99
+ - F24Textbook_MD/05-utility/utility.md
100
+ - F24Textbook_MD/06-inequality/historical-inequality.md
101
+ - F24Textbook_MD/06-inequality/index.md
102
+ - F24Textbook_MD/06-inequality/inequality.md
103
+ - F24Textbook_MD/07-game-theory/bertrand.md
104
+ - F24Textbook_MD/07-game-theory/cournot.md
105
+ - F24Textbook_MD/07-game-theory/equilibria-oligopolies.md
106
+ - F24Textbook_MD/07-game-theory/expected-utility.md
107
+ - F24Textbook_MD/07-game-theory/index.md
108
+ - F24Textbook_MD/07-game-theory/python-classes.md
109
+ - F24Textbook_MD/08-development/index.md
110
+ - F24Textbook_MD/09-macro/CentralBanks.md
111
+ - F24Textbook_MD/09-macro/Indicators.md
112
+ - F24Textbook_MD/09-macro/fiscal_policy.md
113
+ - F24Textbook_MD/09-macro/index.md
114
+ - F24Textbook_MD/09-macro/is_curve.md
115
+ - F24Textbook_MD/09-macro/phillips_curve.md
116
+ - F24Textbook_MD/10-finance/index.md
117
+ - F24Textbook_MD/10-finance/options.md
118
+ - F24Textbook_MD/10-finance/value-interest.md
119
+ - F24Textbook_MD/11-econometrics/index.md
120
+ - F24Textbook_MD/11-econometrics/multivariable.md
121
+ - F24Textbook_MD/11-econometrics/reading-econ-papers.md
122
+ - F24Textbook_MD/11-econometrics/single-variable.md
123
+ - F24Textbook_MD/11-econometrics/statsmodels.md
124
+ - F24Textbook_MD/12-environmental/KuznetsHypothesis-Copy1.md
125
+ - F24Textbook_MD/12-environmental/KuznetsHypothesis.md
126
+ - F24Textbook_MD/12-environmental/MAC.md
127
+ - F24Textbook_MD/12-environmental/index.md
128
+ - F24Textbook_MD/LICENSE.md
129
+ - F24Textbook_MD/intro.md
130
+ - F24Textbook_MD/references.md
131
+ - F24Textbook_MD/summary.yaml
132
+ homepage: https://github.com/data-88e/88e_training_material
133
+ licenses:
134
+ - BSD-3-Clause
135
+ metadata: {}
136
+ post_install_message:
137
+ rdoc_options: []
138
+ require_paths:
139
+ - lib
140
+ required_ruby_version: !ruby/object:Gem::Requirement
141
+ requirements:
142
+ - - ">="
143
+ - !ruby/object:Gem::Version
144
+ version: '0'
145
+ required_rubygems_version: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - ">="
148
+ - !ruby/object:Gem::Version
149
+ version: '0'
150
+ requirements: []
151
+ rubygems_version: 3.0.3.1
152
+ signing_key:
153
+ specification_version: 4
154
+ summary: A library of Markdown documents from Data 88E in Fall 2024
155
+ test_files: []