Skip to content

Commit 60a128a

Browse files
committed
add tikzjax powers
1 parent c091f07 commit 60a128a

File tree

4 files changed

+69
-30
lines changed

4 files changed

+69
-30
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
These are My Notes.
44

5-
files:
6-
```
7-
_includes/ - for mathjax magic
8-
_layouts/ - to override the terrible two column layout
9-
assets/ - to make the remaining column full width
10-
content/ - where my actual content is
11-
_config.yml - pull in the theme I'm using.
12-
```
5+
Thing | Purpose
6+
--------------|--------------------------------------------
7+
`_includes/` | For mathjax and tikzjax magic
8+
`_layouts/` | To override the terrible two column layout
9+
`assets/` | To make the remaining column full width
10+
`content/` | Where my actual content is
11+
`_config.yml` | Pull in the theme I'm using.
1312

1413
Inside `content`, there is a folder for each class.
1514

@@ -22,6 +21,7 @@ notes/ - a folder to hold each class's notes.
2221
Notes taken each class are named like `AUG30.md`.
2322

2423
If I want the magic of MathJax, make this the first thing in a file:
24+
2525
```
2626
---
2727
mathjax: true

_layouts/default.html

+20-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
<!DOCTYPE html>
22
<html lang="{{ site.lang | default: "en-US" }}">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
{% include mathjax.html %}
8-
{% seo %}
9-
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
10-
<!--[if lt IE 9]>
11-
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
12-
<![endif]-->
13-
</head>
14-
<body>
15-
<div class="wrapper">
16-
<section>
17-
18-
{{ content }}
19-
20-
</section>
21-
</div>
22-
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
23-
</body>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
{% include mathjax.html %}
8+
{% include tikzjax.html %}
9+
{% seo %}
10+
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
11+
<!--[if lt IE 9]>
12+
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
13+
<![endif]-->
14+
</head>
15+
<body>
16+
<div class="wrapper">
17+
<section>
18+
{{ content }}
19+
</section>
20+
</div>
21+
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
22+
</body>
2423
</html>

content/s6/policy/index.md

+40
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,43 @@ Four fundamental policy goals:
2222
- Public Interest
2323
- Made by Government
2424
- Action and Inaction
25+
26+
## Pareto Efficiency
27+
28+
In relation to the free market, Pareto Efficiency is the point where nobody can be made better off without making somebody else worse off. In this case, there is no *economic* need for government policy.
29+
30+
If we are *not* in Pareto efficiency, we can make somebody better off without making anyone else worse off - the market is not acting efficiently, and government policy *may* help.
31+
32+
## 2020-09-10
33+
34+
- leave your comments and thoughts in the discussion posts on myCourses
35+
- Go over the reading and post in the forum by EoD
36+
- There is a problemset that will be emerging at some point
37+
- ProblemSet answers due next Tuesday
38+
- Handwriting answers is acceptable??
39+
- But scanning to pdf is kinda nice
40+
- graded by effort
41+
42+
Conditions for an efficient free market:
43+
44+
- Many buyers and sellers - price taken as given
45+
- identical products
46+
- no barrier to entry or exit
47+
- perfect information
48+
49+
# What could create a market failure?
50+
51+
- Externalities
52+
- Public Goods
53+
- Monopolies
54+
- Information Asymmetry
55+
56+
Under a market failure, government intervention *may* be able to increase efficiency.
57+
58+
In a perfect market, there still *might* be regulation, towards the other 3 policy goals.
59+
60+
#What tools do we have to address social damage?
61+
62+
**Pigouvian Tax** - A tax on each unit of good, equal to the social damage of that unit of good.
63+
64+
**Cap and Trade** - In the context of pollution - the cap is the total amount of permitted pollution. Then, a license to polute is given to industry. Different industry players can trade their licenses, to allocate the permitted pollution via a free market.

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Co-op :)
4646

4747
[Biology 1 Lecture](./content/s3/bio/index.md)
4848

49-
[Probability and Staticstics I and II](./content/s3/ps/index.md)
49+
[Probability and Statistics I and II](./content/s3/ps/index.md)
5050

5151
## Other
5252

0 commit comments

Comments
 (0)