-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
287 lines (238 loc) · 13.7 KB
/
Copy pathindex.html
File metadata and controls
287 lines (238 loc) · 13.7 KB
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!-- Copyright Eero Tölö, all rights reserved. -->
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177778583-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-177778583-1');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background-color: lightblue;
background-image: linear-gradient(120deg, white, whitesmoke);
font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: darkslategray;
text-align: center;
}
p {
font-family: verdana;
font-size: 16px;
}
img {
image-orientation: from-image;
}
ul.a {
list-style-position: outside;
line-height: 100%;
}
.header {
background-color: whitesmoke;
padding: 60px;
text-align: center;
background-position: 100% 60%;
background-image: url(topbar2.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.footer {
background-color: whitesmoke;
padding: 60px;
height: 500px;
text-align: center;
background-position: 100% 60%;
background-image: url(a1.jpg);
background-size: cover;
background-repeat: no-repeat;
}
#myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
/* Caption of Modal Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}
/* Add Animation */
.modal-content, #caption {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
.rotate90 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
}
@keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
}
/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.modal-content {
width: 100%;
}
}
</style>
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<title>
Eero Tölö - GitHub Page
</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<div class="header">
<h1>Welcome to Eero Tölö's Research page</h1>
</div>
<h2>About me:</h2>
<p>
Last updated (21.5.2025)
I presently work as a Chief Advisor in the Norwegian Ministry of Finance. I previously worked at the Bank of Finland and studied at the Helsinki University of Technology/Aalto University, London School of Economics, and University of Helsinki. This site is a compilation of my research work with links to articles and to some related materials.<!-- For further info, click <a href='https://no.linkedin.com/in/eero-t%C3%B6l%C3%B6-6779ba39?trk=profile-badge'>here</a>. -->
</p>
<!-- The Modal -->
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01">
<div id="caption"></div>
</div>
<h2>Blogs:</h2>
<li><a href="https://www.suerf.org/suer-policy-brief/38253/have-bail-in-policies-reduced-too-big-to-fail-expectations-evidence-from-the-european-overnight-interbank-market">Have Bail-in Policies Reduced Too-Big-To-Fail Expectations? Evidence from the European Overnight Interbank Market (SUERF Policy Brief, No. 251, Dec 2021)</a></li><br>
<li><a href="https://www.cgdev.org/blog/financing-global-health-security-fairly">Financing Global Health Security Fairly (21.4.2021)</a></li><br>
<li><a href="https://www.bofbulletin.fi/en/author/eero-tolo/">My posts in Bank of Finland Bulletin</a></li><br>
<h2>Research:</h2>
<h3>More articles (including some non-scholarly texts) are available through my <a href="https://scholar.google.com/citations?user=9hDm_PQAAAAJ">Google Scholar profile</a></h3>
<h3>Economics:</h3>
<ul class="a">
<h4>Publications:</h4>
<li>Brasch, T. von, Frankovic, I., Tölö, E., 2022. “Corporate taxes and investment when firms are internationally mobile,” <i>International Tax and Public Finance</i>. Available at: <a href="https://doi.org/10.1007/s10797-022-09748-8">https://doi.org/10.1007/s10797-022-09748-8</a></li><br>
<li>Tölö, E., Viren, M., 2021. “How much do non-performing loans hinder loan growth in Europe?” <i>European Economic Review</i>, Vol. 136, 103773. Available at: <a href="https://doi.org/10.1016/j.euroecorev.2021.103773">https://doi.org/10.1016/j.euroecorev.2021.103773</a></li><br>
<li>Tölö, E., Jokivuolle, E., Viren, M., 2021. “Have Too-Big-To-Fail Expectations Diminished? Evidence from the European Overnight Interbank Market,” <i>Journal of Financial Services Research</i>. Available at: <a href="https://doi.org/10.1007/s10693-021-00351-2">https://doi.org/10.1007/s10693-021-00351-2</a></li><br>
<li>Tölö, E., 2020. “Predicting financial crises with recurrent neural networks,” <i>Journal of Financial Stability</i>, Volume 49, August 2020, 100746. Available at: <a href="https://doi.org/10.1016/j.jfs.2020.100746">https://doi.org/10.1016/j.jfs.2020.100746</a> <a href="https://github.com/etolo/research_data/tree/main/JFS_2020">[Code available here]</a><a href="http://www.macrohistory.net/data/">[Data available here]</a></li><br>
<li>Tölö, E., Jokivuolle, E., Viren, M., 2017. “Do banks' overnight borrowing rates lead their CDS Price?” <i>Journal of Financial Intermediation</i>, Vol. 31, pp. 93–106. Available at: <a href="https://dx.doi.org/10.1016/j.jfi.2017.05.006">https://dx.doi.org/10.1016/j.jfi.2017.05.006</a></li><br>
<li>Tölö, E., Laakkonen, H., Kalatie, S., 2018. “Indicators used in setting the countercyclical capital buffer,” <i>International Journal of Central Banking</i>, Vol. 14, No. 2, pp. 51–111. Available at: <a href="https://www.ijcb.org/journal/ijcb18q1a2.htm">https://www.ijcb.org/journal/ijcb18q1a2.htm</a></li><br>
<li>Virtanen, T., Tölö, E., Viren, M., Taipalus, K., 2018. “Can bubble theory foresee financial crises?” <i>Journal of Financial Stability</i>, Vol. 36, pp. 66–81. Available at: <a href="https://dx.doi.org/10.1016/j.jfs.2018.02.008">https://dx.doi.org/10.1016/j.jfs.2018.02.008</a></li><br>
<li>Kauko, K., Tölö, E., 2020. “On the Long-Run Calibration of the Credit-to-GDP Gap as a Banking Crisis Predictor,” <i>Finnish Economic Papers</i> Vol. 29, No. 2: pp. 1-12. Available at: <a href="https://www.taloustieteellinenyhdistys.fi/wp-content/uploads/2020/11/FEP_2_2020_Kauko_Tolo_WEB.pdf">https://www.taloustieteellinenyhdistys.fi/wp-content/uploads/2020/11/FEP_2_2020_Kauko_Tolo_WEB.pdf</a></li><br>
<li>Kauko, K., Tölö, E., 2020. “Crisis prediction with differenced relative credit,” <i>Applied Economics Quarterly</i> Vol. 65, Iss. 4: pp. 277-297. Available at: <a href="https://doi.org/10.3790/aeq.65.4">https://doi.org/10.3790/aeq.65.4</a></li><br>
<li>Tölö, E., 2021. “Financial fragility - Empirical studies on crises and reforms,” Doctoral dissertation, Valtiotieteellisen tiedekunnan julkaisuja. Available at: <a href="http://urn.fi/URN:ISBN:978-951-51-6336-3">http://urn.fi/URN:ISBN:978-951-51-6336-3</a></li><br>
<!-- <li>Lang, J. H., Pirovano, M., Ilbas, P., Van Niewenhuyze, C., Metiu, N., Galán, J., Tölö, E., Juselius, M., Couailler, C., Fiori, R., Moscatelli, M., Karmelavicius, J., Pereira, A., Rünstler, G., Consolo, A., Welz, P., 2019, Cyclical systemic risk measurement, European Systemic Risk Board Occasional Paper Series (forthcoming).</li>-->
<h4>Unpublished working papers:</h4>
<li>Tölö, E., Miettinen, P., “How do shocks to bank capital affect lending and growth?” Working paper available at: <a href="http://urn.fi/URN:NBN:fi:bof-201811282145">http://urn.fi/URN:NBN:fi:bof-201811282145</a></li><br>
</ul>
<!--
<h3>Molecular biology / Genetics:</h3>
<ul class="a">
<li>TBA</li>
</ul>
-->
<h3>Natural sciences:</h3>
<ul class="a">
<h4>Publications:</h4>
<li>Reint et al., 2021, “Rapid genome editing by CRISPR-Cas9-POLD3 fusion,” <i>eLife</i>, 10, e75415. Available at: <a href="https://doi.org/10.7554/eLife.75415">https://doi.org/10.7554/eLife.75415</a></li><br>
<li>Tölö, E. Harju, A., 2010. “Reduced density-matrix functional theory in quantum Hall systems,” <i>Physical Review</i>, B 81, 075321. Available at: <a href="https://dx.doi.org/10.1103/PhysRevB.81.075321">https://dx.doi.org/10.1103/PhysRevB.81.075321</a></li><br>
<li>Saarikoski, H., Tölö, E., Harju, A., Räsänen, E., 2008. “Pfaffian and fragmented states at ν = 5⁄2 in quantum Hall droplets,” <i>Physical Review</i>, B 78, 195321. Available at: <a href="https://dx.doi.org/10.1103/PhysRevB.78.195321">https://dx.doi.org/10.1103/PhysRevB.78.195321</a></li><br>
<li>Tölö, E., Harju, A., 2009. “Effects of thickness in quantum dots in strong magnetic fields,” <i>Physical Review</i>, B 79, 075301. Available at: <a href="https://dx.doi.org/10.1103/PhysRevB.79.075301">https://dx.doi.org/10.1103/PhysRevB.79.075301</a></li><br>
<li>Drut, J, Lähde, T. A., Tölö, E., 2010. “Graphene: from materials science to particle physics,” <i>Proceedings of Science</i>, 105.Available at: <a href="https://dx.doi.org/10.22323/1.105.0006">https://dx.doi.org/10.22323/1.105.0006</a></li><br>
<li>Tölö, E., Harju, A., 2010. “Optimal confinement potential in quantum Hall droplets,” <i>Physica</i>, E 42, 1050. Available at: <a href="https://dx.doi.org/10.1016/j.physe.2009.10.031">https://dx.doi.org/10.1016/j.physe.2009.10.031</a></li><br>
<li>Bårdsen, G., Tölö, E., Harju, A., 2009. “Magnetism in tunable quantum rings,” <i>Physical Review</i>, B 80, 205308. Available at: <a href="https://dx.doi.org/10.1103/PhysRevB.80.205308">https://dx.doi.org/10.1103/PhysRevB.80.205308</a></li><br>
<li>Tölö, E., Harju, A., 2009. “Quantum Hall droplet laterally coupled to a quantum ring,” <i>Physical Review</i>, B 80, 045303. Available at: <a href="https://dx.doi.org/10.1103/PhysRevB.80.045303">https://dx.doi.org/10.1103/PhysRevB.80.045303</a></li><br>
<li>Hancock, Y., Suorsa, J., Tölö, E., Harju, A., 2008. “Fractional periodicity and magnetism of extended quantum rings,” <i>Physical Review</i>, B 77, 155103. Available at: <a href="https://dx.doi.org/10.1103/PhysRevB.77.155103">https://dx.doi.org/10.1103/PhysRevB.77.155103</a></li><br>
<li>Tölö, E., Suorsa, J., Harju, A., 2007. “Two interacting electrons in a square quantum dot,” <i>Physica</i>, E 40, 1038. Available at: <a href="https://doi.org/10.1016/j.physe.2007.09.133">https://doi.org/10.1016/j.physe.2007.09.133</a></li><br>
<li>Tölö, E., 2010. “Nanostructures in the quantum Hall regime,” Dissertations of Department of Applied Physics, 162. Available at: <a href="http://urn.fi/URN:NBN:fi:aalto-2020120554977">http://urn.fi/URN:NBN:fi:aalto-2020120554977</a></li><br>
</ul>
<!--
<h2>Codes:</h2>
<ul class="a">
<h4>Research codes: (Python, Matlab, SQL, Excel VBA, Stata, Fortran 90)</h4>
<li>Suppose you are looking for a code related to a particular research paper. Check whether the link to code is included next to the paper in the research project list below. If it's not there, do not hesitate to contact me as it may be available for sharing.</li>
<h4>Other codes that may be available: (Python, Kotlin/Java, SQL)</h4>
<li><a href="https://github.com/etolo/Cheat-Sheets">Code cheat sheets</a></li>
<u>Python:</u>
<li>Web crawler for used cars in Norway (you need to fit your own pricing model; outside Norway needs to be accommodated to your used local car sales website)</li>
<li>Web crawler and heat-map for apartments in Norway (same thing, <p2 id="myImg" alt="Snow" data-text="aa" style="width:100%;max-width:300px"><u>click here</u></p2> for screenshot)</li>
<u>Kotlin:</u>
<li>Android codes (TBA): integration with WordPress, push notifications.</li>
</ul>
<h2><a href="market.html">Market watch</a></h2>
-->
<div class="footer">
<script>
// Get the modal
var modal = document.getElementById("myModal");
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById("myImg");
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
img.onclick = function(){
modal.style.display = "block";
modalImg.src = "heatmap.JPG";
captionText.innerHTML = "Apartments for sale on dynamic heat map";
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
</script>
</body>
</html>