Skip to content

Commit 688b466

Browse files
authored
Update index.html
1 parent d613f53 commit 688b466

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

index.html

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<li><a href="index.html">Home</a></li>
1313
<li><a href="pages/experience.html">Experience</a></li>
1414
<li><a href="pages/publications.html">Publications</a></li>
15-
<! -- <li><a href="pages/skills.html">Skills</a></li> -->
1615
</ul>
1716
</nav>
1817

@@ -25,31 +24,25 @@ <h1>Dr. Your Name</h1>
2524
<main>
2625
<section>
2726
<h2>Short Bio</h2>
28-
<p>I am an academic researcher passionate about advancing natural language processing for underrepresented languages. I specialize in linguistic morphology, language modeling, and digital inclusivity.</p>
27+
<p>I specialize in developing AI for linguistic diversity. My work bridges computational modeling and under-represented languages through inclusive NLP tools.</p>
2928
</section>
3029

3130
<section>
3231
<h2>Research Interests</h2>
3332
<ul>
34-
<li>Low-Resource NLP</li>
33+
<li>Low-Resource Language Processing</li>
3534
<li>Agglutinative Language Modeling</li>
3635
<li>Corpus Development</li>
37-
<li>Socio-linguistic AI Applications</li>
36+
<li>Digital Linguistic Tools</li>
3837
</ul>
3938
</section>
4039

4140
<section>
4241
<h2>Contact & Social Links</h2>
4342
<div class="social-icons">
44-
<a href="https://linkedin.com/in/yourname" target="_blank">
45-
<img src="assets/linkedin.png" alt="LinkedIn" />
46-
</a>
47-
<a href="https://scholar.google.com/citations?user=your_id" target="_blank">
48-
<img src="assets/scholar.png" alt="Google Scholar" />
49-
</a>
50-
<a href="https://github.com/yourusername" target="_blank">
51-
<img src="assets/github.png" alt="GitHub" />
52-
</a>
43+
<a href="https://linkedin.com/in/yourname" target="_blank"><img src="assets/linkedin.png" alt="LinkedIn" /></a>
44+
<a href="https://scholar.google.com/citations?user=your_id" target="_blank"><img src="assets/scholar.png" alt="Google Scholar" /></a>
45+
<a href="https://github.com/yourusername" target="_blank"><img src="assets/github.png" alt="GitHub" /></a>
5346
</div>
5447
<p>Email: [email protected]</p>
5548
</section>

0 commit comments

Comments
 (0)