-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCV_English.html
More file actions
591 lines (521 loc) · 28.2 KB
/
Copy pathCV_English.html
File metadata and controls
591 lines (521 loc) · 28.2 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>CV</title>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/yeti.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<link rel="stylesheet" href="styles.css" type="text/css" />
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 45px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 50px;
margin-top: -50px;
}
.section h2 {
padding-top: 50px;
margin-top: -50px;
}
.section h3 {
padding-top: 50px;
margin-top: -50px;
}
.section h4 {
padding-top: 50px;
margin-top: -50px;
}
.section h5 {
padding-top: 50px;
margin-top: -50px;
}
.section h6 {
padding-top: 50px;
margin-top: -50px;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Titta's Website</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">
<span class="fa fa-home"></span>
Home
</a>
</li>
<li>
<a href="about.html">
<span class="fa fa-info"></span>
About
</a>
</li>
<li>
<a href="Bio.html">
<span class="fa fa-book-open"></span>
Bio
</a>
</li>
<li>
<a href="CV_English.html">
<span class="fa fa-file"></span>
CV
</a>
</li>
<li>
<a href="Publications.html">
<span class="fa fa-book"></span>
Publications
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
<h1 class="title toc-ignore">CV</h1>
</div>
<ul>
<li><strong>Name:</strong> Titta Majasalmi</li>
<li><strong>Jobtitle:</strong> Senior Research Scientist</li>
<li><strong>Address:</strong> Latokartanonkaari 11, 00790 Helsinki, Finland</li>
<li><strong>Email:</strong> titta.majasalmi[AT]syke.fi</li>
<li><strong>Email:</strong> titta.majasalmi[AT]helsinki.fi</li>
<li><strong>Web:</strong> TittaMajasalmi.github.io</li>
<li><strong>Online resources:</strong>
<ul>
<li><a href="https://researchportal.helsinki.fi/en/persons/titta-majasalmi">Helsinki University</a></li>
<li><a href="https://www.researchgate.net/profile/Titta_Majasalmi">Researchgate</a></li>
<li><a href="https://fi.linkedin.com/in/titta-majasalmi-05a11095?original_referer=https%3A%2F%2Fwww.google.com%2F">LinkedIn</a></li>
<li><a href="https://scholar.google.fi/citations?user=uTjEPyQAAAAJ&hl=en">Google scholar</a></li>
<li><a href="https://orcid.org/0000-0002-0770-0136">ORCID</a></li>
<li><a href="https://twitter.com/df1875">Twitter</a></li>
</ul></li>
</ul>
<p><strong>1. Name, nationality, residence, date</strong></p>
<ul>
<li>Majasalmi, Titta</li>
<li>Finnish</li>
<li>Helsinki, Finland</li>
<li>October 12, 2025</li>
</ul>
<p><strong>2. Degrees</strong></p>
<ul>
<li>7.10.2025, Docent of Remote Sensing of Forests, University of Helsinki (UH), Department of Forest Sciences, Faculty of Agriculture and Forestry, Helsinki, Finland. Tel. + 358 - 2941 21781.</li>
<li>24.3.2015, Doctor of Science (Agriculture and Forestry), Forest Resource Science and Technology, University of Helsinki, Department of Forest Sciences, Faculty of Agriculture and Forestry, Helsinki, Finland. Faculty Office: P.O. Box 62 (Viikinkaari 11), FI-00014 University of Helsinki, tel. + 358 - 2941 58247</li>
<li>18.3.2011, Master of Science (Agriculture and Forestry), Forest Resource Science and Technology, University of Helsinki, Department of Forest Sciences, Faculty of Agriculture and Forestry, Helsinki, Finland.</li>
</ul>
<p><strong>3. Other education and expertise</strong></p>
<ul>
<li>Courses in computing and data sciences:
<ul>
<li>9.9. – 4.12.2019. Course: Machine learning with Python (CS-EJ3211, 2 ECTS), Aalto University, Espoo, Finland.</li>
<li>28.10. – 16.12.2019. Course: Data science (CS-C3160, 5 ECTS), Aalto University, Espoo, Finland.<br />
</li>
<li>10.9. – 22.10.2019. Course: Machine learning: Basic principles (CS-E3210, 5 ECTS), Aalto University, Espoo, Finland.</li>
<li>5.11. – 6.11.2019. Training course: Practical machine learning for spatial data. 0.5 ECTS. CSC course, Espoo, Finland.</li>
<li>4.11.2019. Training course: Geocomputing in Puhti Supercomputer. 0.5 ECTS. CSC course, Espoo, Finland.</li>
<li>30.9 – 4.10.2013. Course: NordBaltRemS PhD training on spatial statistics. 2 ECTS. Tartu, Estonia.</li>
<li>16.9. – 20.9.2013. Summer school: Modelling of ecosystems by tools from computer science 1 ECTS. Prague, Czech Republic.</li>
</ul></li>
<li>Courses in geoinformatics and remote sensing:
<ul>
<li>26.5. – 27.5.2021. Training course: Web GIS Enabled Spatial Analysis & Data Science with ArcGIS. 0.5 ECTS. CSC course, Espoo, Finland.</li>
<li>15.9. – 20.9.2019. Education programme: Applications of Remote Sensing in the Baltic Sea Region (LTFY.TK.002, 2 ECTS). University of Tartu, Estonia.</li>
<li>13.10. – 14.10.2015. Graduate School Course in Geomatics, Global monitoring of the environment using satellite data. 1 ECTS. Espoo, Finland.</li>
<li>6.7. – 16.7.2015. Training course: Spectrometry of a Wetland And Modelling of Photosynthesis with hyperspectral airborne reflectance and fluorescence (SWAMP), Obrzycko Rzecin, Poland.</li>
<li>.6. – 8.6.2013. Summer school: Planning REDD inventory: Using existing databases, field work and remote sensing based concepts. 4 ECTS. Mekrijärvi, Finland.</li>
<li>7.7. – 12.7.2011. Summer school: COST Action ES0903, Summer school on optical sampling. 2 ECTS. Viote del Monte Bondone-Trento, Italy.</li>
</ul></li>
<li>Courses in leadership and pedagogy:
<ul>
<li>3.9. – 15.10.2024. Course: Constructive alignment (YP2.1), 5 ECTS), Helsinki University, Helsinki, Finland.</li>
<li>18.1. – 1.3.2023. Course: Assessment of learning and giving feedback (YP2.2), 5 ECTS), Helsinki University, Helsinki, Finland.</li>
<li>2.2. – 8.4.2021. Course: A! Peda Intro (PED-131.1000, 5 ECTS), Aalto University, Espoo, Finland.</li>
<li>10.9. – 30.10.2020. Course: Teaching assistant as a learning instructor (PED-131.9000, 2 ECTS), Aalto University, Espoo, Finland.</li>
<li>22.1. – 18.03.2020. Course: Philosophy and systems thinking (TU-A1150, 3 ECTS), Aalto University, Espoo, Finland.</li>
<li>15.4. – 17.4.2015. Course: Project management and leadership (PML_10UH_2015, 2 ECTS), Doctoral School in Environmental, Food and Biological Sciences, Helsinki, Finland.</li>
</ul></li>
</ul>
<p><strong>4. Linguistic skills</strong></p>
<ul>
<li>Finnish (Native)</li>
<li>English</li>
<li>Swedish</li>
</ul>
<p><strong>5. Current employment</strong></p>
<ul>
<li>1.10.2025. Senior Research Scientist. Finnish Environmental Institute (Syke) unit of Nature Solutions, Helsinki, Finland. Job description: Research position in Tulanet Postdoctoral Programme for Research Institutes.</li>
</ul>
<p><strong>6. Previous work experience</strong></p>
<ul>
<li>1.9.2023 – 30.9.2025. University researcher, University of Helsinki (UH), Department of Forest Sciences, Helsinki, Finland. Job description: Task lead, research position, in Horizon Europe RIA-project “Towards an Integrated Consistent European LULUCF Monitoring and Policy Pathway Assessment Framework (PathFinder)”.<br />
</li>
<li>1.10.2022 – 31.8.2023. Postdoc. Funding from the Academy of Finland (Ekosysteemipalvelukarttojen syväoppiminen), Uni of Helsinki, dpt of Forest Sciences, Helsinki, Finland. Job description: Research position.</li>
<li>1.9.2021 – 30.9.2022. Scientific secretary, Funding from UH and Suomen Luontopaneeli. UH, dpt of Economics and Management, Helsinki, Finland. Job description: Research in a “Kokonaisheikentymättömyyskuilu” project.</li>
<li>1.8.2019 – 31.8.2021. Senior postdoctoral researcher, Aalto ENG postdoctoral funds, Aalto Uni, dpt of Built Environment, Espoo, Finland. Job description: Research and teaching in Remote sensing (GIS) courses.</li>
<li>29.8.2016 – 28.8.2019. Postdoctoral researcher, Research Council of Norway (Integrating biogeophysical (BGP) mechanisms into assessments of boreal forest management impacts on climate), Norwegian Institute of Bioeconomy Research, Division for Forestry and Forest Resources, Forests and Climate, Ås, Norway. Job description: Research position.</li>
<li>1.1. – 30.06.2016. Postdoctoral researcher, Uni of Helsinki research project (Towards semi-supervised characterization and large-area planning of forest resources using airborne laser scanning data acquired for digital elevation modelling), Uni of Helsinki, dpt of Forest Sciences, Helsinki, Finland. Job description: Research and teaching in remote sensing (GIS) course.</li>
<li>1.9. – 31.12.2015. Postdoctoral researcher, research collaboration project (Geoinformatics for Monitoring and Modeling of Environmental Change), Uni of Helsinki, dpt of Forest Sciences, Helsinki, Finland. Job description: Research and teaching in remote sensing (GIS) courses.</li>
<li>1.4. – 31.7.2015. Postdoctoral researcher, Academy of Finland research project (Physically-based remote sensing applications for forest ecosystems), Uni of Helsinki, dpt of Forest Sciences, Helsinki, Finland. Job description: Research and teaching in remote sensing (GIS) courses.</li>
<li>20.4.2011 – 31.3.2015. Doctoral student, Academy of Finland research projects (Physically-based remote sensing applications for forest ecosystems, Seasonal reflectance changes of boreal forests), Uni of Helsinki, dpt of Forest Sciences, Helsinki, Finland. Job description: research, teaching in remote sensing/GIS courses, project-type work, and reporting of the results.</li>
<li>1.10.2010 – 31.3.2011. Research assistant, University of Helsinki, Department of Forest Sciences. Job description: pre-processing and analysis of optical field data, and work related to Masters thesis.</li>
<li>3.5. – 30.9.2010. Research assistant, University of Helsinki, Hyytiala forestry station. Job description: Field measurements with ASD FieldSpec Hand-Held UV/VNIR and LAI-2000 Plant Canopy Analyzer, and pre-processing of the data.</li>
<li>15.8.2008 – 15.5.2009. Co-partner in Metsaylioppilaiden kuusikauppa K-99. Job description: Selling, delivering, installing and decorating Christmas trees (up to 12 meters).</li>
<li>23.6. – 1.8.2008. Course assistant, University of Helsinki, Hyytiala forestry station. Job description: Field course of forest mensuration (4 weeks) and of wood- and forest technology (2 weeks). Teaching small groups and correcting reports.</li>
</ul>
<p><strong>7. International mobility</strong></p>
<ul>
<li>June 2016 - August 2019 postdoc in Norwegian Institute of Bioeconomy Research, Norway.</li>
<li>April-May 2015 visiting researcher at Duke Uni, Nicholas School of Environment, Durham NC, USA. Estimation LAI, fPAR and of above ground biomass using satellite data, field data and ALS data, field work at Calhoun (SC, USA) research site. Poster: Estimation of LAI, fPAR and AGB based on data from Landsat 8 and LiDAR at the Calhoun CZO in Calhoun CZO 2015 Summer Science Meeting.</li>
<li>Several short research visits to Tartu Observatory, Estonia during 2011-2020.</li>
</ul>
<p><strong>8. Research funding, grants, leadership and supervision</strong></p>
<ul>
<li>8/2019 – 8/2021. Aalto ENG postdoctoral funds, Aalto Uni, dpt of Built Environment, Espoo, Finland.<br />
</li>
<li><ol start="2019" style="list-style-type: decimal">
<li>PoDoCo research grant from The Finnish Foundation for Technology Promotion for a 1-yr research collaboration with Satellio Oy.</li>
</ol></li>
<li><ol start="2012" style="list-style-type: decimal">
<li>Travel grant, Helsingin yliopiston rahastot.</li>
</ol></li>
<li>24.6. – 9.7.2013. Field work supervisor, University of Helsinki, Hyytiala forestry station, I planned and carried out a field campaign, and supervised two research assistants with their field work. Resulted article: Majasalmi et al. (2015).</li>
<li>Master’s thesis supervision (ongoing)</li>
</ul>
<p><strong>9. Research output</strong></p>
<ul>
<li>I have total of 26 publications. I am the 1st author in 13 refereed journal articles (A) and in data article (B), and co-author in 3 refereed journal articles (A), and in 2 review articles (A). I am the 1st author in 5 (E) popularized scientific articles, 2nd author in book/report (D), and 6th author in a scientific book (C).</li>
</ul>
<p><strong>10. Teaching merits </strong></p>
<ul>
<li>Teaching experience:
<ul>
<li>Teacher in Master’s thesis seminar (MEK, FOR-003, 5 cr) autumn 2024 - spring 2025 at Helsinki Uni.</li>
<li>Teaching experience in geoinformatics and remote sensing courses in 2 universities:</li>
<li>In Aalto Uni (2019-2021) teaching in 2 B.Sc. level engineering courses (MAA-C2001 Ympäristotiedon keruu, & RYM-C2003 Rakennetun ympäristön mittaus, simulointi ja mallinnus) and preparing/leading GIS exercises in 2 courses (MAA-C2001 and ENY-C005 Geoinformation in environmental modelling).</li>
<li>In Helsinki Uni (2013-2016) in B.Sc. and M.Sc. level forestry courses: lecturing and leading GIS-practicals in 2 remote sensing courses (Remote sensing 1, 2013-2016, and RS201 Advanced studies of remote sensing, 2014-2015).</li>
</ul></li>
<li>Pedagogical training:
<ul>
<li>10 ECTS of pedagogical studies completed at Helsinki Uni in 2023-2024.</li>
<li>10 ECTS of pedagogical studies completed at Aalto Uni during 2020-2021.</li>
</ul></li>
</ul>
<p><strong>11. Awards and honours</strong></p>
<ul>
<li>2015 the youngest to defend (27 yrs old) a doctoral thesis in the major “Forest Resource Science and Technology” in the history of Uni of Helsinki.</li>
<li>2012 Scholarship, Metsämiesten säätiö for success in M.Sc. studies.</li>
</ul>
<p><strong>12. Other academic merits, Positions of trust</strong></p>
<ul>
<li>Service tasks:
<ul>
<li>Mentor in a mentoring program for junior postdocs at Aalto (2019–2020).</li>
<li>Responsible for social media comms for the Geoinformatics Unit at Aalto (2019-2021).</li>
</ul></li>
<li>Societal outreach activities:
<ul>
<li>Lecturer in a <a href="https://nuortentiedeakatemia.fi/en/meet-a-researcher/">Meet a researcher -service</a> operated by Young Academy of Finland since 2019. Targeted at school children and the general public.</li>
<li>Author of five popularized scientific articles in Finnish (see publication list).</li>
</ul></li>
<li>Examples of activities in the international scientific community:
<ul>
<li>Chair of a session “Cool forests as a resource” in International Boreal Forest Research Association (IBFRA) 2018, Laxenburg, Austria, 17.-20.9.2018.<br />
</li>
<li>Referee for: Remote Sensing of Environment, Science of Remote Sensing, Forest Ecology and Management, Agricultural and Forest Meteorology, Remote Sensing, International Journal of Applied Earth Observation and Geoinformation, Silva Fennica, Forests, Canadian Journal of Forest Research.</li>
</ul></li>
<li>Female foresters executive president of membership, <a href="https://naismetsanhoitajat.com/in-english/">the Society of Finnish Female Professional Foresters</a>, Spring 2014 - 2016.</li>
</ul>
<p><strong>13. Scientific and societal impact of research</strong></p>
<ul>
<li><p>My H-index is 13 and total citation count is 834 (google scholar).</p></li>
<li>Promoting open science and research: (Published available research data):
<ul>
<li>Titta Majasalmi, (2025). <a href="https://doi.org/10.23729/fd-06bf55b9-aa5f-35b6-b793-84474e74b9c5">FORMIT-M + EFDM + Yasso workflow for forest state modelling across Europe</a>, Fairdata.</li>
<li>Titta Majasalmi & Jari Vauhkonen. (2023). <a href="https://doi.org/10.5281/zenodo.8187428">FORMIT-M + EFDM workflow for forest state modelling across Europe (_v2)</a>, Zenodo.</li>
<li>Titta Majasalmi. (2023). <a href="https://doi.org/10.5281/zenodo.7981205">ELITE-simulaattori (ELITES) luonnon tilaan vaikuttavien toimien vasteiden arviointiin (_v1.0.0)</a>, Zenodo.</li>
<li>Mottus, M., … Majasalmi, T. (2021). <a href="https://dx.doi.org/10.21227/v5vh-2816">SPYSTUF hyperspectral data</a>, IEEE Dataport.</li>
<li>Majasalmi, T. et al. (2020). <a href="https://doi.org/10.17632/dyt4nkp583.1">Dataset of tree canopy structure and variation in understory composition in a boreal forest site</a>, Mendeley Data.</li>
<li>Majasalmi, T. (2018). <a href="https://doi.org/10.21350/c9j08bz3">Enhanced LC-product for Fennoscandia</a>, BIRD.</li>
</ul></li>
<li>Publications intended for the general public:
<ul>
<li><ol start="5" style="list-style-type: upper-alpha">
<li>Majasalmi, T. (2021). <a href="https://doi.org/10.14214/ma.10569">Metsän lehtialaindeksin mittaus, mallinnus ja arviointi</a>, Metsätieteen aikakauskirja 2021 artikkeli id 10569.</li>
</ol></li>
<li><ol start="5" style="list-style-type: upper-alpha">
<li>Majasalmi, T. (2021). <a href="https://doi.org/10.14214/ma.10552">Latvuspeiton kaukokartoituksen nykytila</a>, Metsatieteen aikakauskirja vuosikerta 2021 artikkeli id 10552.</li>
</ol></li>
<li><ol start="5" style="list-style-type: upper-alpha">
<li>Majasalmi, T. (2021). <a href="https://doi.org/10.14214/ma.10547">Metsanhoitotoimien kuvauksen haasteet globaaleissa ilmastomalleissa</a>, Metsatieteen aikakauskirja vuosikerta 2021 artikkeli id 10547.</li>
</ol></li>
<li><ol start="5" style="list-style-type: upper-alpha">
<li>Majasalmi, T. (2021). <a href="https://doi.org/10.14214/ma.10543">Puiden vuodenkierron maastohavaintojen tarpeellisuudesta</a>, Metsatieteen aikakauskirja vuosikerta 2021 artikkeli id 10543.</li>
</ol></li>
<li><ol start="5" style="list-style-type: upper-alpha">
<li>Majasalmi, T. (2012). Satelliittikuvat pohjoisen luonnon seurannassa. In: Turjan vuonoilta Vienanmerelle: matka Kuolan niemimaan luontoon ja kulttuuriin. Vanhatalo, A., Niemela, P., Kuuluvainen, T., Vasander, H. (toim.). Helsinki: Helsingin yliopiston metsatieteiden laitos, s. 87-94 (Helsingin yliopiston metsatieteiden laitoksen julkaisuja; vol. 4)</li>
</ol></li>
</ul></li>
<li>Publications intended for professional communities:
<ul>
<li><ol start="4" style="list-style-type: upper-alpha">
<li>Kangas, J., Majasalmi, T., Juva, H.M.K., Kotiaho, J.S. Ahlvik, L.M. (2023). <a href="https://luontopaneeli.fi/wp-content/uploads/2023/12/suomen-luontopaneelin-julkaisuja-4b-2023-suomen-luonnon-tila-ja-tulevaisuus-skenaariotarkastelu.pdf">Suomen luonnon tila ja tulevaisuus – skenaariotarkastelu luontokadon pysäyttämiseksi vaadittavista toimista</a>. 8 Dec 2023, Suomen Luontopaneeli. (Suomen Luontopaneelin julkaisuja; vol. 4B/2023).</li>
</ol></li>
</ul></li>
</ul>
<p><strong>14. Conferences and seminars</strong></p>
<ul>
<li>Since 2011 I have participated for 19 scientific conferences or seminars (i.e. AGU, EGU, IBFRA, FINEST, ForestSAT, CzechGlobe, EFINORD-SNS):
<ul>
<li>12.10. - 14.10.2022. Kick-off meeting: “Towards an Integrated Consistent European LULUCF Monitoring and Policy Pathway Assessment Framework (PathFinder). Ås, Norway.</li>
<li>16.8. - 20.8.2021. Conference: International Boreal Forest Research Association (IBFRA) 2021, online. Presentation: A new approach for inter-comparing forest cover representations of global land cover products.</li>
<li>19.4. - 30.4.2021. Conference: European Geosciences Union (EGU) General Assembly 2021, online. vPICO: A new approach for improving representation of boreal forest phenology in land surface models.</li>
<li>23.5. - 24.5.2019. Seminar: Finnish-Estonian Remote Sensing seminar (FINEST) 2019, Aalto campus, Espoo. Presentation: Evaluation of leaf-level optical properties employed in land surface models.</li>
<li>7.4. - 12.4.2019. Conference: European Geosciences Union (EGU) General Assembly 2019, Vienna, Austria. Poster: A note on optical properties of plant functional types employed in land surface modeling and weather and climate research.</li>
<li>17.9. - 20.9.2018. Conference: International Boreal Forest Research Association (IBFRA) 2018, Laxenburg, Austria. Presentation: Forecasting forest management impacts on forest structure under changing climate.</li>
<li>4.6. - 5.6.2018. Seminar: Finnish-Estonian Remote Sensing seminar (FINEST) 2018, Tartu, Estonia. Presentation: Spatiotemporal representation of forests in land surface models employed in climate research.</li>
<li>8.4. - 13.4.2018. Conference: European Geosciences Union (EGU) General Assembly 2018, Vienna, Austria. Poster: Towards improved modeling of forest management in land surface models employed in climate research.</li>
<li>18.5. - 19.5.2017. Seminar: Finnish-Estonian Remote Sensing seminar (FINEST) 2017, Espoo, Finland. Presentation: Application of 3D triangulations of airborne laser scanning data to estimate boreal forest leaf area index.</li>
<li>24.5. - 29.5.2015. Conference: Towards the new era of forest science in boreal region (IBFRA 2015), Rovaniemi, Finland. Presentation: Satellite-based estimation of boreal forest fPAR.</li>
<li>23.3. - 24.3.2015. Conference: CzechGlobe: Global change: a complex challenge, Brno, Czech Republic. Poster: Validation of remotely sensed fPAR in a boreal forest site.</li>
<li>18.3.2015. Seminar: The annual exclusive Finnish-Estonian remote sensing seminar (FINEST) 2015, Helsinki, Finland. Presentation: Estimation of LAI and fPAR in a boreal forest.</li>
<li>4.11. - 7.11.2014. Conference: ForestSAT 2014. Riva del Garda, Italy. Presentation and a poster: Validation of satellite-based fPAR in a boreal forest site.</li>
<li>8.5.2014. Seminar: The annual exclusive Finnish-Estonian remote sensing seminar (FINEST) 2014, Tartu, Estonia. Presentation: Validation of satellite-based fPAR products in a boreal forest site.</li>
<li>27.4. - 2.5.2014. Conference: European Geosciences Union (EGU) General Assembly 2014, Vienna, Austria. Poster: A new model for estimating boreal forest fPAR.</li>
<li>21.8. - 23.8.2013. Conference: The Nordic-Baltic co-operation group for forest inventory EFINORD-SNS network meeting and scientific conference, Kaunas, Lithuania. Poster: An assessment of ground reference methods for estimating LAI of boreal forests.</li>
<li>3.12. - 7.12.2012. Conference: American Geophysical Union (AGU) Fall Meeting 2012, California. Participant.</li>
<li>9.5.2012. Seminar: Finnish-Estonian seminar on remote sensing (FINEST) 2012, Tartu, Estonia. Presentation: Allometric and optical LAI.</li>
<li>5.12. - 9.12.2011. Conference: American Geophysical Union (AGU) Fall Meeting 2011, California. Poster: Seasonal course of boreal forest reflectance.</li>
</ul></li>
</ul>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
});
});
</script>
<!-- code folding -->
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>