-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (91 loc) · 3.35 KB
/
index.html
File metadata and controls
102 lines (91 loc) · 3.35 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> RodrigoCastiel at github.io </title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="profile.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="page-wrapper">
<div class="page-header">
<div class="menu-bar">
<ul>
<li id="current"> <a href="index.html"> Home </a> </li>
<li> <a href="about_me.html"> About Me </a> </li>
<li> <a href="research.html"> Research </a> </li>
<li> <a href="projects.html"> Projects </a> </li>
</ul>
</div>
<br>
</div>
<div class="content-block" id="profile">
<table>
<tr class="top-row">
<td>
<img src="imgs/profile-1.jpg">
<h2 align="center"> Rodrigo Castiel </h2>
<p align="center"> email: rcrs2 (at) cin.ufpe.br </p>
<div class="content-divider"> </div>
</td>
</tr>
<tr class="bottom-row">
<td class="info-table">
<div class="useful-links">
<ul>
<!-- <li> <a href="files/CV_RodrigoCastiel.pdf"> CV </a> </li> Out of Date!! TODO(Rodrigo): update it!
<li> | </li>-->
<li> <a href="https://www.linkedin.com/in/rodrigocastiel"> LinkedIn </a> </li>
<li> | </li>
<li> <a href="https://github.com/RodrigoCastiel"> GitHub </a> </li>
</ul>
</div>
<div class="main">
<table id="main-info">
<tr>
<td class="type"> Education </td>
<td class="description">
<p align="right">
Computer Engineering undergraduate student at Federal University of Pernambuco, Recife, Brazil <br>
Former Computer Science exchange student at University of Southern California, Los Angeles
</p>
</td>
</tr>
<tr>
<td class="type"> Interests </td>
<td class="description">
<p> Computer Graphics, Image Processing, Software Development (including mobile) </p>
</td>
</tr>
<tr>
<td class="type"> Research </td>
<td class="description">
<p>
Physically-based animation for Computer Graphics <br>
Modeling of nonlinear optimization problems <br>
Shape modeling for geometric data extraction of underwater structures
</p>
</td>
</tr>
<tr>
<td class="type"> Languages </td>
<td class="description">
<p> Fluent C/C++11, Python and MATLAB; <br>
Intermediate HTML5, CSS and JavaScript; <br>
I did some Java, Lua Script and Haskell before
</p>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div class="content-divider"></div>
<footer class="page-footer">
<small>© Copyright 2016, Rodrigo Castiel</small>
</footer>
</div>
</body>
</html>