-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
86 lines (86 loc) · 5.82 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
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
80
81
82
83
84
85
86
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta property="og:locale" content="en-US">
<meta property="og:site_name" content="Abhinav's Webpage">
<meta property="og:title" content="Abhinav Bohra">
<meta property="og:description" content="Abhinav Bohra">
<meta property="og:url" content="https://abhinav-bohra.github.io">
<link rel="canonical" href="https://abhinav-bohra.github.io">
<link rel="icon" type="image/png" href="images/icon_transparent.png">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="cleartype" content="on">
<meta name="description" content="Abhinav Bohra - Computer Science & Engineering, IIT Kharagpur - Profile">
<meta name="keywords" content="Abhinav Bohra, Computer Science, Engineering, IIT Kharagpur">
<meta name="author" content="Abhinav Bohra">
<!-- Google Analytics and MS Clarity -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MNSPB7PT9W"></script>
<script src="assets/js/google_analytics.js" type="text/javascript"></script>
<script src="assets/js/microsoft_clarity.js" type="text/javascript"></script>
<script src="assets/js/jquery-3.7.0.min.js" type="text/javascript"></script>
<script src="assets/js/loader.js" type="text/javascript"></script>
<!-- CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/main.bundle.css">
<title>Abhinav Bohra</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Abhinav Bohra",
"url": "https://abhinav-bohra.github.io",
"logo": "https://abhinav-bohra.github.io/images/jprofile.png",
"description": "Abhinav Bohra is a graduate from Indian Institute of Technology, Kharagpur with a Dual Degree (Bachelors and Masters) in Computer Science and Engineering and a Micro Specialization in Artificial Intelligence.",
"address": {
"@type": "PostalAddress",
"addressLocality": "Ahmedabad",
"addressRegion": "Gujarat",
"postalCode": "380052",
"addressCountry": "India"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": " +91-97755-23111",
"email": "[email protected]",
"contactType": "Personal Profile"
},
"sameAs": [
"https://www.facebook.com/abhinavbohra01",
"https://www.twitter.com/abhinavbohra01",
"https://www.linkedin.com/in/abhinav-bohra",
"https://github.com/abhinav-bohra",
"https://scholar.google.com/citations?user=F51Ct9oAAAAJ&hl=en"
]
}
</script>
</head>
<body>
<div id="header"></div>
<div id="main" role="main">
<div id="sidebar"></div>
<article class="page" itemscope itemtype="http://abhinav-bohra.github.io" style="padding-right: 4%; padding-left: 2%;">
<meta itemprop="headline" content="Abhinav Bohra - About me">
<meta itemprop="description" content="Abhinav Bohra - A graduate from Indian Institute of Technology, Kharagpur with a Dual Degree (Bachelors and Masters) in Computer Science and Engineering and a Micro Specialization in Artificial Intelligence.">
<div class="page__inner-wrap" style="text-align: justify; text-justify: inter-word;">
<h2 style="font-size: x-large;"><b>About Me</b></h2>
<section class="page__content" itemprop="text" style="font-size: 17.5px; margin-top: 1%;">
<p>I am a graduate from <a href="http://www.iitkgp.ac.in/">Indian Institute of Technology, Kharagpur</a> with a Dual Degree (Bachelors & Masters) in Computer Science & Engineering and a Micro Specialization in Artificial Intelligence. I like to apply my technical skills, accrued from my engineering studies, to conflate the spheres of technology and innovation. I am passionate about applying AI to new domains and developing products that have a meaningful impact on people's lives.</p>
<p>Whether it is academics or management, challenging real-life problem-solving always attracts me. In the quest for expanding my horizons, I have constantly aimed at pursuing diverse interests. I'm a team player and love to work in collaboration. I also believe in helping the community and like to be a leader.</p>
<p>When not coding, you will most often find me making EDM or supporting Manchester United. GGMU :)</p>
</section>
<h2 style="font-size: x-large;"><b>Interests</b></h2>
<section class="page__content" itemprop="text" style="font-size: 17.5px; margin-top: 1%;">
<p>Machine Learning, Deep Learning, Natural Language Processing, Computer Vision, Software Engineering</p>
</section>
<footer class="page__meta"><br></footer>
</div>
</article>
</div>
<div id="footer"></div>
</body>
</html>