-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththinking.html
More file actions
11 lines (11 loc) · 17.5 KB
/
Copy paththinking.html
File metadata and controls
11 lines (11 loc) · 17.5 KB
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html> <html lang="en"><head>
<title>Thinking</title>
<base href=".">
<meta name="pathname" content="thinking.html">
<meta name="description" content="Bence Kiss-Dobronyi - Thinking">
<meta property="og:title" content="Thinking">
<meta property="og:description" content="Bence Kiss-Dobronyi - Thinking">
<meta property="og:type" content="website">
<meta property="og:url" content="thinking.html">
<meta property="og:image" content="undefined">
<meta charset="UTF-8"><meta property="og:site_name" content="Bence Kiss-Dobronyi"><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=1.0, maximum-scale=5.0"><script async="" id="webpage-script" src="site-lib/scripts/webpage.js" onload="this.onload=null;this.setAttribute("loaded", "true")"></script><link rel="icon" href="site-lib/media/favicon.png"><link rel="preload" href="site-lib/styles/snippets.css" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="site-lib/styles/snippets.css"></noscript><link rel="stylesheet" href="site-lib/styles/obsidian.css"><link rel="preload" href="site-lib/styles/other-plugins.css" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="site-lib/styles/other-plugins.css"></noscript><link rel="preload" href="site-lib/styles/global-variable-styles.css" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="site-lib/styles/global-variable-styles.css"></noscript><link rel="preload" href="site-lib/styles/main-styles.css" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="site-lib/styles/main-styles.css"></noscript><style>body{--line-width:40em;--line-width-adaptive:40em;--file-line-width:40em;--sidebar-width:min(20em, 80vw);--collapse-arrow-size:11px;--tree-vertical-spacing:1.3em;--sidebar-margin:12px}:root{background-color:#202124}.sidebar{height:100%;font-size:14px;z-index:10;min-width:calc(var(--sidebar-width) + var(--divider-width-hover));max-width:calc(var(--sidebar-width) + var(--divider-width-hover));position:relative;overflow:hidden;overflow:clip;transition:min-width ease-in-out,max-width ease-in-out;transition-duration:.2s;contain:size}#left-sidebar{left:0}#right-sidebar{right:0}.sidebar.is-collapsed{min-width:0;max-width:0}.sidebar.floating{position:absolute}.sidebar .leaf-content{height:100%;min-width:calc(var(--sidebar-width) - var(--divider-width-hover));top:0;padding:var(--sidebar-margin);padding-top:4em;line-height:var(--line-height-tight);background-color:var(--background-secondary);transition:background-color,border-right,border-left,box-shadow;transition-duration:var(--color-fade-speed);transition-timing-function:ease-in-out;position:absolute;display:flex;flex-direction:column}.sidebar:not(.is-collapsed) .leaf-content{min-width:calc(max(100%,var(--sidebar-width)) - 3px);max-width:calc(max(100%,var(--sidebar-width)) - 3px)}#left-sidebar-content{left:0;border-top-right-radius:var(--radius-l);border-bottom-right-radius:var(--radius-l)}#right-sidebar-content{right:0;border-top-left-radius:var(--radius-l);border-bottom-left-radius:var(--radius-l)}.sidebar #left-sidebar-content,.sidebar #right-sidebar-content{contain:none!important;container-type:normal!important;animation:none!important}.sidebar:has(.leaf-content:empty):has(.topbar-content:empty){display:none}.sidebar-topbar{height:calc(2.3em + 2 * var(--sidebar-margin));width:var(--sidebar-width);padding:var(--sidebar-margin);z-index:1;position:fixed;display:flex;align-items:center;transition:width ease-in-out;transition-duration:inherit}.sidebar.is-collapsed .sidebar-topbar{width:calc(2.3em + var(--sidebar-margin) * 2)}.sidebar .sidebar-topbar.is-collapsed{width:0}#left-sidebar .sidebar-topbar{left:0;flex-direction:row;border-top-right-radius:var(--radius-l)}#right-sidebar .sidebar-topbar{right:0;flex-direction:row-reverse;border-top-left-radius:var(--radius-l)}#left-sidebar .topbar-content{margin-right:calc(2.3em + var(--sidebar-margin));flex-direction:row}#right-sidebar .topbar-content{margin-left:calc(2.3em + var(--sidebar-margin));flex-direction:row-reverse}.topbar-content{overflow:hidden visible;overflow:clip visible;width:100%;height:100%;display:flex;align-items:center;transition:inherit}.sidebar.is-collapsed .topbar-content{width:0;transition:inherit}.clickable-icon.sidebar-collapse-icon{background-color:transparent;color:var(--icon-color-focused);padding:2px!important;margin:0!important;height:100%!important;width:2.3em!important;margin-inline:0.14em!important;position:absolute}#left-sidebar .clickable-icon.sidebar-collapse-icon{transform:rotateY(180deg);right:var(--sidebar-margin)}#right-sidebar .clickable-icon.sidebar-collapse-icon{transform:rotateY(180deg);left:var(--sidebar-margin)}.clickable-icon.sidebar-collapse-icon svg.svg-icon{width:100%;height:100%}.feature-title{margin-left:1px;text-transform:uppercase;letter-spacing:.06em;margin-top:.75em;margin-bottom:.75em}.feature-header{display:flex;align-items:center;padding-top:0;font-size:1em;padding-left:0}body.floating-sidebars .sidebar{position:absolute}body{transition:background-color var(--color-fade-speed) ease-in-out}#navbar:not(:empty){display:flex;align-items:center;justify-content:space-between;padding:.5em 1em;width:100%}#main{display:flex;flex-direction:column;height:100%;width:100%;align-items:stretch;justify-content:center}#main-horizontal{display:flex;flex-direction:row;flex-grow:1;width:100%;align-items:stretch;justify-content:center}#center-content{flex-basis:100%;max-width:100%;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;transition:opacity .2s ease-in-out;contain:inline-size}.hide{opacity:0!important;transition:opacity .2s ease-in-out;pointer-events:none}#center-content>.obsidian-document{padding-left:2em;padding-right:1em;margin-bottom:0;width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available;transition:background-color var(--color-fade-speed) ease-in-out;border-top-right-radius:var(--window-radius,var(--radius-m));border-top-left-radius:var(--window-radius,var(--radius-m));overflow-x:hidden!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;contain:inline-size}body #center-content>.obsidian-document>.markdown-preview-sizer{padding-bottom:5vh;width:100%;max-width:var(--line-width);flex-basis:var(--line-width);transition:background-color var(--color-fade-speed) ease-in-out;contain:inline-size}#center-content>.obsidian-document>div{width:100%!important;transition:background-color var(--color-fade-speed) ease-in-out;contain:inline-size}#center-content>.obsidian-document:not([data-type=markdown]).embed{display:flex;padding:1em;height:100%;width:100%;align-items:center;justify-content:center}#center-content>.obsidian-document:not([data-type=markdown]).embed>*{max-width:100%;max-height:100%;object-fit:contain}:not(h1,h2,h3,h4,h5,h6,li):has(> :is(.math,table)){overflow-x:auto!important}#center-content>.obsidian-document:not([data-type=markdown]){overflow-x:auto;contain:content;padding:0;margin:0;height:100%}.obsidian-document[data-type=attachment]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}.obsidian-document[data-type=attachment]>*{outline:0;border:none;box-shadow:none}.obsidian-document[data-type=attachment] :is(img){max-width:90%;max-height:90%;object-fit:contain}.obsidian-document[data-type=attachment]>:is(audio){width:100%;max-width:min(90%,var(--line-width))}.obsidian-document[data-type=attachment]>:is(embed,iframe,video){width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.canvas-wrapper>:is(.header,.footer){z-index:100;position:absolute;display:flex;justify-content:center;flex-direction:column;width:100%;align-items:center}.scroll-highlight{position:absolute;width:100%;height:100%;pointer-events:none;z-index:1000;background-color:hsla(var(--color-accent-hsl),.25);opacity:0;padding:1em;inset:50%;translate:-50% -50%;border-radius:var(--radius-s)}</style><script defer="">async function loadIncludes(){let e=document.querySelectorAll("link[itemprop='include']");for(const t of e){let e=t.getAttribute("href");try{let o="";if(e.startsWith("https:")||e.startsWith("http:")||"file:"!=window.location.protocol){const n=await fetch(e);if(!n.ok){console.log("Could not include file: "+e),t?.remove();continue}o=await n.text()}else{const t=document.getElementById(btoa(encodeURI(e)));if(t){const e=JSON.parse(decodeURI(atob(t.getAttribute("value")??"")));o=e?.data??""}}let n=document.createRange().createContextualFragment(o);t.before(n),t.remove(),console.log("Included text: "+o),console.log("Included file: "+e)}catch(o){t?.remove(),console.log("Could not include file: "+e,o);continue}}}document.addEventListener("DOMContentLoaded",(()=>{loadIncludes()}));let isFileProtocol="file:"==location.protocol;function waitLoadScripts(e,t){let o=e.map((e=>document.getElementById(e+"-script")));!function e(n){let l=o[n],c=n+1;l?(l&&"true"!=l.getAttribute("loaded")||n<o.length&&e(c),n<o.length&&l.addEventListener("load",(()=>e(c)))):n<o.length?e(c):t()}(0)}</script></head><body class="publish css-settings-manager styled-scrollbars show-inline-title show-ribbon is-focused"><script defer="">let theme=localStorage.getItem("theme")||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light");"dark"==theme?(document.body.classList.add("theme-dark"),document.body.classList.remove("theme-light")):(document.body.classList.add("theme-light"),document.body.classList.remove("theme-dark")),window.innerWidth<480?document.body.classList.add("is-phone"):window.innerWidth<768?document.body.classList.add("is-tablet"):window.innerWidth<1024?document.body.classList.add("is-small-screen"):document.body.classList.add("is-large-screen")</script><div class="parsed-feature-container" style="display: contents;"><link itemprop="include" href="site-lib/html/custom-head-content-content.html"></div><div id="main"><div id="navbar"></div><div id="main-horizontal"><div id="left-content" class="leaf" style="--sidebar-width: var(--sidebar-width-left);"></div><div id="center-content" class="leaf"><div class="obsidian-document markdown-preview-view markdown-rendered node-insert-event is-readable-line-width allow-fold-headings allow-fold-lists show-indentation-guide show-properties" data-type="markdown"><style id="MJX-CHTML-styles"></style><div class="markdown-preview-sizer markdown-preview-section"><div class="header"><h1 class="page-title heading inline-title" id="Thinking_0">Thinking</h1><div class="data-bar"></div></div><div class="markdown-preview-pusher" style="width: 1px; height: 0.1px; margin-bottom: 0px;"></div><div class="el-p"><p dir="auto"><strong><a data-href="Index" href="index.html" class="internal-link" target="_self" rel="noopener nofollow">Index</a> | <a data-href="Publications" href="publications.html" class="internal-link" target="_self" rel="noopener nofollow">Publications</a> | <a data-href="Research" href="research.html" class="internal-link" target="_self" rel="noopener nofollow">Research</a> | <a data-href="Teaching" href="teaching.html" class="internal-link" target="_self" rel="noopener nofollow">Teaching</a> | <a data-href="Thinking" href="thinking.html" class="internal-link" target="_self" rel="noopener nofollow">Thinking</a> | <a data-href="CV" href="cv.html" class="internal-link" target="_self" rel="noopener nofollow">CV</a> | <a data-href="Other" href="other.html" class="internal-link" target="_self" rel="noopener nofollow">Other</a></strong></p></div><div class="el-hr"><hr></div><div class="el-pre"><div class="block-language-timeline"><div class="timeline line-2 body-2"><div class="time"><p dir="auto">2025 Jun</p></div><div class="title"><p dir="auto"><strong><a data-href="State and Trends of Carbon Pricing report - 2025 release" href="posts/state-and-trends-of-carbon-pricing-report-2025-release.html" class="internal-link" target="_self" rel="noopener nofollow">State and Trends of Carbon Pricing report - 2025 release</a></strong></p></div><div class="description"><p dir="auto">The World Bank has released its annual State and Trends of Carbon Pricing report - some insights and comments.</p></div><div class="time"><p dir="auto">2023 July</p></div><div class="title"><p dir="auto"><strong><a data-href="Automation outcomes in different macro models - EU Commission report" href="posts/automation-outcomes-in-different-macro-models-eu-commission-report.html" class="internal-link" target="_self" rel="noopener nofollow">Automation outcomes in different macro models - EU Commission report</a></strong></p></div><div class="description"><p dir="auto">It is frequently acknowledged that all models are wrong, which is probably even more true when models are dealing with high levels of uncertainty, just as in economics. But one has to note that economic models differ in >>how<< they are wrong.</p></div><div class="time"><p dir="auto">2021 Oct</p></div><div class="title"><p dir="auto"><strong><a data-href="Modelling the regional impacts of macro scenarios - Just transition in the Czech Republic" href="posts/modelling-the-regional-impacts-of-macro-scenarios-just-transition-in-the-czech-republic.html" class="internal-link" target="_self" rel="noopener nofollow">Modelling the regional impacts of macro scenarios - Just transition in the Czech Republic</a></strong></p></div><div class="description"><p dir="auto">In response to the increasing policy need to assess the distributional effects of transition to low-carbon economy, Cambridge Econometrics has developed a novel method to model local impacts, by disaggregating E3ME simulation results into regional (NUTS-2) estimates. </p></div><div class="time"><p dir="auto">2021 Febr</p></div><div class="title"><p dir="auto"><strong><a data-href="How the unequal economic impacts of climate change could make collective action harder" href="posts/how-the-unequal-economic-impacts-of-climate-change-could-make-collective-action-harder.html" class="internal-link" target="_self" rel="noopener nofollow">How the unequal economic impacts of climate change could make collective action harder</a></strong></p></div><div class="description"><p dir="auto">How bad will the economic impacts of climate change be <strong><em>on average</em></strong>? Expert estimates on the global economic impacts of unmitigated warming (though all negative) vary quite a bit in their magnitude. There is little attention given to the <em>multiple ways one could interpret the question</em>. Despite the fact that the final answer would heavily depend on it.</p></div><div class="time"><p dir="auto">2020 May</p></div><div class="title"><p dir="auto"><strong><a data-href="Snapshot of LNG in Europe" href="posts/snapshot-of-lng-in-europe.html" class="internal-link" target="_self" rel="noopener nofollow">Snapshot of LNG in Europe</a></strong></p></div><div class="description"><p dir="auto">Back in the early days of 2020 I made an infographic which presented some details of LNG (liquified natural gas) adaptation in Europe. A lot has changed since then. Now LNG could become an even more important part of our endeavor for energy security and clean energy. Or is it?</p></div><div class="time"><p dir="auto">2020 Apr</p></div><div class="title"><p dir="auto"><strong><a data-href="Coronavirus - initial results from economic modelling" href="posts/coronavirus-initial-results-from-economic-modelling.html" class="internal-link" target="_self" rel="noopener nofollow">Coronavirus - initial results from economic modelling</a></strong></p></div><div class="description"><p dir="auto">There are various uncertainties about the COVID-19 virus that are yet to be pinned down by healthcare professionals and experts in infectious disease. The best we can do is to use numbers estimated by these experts and to base our assumptions on historical experience.</p></div><div class="time"><p dir="auto">2019 May</p></div><div class="title"><p dir="auto"><strong><a data-href="The future is not nuclear, but not without nuclear" href="posts/the-future-is-not-nuclear,-but-not-without-nuclear.html" class="internal-link" target="_self" rel="noopener nofollow">The future is not nuclear, but not without nuclear</a></strong></p></div><div class="description"><p dir="auto">Nuclear energy is frightening, but we might just need it for a sustainable future.</p></div><div class="time"><p dir="auto">2018 November</p></div><div class="title"><p dir="auto"><strong><a data-href="EU-28 Energy structures cheat sheet" href="posts/eu-28-energy-structures-cheat-sheet.html" class="internal-link" target="_self" rel="noopener nofollow">EU-28 Energy structures cheat sheet</a></strong></p></div><div class="description"><p dir="auto">To what degree local energy production can fulfill local demand in the EU? Which countries are the “greenest” in energy terms and what does Latvia do for a nearly 40% renewable energy ratio? Debunking “myths” and the creation of a printable cheat sheet.</p></div><div class="time"><p dir="auto">2018 November</p></div><div class="title"><p dir="auto"><strong><a data-href="Deadliness of terror attacks in Europe" href="posts/deadliness-of-terror-attacks-in-europe.html" class="internal-link" target="_self" rel="noopener nofollow">Deadliness of terror attacks in Europe</a></strong></p></div><div class="description"><p dir="auto">A short visual analysis, based on the Global Terrorism Database, investigating how terrorism and the causalities that it has caused, changed over the years in Europe.</p></div></div></div></div><div class="footer"><div class="data-bar"></div></div></div></div></div><div id="right-content" class="leaf" style="--sidebar-width: var(--sidebar-width-right);"></div></div></div></body></html>