-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.json
20 lines (20 loc) · 5.74 KB
/
search.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"articles": [
{
"path": "about.html",
"title": "About this site",
"description": "Some additional details about the website",
"author": [],
"contents": "\r\n\r\n\r\n\r\n",
"last_modified": "2022-02-27T17:54:48-03:00"
},
{
"path": "index.html",
"title": "",
"author": [],
"contents": "\r\n\r\n \r\n \r\n Bruno T. Tomio\r\n \r\n \r\n \r\n \r\n \r\n CV\r\n \r\n \r\n \r\n ☰\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n Bruno T. Tomio Assistant Professor of Economics Universidade de Blumenau (FURB)\r\n Recent publications\r\n Carry trade effects in developed and developing countries: the cases of Switzerland and Brazil, PhD thesis repository [Reproducible research] GitHubCarry trade in developing and developed countries: A Granger causality analysis with the Toda-Yamamoto approach, Economics Bulletin PDFUnderstanding the Brazilian demand regime: a Kaleckian approach, Review of Keynesian Economics DOI\r\n \r\n \r\n Bruno T. Tomio Assistant Professor of Economics Universidade de Blumenau (FURB)\r\n Recent publications\r\n Carry trade effects in developed and developing countries: the cases of Switzerland and Brazil, PhD thesis repository [Reproducible research] GitHubCarry trade in developing and developed countries: A Granger causality analysis with the Toda-Yamamoto approach, Economics Bulletin PDFUnderstanding the Brazilian demand regime: a Kaleckian approach, Review of Keynesian Economics DOI\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n const toggle = document.getElementsByClassName(\"far fa-lightbulb\")[0];\r\n\r\n let theme = localStorage.getItem(\"theme\");\r\n\r\n if (!theme) {\r\n if (window.matchMedia(\"(prefers-color-scheme: dark)\").matches ) {\r\n theme = \"dark\";\r\n } else {\r\n theme = \"dark\";\r\n }\r\n }\r\n setTheme();\r\n\r\n function switchTheme() {\r\n if (theme === \"light\") {\r\n theme = \"dark\";\r\n } else {\r\n theme = \"light\";\r\n }\r\n localStorage.setItem(\"theme\", theme);\r\n setTheme();\r\n console.log(theme);\r\n }\r\n\r\n function setTheme() {\r\n if (theme === \"light\") {\r\n \r\n document.body.classList.remove('light');\r\n } else {\r\n document.body.classList.add('light');\r\n }\r\n }\r\n\r\n toggle.addEventListener('click', switchTheme)\r\n\r\n \r\n \r\n\r\n \r\n \r\n Made with the Distill package and based on Harry Fisher's website | Last updated on February 27, 2022.\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n \r\n ",
"last_modified": "2022-03-28T15:36:30-03:00"
}
],
"collections": []
}