-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (36 loc) · 2.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
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Geronimo Mirano's Homepage by geronm</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Geronimo Mirano</h1>
<h2 class="project-tagline">Personal Site</h2>
</section>
<section class="main-content">
<h3>
<a id="geronimos-landing-page" class="anchor" href="#geronimos-landing-page" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About</h3>
<p>
This is my personal site, containing a little bit about me and some of my background and portfolio.
I studied computer science and mathematics at MIT, and I'm currently employed full-time as a Data Scientist.
Github Profile: <a href="https://github.com/geronm" class="user-mention">@geronm</a> .</p>
<h3>
<a id="geronimos-landing-page" class="anchor" href="#geronimos-landing-page" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Projects</h3>
<h4>2D Particle Physics Engine <span class="offcolor">(2012)</span></h4>
<p>A personal project wherein a number of particles were simulated with water-like slippery collisions. These particles could apply attraction and repulsion forces to one another, could be of varied size, and could be affixed to one another. I hope to one day put the code on GitHub. Here are two videos: <a href="https://youtu.be/BWtpgn0bQQo">link1</a> <a href="https://youtu.be/LI_Xs52-Dcg">link2</a>.</p>
<h3>
<a id="geronimos-landing-page" class="anchor" href="#geronimos-landing-page" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Publications</h3>
<p>My publications can be found on my <a href="https://scholar.google.com/citations?user=ZPmHxbsAAAAJ&hl=en&oi=sra">profile on Google Scholar</a>.
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using a modified version of the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>