|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <title>Dr. Your Name – Academic CV</title> |
6 | 6 | <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" /> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <nav> |
11 | 11 | <ul> |
12 | 12 | <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> |
17 | 17 | </ul> |
18 | 18 | </nav> |
19 | 19 |
|
20 | 20 | <header> |
21 | | - <img src="profile.jpg" alt="Profile Photo" class="profile-pic" /> |
| 21 | + <img src="assets/profile.jpg" alt="Profile Photo" class="profile-pic" /> |
22 | 22 | <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> |
24 | 24 | </header> |
25 | 25 |
|
26 | 26 | <main> |
27 | 27 | <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> |
30 | 30 | </section> |
31 | 31 |
|
32 | 32 | <section> |
33 | 33 | <h2>Research Interests</h2> |
34 | 34 | <ul> |
35 | 35 | <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> |
38 | 39 | </ul> |
39 | 40 | </section> |
40 | 41 | </main> |
41 | 42 |
|
42 | 43 | <footer> |
43 | | - <p>© 2025 Your Name | Built with ❤️ using GitHub Pages</p> |
| 44 | + <p>© 2025 Your Name</p> |
44 | 45 | </footer> |
45 | 46 | </body> |
46 | 47 | </html> |
0 commit comments