-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (28 loc) · 1.43 KB
/
index.html
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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>CityEcon Code & Data Repository</title>
<meta name="viewport" content="initial-scale=1.0"> <!-- fix iOS display -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>CityEcon Code & Data Repository</h1>
<p>This website contains documents and data that I generated while writing my <a href="https://cityecon.michaeldnahas.com">City Econ blog</a>.</p>
<p>The repo contain the code, data, and this website are available in <a href="https://github.com/mdnahas/CityEcon">this repo on Github</a>.
<p>My personal website is <a href="https://michaeldnahas.com">michaeldnahas.com</a>.
<hr/>
<h2>Reference Materials</h2>
<ul style="line-height:200%">
<li><a href="references/glossary.html">Glossary of Zoning terms</a></li>
<li><a href="references/people.html">People and Organizations in Urban Economics and YIMBY activism</a></li>
<li><a href="references/annotated_bibliography.html">Annotated Bibliography of Urban Economics</li>
</ul>
<hr/>
<h2>Projects</h2>
<ul style="line-height:200%">
<li><a href="projects/OpenAustinData/doc/index.html">OpenAustinData, making Austin's open data easy to access</li>
<li><a href="projects/top50_USA_cities/data_description.html">Top 50 US Cities</li>
<li><a href="projects/Zillow_vs_TCAD/index.html">Comparing TCAD to Zillow</li>
</ul>
</body>
</html>