-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
78 lines (67 loc) · 2.39 KB
/
index.html
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
---
layout: frontpage
title: Lauren K. Fink
description: Lauren Fink is a postdoctoral researcher at the Max Planck Institute for Empirical Aesthetics.
keywords: Fink, music, rhythm, neuroscience, psychology, attention, eye-tracking
---
<HEAD>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114823830-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114823830-1');
</script>
</HEAD>
<div class="navbar">
<div class="navbar-inner">
<ul class="nav">
<li><a href="{{ BASE_PATH }}/assets/fink_cv.pdf" target="_blank">cv</a></li>
<li><a href="https://www.linkedin.com/in/lauren-fink-2ba747109/" target="_blank">linkedIn</a></li>
<li><a href="https://github.com/lkfink" target="_blank">github</a></li>
</ul>
</div>
</div>
<!--
<tr>
<td class="center">
<a href="pages/publpics/arduino.html" target="_blank">
<img src="assets/publpics/arduino.png" alt="Arduino + Adafruit Waveshield" title="Arduino + Adafruit Waveshield"/>
</a>
</td>
</tr>
-->
<table class="wide">
<tr>
<td class="left">
<a href="pages/research.html#Mobile%20eye-tracking" target="_blank">
<img src="pages/publpics/mobileEyeLanding.png" alt="Mobile Eye-Tracking" title="Mobile Eye-Tracking"/>
</a>
</td>
<td class="right">
<a href="pages/publpics/CMQ.html" target="_blank">
<img src="pages/publpics/cmqLanding.png" alt="Do people use music to cope during the pandemic?" title="Do people use music to cope during the pandemic?"/>
</a>
</td>
</tr>
<tr>
<td class="left">
<a href="pages/publpics/dundunDescr.html" target="_blank">
<img src="pages/publpics/dundunLanding.png" alt="Classification of music or speech" title="Classification of music or speech"/>
</a>
</td>
<td class="right">
<a href="pages/publpics/arduino.html" target="_blank">
<img src="pages/publpics/gemLanding.png" alt="Arduino + Adafruit Waveshield" title="Arduino + Adafruit Waveshield"/>
</a>
</td>
</tr>
</table>
<div class="navbar">
<div class="navbar-inner">
<ul class="nav">
<li><a href="https://github.com/lkfink/lkfink.github.io" target="_blank">All code for this website is freely available on Github</a></li>
</ul>
</div>
</div>