-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
148 lines (141 loc) · 6.35 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html>
<head>
<meta id="meta" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title> BD Economics | Data, Analysis, and Support for Ideas</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:900" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="https://use.fontawesome.com/8f99c5621e.js"></script>
<meta charset="UTF-8">
<meta name="description" content="Tools for Economists">
<meta name="keywords" content="IMF API, Economics Dashboard, Trade Network, Trade Networks, Macroeconomics Dashboard, Macroeconomic Dashboard, Markets Dashboard, Market Dashboard, U.S. Economy, U.S. Economy Dashboard, US economy, US economy dashboard, US economy charts, US economy charts pdf, NetworkX trade, international trade networks, network analysis of trade, International Monetary Fund, IMF Statistics Department, IMF Application Programming Interface, International Monetary Fund Application Programming Interface, International Monetary Fund API, Current Population Survey, CPS with python, Current Population Survey microdata, Economic microdata, CPS Pandas, Consumer Price Index excluding shelter">
<meta name="author" content="Brian Dew">
<meta name="google-site-verification" content="DP-2kVWWQ6i8lPgl5gqVAy3cjr-beYZzfhNL5-nVbzs" />
<link rel="apple-touch-icon" sizes="57x57" href="favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2J5HVG07X3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2J5HVG07X3');
</script>
</head>
<body>
<nav>
<ul class="ul_nav" id="menu">
<li class="nav_main"> <a href="index.html" class="active">BD Economics</a> </li>
<li><a href="about.html">About</a> </li>
<li><a href="http://briandew.wordpress.com">Blog</a> </li>
<li><a href="python.html">Tools ↓</a>
<ul class="hidden">
<li><a href="imfapi1.html">IMF API</a></li>
<li><a href="blsapi.html">BLS API</a></li>
<li><a href="cps.html">CPS Microdata</a></li>
</ul>
</li>
<li>
<a href="chartbook.html">Reports ↓</a>
<ul class="hidden">
<li><a href="chartbook.pdf">US Chartbook (PDF)</a></li>
</ul>
<li class="icon"> <a href="javascript:void(0);"
style="font-size:15px;" onclick="responsiveNav()">☰</a>
</li>
</ul>
</nav>
<header>
<h3>BD Economics</h3>
</header>
<section>
<article>
<h3>Overview</h3>
<h5>Follow <a href="https://twitter.com/bd_econ">@bd_econ</a> for updates</h5>
<p class="overview">This site is a repository for code and data that others may find useful for their own research. The <b><a href="http://www.bd-econ.com/dash.html">US Chartbook</a></b> has lots of data and data visualizations, while the <b><a href="http://www.bd-econ.com/python.html">Tools</a></b> section contains guides for working with economic data using python. My blog is located at <a href = "http://briandew.wordpress.com">http://www.briandew.wordpress.com</a>.</p>
</article>
<article class="article_links">
<h3> Featured content </h3>
<a href="imfapi1.html">
<div class="card">
<div class="card_head_blue">
<h2>IMF API</h2>
</div>
<div class="card_tail">
<p>Quick example of how the International Monetary Fund's Application Programming Interface can be accessed using Python.</p>
</div>
</div>
</a>
<a href="nbs/cps_read_basic.html">
<div class="card">
<div class="card_head_yellow">
<h2>CPS data</h2>
</div>
<div class="card_tail">
<p>Example of reading Current Population Survey public use microdata using python. </p>
</div>
</div>
</a>
<a href="chartbook.pdf">
<div class="card">
<div class="card_head_green">
<h2>Chartbook</h2>
</div>
<div class="card_tail">
<p><b>(PDF)</b> Notes on the US economy, including charts and links to data and source code.</p><p>Updated: <span class="cb_update"></span></p>
</div>
</div>
</a>
</article>
</section>
<footer>
<div class="footer_left">
<p>November 20, 2023<br> by Brian Dew</p>
</div>
<div class="footer_right">
<a href="https://github.com/bdecon/">
<button class="button_sm"><i class="fa fa-github"></i></button>
</a>
<a href="https://www.linkedin.com/in/brian-dew-5788a386/">
<button class="button_sm"><i class="fa fa-linkedin"></i></button>
</a>
<a href="https://twitter.com/bd_econ">
<button class="button_sm"><i class="fa fa-twitter"></i></button>
</a>
<a href="https://briandew.wordpress.com/">
<button class="button_sm"><i class="fa fa-wordpress"></i></button>
</a>
</div>
</footer>
<script>
function responsiveNav() {
var x = document.getElementById("menu");
if (x.className === "ul_nav") {
x.className += " responsive";
} else {
x.className = "ul_nav";
}
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript">
$('.cb_update').load('date.txt');
</script>
</body>
</html>