forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
67 lines (55 loc) · 4.61 KB
/
aboutme.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
61
62
63
64
65
66
67
---
layout: page
title: About me
subtitle: or, why would you take a cup of colombian coffee with me
meta-title: "Camilo Cabrera - Analytics professional and data scientist"
meta-description: "Currently an analytics professional and data scientist. Previously worked as Chief Analytics Officer, Big Data Analyst and Analytics Consultant. Curious about machine learning, deep learning and connecting academic backgrounds with business methodologies."
bigimg:
- "/img/bigimg/eCGlobal.jpg" : "eCGlobal no Salvador (Brasil, 2016)"
- "/img/bigimg/tatacoa.jpg" : "Desierto de la Tatacoa (Colombia, 2014)"
- "/img/bigimg/budapest.jpg" : "Budapest Central Market (Hungary, 2013)"
---
<div id="aboutme-section">
<p class="about-text">
<span class="fa fa-briefcase about-icon"></span>
Currently an <strong>analytics consultant</strong> and <strong>data scientist</strong>. Previously worked as Chief Analytics Officer at <a href="http://www.ikonosoft.com/" target="_blank">an IBM partner</a>, Big Data Analyst at <a href="http://ecmetrics.com/" target="_blank">a Market Research Multinational</a> and Analytics Consultant at <a href="http://www.huila.gov.co/" target="_blank">a Governmental Institution</a>. Curious about machine learning, deep learning and connecting academic backgrounds with business methodologies.
</p>
<p class="about-text">
<span class="fa fa-graduation-cap about-icon"></span>
Obtained my Master of Science (MSc) in Industrial Engineering (mayor in <strong>Operations Research and Statistics</strong>) from Universidad de los Andes and my Bachelor of <strong>Industrial Engineering</strong> from the same university, in Colombia. My master's <a href="/blog/productivitygap/" target="_blank">thesis</a> project was a Methodology to Massively Structure Investment Projects in Research & Development (R & D) to Close the Productivity Gap in Colombia.
</p>
<p class="about-text">
<span class="fa fa-file-text-o about-icon"></span>
I enjoy teaching and writing <strong>useful & reusable analytical content</strong> in different languages to help others. In the past several years I've become an experienced analytics professional specially in projects involving business decisions.
</p>
<p class="about-text">
<span class="fa fa-heart about-icon"></span>
I'm addicted to <strong>surf</strong>, to cook, play soccer, play the guitar, getting into philosophical debates, meeting new people, and specially travelling at any given moment.
</p>
<p class="about-text">
<span class="fa fa-globe about-icon"></span>
Born in <i>Neiva (Colombia)</i>, moved to <i>Michigan (United States)</i> during my teens, worked in <i>Bogotá (Colombia)</i> during undergrad, crossed the Atlantic to <i>Luzern (Switzerland)</i> and lived there for three months. Lived one year in Salvador (Brasil) where I learned how to surf. Have visited more than 20 countries (mostly backpacking). Speak Spanish, English and Portuguese.
</p>
</div>
<div id="contactme-section">
<h1 id="contact">Contact</h1>
<p>You can <a href="mailto:[email protected]?subject=Hello from cecabrera.github.io">email me</a> or find me <a href="https://www.linkedin.com/in/camilo-cabrera/" target="_blank">on LinkedIn</a> if you want to get in touch. I enjoy conversations with new people so don't hesitate to send a message!</p>
<p>I do a lot of consulting work related to analytics, so feel free to get in touch if you want to discuss potential projects or need any paid help.</p>
<p>If you'd like to set up a meeting with me, <a href="https://calendly.com/cecabrera55/meeting">click here to schedule a meeting</a> based on your (and my) availability.</p>
<form action="https://formspree.io/[email protected]" method="POST" class="form" id="contact-form">
<p>You can also send me a quick message using the form below:</p>
<div class="row">
<div class="col-xs-6">
<input type="email" name="_replyto" class="form-control input-lg" placeholder="Email" title="Email">
</div>
<div class="col-xs-6">
<input type="text" name="name" class="form-control input-lg" placeholder="Name" title="Name">
</div>
</div>
<input type="hidden" name="_subject" value="New submission from cecabrera.github.io">
<textarea type="text" name="content" class="form-control input-lg" placeholder="Message" title="Message" required="required" rows="3"></textarea>
<input type="text" name="_gotcha" style="display:none">
<input type="hidden" name="_next" value="./aboutme?message=Your message was sent successfully, thanks!" />
<button type="submit" class="btn btn-lg btn-primary">Submit</button>
</form>
</div>