Skip to content

Commit

Permalink
Adjust link color
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Oct 16, 2024
1 parent e387f01 commit a5b144f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,14 @@ h1.title {
* LINKS
*********************************************/
.reveal a {
color: #51483D;
color: #0000C0;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }

.reveal a:hover {
color: #8b7c69;
color: #0000FF;
text-shadow: none;
border: none; }

Expand Down
5 changes: 2 additions & 3 deletions Hetero-And-Macro/central-banks-hark-and-ssj.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ incremental: true

* [Consumption/Saving](https://docs.econ-ark.org/Documentation/reference/ConsumptionSaving/ConsIndShockModel.html)
* [Portfolio Choice](https://docs.econ-ark.org/Documentation/reference/ConsumptionSaving/ConsPortfolioModel.html)
* [Liquid and Illiquid Assets](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
* [Discrete-Continuous Problems](https://econ-ark.org/materials/dcegm-upper-envelope/): [DC-EGM tool](https://docs.econ-ark.org/Documentation/reference/tools/dcegm.html)
* [Labor Supply](https://docs.econ-ark.org/Documentation/reference/ConsumptionSaving/ConsLaborModel.html): [Keane and Imai](https://docs.econ-ark.org/Documentation/reference/tools/incomeprocess.html)
* [Medical Expense Risk](https://docs.econ-ark.org/Documentation/reference/ConsumptionSaving/ConsMedModel.html)
Expand All @@ -88,7 +87,7 @@ incremental: true
* Etc etc


## Where Does Econ-ARK Fit? (2/2)
## Where Does Econ-ARK Fit? (2/2) {.smaller}

### ...Easy to Connect to SSJ toolkit

Expand All @@ -103,7 +102,7 @@ incremental: true
+ [Solving Krusell-Smith Model with HARK and SSJ](https://docs.econ-ark.org/examples/ConsNewKeynesianModel/KS-HARK-presentation.html)

* Papers:
+ Will Du: [HANK with Scarring](link me)
+ Will Du: [Macroeconomic Consequences of Unemployment Scarring](link me)
+ Bence Barosczy and Mateo Velasquez-Giraldo: [HANK Comes of Age](https://www.federalreserve.gov/econres/feds/hank-comes-of-age.htm)
+ In progress: [Welfare and Spending Effects of Consumption Stimulus Policies](https://llorracc.github.io/HAFiscal)

Expand Down

0 comments on commit a5b144f

Please sign in to comment.