-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (98 loc) · 6.35 KB
/
index.html
File metadata and controls
99 lines (98 loc) · 6.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me | Brian Llinás</title>
<link rel="stylesheet" href="style.css?v=20250129">
</head>
<body style="background:#f7f8fa;">
<header class="site-header">
<div class="site-header__inner">
<a class="site-logo" href="/">Brian Llinás</a>
<nav class="site-nav">
<a class="site-nav__link site-nav__link--active" href="/">About Me</a>
<a class="site-nav__link" href="pages/publications.html">Publication</a>
<a class="site-nav__link" href="pages/media.html">Media & Outreach</a>
<a class="site-nav__link" href="pages/cv.html">CV</a>
</nav>
</div>
</header>
<main class="about-main">
<div class="about-container">
<aside class="about-profile">
<img src="assets/Profile.png" alt="Brian Llinás">
<h2>Brian Llinás</h2>
<p class="about-role">
Ph.D. Student · Computer Science<br>
Old Dominion University
</p>
<p class="about-location">Norfolk, Virginia · Graduate Research Assistant</p>
<div class="profile-actions">
<a class="btn btn-primary" href="mailto:bllin001@odu.edu">Email Me</a>
<a class="btn btn-secondary" href="https://www.linkedin.com/in/brian-jesus-llinas-marimon/" target="_blank" rel="noopener">LinkedIn</a>
<a class="btn btn-outline" href="https://scholar.google.com/citations?hl=en&user=nE29OcUAAAAJ" target="_blank" rel="noopener">Google Scholar</a>
<a class="btn btn-outline" href="assets/CV_EN_Brian_Llinas.pdf" target="_blank" rel="noopener">Download CV</a>
</div>
<div class="profile-social">
<a href="https://github.com/bllin001" target="_blank" rel="noopener">GitHub</a>
<a href="https://x.com/brianllinas" target="_blank" rel="noopener">X (Twitter)</a>
<a href="https://www.researchgate.net/profile/Brian-Llinas-Marimon" target="_blank" rel="noopener">ResearchGate</a>
<a href="https://orcid.org/0009-0002-1344-9168" target="_blank" rel="noopener">ORCID</a>
</div>
</aside>
<section class="about-content">
<h2>About Me</h2>
<p>Ph.D. student in Computer Science at Old Dominion University, Norfolk, United States. As a Graduate Research Assistant, I have expertise in Machine Learning (ML), Deep Learning (DL), and Natural Language Processing (NLP), with an emphasis on applying Large Language Models (LLMs) to tackle complex societal challenges. My research areas are, but not limited to, news media analysis and application and fine-tuning of LLMs. I have gained a broad range of research experience across different topics, from finance and port logistics to forced migration and text accessibility for visually impaired university students.</p>
<p>During my academic career, I have collaborated with universities in Colombia and the United States to develop computational frameworks to analyze media narratives and societal frustration toward migrants in global host communities. I am proficient in multiple programming languages, including R, Python, SQL, and Tableau/Power BI, focusing on creating data-driven solutions that span domains, delivering impactful insights and innovative tools.</p>
<h3>Research Affiliations</h3>
<div class="affiliation-grid">
<div class="affiliation-card">
<h4>WS-DL Group, Old Dominion University</h4>
<span>Computational archival science and web-scale information retrieval. Supervised by Dr. Michael Nelson.</span>
<div class="affiliation-links">
<a href="https://oduwsdl.github.io/" target="_blank" rel="noopener">Group Website</a>
<a href="https://twitter.com/WebSciDL" target="_blank" rel="noopener">Twitter</a>
<a href="https://ws-dl.blogspot.com/" target="_blank" rel="noopener">Blog</a>
<a href="https://github.com/oduwsdl" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
<div class="affiliation-card">
<h4>Storymodelers Lab, VMASC</h4>
<span>Advised by Dr. Jose Padilla and Dr. Erika Frydenlund.</span>
<div class="affiliation-links">
<a href="https://www.storymodelers.org" target="_blank" rel="noopener">Lab Website</a>
<a href="https://x.com/storymodelers" target="_blank" rel="noopener">X (Twitter)</a>
<a href="https://www.storymodelers.org/blog" target="_blank" rel="noopener">Blog</a>
<a href="https://github.com/ODU-Storymodelers" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</div>
</section>
</div>
</main>
<footer class="site-footer">
<div class="footer-top">
<div>
<strong>© 2024–2025 Brian Llinás</strong><br>
bllin001@odu.edu
</div>
<div class="footer-links">
<a href="/">Home</a>
<a href="/">About</a>
<a href="pages/publications.html">Publication</a>
<a href="pages/media.html">Media & Outreach</a>
<a href="pages/cv.html">CV</a>
<a href="https://www.linkedin.com/in/brianllinas" target="_blank" rel="noopener">LinkedIn</a>
<a href="https://github.com/bllin001" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
<div class="footer-bottom">
<div class="footer-bottom-inner">
<span>Site maintained by Brian Llinás.</span>
<span>Template available on <a href="https://github.com/bllin001/bllin001.github.io" target="_blank" rel="noopener">GitHub</a>.</span>
</div>
</div>
</footer>
</body>
</html>