Difference between revisions of "CV"

From Sinfronteras
Jump to: navigation, search
m (1 revisión importada)
 
Line 1: Line 1:
Esta es una página de pruebas para crear un CV en línea
+
<!-- This page contains hidden text-->
 +
<!-- ----------------------------- -->
 +
<!-- It is very IMPORTANT NOT TO USE TILDES en los comentarios realizados dentro del CSS -->
 +
<!-- Example of a page with nice fcolors: https://www.coursera.org/professional-certificates/applied-artifical-intelligence-ibm-watson-ai -->
 +
{{Sidebar}}
 +
{{#tag:html|
 +
    <script>
 +
        /* Some important variables */
 +
        /* show_oculto = true */
 +
    </script>
 +
}}
 +
{{#css:
 +
    <!-- This css fixe the Sidebar in the right possition. Because the properties are !important, the ones set in {{Sidebar}} will be ignored -->
 +
    #menuToggle {
 +
        top: -67px !important;
 +
        margin-left: -78px !important;
 +
    }
 +
    #footer { margin: 0 0 0 180px !important; }
 +
    <!-- #menuToggle {display: none !important} -->    <!-- Desactivar el Sidebar -->
 +
}}
 +
 
 +
<div style="margin-bottom:-85px"></div>
 +
 
 +
{{#css:
 +
  #mw-panel { visibility: collapse !important; }
 +
  #p-namespaces { visibility: collapse !important; }
 +
  #content { max-width: 1200pt; margin-left: auto !important; margin-right: auto !important; margin-top: -40px !important }
 +
  #mw-panel { visibility: collapse !important; }
 +
  #mw-page-base { visibility: collapse !important; }
 +
  #ca-head-base { display: none !important; }
 +
  #ca-nstab-main { display: none !important; }
 +
  #ca-talk { display: none !important; }
 +
  #ca-view { display: none !important; }
 +
  #ca-viewsource { display: none !important; }
 +
  #ca-edit { display: none !important; }
 +
  #ca-ve-edit { display: none !important; }
 +
  #ca-history { display: none !important; }
 +
  #ca-unwatch { display: none !important; }
 +
  #ca-watch { display: none !important; }
 +
  #p-cactions { display: none !important; }
 +
  #pt-userpage { display: none !important; }
 +
  #pt-mytalk { display: none !important; }
 +
  #pt-preferences { display: none !important; }
 +
  #pt-watchlist { display: none !important; }
 +
  #pt-mycontris { display: none !important; }
 +
  #pt-logout { display: none !important; }
 +
  #pt-anonuserpage { display: none !important; }
 +
  #pt-anontalk { display: none !important; }
 +
  #pt-createaccount { display: none !important; }
 +
  #pt-login { display: none !important; }
 +
  #footer-info-copyright { display: none !important; }
 +
  #footer-places-privacy { display: none !important; }
 +
  #footer-places-about { display: none !important; }
 +
  #footer-places-disclaimer { display: none !important; }
 +
  #p-tb { display: none !important; }
 +
  #firstHeading { display: none !important; } 
 +
  body {
 +
    background:    #ededf2;
 +
    padding-left:  35pt !important;
 +
    padding-right: 35pt !important;
 +
  }
 +
  #mw-head {
 +
    z-index: -1;
 +
  }
 +
  .mediawiki {
 +
    padding-left:  40pt !important;
 +
    padding-right: 30pt !important;
 +
  }
 +
  #content {
 +
    border-top: 1px solid rgba(184, 134, 11, 0.5) !important;    <!-- This means the page contains hidden text #B8860B -->
 +
    border:    1px solid rgba(184, 134, 11, 0.5);                <!-- rgba(56, 139, 253, 0.4); -->
 +
  } 
 +
  #right-navigation {
 +
    visibility: collapse;
 +
  }
 +
  #p-search {
 +
    visibility: visible;
 +
  }
 +
  #simpleSearch {
 +
    margin-top: -40px !important;
 +
    z-index: 1000 !important;
 +
    <!-- border: 0.1px solid rgba(166, 44, 32, 0.5); -->
 +
  } 
 +
  #footer {
 +
    padding-left: 10pt;
 +
    margin-left:  45px !important;
 +
    margin-right: auto;
 +
    max-width:    1100pt;
 +
  }
 +
  #footer-info {
 +
    margin-left: 0pt;
 +
  }
 +
  div#toc.toc {
 +
    font-size: 12pt !important;
 +
    margin-top: -34.0pt !important;
 +
    background: rgba(255, 255, 255, 0.90) !important;
 +
    border: 0.1px solid rgba(166, 44, 32, 0.5);
 +
    max-width: 200pt;
 +
    margin-right: 12pt;
 +
  }
 +
  .tocUl {
 +
    <!-- overflow-y: scroll; -->
 +
    overflow-x: scroll;
 +
    max-height: calc(100vh - 150px);
 +
    width: 350px !important;
 +
    padding-bottom: 30px !important;
 +
    white-space: nowrap !important;
 +
  }
 +
  .tocUl a {
 +
    padding-right: 25px !important;
 +
  }
 +
  .toc ul {
 +
    <!-- overflow-y: scroll; -->
 +
    max-height: 500pt;  <!-- max-height: 100vh; -->
 +
  }
 +
  .toc ul li{
 +
    margin-bottom: 10px;
 +
  }
 +
  .toc ul a {
 +
    padding-right: 15px !important;
 +
  }
 +
  .toc ul a span {
 +
    font-size: 16px;
 +
  }
 +
  .tochidden {
 +
    height: 4pt !important;
 +
  }
 +
  .rcorners {
 +
    border-radius: 3px;
 +
    padding: 2px;
 +
    border: 1.5px solid #B8860B;
 +
  }
 +
  .under {
 +
    margin-right: 10px;
 +
    <!-- display:inline-block;
 +
    border-bottom:1px solid #A62C20;
 +
    padding-bottom:-5px !important; -->
 +
  }
 +
  .title {
 +
    <!-- margin-top: 5px; -->
 +
    margin-left: -10px !important;
 +
    margin-right: -5px !important;
 +
    font-weight: normal;
 +
    font-family: 'Zapf Dingbats';
 +
    font-size: 40px;
 +
    font-family: 'Linux Libertine','Georgia','Times',serif;
 +
    background: red; <!-- #8c94ab -->
 +
    color: white;
 +
    height: 70pt;
 +
    line-height: 70pt;
 +
    text-aligh: center; 
 +
    <!-- background: rgba(0, 0, 0, 0) linear-gradient(90deg, #007bff, rgb(0, 0, 0)) repeat scroll 0% 0% / auto padding-box border-box; margin-left:-10px; --> 
 +
    <!-- linear-gradient(90deg, rgb(31, 112, 193), rgb(0, 0, 0)) -->  <!-- #0074D9 -->
 +
  }
 +
  .cover {
 +
    object-fit: cover;
 +
    width: 100%;
 +
    height: 290px;
 +
    margin-bottom: 2000px;
 +
    margin-top: -20px;
 +
  }
 +
  .icon {
 +
    color: #2d2e27;
 +
  }
 +
  .texticon {
 +
    color: #2d2e27;  <!-- #f0f2e4 -->
 +
    font-size: 20px !important;
 +
  }
 +
  .textlink {
 +
    color: #0854a6 !important;  <!-- #f0f2e4 #007bff -->
 +
    font-size: 20px !important;
 +
  }
 +
  .container {
 +
    width: 150px;
 +
    height: 150px;
 +
    position: relative;
 +
    margin: 0px;
 +
  }
 +
  .box {
 +
    z-index: 10;
 +
    width: 100%;
 +
    height: 100%;
 +
    position: absolute;
 +
    top: 0;
 +
    left: 0;
 +
  }
 +
  .overlay {
 +
    z-index: 1;
 +
    margin-left: -5px;
 +
    margin-top: -23px;
 +
  }
 +
  .titulo1-text {
 +
    font-size: 18px !important;
 +
  }
 +
  .titulo1-text-marco {
 +
    padding-left: 10px !important;
 +
  }
 +
  .titulo1-marco-oneline {
 +
    padding-right: 0px !important;
 +
    padding-left: 0px !important;
 +
    margin-right: -5px !important;
 +
    margin-left: 0px !important;
 +
    min-height: 35pt !important;
 +
    margin-top:-32pt !important;
 +
  } 
 +
  .titulo1-marco-twolines {
 +
    padding-right: 0px !important;
 +
    padding-left: 0px !important;
 +
    margin-right: -5px !important;
 +
    margin-left: 0px !important;
 +
    min-height: 50pt !important;
 +
    margin-top:-47pt !important;
 +
  }
 +
  .marco1-ext {
 +
    width: 100% !important;
 +
    padding: 0px 0px 0px 0px !important;
 +
    background: #e3e3e8 !important;
 +
  }
 +
  .marco1-int {
 +
    background: #e3e3e8 !important;
 +
  }
 +
  .marco1-ext .mw-editsection {
 +
    display: none !important;
 +
  }
 +
  .divline1 {
 +
    padding: 0;
 +
    border: 0;
 +
    display: block;
 +
    margin-top:-10px;
 +
    margin-right: 0px !important;
 +
    margin-left: 2px  !important;
 +
    background-color: white;
 +
    height:1.2pt
 +
  }
 +
}}
 +
 
 +
