Skip to content

Commit 7c7b5ca

Browse files
authored
Update index.html
1 parent c4871a7 commit 7c7b5ca

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,44 @@
44
<meta charset="UTF-8" />
55
<title>Dr. Your Name – Academic CV</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link rel="stylesheet" href="style.css" />
7+
<link rel="stylesheet" href="assets/style.css" />
88
</head>
99
<body>
1010
<nav>
1111
<ul>
1212
<li><a href="index.html">Home</a></li>
13-
<li><a href="experience.html">Experience</a></li>
14-
<li><a href="publications.html">Publications</a></li>
15-
<li><a href="skills.html">Skills</a></li>
16-
<li><a href="contact.html">Contact</a></li>
13+
<li><a href="pages/experience.html">Experience</a></li>
14+
<li><a href="pages/publications.html">Publications</a></li>
15+
<li><a href="pages/skills.html">Skills</a></li>
16+
<li><a href="pages/contact.html">Contact</a></li>
1717
</ul>
1818
</nav>
1919

2020
<header>
21-
<img src="profile.jpg" alt="Profile Photo" class="profile-pic" />
21+
<img src="assets/profile.jpg" alt="Profile Photo" class="profile-pic" />
2222
<h1>Dr. Your Name</h1>
23-
<p class="title">Assistant Professor | AI & NLP Researcher</p>
23+
<p class="title">AI & NLP Researcher | Assistant Professor</p>
2424
</header>
2525

2626
<main>
2727
<section>
28-
<h2>Biography</h2>
29-
<p>I am an academic researcher focused on developing scalable AI solutions for low-resource languages. My work integrates machine learning, linguistics, and social impact to build inclusive technologies.</p>
28+
<h2>Short Bio</h2>
29+
<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>
3030
</section>
3131

3232
<section>
3333
<h2>Research Interests</h2>
3434
<ul>
3535
<li>Low-Resource NLP</li>
36-
<li>Language Modeling & Morphology</li>
37-
<li>Machine Learning for Linguistic Diversity</li>
36+
<li>Agglutinative Language Modeling</li>
37+
<li>Corpus Development</li>
38+
<li>Socio-linguistic AI Applications</li>
3839
</ul>
3940
</section>
4041
</main>
4142

4243
<footer>
43-
<p>&copy; 2025 Your Name | Built with ❤️ using GitHub Pages</p>
44+
<p>&copy; 2025 Your Name</p>
4445
</footer>
4546
</body>
4647
</html>

0 commit comments

Comments
 (0)