Skip to content

Commit ad3d2fd

Browse files
committed
se
1 parent daf5161 commit ad3d2fd

File tree

4 files changed

+29
-36
lines changed

4 files changed

+29
-36
lines changed

about.html

+12-13
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,37 @@
2828
<div id="sidebar_container">
2929
<div class="gallery">
3030
<ul class="images">
31-
<li class="show"><img width="400" height="400" src="images/pic.png" alt="photo_one" /></li>
31+
<li class="show"><img width="300" height="400" src="images/pic.png" alt="photo_one" /></li>
3232
</ul>
3333
</div>
3434
</div>
3535
<div id="content">
36-
<h1>About Me</h1>
36+
<h2>About Me</h2>
37+
<h3>Azeez Adebimpe,PhD <br> Associate Principal Scientist, Machine Learning Architecture <br> <a href="https://bayer.com/"> Bayer Corporation, NJ, USA </a> </h3>
3738

38-
<p>My name is Azeez Adebimpe, PhD, an interdisciplinary engineering leader and scientist with a strong background in engineering and technology. I have excellent analytical and problem-solving skills and a deep understanding of algorithms.</p>
39-
<p>I am currently Lead Machine Learning Engineer at <a href="https://www.jnj.com/">Johsnon and Johsnon</a>, an American multinational corporation that develops medical devices, pharmaceutical and consumer goods </p>
40-
<h2> Experience </h2>
39+
<p>My name is Azeez Adebimpe, PhD, an interdisciplinary engineering leader and scientist with a strong background in engineering <br> and technology. I have excellent analytical and problem-solving skills and a deep understanding of algorithms.</p>
40+
<p> I am an Associate Principal Scientist, Machine Learning(ML) Architecture at <a href="https://www.bayer.com/">Bayer Corporation </a>, shaping and implementing ML <br> strategies within an organization. I combine technical expertise, leadership skills,
41+
and domain knowledge to drive successful ML <br> initiatives and contribute to the organization's overall data-driven decision-making process. </p>
42+
43+
<h3> Previous Experience </h3>
4144
<ul>
42-
<li>Lead Machine Learning Engineer at <a href="https://www.jnj.com/">Johsnon and Johsnon</a>, 2021 to date </li>
45+
<li>Lead Machine Learning Engineer at <a href="https://www.jnj.com/">Johsnon and Johsnon</a>, 2021 to 2023 </li>
4346
<li>Senior Scientist/Data Engineer at <a href="https://www.pennmedicine.org/">Perelman School of Medicine</a> , University of Pennsylvania, 2018 - 2021 </li>
4447
<li>Postoctoral Fellow at <a href="https://www.upenn.edu/">University of Pennsylvania</a>, 2016 - 2018 </li>
4548
<li>Doctoral Research Fellow at <a href="https://www.u-picardie.fr/">Universite de Picardie Jules Verne,Amiens, France, 2016</a>, 2016 - 2018 </li>
4649
</ul>
47-
<h2> Education </h2>
50+
<h3> Education </h3>
4851
<ul>
4952
<li>PhD (Distinction), Computational Neuroscience, Universite de Picardie Jules Verne,Amiens, France, 2016, </li>
5053
<li>MEng, MSc (Distinction) Biomedical Engineering, Ghent University, Belgium and University of Groningen, Netherlands, 2013 </li>
5154
<li>BEng (First Class Honors), Electrical and Computer Engineering, Federal University of Technology, Minna, Nigeria, 2008</li>
5255
</ul>
53-
<h2> Publications </h2>
56+
<h3> Publications </h3>
5457
<ul>
5558
<li> <a href="https://scholar.google.com/citations?hl=en&user=XqvgDr0AAAAJ">Google Scholar</a> </li>
5659
<li> <a href="https://www.researchgate.net/profile/Azeez-Adebimpe"> ResearchGate</a> </li>
5760
</ul>
58-
<h2> Notable Awards </h2>
61+
<h3> Notable Awards </h3>
5962
<ul>
6063
<li> <a href ="https://crosstalk.cell.com/blog/1000-inspiring-black-scientists-in-america">One of 1,000 inspiring Black scientist in America, 2021</a></li>
6164
<li> 3-year Competitive Full INSERM PhD Scholarship 2013-2016 </li>
@@ -72,10 +75,6 @@ <h2> Notable Awards </h2>
7275
</footer>
7376
</div>
7477
<!-- javascript at the bottom for fast page loading -->
75-
<script type="text/javascript" src="js/jquery.min.js"></script>
76-
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
77-
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
78-
<script type="text/javascript" src="js/image_fade.js"></script>
7978
<script type="text/javascript">
8079
$(function() {
8180
$("#lava_menu").lavaLamp({

blog.html

+2-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<div id="sidebar_container">
2929
<div id="gallery">
3030
<ul class="images">
31-
<li class="show"><img width="400" height="400" src="images/1.png" alt="photo_one" /></li>
31+
<li class="show"><img width="300" height="400" src="images/pic.png" alt="photo_one" /></li>
3232
</ul>
3333
</div>
3434
</div>
3535
<div id="content">
36-
<h1>Blog</h1>
36+
<h2>Blog</h2>
3737
<div id="blog_container">
3838
<div class="blog"><h2>Jan</h2><h3>3rd</h3></div>
3939
<h4 class="select"><a href="blogs/humanintheloop.html">Humman in the Loop</a></h4>
@@ -48,10 +48,6 @@ <h4 class="select"><a href="blogs/humanintheloop.html">Humman in the Loop</a></h
4848
</footer>
4949
</div>
5050
<!-- javascript at the bottom for fast page loading -->
51-
<script type="text/javascript" src="js/jquery.min.js"></script>
52-
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
53-
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
54-
<script type="text/javascript" src="js/image_fade.js"></script>
5551
<script type="text/javascript">
5652
$(function() {
5753
$("#lava_menu").lavaLamp({

contact.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<div id="sidebar_container">
2929
<div id="gallery">
3030
<ul class="images">
31-
<li class="show"><img width="400" height="400" src="images/1.png" alt="photo_one" /></li>
31+
<li class="show"><img width="300" height="400" src="images/pic.png" alt="photo_one" /></li>
3232
</ul>
3333
</div>
3434
</div>
3535
<div id="content">
36-
<h1>My Contact</h1>
36+
<h3>My Contact</h3>
3737
<ul>
3838
<li> Email address: <a href="mailto:[email protected]">[email protected]</a> </li>
3939
<li> Linkedin: <a href="https://www.linkedin.com/in/a3sha2">#a3sha2</a> </li>
@@ -47,10 +47,7 @@ <h1>My Contact</h1>
4747
</footer>
4848
</div>
4949
<!-- javascript at the bottom for fast page loading -->
50-
<script type="text/javascript" src="js/jquery.min.js"></script>
51-
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
52-
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
53-
<script type="text/javascript" src="js/image_fade.js"></script>
50+
5451
<script type="text/javascript">
5552
$(function() {
5653
$("#lava_menu").lavaLamp({

index.html

+12-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>Azeez Adebimpe | home </title>
5+
<title>Azeez Adebimpe,PhD | home </title>
66
<meta name="description" content="website description" />
77
<meta name="keywords" content="website keywords, website keywords" />
88
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -14,7 +14,7 @@
1414
<body>
1515
<div id="main">
1616
<header>
17-
<div id="logo"><h1>Azeez Adebimpe</h1></div>
17+
<div id="logo"><h1>Az</h1></div>
1818
<nav>
1919
<ul class="lavaLampWithImage" id="lava_menu">
2020
<li class="current"><a href="index.html">home</a></li>
@@ -28,16 +28,19 @@
2828
<div id="sidebar_container">
2929
<div class="gallery">
3030
<ul class="images">
31-
<li class="show"><img width="400" height="400" src="images/1.png" alt="photo_one" /></li>
31+
<li class="show"> <img width="300" height="400" src="images/pic.png" alt="photo_one" /></li>
3232
</ul>
3333
</div>
3434
</div>
3535
<div id="content">
36-
<h1>Azeez Adebimpe</h1>
37-
<p> I am Azeez Adebimpe, PhD, an interdisciplinary engineering leader and scientist with a strong background in engineering and technology with excellent analytical and problem-solving skills and a deep understanding of computer algorithms, machine learning, and their applications</p>
38-
<p> I will be using this website to share latest information about myself and current update on my research, machine learning and their applications</p>
36+
<h3>Azeez Adebimpe,PhD <br> Associate Principal Scientist, Machine Learning Architecture <br> <a href="https://bayer.com/"> Bayer Corporation, NJ, USA </a> </h3>
37+
38+
<p> I am Azeez Adebimpe, PhD, an interdisciplinary engineering leader and scientist with a strong background in engineering and technology <br>
39+
with excellent analytical and problem-solving skills and a deep understanding of computer algorithms, machine learning, and their <br> applications</p>
40+
<p> I will be using this website to share latest information about myself and current update on my research, machine learning
41+
and their <br> applications</p>
3942

40-
<h2>Area of Interest </h2>
43+
<h3>Area of Interest </h3>
4144
<p>My area of interest is not limited to the following:</p>
4245
<ul>
4346
<li>Compuational science and machine learning</li>
@@ -53,10 +56,8 @@ <h2>Area of Interest </h2>
5356
</footer>
5457
</div>
5558
<!-- javascript at the bottom for fast page loading -->
56-
<script type="text/javascript" src="js/jquery.min.js"></script>
57-
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
58-
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
59-
<script type="text/javascript" src="js/image_fade.js"></script>
59+
60+
<!-- <script type="text/javascript" src="js/image_fade.js"></script> -->
6061
<script type="text/javascript">
6162
$(function() {
6263
$("#lava_menu").lavaLamp({

0 commit comments

Comments
 (0)