Skip to content

Commit

Permalink
2023 q4 updates (#17)
Browse files Browse the repository at this point in the history
* Add new  causal AI  title to header

* Update work experience

* Update introduction.html

* Update intro

* Remove twitter

* Update SO posts + add a new one
  • Loading branch information
Adamouization committed Dec 13, 2023
1 parent 3bd5bd1 commit 424bafa
Show file tree
Hide file tree
Showing 8 changed files with 209 additions and 15 deletions.
4 changes: 1 addition & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>
<span class="site-title">{{ site.username }}</span>
<span class="typewrite site-description" data-period="2250"
data-type='["Data Scientist", "Software Engineer", "Machine Learning Engineer", "Artificial Intelligence Scientist", "Computer Scientist"]'>
data-type='["Data Scientist", "Software Engineer", "Machine Learning Engineer", "Causal AI Data Scientist", "Computer Scientist"]'>
<span class="wrap"></span>
</span>
</h1>
Expand All @@ -18,8 +18,6 @@ <h1>
<a aria-label="My StackOverflow" target="_blank"
href="https://stackoverflow.com/users/5609328/adam-jaamour?tab=profile"><i
class="icon fa fa-stack-overflow" aria-hidden="true"></i></a>
<a aria-label="My Twitter" target="_blank" href="https://twitter.com/Adamouization"><i
class="icon fa fa-twitter" aria-hidden="true"></i></a>
<a aria-label="My CV" target="_blank" href="{{ '/assets/AdamJaamourCV.pdf' | prepend: site.baseurl }}"><i
class="icon fa fa-file-text-o" aria-hidden="true"></i></a>
</div>
Expand Down
4 changes: 3 additions & 1 deletion _includes/introduction.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<div class="user-details">
<h1>My Expertise</h1>
<p>
I am a <b>Data Scientist</b> developing <b>Machine Learning</b> models for credit decisioning at NewDay. I
I am an <b>Applied Data Scientist</b> at causaLens aiming to revolutionise the world of AI by stepping away from
traditional "Correlation" Machine Learning and focusing on the future: causal AI. Previously, I worked as a <b>Data
Scientist</b> developing <b>Machine Learning</b> models for credit decisioning at NewDay. I
completed my Master's in <b>Artificial Intelligence</b> from the University of St Andrews, during which I earned
the <b>all-time top grade</b> in the Machine Learning module with a 99% average and graduated with the
<i>Dean’s List Award</i>. Before my Master’s, I graduated from the University of Bath with a First-Class Honours
Expand Down
187 changes: 185 additions & 2 deletions _includes/stackoverflow.html

Large diffs are not rendered by default.

29 changes: 20 additions & 9 deletions _includes/work.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<div class="user-details-bis">
<h1>Work Experiences</h1>
<div class="education-row">
<div class="education-column">
<h3>NewDay</h3>
<h4>Applied Data Scientist<br>(Oct 2023 - Present)</h4>
<a href="https://causalens.com/" target="_blank">
<img src="assets/img/causalens_logo.jpeg" height="{{ site.icon_size }}" width="{{ site.icon_size }}"
alt="causaLens logo">
</a>
<p class="work-text">Revolutionising the world of AI by stepping away from traditional Correlation Machine
Learning and focusing on causal AI. Building causal AI-powered solutions for leading organizations
across a wide range of industries.</p>
</div>
<div class="education-column">
<h3>NewDay</h3>
<h4>Data Scientist<br>(Feb 2021 - Present)</h4>
Expand All @@ -22,14 +33,14 @@ <h4>Software Engineer Placement<br>(Jul 2017 - Aug 2018)</h4>
<p class="work-text">Developing and stabilising a large web application designed to deliver terabytes of
aero simulation data per week, involving robustness improvements and performance optimisation.</p>
</div>
<div class="education-column">
<h3>Monte-Carlo Multimédia</h3>
<h4>Android Application Developer Intern<br>(Jun 2016 - Jul 2016)</h4>
<a href="https://www.montecarlomultimedia.com/" target="_blank">
<img src="assets/img/mcm.png" height="{{ site.icon_size }}" alt="Monte-Carlo Multimedia logo">
</a>
<p class="work-text">Creation of a scalable template Android application for a real-estate agency from
scratch. Designed in AndroidStudio using Java (logic) and XML (UI) and populated via data form an XML feed.</p>
</div>
<!-- <div class="education-column">-->
<!-- <h3>Monte-Carlo Multimédia</h3>-->
<!-- <h4>Android Application Developer Intern<br>(Jun 2016 - Jul 2016)</h4>-->
<!-- <a href="https://www.montecarlomultimedia.com/" target="_blank">-->
<!-- <img src="assets/img/mcm.png" height="{{ site.icon_size }}" alt="Monte-Carlo Multimedia logo">-->
<!-- </a>-->
<!-- <p class="work-text">Creation of a scalable template Android application for a real-estate agency from-->
<!-- scratch. Designed in AndroidStudio using Java (logic) and XML (UI) and populated via data form an XML feed.</p>-->
<!-- </div>-->
</div>
</div>
Binary file added assets/img/causalens_logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 424bafa

Please sign in to comment.