-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
180 lines (150 loc) · 8.98 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!--
Copyright (c) 2021, Richi Dubey <richidubey@gmail.com>
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree.
-->
<!-- Press Ctrl+F and search for all the TODO tags to see the changes you need to make. -->
<html>
<head>
<!-- TODO: Change this to your name -->
<title>Richi Dubey</title>
<style>
a{
color: #7d5fff;
text-decoration: none;
}
.links-outreach-publications{
margin-top: .5em;
text-align: center;
}
</style>
<!---------------------------- Start: Code for icon for the portfolio website (Shown in tab bar) ----------------------------->
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!------------------------- End: Code for icon for the portfolio website (Shown in tab bar) ------------------------------------>
</head>
<body >
<div style="width: 50%; min-width: 600px; overflow: hidden; margin: auto;">
<div>
<!-- TODO: Change this to your name -->
<h1 style="text-align: center;">Richi Dubey</h1>
</div>
<!-- Start: Top Section: Introduction -->
<div style="margin-top: 2em;">
<div style="float: left; margin-right: 2em; width: 250px; height: 250px;">
<!-- TODO: Change this to your photo: Copy paste your photo to the images folder in this local repository of yours.
Similary for all other sources here (photos/pdfs of publications, pdf of CV)-->
<img src="./images/photo_richidubey.png" width="100%" style="border-radius: 10% 10% 0 0;" >
</div>
<div style="font-size: large; height: 250px; display: table-cell; vertical-align: middle;">
<!-- TODO: Change this to your introduction. Copy paste the <br> tag to add a new line. -->
Hi, I am a final year computer science undergraduate student at BITS Pilani, India.
<br>
I like working on Systems and on Deep Learning for Self Driving Cars.
<br><br>
I can be reached at richidubey@gmail.com
</div>
</div>
<!-- End: Top Section: Introduction -->
<!-- Start: Section: Publications -->
<div style="margin-top: 2em; clear: left;">
<h2>Publications</h2>
<div>
<div style="float: left; margin-right: 2em; width: 250px; height: 150px;">
<!-- TODO: Change the source to a pic of your publication -->
<img src="./images/2021_StrongAPA.png" width="100%" style = "padding: 1px; border:1px solid #021a40; background-color: #ffcccc">
</div>
<div style="margin-left: 2em;">
<!-- TODO: Change the below details to your publications -->
<span style="font-weight: bold; color: #000;">Work in Progress: Strong APA Scheduling in a Real-Time Operating System</span>
<br>
<div style="margin-top:.5em;">
<span style="font-weight: bold;">Richi Dubey</span>, Vijay Banerjee, Sena Hounsinou and <a href="https://gedare.github.io/" target="_blank">Gedare Bloom</a></span>
</div>
<div style="margin-top:.5em;">
<span style=" display: block; font-style:italic"> SIGBED International Conference on Embedded Software (EMSOFT) 2021 </span>
</div>
<div class="links-outreach-publications">
<a href="https://richidubey.github.io/Strong-APA-Documentation/html/" target="_blank">[Website]</a>
<a href="">[Paper]</a>
<a href="">[Talk]</a>
<a href="">[Poster]</a>
</div>
</div>
</div>
<!-- TODO: Remove this section if no more publications, or copy paste the div for adding more publications -->
<div style="clear: left; margin-top: 2em;">
<div style="float: left; margin-right: 2em; width: 250px; height: 150px;">
<!-- TODO: Change the source to a pic of your publication -->
<img src="./images/2021_RichiDubey_Bachelor_Thesis.png" width="100%" style = "padding: 1px; border:1px solid #021a40; background-color: #ffcccc">
</div>
<div style="margin-top: 1em">
<!-- TODO: Change the below details to your publications -->
<span style="font-weight: bold; color: #000;">Next-Generation Embedded Development Tools and Technologies – Virtualisation and Automation</span>
<br>
<div style="margin-top: .5em;">
<span> Bachelor Thesis at <a href="https://hipert.unimore.it/" target="_blank"> HiPeRT Lab</a>, UNIMORE, Italy</span>
</div>
<div>
<span style="font-style:italic"> Supervised by <a href="https://algo.ing.unimo.it/people/marko/" target="_blank">Prof. Marko Bertogna</a></span>
</div>
<div class="links-outreach-publications">
<a href="./publications/2021_RichiDubey_Bachelor_Thesis.pdf" target="_blank">[Paper]</a>
</div>
</div>
</div>
</div>
<!-- End: Section: Publications -->
<!-- TODO: Change the below from 'Awards' to any other thing you want to mention. Like 'Reviewer / News'. Copy paste the div to add more such sections -->
<div style="margin-top: 2em; clear: left;">
<h2>Awards</h2>
<div style="font-size: large;">
<!-- TODO: Change details to your awards. Copy paste the span element to add more subsections (Ex: More awards) -->
<span style="display: block">
• <b>Hercules Prize</b>, University of Modena and Reggio Emilia, 2020
</span>
<span style="display: block; margin-top: .5em; white-space: nowrap;">
• <b>SURE Award</b>, McGill University, 2020
</span>
</div>
</div>
<div style="margin-top: 2em; clear: left;">
<h2>Learn More</h2>
<div style="font-size: large;">
<!-- TODO: Put source of your CV. -->
<span style="display: block">
• My <b><a href="./CV/CV_RichiDubey_June2021.pdf" target="_blank">CV</a></b>
</span>
<!-- TODO: Uncomment the below code if you want to link other handles (Github/LinkedIn/Twitter etc.) -->
<!--
<span style="display: block; margin-top: .5em; white-space: nowrap;">
• My <b><a href="https://www.linkedin.com/in/richidubey/" target="_blank">LinkedIn</a></b> Profile
</span> -->
<!--
<span style="display: block; margin-top: .5em; white-space: nowrap;">
• My <b><a href="https://www.twitter.com/in/richidubey/" target="_blank">Twitter</a></b> Profile
</span> -->
</div>
</div>
<div style="margin-top: 3em; font-size: x-small; float: right;">
Design from <a href="https://github.com/richidubey/Simple-Minimalistic-Academic-Portfolio/" target="_blank">Simple Minimalistic Academic Portfolio</a>.
</div>
</div>
</body>
</html>