-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
101 lines (86 loc) · 3.56 KB
/
research.html
File metadata and controls
101 lines (86 loc) · 3.56 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"/>
</head>
<body>
<div class="page-wrapper">
<div class="page-header">
<div class="menu-bar">
<ul>
<li> <a href="index.html"> Home </a> </li>
<li> <a href="about_me.html"> About Me </a> </li>
<li id="current"> <a href="research.html"> Research </a> </li>
<li> <a href="projects.html"> Projects </a> </li>
</ul>
</div>
<br>
</div>
<div class="content-block">
<div class="experience">
<div class="experience-block">
<h2> <a href="http://gfx.usc.edu/"> Summer Intern at USC Computer Graphics Lab </a> </h2>
<small> May 2016 - July 2016 </small> <br>
<small> University of Southern California, Los Angeles, CA, United States </small>
<p> Main Activities:
<ul>
<li> Study physically-based animation using Continuum Mechanics, Finite Element Method (FEM) and Model Reduction</li>
<li> Implement in C++ two state-of-arts techniques presented in the following papers:
<ul>
<li> <a href="https://www.cs.utah.edu/~ladislav/bouaziz14projective/bouaziz14projective.pdf"> Projective Dynamics: Fusing Constraint Projections for Fast Simulation </a> </li>
<li> <a href="https://arxiv.org/abs/1604.07378"> Towards Real-time Simulation of Hyperelastic Materials </a> </li>
</ul>
</li>
<li> Conceive and evaluate new techniques for simulation of deformable objects </li>
</ul>
</p>
</div>
<div class="content-divider"> </div>
<div class="experience-block">
<h2> <a href="http://cin.ufpe.br/~grvm"> Research Assistent at Virtual Reality and Multimedia Research Group </a> </h2>
<small> Aug 2016 - Nov 2016 </small> <br>
<small> Federal University of Pernambuco, Recife, Brazil </small>
<p> Main activities:
<ul>
<li> Research on nonlinear optimization problems for computer vision applications </li>
<li> Research on physical modeling for real-time curvature estimation of pipes in offshore oil production </li>
<li> Apply Machine Learning algorithms to classify dangerous configurations of underwater oil pipes </li>
</ul>
</p>
</div>
<div class="content-divider"> </div>
<div class="experience-block">
<h2> <a href="http://cin.ufpe.br/~grvm"> Research Assistant at Virtual Reality and Multimedia Research Group </a> </h2>
<small> May 2013 - July 2015 </small> <br>
<small> Federal University of Pernambuco, Recife, Brazil </small>
<p> Main activities:
<ul>
<li> Research on nonlinear optimization problems for computer vision applications </li>
<li> Research on physical modeling for real-time curvature estimation of pipes in offshore oil production </li>
<li> Team development in C++ of software for Brazilian oil industry </li>
</ul>
</p>
</div>
</div>
</div>
<br>
<br>
<div class="content-divider"> </div>
<br>
<br>
<!-- <div class="content-block">
<p align="center"> <b> Under development... </b> </p>
<br>
<br>
<br>
<br>
<br>
</div> -->
<footer class="page-footer">
<small>© Copyright 2016, Rodrigo Castiel</small>
</footer>
</div>
</body>
</html>