Skip to content

Commit 20e42c2

Browse files
committed
Enhance portfolio with streamlined design and new academic projects
- Make core competencies section more compact with reduced spacing - Remove redundant FAQ and location sections from contact page - Add TrueSelect AI recruitment domain analysis project - Add cognitive modeling research on mind-wandering and rumination - Include ACT-R research visualization for COGMOD project
1 parent a83b4d9 commit 20e42c2

File tree

4 files changed

+75
-65
lines changed

4 files changed

+75
-65
lines changed

contact.html

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -175,68 +175,6 @@ <h3>Message Sent Successfully!</h3>
175175
</div>
176176
</section>
177177

178-
<section class="faq-section">
179-
<div class="container">
180-
<h2>Frequently Asked Questions</h2>
181-
<div class="faq-grid">
182-
<div class="faq-item">
183-
<h3>What types of projects do you work on?</h3>
184-
<p>
185-
I specialize in AI research, machine learning systems, conversational AI,
186-
and social robotics. I also provide tech consulting, product design,
187-
CAD modeling, and rapid prototyping services for innovative technology projects.
188-
</p>
189-
</div>
190-
191-
<div class="faq-item">
192-
<h3>What consulting services do you offer?</h3>
193-
<p>
194-
I provide tech consulting including system architecture, AI implementation,
195-
cybersecurity advisory, network setup, and technology strategy. I also
196-
offer product design and patent consultation services.
197-
</p>
198-
</div>
199-
200-
<div class="faq-item">
201-
<h3>Are you available for research collaborations?</h3>
202-
<p>
203-
Yes, I'm actively interested in collaborating on AI research projects,
204-
particularly in conversational AI, social robotics, and human-computer
205-
interaction. I'm open to academic partnerships and industry research.
206-
</p>
207-
</div>
208-
209-
<div class="faq-item">
210-
<h3>Do you work internationally?</h3>
211-
<p>
212-
Absolutely. I work remotely with clients and collaborators globally.
213-
Based between California and the Netherlands, I'm comfortable with
214-
international time zones and cross-cultural collaboration.
215-
</p>
216-
</div>
217-
</div>
218-
</div>
219-
</section>
220-
221-
<section class="location-section">
222-
<div class="container">
223-
<h2>Location & Availability</h2>
224-
<div class="location-info">
225-
<div class="location-details">
226-
<h3>📍 Based in Los Altos Hills, CA & Groningen, NL</h3>
227-
<p>Timezone: PST/CET (flexible)</p>
228-
<p>Available for remote collaboration globally</p>
229-
<p>Open to travel for consulting projects</p>
230-
</div>
231-
<div class="work-hours">
232-
<h3>⏰ Availability</h3>
233-
<p>Flexible scheduling across time zones</p>
234-
<p>Research collaborations welcome</p>
235-
<p>Consulting projects by arrangement</p>
236-
</div>
237-
</div>
238-
</div>
239-
</section>
240178
</main>
241179

242180
<footer>

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ header {
315315

316316
/* Skills Preview */
317317
.skills-preview {
318-
padding: 4rem 0;
318+
padding: 3rem 0;
319319
}
320320

321321
.skills-preview h2 {
@@ -326,12 +326,12 @@ header {
326326
.skills-grid {
327327
display: grid;
328328
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
329-
gap: 2rem;
329+
gap: 1.5rem;
330330
}
331331

332332
.skill-category {
333333
background: var(--bg-card);
334-
padding: 2rem;
334+
padding: 1.25rem;
335335
border-radius: var(--border-radius);
336336
text-align: center;
337337
border: 1px solid var(--border-color);

images/cogmod-wander-retrieval.jpg

130 KB
Loading

projects.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,78 @@ <h3>Expense Tracker</h3>
306306
</div>
307307
</div>
308308

309+
<div class="project-card" data-category="tools">
310+
<div class="project-image">
311+
<img src="images/domain-analysis.jpg" alt="TrueSelect AI Recruitment Analysis">
312+
<div class="project-overlay">
313+
<div class="project-links">
314+
<a href="Domain_Analysis Project.pdf" class="btn btn-primary" target="_blank">View Report</a>
315+
</div>
316+
</div>
317+
</div>
318+
<div class="project-info">
319+
<h3>TrueSelect© - AI Recruitment Domain Analysis</h3>
320+
<p class="project-description">
321+
Comprehensive domain analysis examining AI-driven recruitment systems for tech companies.
322+
Explores stakeholder dynamics, bias mitigation, and EU AI Act compliance for
323+
automated candidate screening and evaluation.
324+
</p>
325+
<div class="tech-stack">
326+
<span class="tech-tag">Domain Analysis</span>
327+
<span class="tech-tag">AI Ethics</span>
328+
<span class="tech-tag">Game Theory</span>
329+
<span class="tech-tag">EU AI Act</span>
330+
<span class="tech-tag">Bias Mitigation</span>
331+
</div>
332+
<div class="project-features">
333+
<h4>Key Contributions:</h4>
334+
<ul>
335+
<li>Game-theoretic stakeholder analysis framework</li>
336+
<li>Comprehensive bias mitigation strategies</li>
337+
<li>EU AI Act compliance requirements mapping</li>
338+
<li>Multi-granular evaluation system design</li>
339+
<li>Scenario-based use case analysis</li>
340+
</ul>
341+
</div>
342+
</div>
343+
</div>
344+
345+
<div class="project-card" data-category="ml">
346+
<div class="project-image">
347+
<img src="images/cogmod-wander-retrieval.jpg" alt="ACT-R Cognitive Modeling Research">
348+
<div class="project-overlay">
349+
<div class="project-links">
350+
<a href="COGMOD latex.zip" class="btn btn-primary" target="_blank">Download Paper</a>
351+
</div>
352+
</div>
353+
</div>
354+
<div class="project-info">
355+
<h3>Cognitive Modeling of Mind-Wandering and Rumination</h3>
356+
<p class="project-description">
357+
Research investigating spreading activation in emotional memory and its effects on
358+
mind-wandering episodes using ACT-R cognitive architecture. Explores how memory
359+
activation capacity influences rumination persistence and attention task performance.
360+
</p>
361+
<div class="tech-stack">
362+
<span class="tech-tag">ACT-R</span>
363+
<span class="tech-tag">Cognitive Modeling</span>
364+
<span class="tech-tag">SART</span>
365+
<span class="tech-tag">Memory Activation</span>
366+
<span class="tech-tag">Statistical Analysis</span>
367+
</div>
368+
<div class="project-features">
369+
<h4>Research Findings:</h4>
370+
<ul>
371+
<li>Computational model of rumination using spreading activation</li>
372+
<li>ANOVA analysis showing significant differences across conditions</li>
373+
<li>Evidence that higher activation capacity leads to persistent rumination</li>
374+
<li>Sustained Attention to Response Task (SART) simulation</li>
375+
<li>Quantitative support for negative memory bias theories</li>
376+
</ul>
377+
</div>
378+
</div>
379+
</div>
380+
309381
</div>
310382
</div>
311383
</section>

0 commit comments

Comments
 (0)