|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 5 | + <script |
| 6 | + async |
| 7 | + src="https://www.googletagmanager.com/gtag/js?id=UA-54984338-7" |
| 8 | + ></script> |
| 9 | + <script> |
| 10 | + window.dataLayer = window.dataLayer || []; |
| 11 | + function gtag() { |
| 12 | + dataLayer.push(arguments); |
| 13 | + } |
| 14 | + gtag('js', new Date()); |
| 15 | + |
| 16 | + gtag('config', 'UA-54984338-7'); |
| 17 | + </script> |
| 18 | + |
| 19 | + <meta charset="utf-8" /> |
| 20 | + |
| 21 | + <title>About Lectures – Quantitative Economics with Python</title> |
| 22 | + |
| 23 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 24 | + <meta name="author" content="Quantitative Economics with Python" /> |
| 25 | + <meta |
| 26 | + name="keywords" |
| 27 | + content="Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski" |
| 28 | + /> |
| 29 | + <meta |
| 30 | + name="description" |
| 31 | + content="A set of lectures on quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski." |
| 32 | + /> |
| 33 | + <meta name="twitter:card" content="summary" /> |
| 34 | + <meta name="twitter:site" content="@quantecon" /> |
| 35 | + <meta name="twitter:title" content="Quantitative Economics with Python" /> |
| 36 | + <meta |
| 37 | + name="twitter:description" |
| 38 | + content="A set of lectures on quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski." |
| 39 | + /> |
| 40 | + <meta name="twitter:creator" content="@quantecon" /> |
| 41 | + <meta |
| 42 | + name="twitter:image" |
| 43 | + content="https://assets.quantecon.org/img/qe-twitter-logo.png" |
| 44 | + /> |
| 45 | + <meta property="og:title" content="About Lectures" /> |
| 46 | + <meta property="og:type" content="website" /> |
| 47 | + <meta property="og:url" content="https://python.quantecon.org/index.html" /> |
| 48 | + <meta |
| 49 | + property="og:image" |
| 50 | + content="https://assets.quantecon.org/img/qe-og-logo.png" |
| 51 | + /> |
| 52 | + <meta |
| 53 | + property="og:description" |
| 54 | + content="A set of lectures on quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski." |
| 55 | + /> |
| 56 | + <meta |
| 57 | + property="og:site_name" |
| 58 | + content="Quantitative Economics with Python" |
| 59 | + /> |
| 60 | + |
| 61 | + <link rel="stylesheet" href="/boilerplate.css" /> |
| 62 | + <link rel="stylesheet" href="/landing.css?v=1.0" /> |
| 63 | + <link |
| 64 | + rel="stylesheet" |
| 65 | + href="https://assets.quantecon.org/css/menubar-20191108.css" |
| 66 | + /> |
| 67 | + <link rel="icon" href="/favicon.ico" type="image/x-icon" /> |
| 68 | + </head> |
| 69 | + |
| 70 | + <body> |
| 71 | + <div class="qemb"> |
| 72 | + <!-- QuantEcon menubar --> |
| 73 | + |
| 74 | + <p class="qemb-logo"> |
| 75 | + <a href="https://quantecon.org/" title="quantecon.org" |
| 76 | + ><span class="show-for-sr">QuantEcon</span></a |
| 77 | + > |
| 78 | + </p> |
| 79 | + |
| 80 | + <div class="qemb-menu"> |
| 81 | + <ul class="qemb-groups"> |
| 82 | + <li> |
| 83 | + <span>Lectures</span> |
| 84 | + <ul> |
| 85 | + <li> |
| 86 | + <a |
| 87 | + href="https://python.quantecon.org/" |
| 88 | + title="Quantitative Economics with Python" |
| 89 | + ><span>Quantitative Economics with Python</span></a |
| 90 | + > |
| 91 | + </li> |
| 92 | + <li> |
| 93 | + <a |
| 94 | + href="https://julia.quantecon.org/" |
| 95 | + title="Quantitative Economics with Julia" |
| 96 | + ><span>Quantitative Economics with Julia</span></a |
| 97 | + > |
| 98 | + </li> |
| 99 | + <li> |
| 100 | + <a href="https://datascience.quantecon.org/" title="DataScience" |
| 101 | + ><span>QuantEcon DataScience</span></a |
| 102 | + > |
| 103 | + </li> |
| 104 | + <li> |
| 105 | + <a href="http://cheatsheets.quantecon.org/" title="Cheatsheets" |
| 106 | + ><span>Cheatsheets</span></a |
| 107 | + > |
| 108 | + </li> |
| 109 | + </ul> |
| 110 | + </li> |
| 111 | + <li> |
| 112 | + <span>Code</span> |
| 113 | + <ul> |
| 114 | + <li> |
| 115 | + <a |
| 116 | + href="https://quantecon.org/quantecon-py" |
| 117 | + title="QuantEcon.py" |
| 118 | + ><span>QuantEcon.py</span></a |
| 119 | + > |
| 120 | + </li> |
| 121 | + <li> |
| 122 | + <a |
| 123 | + href="https://quantecon.org/quantecon-jl" |
| 124 | + title="QuantEcon.jl" |
| 125 | + ><span>QuantEcon.jl</span></a |
| 126 | + > |
| 127 | + </li> |
| 128 | + <li><a href="https://jupinx.quantecon.org/">Jupinx</a></li> |
| 129 | + </ul> |
| 130 | + </li> |
| 131 | + <li> |
| 132 | + <span>Notebooks</span> |
| 133 | + <ul> |
| 134 | + <li> |
| 135 | + <a |
| 136 | + href="https://quantecon.org/notebooks" |
| 137 | + title="QuantEcon Notebook Library" |
| 138 | + ><span>NB Library</span></a |
| 139 | + > |
| 140 | + </li> |
| 141 | + <li> |
| 142 | + <a href="http://notes.quantecon.org/" title="QE Notes" |
| 143 | + ><span>QE Notes</span></a |
| 144 | + > |
| 145 | + </li> |
| 146 | + </ul> |
| 147 | + </li> |
| 148 | + <li> |
| 149 | + <span>Community</span> |
| 150 | + <ul> |
| 151 | + <li> |
| 152 | + <a href="http://blog.quantecon.org/" title="Blog" |
| 153 | + ><span>Blog</span></a |
| 154 | + > |
| 155 | + </li> |
| 156 | + <li> |
| 157 | + <a href="http://discourse.quantecon.org/" title="Forum" |
| 158 | + ><span>Forum</span></a |
| 159 | + > |
| 160 | + </li> |
| 161 | + </ul> |
| 162 | + </li> |
| 163 | + </ul> |
| 164 | + |
| 165 | + <ul class="qemb-links"> |
| 166 | + <li> |
| 167 | + <a href="http://store.quantecon.org/" title="Store" |
| 168 | + ><span class="show-for-sr">Store</span></a |
| 169 | + > |
| 170 | + </li> |
| 171 | + <li> |
| 172 | + <a href="https://github.com/QuantEcon/" title="Repository" |
| 173 | + ><span class="show-for-sr">Repository</span></a |
| 174 | + > |
| 175 | + </li> |
| 176 | + <li> |
| 177 | + <a href="https://twitter.com/quantecon" title="Twitter" |
| 178 | + ><span class="show-for-sr">Twitter</span></a |
| 179 | + > |
| 180 | + </li> |
| 181 | + </ul> |
| 182 | + </div> |
| 183 | + </div> |
| 184 | + |
| 185 | + <div class="wrapper"> |
| 186 | + <header class="header"> |
| 187 | + <div class="branding"> |
| 188 | + <p class="site-title"> |
| 189 | + <a href="/">Quantitative Economics with Python</a> |
| 190 | + </p> |
| 191 | + |
| 192 | + <ul class="site-authors"> |
| 193 | + <li><a href="http://www.tomsargent.com/">Thomas J. Sargent</a></li> |
| 194 | + <li><a href="http://johnstachurski.net/">John Stachurski</a></li> |
| 195 | + </ul> |
| 196 | + </div> |
| 197 | + </header> |
| 198 | + |
| 199 | + <main class="main"> |
| 200 | + <h1>About Lectures</h1> |
| 201 | + |
| 202 | + <p> |
| 203 | + Irure ut elit consectetur commodo veniam nostrud non sint. Voluptate |
| 204 | + est quis ullamco consectetur incididunt tempor deserunt qui magna non |
| 205 | + nulla reprehenderit nisi. Incididunt voluptate pariatur deserunt |
| 206 | + reprehenderit sint reprehenderit laborum culpa proident consectetur. |
| 207 | + Cupidatat adipisicing tempor reprehenderit incididunt eiusmod dolore |
| 208 | + magna anim incididunt incididunt dolor id. Excepteur dolor minim |
| 209 | + officia sint ut irure exercitation quis. |
| 210 | + </p> |
| 211 | + |
| 212 | + <p> |
| 213 | + Et velit officia sit voluptate duis consectetur reprehenderit nostrud |
| 214 | + non aliquip aliquip amet. Amet dolore nostrud et consectetur eiusmod |
| 215 | + in. Aute aliqua esse magna magna aliqua excepteur proident laborum |
| 216 | + cupidatat non quis. Amet ut deserunt qui duis exercitation nisi sit |
| 217 | + voluptate elit deserunt. Exercitation dolor eiusmod id nisi quis quis. |
| 218 | + </p> |
| 219 | + |
| 220 | + <p> |
| 221 | + Mollit ex ullamco nisi sit. Est eiusmod nulla nulla ipsum dolore ut |
| 222 | + non aliquip aute consectetur laboris velit ullamco. Quis eu excepteur |
| 223 | + adipisicing irure reprehenderit deserunt consequat consequat irure |
| 224 | + officia nostrud esse. Dolor reprehenderit sit cupidatat Lorem nisi |
| 225 | + mollit duis ex qui. Sunt adipisicing et sunt ut Lorem qui id |
| 226 | + cupidatat. Consectetur proident ipsum aute officia anim commodo aliqua |
| 227 | + exercitation reprehenderit aliquip fugiat mollit qui eiusmod. Mollit |
| 228 | + Lorem laborum incididunt cillum eiusmod et sit. |
| 229 | + </p> |
| 230 | + </main> |
| 231 | + |
| 232 | + <footer class="footer"> |
| 233 | + <p class="logo"> |
| 234 | + <a href="#"><img src="//assets.quantecon.org/img/qe-og-logo.png"/></a> |
| 235 | + </p> |
| 236 | + |
| 237 | + <p> |
| 238 | + <a |
| 239 | + rel="license" |
| 240 | + href="https://creativecommons.org/licenses/by-sa/4.0/" |
| 241 | + ><img |
| 242 | + alt="Creative Commons License" |
| 243 | + src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" |
| 244 | + /></a> |
| 245 | + </p> |
| 246 | + |
| 247 | + <p> |
| 248 | + This work is licensed under a |
| 249 | + <a |
| 250 | + rel="license" |
| 251 | + href="https://creativecommons.org/licenses/by-sa/4.0/" |
| 252 | + >Creative Commons Attribution-ShareAlike 4.0 International</a |
| 253 | + >. |
| 254 | + </p> |
| 255 | + |
| 256 | + <p> |
| 257 | + © Copyright 2020, Thomas J. Sargent and John Stachurski. Created |
| 258 | + using <a href="https://jupinx.quantecon.org/">Jupinx</a>, hosted with |
| 259 | + <a href="https://aws.amazon.com/">AWS</a>. |
| 260 | + </p> |
| 261 | + </footer> |
| 262 | + </div> |
| 263 | + |
| 264 | + <script src="https://assets.quantecon.org/js/menubar-20191106.js"></script> |
| 265 | + </body> |
| 266 | +</html> |
0 commit comments