-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnumerical_f.html
More file actions
320 lines (302 loc) · 13.5 KB
/
numerical_f.html
File metadata and controls
320 lines (302 loc) · 13.5 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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<link
href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900"
rel="stylesheet"
/>
<title>Marc Gabernet Rodríguez</title>
<!--
Reflux Template
https://templatemo.com/tm-531-reflux
-->
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css" />
<link rel="stylesheet" href="assets/css/templatemo-style.css" />
<link rel="stylesheet" href="assets/css/owl.css" />
<link rel="stylesheet" href="assets/css/lightbox.css" />
</head>
<body>
<div id="page-wraper" style = "background: url('assets/images/backgrounds/page-bg-nf.jpg') no-repeat center center fixed; background-size: cover;">
<!-- Sidebar Menu -->
<div class="responsive-nav">
<i class="fa fa-bars" id="menu-toggle"></i>
<div id="menu" class="menu">
<i class="fa fa-times" id="menu-close"></i>
<div class="container">
<div class="image">
<a href="#"><img src="assets/images/CV_Foto.jpg" alt="Profile Photo"
style="width: 160px; height: auto; object-fit: cover;"/></a>
</div>
<div class="author-content"><br>
<h4 style=" font-size:22px; font-weight:bolder">MARC GABERNET RODRÍGUEZ</h4>
<span style=" font-size:18px; font-style: normal;"><br>
Video game developer<br>
Mathematician
</span>
</div>
<nav class="main-nav" role="navigation">
<ul>
<li><a style=" font-weight: bold; font-size:large" href="index.html">Home</a></li>
</ul>
</nav>
<div class="white-button"> <br>
<a href="/assets/PDFs/Marc_GabernetRodríguez_CV.pdf"
target="_blank">Check my CV</a>
</div>
<div class="author-content">
<span style=" text-decoration: underline; text-decoration-thickness: 2px;
text-underline-offset: 3px;
font-weight: bold; font-size: 17px; font-style: normal"><br>
<u>CONTACT ME!</u><br>
</span>
<span style=" font-size:medium">
marcgr01gualter@gmail.com <br>
+34 619 12 14 03
</span>
<span style=" font-weight: bold; font-size:medium; font-style: normal"><br><br>
My social media profiles:
</span>
</div>
<div class="social-network">
<ul class="soial-icons">
<li>
<a href="https://github.com/MarcGabernet"><i class="fa fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/marc-gabernet-rodríguez-56213b24a/"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Sidebar Menu End -->
<section class="section my-services">
<div class="container">
<div class="section-heading">
<h2>Numerical Factory</h2>
<div class="line-dec"></div>
<span style=" font-size: large;">
<span style="font-weight: bolder; font-size: large; color: rgb(179, 73, 84)">
Virtual reality</span>
project made in collaboration with Numerical Factory, a UPC's mathematics
department initiative. This project was made using
<span style="font-weight: bolder; font-size: large; color: rgb(179, 73, 84)">
Unity</span> and the
<span style="font-weight: bolder; font-size: large; color: rgb(179, 73, 84)">
Meta Quest 2</span> headset
and explores how to set up a VR experience and records the steps
to follow to learn.<br>
Aside from the basics of VR, a full project was also developed: a
<span style="font-weight: bolder; font-size: large; color: rgb(179, 73, 84)">
simulation of a laparoscopy </span>, a medical procedure, that explores the
<span style="font-weight: bolder; font-size: large; color: rgb(179, 73, 84)">
physics </span>
related problem of
how to simulate a soft body object and the interactions with the laparoscopic tools.
</span>
<!-- Part 0 -->
<div class="right-image-post">
<div class="row">
<div class="col-md-6">
</div>
<h4 style="margin-left: -30px;">
Tools and objectives
</h4>
<p>
The purpose of this project was to learn how to set up a Virtual Reality project in
Unity so the next people that work on it can build upon the knowledge.
The long-term objective of Numerical Factory is to create a
<span style="font-weight: bolder; font-size: medium; color: rgb(179, 73, 84)">
VR application </span>
that utilizes this medium to learn
<span style="font-weight: bolder; font-size: medium; color: rgb(179, 73, 84)">
mathematics </span>
in an
<span style="font-weight: bolder; font-size: medium; color: rgb(179, 73, 84)">
interactive </span> way.
</p>
</div>
</div>
<!-- Part 1 -->
<div class="left-image-post">
<div class="row">
<div class="col-md-6">
<div class="right-image">
<img src="assets/images/moebius.png" alt=" Hexagon and moebius" />
<figcaption style="font-size: 0.8em; color: #ffffff; margin-top: 5px;">
Moebius band mesh created in the example scene
</figcaption>
</div>
</div>
<div class="col-md-6">
<div class="right-text">
<h4>
Interactive mathematics
</h4>
<p>
Aside from the initial set up: movement, hand tracking, teleportation, basic object interaction...
I also experimented with
<span style="font-weight: bolder; font-size: medium; color: rgb(179, 73, 84)">
mesh creation </span>
related with mathematics: I created a script that makes hexagon
meshes that I used as tiles for the scene and another script to make
<span style="font-weight: bolder; font-size: medium; color: rgb(179, 73, 84)">
moebius bands </span>
using its parametric
function and the ability to determine the detail of the mesh (number of triangles).
All the assets and resources of this project can be found in this
<a href="https://github.com/MarcGabernet/PractiquesEmpresa_NF" target="_blank">
repository </a>.
</p>
</div>
</div>
</div>
</div>
<!-- Part 2 -->
<div class="left-image-post">
<div class="row">
<div class="col-md-6">
<div class="left-text">
<h4>
Simulation of a laparoscopy
</h4>
<p>
As my final degree's thesis I researched how to simulate a laparoscopy,
a medical procedure that is used to examine the abdominal area and remove tumors
with the use of forceps, scissors and a camera, using the VR set up already done.<br>
The objective was to create a first approach of a simulation of this kind
of medical procedure since the real operation is also done through a screen
and a realistic enough simulation could be used to practice.
</p>
</div>
</div>
<div class="col-md-6">
<div class="right-image">
<img src="assets/images/laparoscopic-tools.png" alt="Laparoscopic tools" />
<figcaption style="font-size: 0.8em; color: #ffffff; margin-top: 5px;">
Laparoscopic tools' meshes
</figcaption>
</div>
</div>
</div>
</div>
<!-- Part 3 -->
<div class="left-image-post">
<div class="row">
<div class="col-md-6">
<div class="right-image">
<div class="video-container">
<video controls>
<source src="assets/videos/demo.mp4" type="video/mp4" alt="Softbody demo">
</video>
</div>
<figcaption style="font-size: 0.8em; color: #ffffff; margin-top: 5px;">
Demo of a softbody object and the interactions with
the laparoscopic tools
</figcaption>
</div>
</div>
<div class="col-md-6">
<div class="right-text">
<p>
The main focus of this project, asie from the VR aspect, was to model a
physiscs problem: how to simulate a
<span style="font-weight: bolder; font-size: medium; color: rgb(179, 73, 84)">
soft body object </span>
that represents organs.<br>
To do that I used Unity components like
<span style="font-weight: bolder; font-size: medium; color: rgb(179, 73, 84)">
spring joints</span>
that stretch and contaract when applying force to them to modify the initial mesh
by subdividing the object into small particles that are connected with these joints.<br>
The other physics problem to model was how the soft body objects interact with the
laparoscopic tools: how the "organs" are cut and pinched by these tools. The tools als had a
script to animate their movement in a realistic way. More details of this project can be found in this
<a href="https://github.com/MarcGabernet/TFG_Softbody" target="_blank">
repository </a>.
</p>
</div>
</div>
</div>
</div>
<!-- Part Last -->
<div class="right-image-post">
<div class="row">
<div class="col-md-6">
</div>
</div>
</div>
<span style=" font-size: medium;"><br>
Here's a <a href="/assets/PDFs/DevelopmentGuide_NF.pdf" target="_blank">
guide and resources </a> to use to set up a VR project and the generated work with this project
</span>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/lightbox.js"></script>
<script src="assets/js/custom.js"></script>
<script>
//according to loftblog tut
$(".main-menu li:first").addClass("active");
var showSection = function showSection(section, isAnimate) {
var direction = section.replace(/#/, ""),
reqSection = $(".section").filter(
'[data-section="' + direction + '"]'
),
reqSectionPos = reqSection.offset().top - 0;
if (isAnimate) {
$("body, html").animate(
{
scrollTop: reqSectionPos
},
800
);
} else {
$("body, html").scrollTop(reqSectionPos);
}
};
var checkSection = function checkSection() {
$(".section").each(function() {
var $this = $(this),
topEdge = $this.offset().top - 80,
bottomEdge = topEdge + $this.height(),
wScroll = $(window).scrollTop();
if (topEdge < wScroll && bottomEdge > wScroll) {
var currentId = $this.data("section"),
reqLink = $("a").filter("[href*=\\#" + currentId + "]");
reqLink
.closest("li")
.addClass("active")
.siblings()
.removeClass("active");
}
});
};
$(".main-menu").on("click", "a", function(e) {
e.preventDefault();
showSection($(this).attr("href"), true);
});
$(window).scroll(function() {
checkSection();
});
</script>
</body>
</html>