-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 3.65 KB
/
index.html
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
<html lang="en">
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Libre+Baskerville">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="main.css" type="text/css">
<meta charset="utf-8">
<meta name="author" content="Girish Koushik">
<meta name="keywords" content="Girish Koushik, Computer Science, Artificial Intelligence, Natural Language Processing, Machine Learning, Chess, Grandmaster">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base target="_blank">
<title>Girish Arun Koushik</title>
</head>
<body>
<div class="container">
<div class="header">
Girish Arun Koushik
</div>
<div class="menu">
<ul>
<li data-title="Home" class="active"><a target="_self" href="index.html">Home</a></li>
<li data-title="Chess"><a target="_self" href="chess.html">Chess</a></li>
<li data-title="Contact"><a target="_self" href="contact.html">Contact</a></li>
</ul>
<div class="menu-line"></div>
</div>
<div class="content">
<div class="picture">
<img src="files/girish_koushik_1.jpg" style="width: 200%; height: 200px;">
<!-- <div class="caption">A dated photo taken by <a href="https://math-cs.spbu.ru/en/people/vavilov-n-a/">Prof. Nikolay Vavilov</a></div> -->
</div>
<h1>About me</h1>
<p class="justify-text">I am a PhD student at the University of Surrey in the UK working on <em>A Robust Multimodal Framework for Hate Speech Detection on Social Media Platforms</em> under the supervision of <a href="https://www.surrey.ac.uk/people/diptesh-kanojia/">Dr. Diptesh Kanojia</a> and <a href="https://www.surrey.ac.uk/people/helen-treharne">Prof. Helen Treharne</a>.</p>
<p class="justify-text">I received a Master's degree in Advanced Computer Science with Artificial Intelligence from the University of Strathclyde, UK in 2023. I also have a Bachelor's degree in Electronics and Communication Engineering from the RV College of Engineering in Bengaluru, India.</p>
<p class="justify-text">I became a Chess Grandmaster in 2019 and an International Master in 2013. I have won several national and international chess tournaments. For more information, see my <a target="_self" href="chess.html">Chess</a> page.</p>
<p>My CV can be found <a href="files/Girish-Koushik-CV.pdf">here</a>.</p>
</div>
<div class="content">
<section id="updates">
<h2>Recent updates</h2>
<ul>
<li>Our Paper titled <em>Natural Language Reinforcement Learning</em> was published on <a href="https://arxiv.org/pdf/2402.07157.pdf">arXiv</a> - <strong>Feb 2024</strong></li>
<li>Participated in the CIUK 2023 Cluster Challenge representing the University of Strathclyde (Team "StrathClust") and secured third place - <strong>Dec 2023</strong></li>
<li>Graduated MSc with Distinction from the University of Strathclyde on October 30th 2023 - <strong>Oct 2023</strong></li>
<li>Started PhD at the University of Surrey on September 16th 2023 - <strong>Sept 2023</strong></li>
<!-- Add more list items as needed -->
</ul>
</section>
</div>
</div>
</body>
</html>