-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (69 loc) · 3.48 KB
/
index.html
File metadata and controls
79 lines (69 loc) · 3.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Safia Baloch | Academic Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header -->
<header>
<div class="header-content">
<h1>Safia Baloch</h1>
<p>Lecturer | NLP Researcher | SQA Engineer</p>
<nav>
<a href="#about">About</a>
<a href="#research">Research</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</nav>
</div>
</header>
<!-- About Section -->
<section id="about">
<h2>About Me</h2>
<div class="about-content">
<img src="img/pic1.jpg" alt="Safia Baloch's Photo">
<p style="color:#000000; text-align:justify">I'm teacher of computer science. I am passionate about applying NLP for social good. I am also seeking a supervisor to explore NLP in graph representation, focusing on learnability and debiasing. My current research includes: <i>Debiasing Multilingual Representation</i>, and <i>Graph Contrastive Learning</i>. I am open to collaborate with like-minded supervisor.</p>
<p style="color:#000000; text-align:justify"><i>" Graph drawing is the best possible field I can think of: It merges aesthetics, mathematical beauty and wonderful algorithms. It therefore provides a harmonic balance between the left and right brain parts".</i><a href="https://www-cs-faculty.stanford.edu/~knuth/" , style="color:blue;"> Donald E.Knuth</a></p>
</div>
</section>
<!-- Research Section -->
<section id="research">
<h2>Research</h2>
<div class="research-item">
<p><strong>Forecasting the Stability of COVID-19 Vaccine Companies Stock Market Using LSTM and Time-Series Models</strong><br>
Rahemeen Khan, International Conference on Communication, Computing and Digital Systems, 2023. <a href="https://ieeexplore.ieee.org/abstract/document/10139884/">[Link]</a></p>
</div>
<!-- <div class="research-item">
<p><strong>Research Paper Title 2</strong><br>
Co-authors, Journal Name, Year. <a href="link-to-paper">[Link]</a></p>
</div>
Add more research items as needed -->
</section>
<!-- Projects Section
<section id="projects">
<h2>Projects</h2>
<!-- <div class="project-item">
<p><strong>Project 1:</strong> Brief description and <a href="link-to-github">GitHub link</a></p>
</div>
<div class="project-item">
<p><strong>Project 2:</strong> Brief description and <a href="link-to-github">GitHub link</a></p>
</div>
<!-- Add more projects as needed
</section> -->
<!-- Contact Section -->
<footer id="contact">
<h2>Contact</h2>
<p>Email: shahalsafia45@gmail.com</p>
<p>
<a href="https://www.linkedin.com/in/safia-baloch-1794a260/">LinkedIn</a> |
<a href="https://github.com/baloch838">GitHub</a> |
<a href="https://scholar.google.com/citations?user=rFRE574AAAAJ&hl=en">Scholar</a> |
<a href="https://medium.com/@shahalsafia45">Medium</a> |
<a href="https://x.com/SafiaBaloch8">Twitter</a>
</p>
</footer>
</body>
</html>