dlindh commited on
Commit
5c2cac6
·
verified ·
1 Parent(s): 3bcfda2

Make a very flashy website in dark mode for presenting my CV. I want it o have cool animations, and the design is interesting and eye catching. Theme it after 80s type of artwork. Here is my CV:

Browse files

# **Daniel Lindh, PhD**
**Senior Data Scientist & AI Engineer**
Amsterdam, Netherlands
📧 [your email here] | 🌐 [LinkedIn/GitHub link here]

---

## **Professional Summary**
Senior Data Scientist and AI Engineer with a PhD in Cognitive Neuroscience and a strong foundation in machine learning, large language models, and data-driven health research. Experienced in building AI products from prototype to production using AWS, Python, and cloud-native technologies. Combines deep expertise in cognitive science and neuroscience with modern AI to develop user-centered, evidence-based systems.

---

## **Education**
**PhD in Cognitive Neuroscience**
*University of Amsterdam & University of Birmingham*
Focus: Object recognition, visual attention, and convolutional neural networks as models of the human visual system.

**Research Master in Cognitive Neuroscience**
*University of Amsterdam*
Thesis focused on neural mechanisms of perception and attention.

**Bachelor in Cognitive Science**
*University of Skövde, Sweden*

---

## **Professional Experience**

### **NOWATCH** – Amsterdam, Netherlands
**Senior Data Scientist & AI Engineer** *(2024–Present)*
- Lead development of AI-driven health insights integrating stress, recovery, sleep, and activity data.
- Built and deployed modular AWS Lambda + Step Function pipelines for AI-generated user reports.
- Designed stress classification algorithms and “dominant state” logic using physiological data (EDA, HRV, activity).
- Created interactive Streamlit dashboards for large-scale user trend analysis.
- Coordinated across UX, data science, and engineering teams to align copy, visuals, and behavioral feedback.

**Key technologies:** Python, AWS Lambda, Step Functions, Bedrock/Anthropic, pgvector, Streamlit, PostgreSQL, scikit-learn, PyTorch.

---

### **Learnwise** – Remote
**AI Engineer & Data Scientist** *(2023–2024)*
- Built LLM testing and evaluation platforms for universities.
- Created semantic clustering pipeline using embeddings and UMAP to analyze chat topics.
- Integrated LLM analytics directly into GitHub repositories for educational use.

**Key technologies:** Python, OpenAI API, Hugging Face, embeddings, UMAP, FastAPI, Docker.

---

### **Quin** – Amsterdam, Netherlands
**Senior Research Consultant (AI & BI)** *(2019–2023)*
- Developed predictive models for user behavior and clinical product adoption.
- Built safety monitoring dashboards and forecasting tools to assess intervention impact.
- Designed and implemented an analysis pipeline comparing interventions via deviation from forecast confidence intervals.
- Conducted competitor analyses and designed BI workflows to track performance.

**Key technologies:** Python, SQL, Power BI, forecasting, Bayesian methods, healthcare analytics.

---

### **University of Amsterdam**
**Lecturer in Python Programming** *(2018–2019)*
- Taught Python and data analysis to cognitive science and psychology students.
- Supervised students on projects involving machine learning and neuroimaging data.

---

### **Freelance AI Developer** – *Tilia Tech Solutions* *(2020–Present)*
Founder and lead consultant offering:
1. **AI in Business Workshops** – for executives on integrating AI tools into operations.
2. **Technical Training** – for developer teams on LLMs and data science workflows.
3. **Custom AI Implementations** – full-cycle development of data-driven systems.

**Clients include:** Learnwise, Microsoft, CXL.

---

## **Selected Research Projects**
- **Attentional Blink Study:** Designed an immediate response paradigm and applied drift diffusion modeling to separate perceptual and working memory processes.
- **Visual Object Recognition:** Used CNNs as computational models of human visual recognition.
- **Affective Physiology Study:** Predicted attraction during blind dates using heart rate and pupil dilation data.

---

## **Technical Skills**
**Languages:** Python, MATLAB, R, SQL
**Machine Learning:** CNNs, LLMs, Bayesian modeling, survival analysis, forecasting, clustering, anomaly detection
**Tools:** AWS (Lambda, Step Functions, Bedrock), Docker, FastAPI, Streamlit, Power BI, Git
**Data Science:** fMRI, MEG, EEG, representational similarity analysis (RSA), psychophysiological data
**Libraries:** scikit-learn, PyTorch, pandas, NumPy, matplotlib, seaborn

---

## **Publications & Contributions**
- Contributed to **rsatoolbox** (Python package for Representational Similarity Analysis).
- Authored peer-reviewed papers on attention, perception, and affective neuroscience.

---

## **Professional Interests**
AI for health and well-being, cognitive modeling, explainable AI, user experience research, neuroscience-informed machine learning.

