-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
330 lines (254 loc) · 18.2 KB
/
index.html
File metadata and controls
330 lines (254 loc) · 18.2 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
321
322
323
324
325
326
327
328
329
330
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Pablo Recabal's personal website">
<meta name="author" content="Pablo Recabal">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>Pablo Recabal</title>
<!--BOOTSTRAP MAIN STYLES -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<!--FONTAWESOME MAIN STYLE -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<!--GOOGLE FONT -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!--CUSTOM STYLE -->
<link href="css/style.css" rel="stylesheet" />
</head>
<body id="page-top">
<!--NAV SECTION -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<img src="img/logoRecabalTransp.png" height="50" alt= "Recabal">
</a>
</div>
<!-- Collect the nav links for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a href="#portfolio-section">Portfolio</a>
</li>
<li>
<a href="#connect">Connect</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!--END NAV SECTION -->
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">PABLO<br>RECABAL</h1>
<p class="intro-text">engineer & musician<br>—with a love for good sound—</p>
<a href="#portfolio-section" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<section id="portfolio-section">
<div class="wrap-pad first">
<div class="row">
<!-- Heading div-->
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 ">
<div class="text-center">
<h1>PORTFOLIO</h1>
<p class="lead">
Here is a sample of my work and research.
</p>
Click on one of the categories below to filter according to your interest.
</div>
</div>
<!-- ./ Filter Head div-->
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 " >
<ul class="portfolio-filter">
<li><a class="btn btn-primary active margin-5" href="#" data-filter="*">All</a></li>
<li><a class="btn btn-primary margin-5" href="#" data-filter=".code">Code & DSP</a></li>
<li><a class="btn btn-primary margin-5" href="#" data-filter=".spatial">Spatial Audio</a></li>
<li><a class="btn btn-primary margin-5" href="#" data-filter=".music">Music Production</a></li>
</ul>
</div>
<!-- Portfolio Items div-->
<div class="col-md-10 col-md-offset-1 col-sm-12" >
<ul class="portfolio-items col-3">
<li class="portfolio-item spatial code">
<div class="item-main">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/SwzFG5X-KlQ?showinfo=0" frameborder="0" allowfullscreen></iframe>
<h4>Binaural processing on smartphones (Demo)</h4>
<h5>Technical architect for the prototyping and IP filing of a novel technology</h5>
learn more at <a href="http://cpdlabs.com">CPD Labs</a>
</div>
</li>
<li class="portfolio-item code">
<div class="item-main">
<img src="img/musiclopedia2.png" width="100%" height="100%">
<h4>Musiclopedia</h4>
<h5>An application that uses distributed batch processing and graph computing to explore influence and relationships between jazz artists.</h5>
see the project's <a href="http://musiclopedia.info">github</a>
</div>
</li>
<li class="portfolio-item spatial music">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/198149327%3Fsecret_token%3Ds-DMjvI&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Cantoría Santiago - O Salutaris Hostia (Josquin des Prez)</h4>
<h5>Binaural recording</h5>
</div>
</li>
<li class="portfolio-item spatial code">
<div class="item-main">
<img src="img/vr-panner_sm.jpg" width="100%" height="100%">
<h4>Virtual reality panner</h4>
<h5>Interface for controlling the placement of sounds in a 3D space using Unity, Oculus Rift and an XBox controller</h5>
see the project's <a href="https://github.com/precabal/vr-orchestrator">github</a>
</div>
</li>
<li class="portfolio-item music">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/198394344%3Fsecret_token%3Ds-4bnfc&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Rodrigo Herrera – Estratos</h4>
<h5>Live Recording</h5>
</div>
</li>
<li class="portfolio-item spatial">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/198441186%3Fsecret_token%3Ds-H7T8u&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Nestlé Kitkat Chile Launch - Binaural Campaign (excerpt)</h4>
<h5>Production and collaboration in the sound design.</h5>
</div>
</li>
<li class="portfolio-item music">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/83704449%3Fsecret_token%3Ds-MIF07&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Reca Bal - Ode to Seba</h4>
<h5>Songwriting, Producing, Mixing & Performing</h5>
</div>
</li>
<li class="portfolio-item code">
<div class="item-main">
<img src="img/simPlay.png" width="100%" height="100%">
<h4>simPlay: A simple-to-play musical instrument's prototype</h4>
<h5>Music Technology Master's Degree Thesis</h5>
download it <a href="docs/PabloRecabal_Thesis.pdf">here</a>
</div>
</li>
<li class="portfolio-item music">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/200457030%3Fsecret_token%3Ds-Xk2qj&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Deer Ear - NewBorn </h4>
<h5>Songwriting, Producing, Mixing & Performing</h5>
</div>
</li>
<li class="portfolio-item spatial">
<div class="item-main">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/b5LHkOKNHmk?showinfo=0" frameborder="0" allowfullscreen></iframe>
<h4>Binaural Labs (excerpt)</h4>
<h5>3D Short film production, location sound recording, music, sound design and sound post-production.</h5>
</div>
</li>
<li class="portfolio-item music">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/198412073%3Fsecret_token%3Ds-Og6Bd&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Andrew Struck-Marcell - Strange Filament </h4>
<h5>Vibraphone recording</h5>
</div>
</li>
<li class="portfolio-item music">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/198396277%3Fsecret_token%3Ds-hyMqc&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Ludwig Van Beethoven – Piano Trio op. 70</h4>
<h5>Recording & mixing</h5>
</div>
</li>
<li class="portfolio-item music">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/198607340%3Fsecret_token%3Ds-CC0Dg&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Peter Gunn - We're in it for the Rock and Roll</h4>
<h5>Mixing & mastering</h5>
</div>
</li>
<li class="portfolio-item music">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/137602316%3Fsecret_token%3Ds-M80wJ&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Cantoría San Antruejo - Die Nacht (F. Schubert)</h4>
<h5>Recording</h5>
</div>
</li>
<li class="portfolio-item spatial">
<div class="item-main">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/200803518%3Fsecret_token%3Ds-ZRP8L&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h4>Binaural notification sounds</h4>
<h5>Sound Designing for a messaging application</h5>
</div>
</li>
</ul>
</div>
<!-- ./ Content div-->
</div>
</div>
</section>
<hr>
<section id="connect" class="text-center">
<div class="wrap-pad first">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 ">
<h1><i class="bk-color-light-blue"></i>CONNECT</h1>
<p class="lead">
I am a music lover with an earnest interest for sound. I have a real passion for learning and I'm excited to mix creativity into the internet's endless possibilities for collaboration.
</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://soundcloud.com/h0mbrel0bo" class="btn btn-default btn-lg"><i class="fa fa-soundcloud fa-fw"></i> <span class="network-name">Soundcloud</span></a>
</li>
<li>
<a href="https://github.com/precabal/" class="btn btn-default btn-lg"><i class="fa fa-github-square fa-fw"></i> <span class="network-name">GitHub</span></a>
</li>
<li>
<a href="http://stackoverflow.com/users/3294665/jimijazz" class="btn btn-default btn-lg"><i class="fa fa-stack-overflow fa-fw"></i> <span class="network-name">Stack Overflow</span></a>
</li>
<li>
<a href="https://www.linkedin.com/profile/view?id=186442811" class="btn btn-default btn-lg"><i class="fa fa-linkedin-square fa-fw"></i> <span class="network-name">LinkedIn</span></a>
</li>
</ul>
<p></p>
Any feedback, suggestions, or greetings are happily welcomed. Please write them to: pablorecabal at gmail.
</div>
</div>
</div>
</section>
<!-- JAVASCRIPT FILES PLACED AT THE BOTTOM TO REDUCE THE LOADING TIME -->
<!-- CORE JQUERY LIBRARY -->
<script src="js/jquery.js"></script>
<!-- BOOTSTRAP SCRIPTS LIBRARY -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- ISOTOPE SCRIPTS LIBRARY FOR FILTERING-->
<script src="js/jquery.isotope.min.js"></script>
<!-- CUSTOM SCRIPT-->
<script src="scripts/custom.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script>
</body>
</html>