-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (43 loc) · 1.79 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Robin Roy</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="container">
<div class="heading">
<h1>Robin Roy</h1>
</div>
<div class="links">
<a href="https://github.com/robinroy03">github</a>
<a href="https://twitter.com/_RobinRoy">xitter</a>
<a href="https://huggingface.co/robinroy03">hf</a>
<a href="https://www.linkedin.com/in/robinroy2003/">linkedin</a>
<a href="mailto:[email protected]">mail</a>
</div>
</div>
<div class="container">
<div class="blog">
<p class="bdate">about</p>
<p>hi i'm robin. currently i'm trying to reduce the barrier of entry to scientific visualization at <a href="https://github.com/fury-gl/fury">FURY</a>, <a href="https://summerofcode.withgoogle.com/programs/2024/projects/iVENG55P">GSoC '24</a> and beyond.</p>
</div>
</div>
<!-----------blog section------------>
<div class="container">
<div class="blog">
<p class="bdate">06 june 2024</p>
<p><a href="https://fury.gl/latest/posts/2024/2024-06-06-week-1-robin.html">GSoC Week 1</a></p>
<p>week1 and some week2. discusses how i glued everything together to make a small prototype.</p>
</div>
</div>
<div class="container">
<div class="blog">
<p class="bdate">29 may 2024</p>
<p><a href="https://fury.gl/latest/posts/2024/2024-05-28-week-0-robin.html">GSoC Community Bonding</a></p>
<p>community bonding is the first period in GSoC, kinda like week 0. the new contributors will just walk around the repo and prepare for the next 12 weeks. i decided to find ways to host the LLM and stuff.</p>
</div>
</div>
</body>
</html>