---

## **Languages**
- English (Fluent)
- Swedish (Native)
- Dutch (Basic, learning)

---

## **Personal Interests**
Padel, tennis, gym, music, clubbing, technology, AI news, and traveling.

---

Files changed (2) hide show
  1. README.md +8 -5
  2. index.html +308 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Neoretro Cv Flash
3
- emoji: 🏆
4
- colorFrom: gray
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: NeoRetro CV Flash
3
+ colorFrom: purple
4
+ colorTo: pink
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
index.html CHANGED
@@ -1,19 +1,309 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>NeoRetro CV | Daniel Lindh, PhD</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://unpkg.com/feather-icons"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/animejs@3.2.1/lib/anime.min.js"></script>
11
+ <style>
12
+ @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Ubuntu+Mono:wght@400;700&display=swap');
13
+ .glitch {
14
+ text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
15
+ animation: glitch 725ms infinite;
16
+ }
17
+ @keyframes glitch {
18
+ 0% { text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00; }
19
+ 15% { text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00; }
20
+ 16% { text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff, -0.05em -0.05em 0 #fffc00; }
21
+ 49% { text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff, -0.05em -0.05em 0 #fffc00; }
22
+ 50% { text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff, 0 -0.04em 0 #fffc00; }
23
+ 99% { text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff, 0 -0.04em 0 #fffc00; }
24
+ 100% { text-shadow: -0.05em 0 0 #00fffc, -0.025em -0.04em 0 #fc00ff, -0.04em -0.025em 0 #fffc00; }
25
+ }
26
+ .scanlines {
27
+ position: fixed;
28
+ top: 0;
29
+ left: 0;
30
+ width: 100%;
31
+ height: 100%;
32
+ background: linear-gradient(
33
+ to bottom,
34
+ rgba(0, 0, 0, 0) 0%,
35
+ rgba(0, 255, 255, 0.03) 1%
36
+ );
37
+ background-size: 100% 0.3rem;
38
+ pointer-events: none;
39
+ z-index: 9999;
40
+ }
41
+ .pixel-grid {
42
+ background-image:
43
+ linear-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px),
44
+ linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px);
45
+ background-size: 20px 20px;
46
+ }
47
+ .neon-border {
48
+ box-shadow: 0 0 10px #00fffc, 0 0 20px #00fffc, inset 0 0 10px #00fffc;
49
+ border: 1px solid #00fffc;
50
+ }
51
+ .neon-text {
52
+ color: #00fffc;
53
+ text-shadow: 0 0 5px #00fffc, 0 0 10px #00fffc;
54
+ }
55
+ .typewriter {
56
+ border-right: 3px solid #00fffc;
57
+ animation: blink-caret 0.75s step-end infinite;
58
+ }
59
+ @keyframes blink-caret {
60
+ from, to { border-color: transparent }
61
+ 50% { border-color: #00fffc; }
62
+ }
63
+ </style>
64
+ </head>
65
+ <body class="bg-black text-green-400 font-mono min-h-screen overflow-x-hidden pixel-grid">
66
+ <div id="vanta-bg" class="fixed inset-0 -z-10"></div>
67
+ <div class="scanlines"></div>
68
+
69
+ <!-- Main Container -->
70
+ <div class="container mx-auto px-4 py-12 max-w-6xl relative">
71
+ <!-- Header -->
72
+ <header class="mb-12 text-center relative">
73
+ <h1 class="glitch text-5xl md:text-7xl font-bold mb-2 font-['Press_Start_2P']">DANIEL LINDH</h1>
74
+ <div class="flex justify-center items-center">
75
+ <div class="neon-border px-6 py-2 rounded-full inline-block">
76
+ <h2 class="text-xl md:text-2xl font-bold tracking-widest">SENIOR DATA SCIENTIST & AI ENGINEER</h2>
77
+ </div>
78
+ </div>
79
+ <div class="mt-6 flex justify-center space-x-4">
80
+ <a href="#" class="neon-text hover:text-white transition-all duration-300 flex items-center">
81
+ <i data-feather="mail" class="mr-2"></i> [your email here]
82
+ </a>
83
+ <a href="#" class="neon-text hover:text-white transition-all duration-300 flex items-center">
84
+ <i data-feather="linkedin" class="mr-2"></i> [LinkedIn/GitHub]
85
+ </a>
86
+ </div>
87
+ </header>
88
+
89
+ <!-- Main Content Grid -->
90
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
91
+ <!-- Left Column -->
92
+ <div class="lg:col-span-2 space-y-8">
93
+ <!-- Professional Summary -->
94
+ <section class="neon-border p-6 rounded-lg bg-black bg-opacity-70 backdrop-blur-sm">
95
+ <h3 class="text-2xl font-bold mb-4 neon-text">PROFESSIONAL SUMMARY</h3>
96
+ <p class="leading-relaxed">
97
+ Senior Data Scientist and AI Engineer with a PhD in Cognitive Neuroscience and a strong foundation in machine learning, large language models, and data-driven health research. Experienced in building AI products from prototype to production using AWS, Python, and cloud-native technologies. Combines deep expertise in cognitive science and neuroscience with modern AI to develop user-centered, evidence-based systems.
98
+ </p>
99
+ </section>
100
+
101
+ <!-- Professional Experience -->
102
+ <section class="neon-border p-6 rounded-lg bg-black bg-opacity-70 backdrop-blur-sm">
103
+ <h3 class="text-2xl font-bold mb-4 neon-text">PROFESSIONAL EXPERIENCE</h3>
104
+
105
+ <!-- NOWATCH -->
106
+ <div class="mb-6">
107
+ <div class="flex justify-between items-start">
108
+ <h4 class="text-xl font-bold neon-text">NOWATCH – Amsterdam, Netherlands</h4>
109
+ <span class="bg-purple-600 text-xs px-2 py-1 rounded">2024–Present</span>
110
+ </div>
111
+ <p class="font-bold mb-2">Senior Data Scientist & AI Engineer</p>
112
+ <ul class="list-disc pl-5 space-y-2">
113
+ <li>Lead development of AI-driven health insights integrating stress, recovery, sleep, and activity data.</li>
114
+ <li>Built and deployed modular AWS Lambda + Step Function pipelines for AI-generated user reports.</li>
115
+ <li>Designed stress classification algorithms and "dominant state" logic using physiological data.</li>
116
+ </ul>
117
+ <div class="mt-3 flex flex-wrap gap-2">
118
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Python</span>
119
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">AWS Lambda</span>
120
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Step Functions</span>
121
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Bedrock/Anthropic</span>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Learnwise -->
126
+ <div class="mb-6">
127
+ <div class="flex justify-between items-start">
128
+ <h4 class="text-xl font-bold neon-text">Learnwise – Remote</h4>
129
+ <span class="bg-purple-600 text-xs px-2 py-1 rounded">2023–2024</span>
130
+ </div>
131
+ <p class="font-bold mb-2">AI Engineer & Data Scientist</p>
132
+ <ul class="list-disc pl-5 space-y-2">
133
+ <li>Built LLM testing and evaluation platforms for universities.</li>
134
+ <li>Created semantic clustering pipeline using embeddings and UMAP.</li>
135
+ <li>Integrated LLM analytics directly into GitHub repositories for educational use.</li>
136
+ </ul>
137
+ <div class="mt-3 flex flex-wrap gap-2">
138
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Python</span>
139
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">OpenAI API</span>
140
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Hugging Face</span>
141
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">FastAPI</span>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Additional experiences would go here -->
146
+ </section>
147
+
148
+ <!-- Selected Research Projects -->
149
+ <section class="neon-border p-6 rounded-lg bg-black bg-opacity-70 backdrop-blur-sm">
150
+ <h3 class="text-2xl font-bold mb-4 neon-text">SELECTED RESEARCH PROJECTS</h3>
151
+ <ul class="space-y-4">
152
+ <li class="flex items-start">
153
+ <span class="text-purple-400 mr-2">▹</span>
154
+ <span><strong>Attentional Blink Study:</strong> Designed immediate response paradigm and applied drift diffusion modeling.</span>
155
+ </li>
156
+ <li class="flex items-start">
157
+ <span class="text-purple-400 mr-2">▹</span>
158
+ <span><strong>Visual Object Recognition:</strong> Used CNNs as computational models of human visual recognition.</span>
159
+ </li>
160
+ <li class="flex items-start">
161
+ <span class="text-purple-400 mr-2">▹</span>
162
+ <span><strong>Affective Physiology Study:</strong> Predicted attraction during blind dates using heart rate and pupil dilation data.</span>
163
+ </li>
164
+ </ul>
165
+ </section>
166
+ </div>
167
+
168
+ <!-- Right Column -->
169
+ <div class="space-y-8">
170
+ <!-- Education -->
171
+ <section class="neon-border p-6 rounded-lg bg-black bg-opacity-70 backdrop-blur-sm">
172
+ <h3 class="text-2xl font-bold mb-4 neon-text">EDUCATION</h3>
173
+ <div class="space-y-4">
174
+ <div>
175
+ <h4 class="font-bold">PhD in Cognitive Neuroscience</h4>
176
+ <p class="text-sm">University of Amsterdam & University of Birmingham</p>
177
+ </div>
178
+ <div>
179
+ <h4 class="font-bold">Research Master in Cognitive Neuroscience</h4>
180
+ <p class="text-sm">University of Amsterdam</p>
181
+ </div>
182
+ <div>
183
+ <h4 class="font-bold">Bachelor in Cognitive Science</h4>
184
+ <p class="text-sm">University of Skövde, Sweden</p>
185
+ </div>
186
+ </div>
187
+ </section>
188
+
189
+ <!-- Technical Skills -->
190
+ <section class="neon-border p-6 rounded-lg bg-black bg-opacity-70 backdrop-blur-sm">
191
+ <h3 class="text-2xl font-bold mb-4 neon-text">TECHNICAL SKILLS</h3>
192
+ <div class="space-y-3">
193
+ <div>
194
+ <h4 class="font-bold mb-1">Languages</h4>
195
+ <div class="flex flex-wrap gap-2">
196
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Python</span>
197
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">MATLAB</span>
198
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">R</span>
199
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">SQL</span>
200
+ </div>
201
+ </div>
202
+ <div>
203
+ <h4 class="font-bold mb-1">Machine Learning</h4>
204
+ <div class="flex flex-wrap gap-2">
205
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">CNNs</span>
206
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">LLMs</span>
207
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Bayesian</span>
208
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Forecasting</span>
209
+ </div>
210
+ </div>
211
+ <div>
212
+ <h4 class="font-bold mb-1">Tools</h4>
213
+ <div class="flex flex-wrap gap-2">
214
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">AWS</span>
215
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Docker</span>
216
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">FastAPI</span>
217
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Streamlit</span>
218
+ </div>
219
+ </div>
220
+ </div>
221
+ </section>
222
+
223
+ <!-- Languages -->
224
+ <section class="neon-border p-6 rounded-lg bg-black bg-opacity-70 backdrop-blur-sm">
225
+ <h3 class="text-2xl font-bold mb-4 neon-text">LANGUAGES</h3>
226
+ <div class="space-y-2">
227
+ <div class="flex justify-between items-center">
228
+ <span>English</span>
229
+ <span class="text-purple-400">Fluent</span>
230
+ </div>
231
+ <div class="flex justify-between items-center">
232
+ <span>Swedish</span>
233
+ <span class="text-purple-400">Native</span>
234
+ </div>
235
+ <div class="flex justify-between items-center">
236
+ <span>Dutch</span>
237
+ <span class="text-purple-400">Basic</span>
238
+ </div>
239
+ </div>
240
+ </section>
241
+
242
+ <!-- Personal Interests -->
243
+ <section class="neon-border p-6 rounded-lg bg-black bg-opacity-70 backdrop-blur-sm">
244
+ <h3 class="text-2xl font-bold mb-4 neon-text">PERSONAL INTERESTS</h3>
245
+ <div class="flex flex-wrap gap-2">
246
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Padel</span>
247
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Tennis</span>
248
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Gym</span>
249
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Music</span>
250
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Clubbing</span>
251
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">AI News</span>
252
+ <span class="text-xs px-2 py-1 bg-gray-800 rounded-full">Traveling</span>
253
+ </div>
254
+ </section>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Footer -->
259
+ <footer class="mt-12 text-center text-sm neon-text">
260
+ <p>© 2024 DANIEL LINDH | DESIGNED WITH 80S RETRO VIBES</p>
261
+ </footer>
262
+ </div>
263
+
264
+ <script>
265
+ // Initialize Vanta.js background
266
+ VANTA.NET({
267
+ el: "#vanta-bg",
268
+ mouseControls: true,
269
+ touchControls: true,
270
+ gyroControls: false,
271
+ minHeight: 200.00,
272
+ minWidth: 200.00,
273
+ scale: 1.00,
274
+ scaleMobile: 1.00,
275
+ color: 0x0fffc,
276
+ backgroundColor: 0x0,
277
+ points: 12.00,
278
+ maxDistance: 22.00,
279
+ spacing: 18.00
280
+ });
281
+
282
+ // Typewriter effect
283
+ document.addEventListener('DOMContentLoaded', () => {
284
+ feather.replace();
285
+
286
+ // Glitch effect on hover
287
+ const glitchElements = document.querySelectorAll('.glitch');
288
+ glitchElements.forEach(el => {
289
+ el.addEventListener('mouseenter', () => {
290
+ el.style.animation = 'glitch 325ms infinite';
291
+ });
292
+ el.addEventListener('mouseleave', () => {
293
+ el.style.animation = 'glitch 725ms infinite';
294
+ });
295
+ });
296
+
297
+ // Animate elements on scroll
298
+ anime({
299
+ targets: '.neon-border',
300
+ opacity: [0, 1],
301
+ translateY: [20, 0],
302
+ delay: anime.stagger(100),
303
+ easing: 'easeOutExpo',
304
+ duration: 800
305
+ });
306
+ });
307
+ </script>
308
+ </body>
309
  </html>