<!-- some colors I have tried and liked: #dcd8ed  #3182f5  #D8BFD8  #E6E6FA  rgb(79.998779%,79.998779%,100%)-->
 +
<section begin="cv-contact" />
 +
{| style=" position:relative; color: black; background-color: white; width: 100%; padding: 0px 0px 0px 0px; border:0px solid #151124;"
 +
| style="width: 20%; height=10px; background-color: #ededf2; padding: 0px 5px 0px 10px; border:0px solid #ddddff; vertical-align:center; moz-border-radius: 0px; webkit-border-radius: 0px; border-radius:0px;" |  <!-- #dadae0 -->
 +
<!--==============================================================================-->
 +
<span style="color:#0000FF">
 +
<p class="title" style="margin-top: -30px">
 +
<img style="z-index: -10" class="cover" src="http://wiki.sinfronteras.ws/images/9/97/Word_cloud_CV.svg">
 +
</p>
 +
<p class="title" style="padding: 0px !important; background: #ededf2; margin-top: 90px !important">
 +
<span style="background: #667292; padding: 20px 54px 7px 15px; font-size: 55.5px;">Adelo Vieira,&nbsp;  Developer / Data Scientist</span>  <!-- margin-left:10px; -->
 +
</p>
 +
<div style="margin-top: 10px; margin-bottom: 20px; margin-left: 7px; color: #ededf2; font-weight: normal; font-family: 'Zapf Dingbats'; font-size: 22px;">
 +
<span class="texticon">47-A Phibsborough Rd, Dublin</span>
 +
{|
 +
|<div style="font-size: 30px; margin-top: -12px; margin-bottom: -15px; margin-left:0.35px"> <i class="fas fa-mobile-alt icon"></i> </div>
 +
|<p class="texticon" style="margin-top: -10px; margin-left: -4px; margin-bottom: -15px">&nbsp; ''+353  852  40  72  08''</p>
 +
|-
 +
|<div style="font-size: 22px !important; margin-left: -1pt; margin-top: 3.5px;"> <i class="fas fa-at icon"></i> </div>
 +
|<p class="texticon" style="color:#A62C20; font-weight: normal; font-size: 21px !important;">&nbsp; ''adeloaleman@gmail.com''</p> <!-- color: #A62C20  #B8860B #c4de21 -->
 +
|}
 +
<div style="margin-top:-7px; margin-bottom: 10px">
 +
{|
 +
|<div style="font-size: 22px; margin-left: 0pt; margin-top: -2px;"> <i class="fa fa-github icon"></i> </div>
 +
|&nbsp;[https://github.com/adeloaleman <span class="texticon textlink" style='margin-left:3pt'>Github</span>]
 +
|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 +
|<div style="font-size: 23px; margin-left: -2pt; margin-top: -2px;"> <i class="fab fa-linkedin icon"></i> </div>
 +
|&nbsp;[https://www.linkedin.com/in/adelo-vieira-8b4415a7/ <span class="texticon textlink">Linkedin</span>] &nbsp; &nbsp; &nbsp; &nbsp;
 +
|<div style="font-size: 18px; margin-left: -1pt; margin-top: 3px;"> <i class="fa fa-briefcase icon"></i> </div>
 +
|&nbsp;[[CV#Portfolio|<span class="texticon textlink">Portfolio</span> <i style="font-size:12px" class="fa fa-external-link icon"></i>]] &nbsp; &nbsp; &nbsp; &nbsp;
 +
|<div id="my-wiki-div"><div style="font-size: 23px; margin-left: -1pt; margin-top: -2px;"> <i class="fas fa-globe-americas icon"></i> </div> <!-- fa-spin -->
 +
|&nbsp;[[Computer_Science_and_IT|<span id="my-wiki-span" class="texticon textlink">''My Wiki''</span> <i style="font-size:12px" class="fa fa-external-link icon"></i>]]</div> &nbsp; &nbsp; &nbsp; &nbsp;
 +
|[[Media:CV_EN.pdf|<span class="texticon textlink">Download a pdf version of my CV</span> <i style="font-size:12px" class="fa fa-external-link icon"></i>]]
 +
|}
 +
</div>
 +
</div>
 +
<!--==============================================================================-->
 +
<hr style="margin-left:-7.5pt; margin-right:-3.6pt; margin-bottom:-0.8pt; padding: -50pt; height:0.1px; background: rgba(166, 44, 32, 0.5)" >
 +
|-
 +
| style="width: 20%; background-color: #ededf2; padding: 20px 17px 20px 17px; border:0px solid #ddddff; vertical-align:top; margin-button: 50px; line-height: 1.8; font-weight: normal; font-family: 'Zapf Dingbats'; font-size: 16px" |
 +
<!--==============================================================================-->
 +
'''<span class="under">BSc. (Hons) in Information Technology,</span> <span class="under">Geophysical Engineer,</span> <span class="under">and</span> <span class="under">MSc in Petroleum Geoscience</span>'''with <span class="rcorners">strong mathematical, problem-solving, and analytical skills</span>. I'm currently particularly interested in <span class="rcorners">Data Analytics</span> and <span class="rcorners">Software Development</span>.
 +
 
 +
Proficient in multiple programming languages, including <span class="rcorners">Python</span>, <span class="rcorners">Java</span>, <span class="rcorners">JavaScript</span>, <span class="rcorners">SQL</span>, and R. I have a huge interest in <span class="rcorners">Machine Learning</span> and Natural Language Processing. I've been recently working in areas such as Text classification and Sentiment Analysis. I have solid knowledge in several <span class="rcorners">ML algorithms</span> (Naive Bayes, Decision Trees, K-Nearest Neighbour) and in Time Series Analysis. I have experience working with Python (Pandas, NLPTK, Scikit-learn, SciPy, Plotly, TextBlob, Vader Sentiment), R, and RapidMiner.
 +
 
 +
Solid experience in <span class="rcorners">Object-oriented programming</span> and <span class="rcorners">Web Development</span>. I have developed several projects using Java, Python, React, Node.js (Express.js), and Dash.
 +
 
 +
I also have advanced experience with <span class="rcorners">Linux</span> (including Shell Scripting) and I have worked with <span class="rcorners">Relational databases</span> (SQL, MySQL, PostgreSQL) and <span class="rcorners">Cloud computing</span> (AWS and Google Cloud).
 +
</div>
 +
<!--==============================================================================-->
 +
|}
 +
<section end="cv-contact" />
 +
 
 +
 
 +
<section begin="cv-work_experience_title" />  <!-- Este es el otro azul que podría usarse #4081de  background: linear-gradient(to right, #4081de, white) -->
 +
<h3 style="margin-left:0px">
 +
<div style="background: #4081de; height: 80px; line-height: 81px; border-radius: 4px 0px 0px 4px; padding:0px 0px 0px 0px">
 +
<html>
 +
<a class="link-hidden" style="pointer-events: none;" href="CV_-_Work_experience">
 +
<span style="margin-left: 20px; letter-spacing: 1px; color:white; font-size: 37px; font-weight: 530; font-family: 'Linux Libertine','Georgia','Times',serif;">
 +
Work experience
 +
</span>
 +
</a>
 +
</html>
 +
</div>
 +
</h3>
 +
<section end=cv-work_experience_title />
 +
 
 +
{{#lst:CV - Work experience|cv-work_experience}}
 +
 
 +
 
 +
 
 +
<br />
 +
<br />
 +
<section begin="cv-education_title" />
 +
<h3 style="margin-left:0px">
 +
<div style="background: #4081de; height: 80px; line-height: 81px; border-radius: 4px 0px 0px 4px; padding:0px 0px 0px 0px">
 +
<html>
 +
<a class="link-hidden" style="pointer-events: none;" href="CV_-_Education">
 +
<span style="margin-left: 20px; letter-spacing: 1px; color:white; font-size: 37px; font-weight: 530; font-family: 'Linux Libertine','Georgia','Times',serif;">
 +
Education
 +
</span>
 +
</a>
 +
</html>
 +
</div>
 +
</h3>
 +
<section end=cv-education_title />
 +
 
 +
{{#lst:CV - Education|cv-education}}
 +
 
 +
 
 +
 
 +
<br />
 +
<br />
 +
<section begin="cv-qualifications_title" />
 +
<h3 style="margin-left:0px">
 +
<div style="background: #4081de; height: 80px; line-height: 81px; border-radius: 4px 0px 0px 4px; padding:0px 0px 0px 0px">
 +
<html>
 +
<a class="link-hidden" style="pointer-events: none;" href="CV_-_Skills_and_Qualifications">
 +
<span style="margin-left: 20px; letter-spacing: 1px; color:white; font-size: 35px; font-weight: 530; font-family: 'Linux Libertine','Georgia','Times',serif;">
 +
Skills and Qualifications
 +
</span>
 +
</a>
 +
</html>
 +
</div>
 +
</h3>
 +
<section end="cv-qualifications_title" />
 +
{{#lst:CV - Skills and Qualifications|cv-qualifications}}
 +
 
 +
 
 +
<br />
 +
<br />
 +
<section begin="cv-portfolio_title" />
 +
<h3 style="margin-left:0px">
 +
<div style="background: #4081de; height: 80px; line-height: 81px; border-radius: 4px 0px 0px 4px; padding:0px 0px 0px 0px">
 +
<html>
 +
<a class="link-hidden" style="pointer-events: none;" href="My_projects_portfolio">
 +
<span style="margin-left: 20px; letter-spacing: 1px; color:white; font-size: 37px; font-weight: 530; font-family: 'Linux Libertine','Georgia','Times',serif;">
 +
Portfolio
 +
</span>
 +
</a>
 +
</html>
 +
</div>
 +
</h3>
 +
<section end="cv-portfolio_title" />
 +
 
 +
{{#lst:My_projects_portfolio|portfolio}}
 +
 
 +
 
 +
 
 +
<br />
 +
<br />
 +
<section begin="cv-courses_title" />
 +
<h3 style="margin-left:0px">
 +
<div style="background: #4081de; height: 80px; line-height: 81px; border-radius: 4px 0px 0px 4px; padding:0px 0px 0px 0px">
 +
<html>
 +
<a class="link-hidden" style="pointer-events: none;" href="CV - Courses">
 +
<span style="margin-left: 20px; letter-spacing: 1px; color:white; font-size: 35px; font-weight: 530; font-family: 'Linux Libertine','Georgia','Times',serif;">
 +
Relevant courses
 +
</span>
 +
</a>
 +
</html>
 +
</div>
 +
</h3>
 +
<section end=cv-courses_title />
 +
 
 +
{{#lst:CV - Courses|cv-courses}}
 +
 
 +
 
 +
 
 +
<br />
 +
<br />
 +
<section begin="cv-publications_title" />
 +
<h3 style="margin-left:0px">
 +
<div style="background: #4081de; height: 80px; line-height: 81px; border-radius: 4px 0px 0px 4px; padding:0px 0px 0px 0px">
 +
<html>
 +
<a class="link-hidden" style="pointer-events: none;" href="CV - Publications">
 +
<span style="margin-left: 20px; letter-spacing: 1px; color:white; font-size: 35px; font-weight: 530; font-family: 'Linux Libertine','Georgia','Times',serif;">
 +
Papers and Publications
 +
</span>
 +
</a>
 +
</html>
 +
</div>
 +
</h3>
 +
<section end=cv-publications_title />
 +
 
 +
{{#lst:CV - Publications|cv-publications}}
 +
 
 +
 
 +
 
 +
<br />
 +
<br />
 +
<section begin="cv-languages_title" />
 +
<h3 style="margin-left:0px">
 +
<div style="background: #4081de; height: 80px; line-height: 81px; border-radius: 4px 0px 0px 4px; padding:0px 0px 0px 0px">
 +
<html>
 +
<a class="link-hidden" style="pointer-events: none;" href="CV - Languages">
 +
<span style="margin-left: 20px; letter-spacing: 1px; color:white; font-size: 35px; font-weight: 530; font-family: 'Linux Libertine','Georgia','Times',serif;">
 +
Languages
 +
</span>
 +
</a>
 +
</html>
 +
</div>
 +
</h3>
 +
<section end=cv-languages_title />
 +
 
 +
{{#lst:CV - Languages|cv-languages}}
 +
 
 +
 
 +
 
 +
<br />
 +
<br />
 +
<section begin="cv-honors_title" />
 +
<h3 style="margin-left:0px">
 +
<div style="background: #4081de; height: 80px; line-height: 81px; border-radius: 4px 0px 0px 4px; padding:0px 0px 0px 0px">
 +
<html>
 +
<a class="link-hidden" style="pointer-events: none;" href="CV - Honors and awards">
 +
<span style="margin-left: 20px; letter-spacing: 1px; color:white; font-size: 35px; font-weight: 530; font-family: 'Linux Libertine','Georgia','Times',serif;">
 +
Honors and awards
 +
</span>
 +
</a>
 +
</html>
 +
</div>
 +
</h3>
 +
<section end=cv-honors_title />
 +
 
 +
{{#lst:CV - Honors and awards|cv-honors_awards}}
 +
 
 +
 
 +
 
 +
<br />
 +
<br />
 +
<section begin="cv-interests_title" />
 +
<h3 style="margin-left:0px">
 +
<div style="background: #4081de; height: 80px; line-height: 81px; border-radius: 4px 0px 0px 4px; padding:0px 0px 0px 0px">
 +
<html>
 +
<a class="link-hidden" style="pointer-events: none;" href="CV - Interests">
 +
<span style="margin-left: 20px; letter-spacing: 1px; color:white; font-size: 35px; font-weight: 530; font-family: 'Linux Libertine','Georgia','Times',serif;">
 +
Interests and other activities
 +
</span>
 +
</a>
 +
</html>
 +
</div>
 +
</h3>
 +
<section end=cv-interests_title />
 +
 
 +
{{#lst:CV - Interests|cv-interests}}
 +
 
 +
 
 +
<br />
 +
<html>
 +
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
 +
    <script>
 +
        $("#my-wiki-div, #my-wiki-span").hover(function(){
 +
            $(".fa-globe-americas").addClass("fa-spin");
 +
            }, function(){
 +
            $(".fa-globe-americas").removeClass("fa-spin");
 +
        });
 +
    </script>
 +
</html>

Latest revision as of 15:53, 5 April 2023






Adelo Vieira,  Developer / Data Scientist

47-A Phibsborough Rd, Dublin

  +353 852 40 72 08

  adeloaleman@gmail.com

 Github          
 Linkedin        
 Portfolio        
 My Wiki         Download a pdf version of my CV

BSc. (Hons) in Information Technology, Geophysical Engineer, and MSc in Petroleum Geosciencewith strong mathematical, problem-solving, and analytical skills. I'm currently particularly interested in Data Analytics and Software Development.

Proficient in multiple programming languages, including Python, Java, JavaScript, SQL, and R. I have a huge interest in Machine Learning and Natural Language Processing. I've been recently working in areas such as Text classification and Sentiment Analysis. I have solid knowledge in several ML algorithms (Naive Bayes, Decision Trees, K-Nearest Neighbour) and in Time Series Analysis. I have experience working with Python (Pandas, NLPTK, Scikit-learn, SciPy, Plotly, TextBlob, Vader Sentiment), R, and RapidMiner.

Solid experience in Object-oriented programming and Web Development. I have developed several projects using Java, Python, React, Node.js (Express.js), and Dash.

I also have advanced experience with Linux (including Shell Scripting) and I have worked with Relational databases (SQL, MySQL, PostgreSQL) and Cloud computing (AWS and Google Cloud).




Present

2022

IDG Direct, Ireland

Real Time Data Analyst

I'm responsible for analyzing and monitoring call center data. This includes call volumes, performance indicators, queue time, agents availability, inactivity levels, average handle times, etc.

  • Python programming for data analysis and data visualization: Pandas, Scikit-learn, Plotly, Dash.
  • Data preparation, Data visualization, Dashboards/reports creation with SiSense.
  • Finding patterns and trends in the data to help increase productivity and forecast requirements.
  • Produce daily, weekly, and monthly internal reports to assist with the creation of metrics and targets for services.
  • Data Management in Excel.
  • Generate ideas for process and service improvement.
  • Work closely with the operations team to analyze and help improve their delivery processes.

Present

2020

Python Developer - Freelance

  • Development of crypto trading applications/bots using Python: Historical and real-time analysis of cryptocurrency data to forecast price movements. The data analyzed include prices, volumes, cryptocurrency news (tweets / Announcements of new cryptocurrency listing in Exchanges), etc.
  • Real-time response optimization of crypto news (tweets/web content) through a multi-location server architecture.
  • Centralized management of multiple social media accounts to monitor crypto news/market sentiment.
  • REST API requests (Requests, asyncio/aiohttp). WebSockets client and server.
  • Web Scraping, BeautifulSoup, Selenium, Mysql.connector.
  • Concurrency: Multithreading (threading, ThreadPoolExecutor), Multiprocessing, Event loop (asyncio).
  • AWS (EC2, VPC, Amazon S3, Amazon Glacier) / GoogleCloud
  • Data analysis and visualization: Pandas, Scikit-learn, Plotly, Dash.
  • Development of a eComerce Web Application for an optical glasses retailer using Python-Django:
Visit the Web App at http://www.vglens.sinfronteras.ws

2022

2017

IDG Direct, Ireland

Senior Business Development Executive

I am responsible for creating new sales prospects and carrying out b2b outgoing calls to prospective clients. Additionally, I prioritize staying well-informed about each customer's current and future business practices and processes, allowing me to build and maintain strong relationships with them.

Building and maintaining a professional relationship with IT Managers is a key part of my role. This enables me to identify their needs and next investments. The gathered information is required by our clients (Largest Tech Companies) and used in the next step of the sales process.

  • I work in different markets and contact clients in French, English, and Spanish: France, Belgium, Luxembourg, Spain, Middle East, and Africa.
  • Gathering client details and Maintaining/Updating IDG database with accurate client details.
  • Train new team members and provide ongoing training:
  • Motivating, developing, and training staff at a BANT level.
  • Script delivery and how to effectively communicate.
  • How to construct specific campaign questions that encourage the prospect to expand on information.
  • Monitoring team members on a daily basis, providing support and encouragement where necessary to ensure all service levels and KPIs are reached.
  • Ensure Key Performance Indicators (KPIs) are met and constantly improved.
  • Collaborating with the Team Manager in the recruitment process of new agents.
  • I have experience leading campaigns. Liaise and work closely with the Client Manager, Team Leaders, and all key stakeholders involved in the team set-up.
  • Identifying any business need or potential investment a prospect may have that can be potentially capitalized on by our clients.


Expand hidden content

2014

WikiVox, France

Web Programmer

I was responsible for the installation and administration of a Wiki Web Application based on the MediaWiki engine.

  • Extensive experience with the MediaWiki Engine:
  • Configuration of a Multilingual Wiki.
  • User access levels configuration.
  • Implementation of different CAPTCHA methods.
  • Implementation of a payment gateway.
  • Page categorization.
  • Take a look at my personal Wiki: http://wiki.sinfronteras.ws
  • Administration of a Linux Server:
  • Installation and configuration of a LAMP stack: Apache, MySQL, PHP.
  • Database management:
  • MySQL, PhpMyAdmin.
Expand hidden content

2012

2011

Simón Bolívar University - Funindes USB, Venezuela

Research geophysicist

Click here to see some examples of my work in Seismic modelling.

As a Research Geophysicist, I was responsible for performing a set of Signal analysis/Data processing tasks, and ensuring the correct integration and implementation of geophysical applications into a computer cluster platform.

  • My responsibilities included:
  • Machine Learning algorithms (Regression, classification) for Seismic/Borehole data Analysis.
  • Python / MATLAB / Shell script programming for Seismic data analysis/Signal analysis (Seismic data processing and modeling).
  • Simulations of seismic waves propagation: Wavefront and ray tracing.
  • Generation of pre-stacked synthetic seismic data using wave propagation theories (raytracing and finite difference methods).
  • 2D/3D Seismic data processing:
  • Deconvolution
  • Auto-correlation, Cross-correlation
  • Analysis of signal noise reduction: time/frequency domain transforms
  • Task automation using Shell scripting.
Expand hidden content

2011

2010

CGGVeritas, Venezuela

Seismic data processing analyst

I was responsible for performing Seismic Data processing/Analysis and Borehole Data Analysis for oil and gas exploration.

  • Seismic/Borehole data Analysis: Machine Learning algorithms (Regression, classification) for estimating reservoir properties / reservoirs classification.
  • 2D/3D Seismic data processing:
  • Geometrical spreading correction. Set-up of field geometry.
  • Application of field statics corrections, Deconvolution, trace balancing.
  • CMP sorting, Velocity analysis, Residual statics corrections.
  • NMO Correction, Muting, Stacking.
  • Filtering: Time-variant, band-pass.
  • Post-stack/Pre-stack time and depth migration.
  • Numerical modeling of seismic wave propagation.

2010

2008

Simón Bolívar University, Venezuela

Academic Assistant - Geophysics Department

As an Academic Assistant, I was in charge of collaborating with the lecture by teaching some modules of the Geophysical Engineering program at Simón Bolívar University. I was usually in charge of a group of between 20 and 30 students during theoretical and practical activities.

  • Courses taught:
  • Seismic data processing: Concepts of discrete signal analysis (time series analysis), sampling, aliasing, and discrete Fourier transform. Conventional seismic data processing sequence.
  • Seismic methods: The convolutional model of the seismic trace. Propagation and attenuation of seismic waves. Interpretation of seismic sections.
  • Seismic reservoir characterization: Relations between the acoustic impedance and the petrophysical parameters. Well-Seismic Ties. Seismic data analysis (Inversion and AVO).
  • This experience has contributed to my professional development in two major areas:
  • By teaching modules, I have enhanced my technical geophysical knowledge.
  • I have also developed communication and presentation skills, as well as the leadership strategies needed to manage a group of students and to transfer knowledge effectively.


Expand hidden content






2020

  • Grade of Distinction
  • Project: Evaluating the Performance of Lexicon-based and Machine Learning Sentiment Analysis for Amazon reviews classification.

2020

College of Computing Technology (CCT), Ireland

Bachelor of Science (BSc) (Honours) in Information Technology

  • Final project: Developing a Web Dashboard for analyzing Amazon's Laptop sales data.
To know more about this project, visit Developing a Web Dashboard for analyzing Amazon's Laptop sales data
Expand hidden content

2014

Claude Bernard Lyon 1 University, France

Master – Complementary computer studies

  • Specialty: Distributed information systems and networks.
  • Final project: Design and Administration of a Wiki Web Application.
Expand hidden content

2011

Simón Bolívar University, Venezuela

MSc in Earth sciences

  • Specialty: Applied Petroleum Geoscience.
  • Master thesis project (Excellence Honor Mention): Study of Pull up/Push down effects through seismic modelling, Colombian plains.
Expand hidden content

2007

Simón Bolívar University, Venezuela

Geophysical Engineer

  • Bachelor thesis project: Basic modelling of pre-stacked seismic data and its corresponding processing sequence, using Seismic Unix package.
Expand hidden content






Expand hidden content

Programming and Software Development

Data Science

Other qualifications

Expand hidden content
  • Projects:
+/-
  • In this project, we have created a GUI Java (Swing) Application for a Zoo Management System.


+/-
  • In this project, we have created a GUI Java (Swing) Application that simulates a trading day of a simplified model of a stock market.




+/-


+/-


























Expand hidden content
  • Projects:


+/-
  • This Application was developed using Python-Django Web framework


+/-
  • This Application was developed using:

  • Back-end: Node.js (Express) (TypeScript)

  • Front-end: React (TypeScript)







Expand hidden content
  • Projects:









  • Advanced experience with the most popular flavors of Linux: Debian, Ubuntu, Red Hat, CentOS
  • LAMP Administration: Apache, MySQL, PHP
  • Installation and Post-installation configurations
  • Users and Groups Administration
  • Modify File Permissions
  • Managing Processes
  • Backups
  • Network File System (NFS)
  • Remote Management with SSH









  • Adelo Vieira and Crelia Padrón.
  • Analysis of pull up effects through computational seismic data modeling and depth migration, Colombian plains. ↓Download

    Expand hidden content
  • Alejandro Gutiérrez, Evert Durán, Adelo Vieira and Crelia Padrón.
  • Estimation and modelling of reservoirs properties through seismic attributes and geo-statistics in gas fields, southern Spain. SOVG, XIV Venezuelan Geophysics Congress, 2008. ↓Download

    Expand hidden content






Listening

Reading

Spoken interaction

Spoken production

Writing

Spanish

Mother tongue

English

Fluent

C1

C2

C1

C1

C1

French

Fluent

C2

C2

C2

C2

C1

Portuguese

Intermediate

C2

C1

B2

B2

A2

A: Basic user.       B: Independent user.       C: Proficient user.

Common European Framework of Reference (CEF) level






  • 2021 - Employee of the year (IDG Direct, Dublin)
  • 2020 - Diploma in Predictive Data Analytics completed with an overall grade of Distinction (CCT College, Dublin)
  • 2011 - Master thesis project graded as Excellence Honor Mention (Simón Bolívar University, Caracas)






  • Member of the water polo team at Simón Bolívar University: Attendance at 5 National University Games.
  • Swimming instructor at U.E.U.S.B school.
  • Open-source software.
  • Travel, Volleyball, Open-Water Swimming.