Skip to content

Commit

Permalink
Wings information added
Browse files Browse the repository at this point in the history
  • Loading branch information
azminewasi committed Oct 11, 2024
1 parent 0ef9aca commit 0f4dc9d
Show file tree
Hide file tree
Showing 9 changed files with 1,472 additions and 5 deletions.
6 changes: 6 additions & 0 deletions research.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
content="black-translucent"
/>
<link rel="stylesheet" href="./assets/css/style.css?v=" />



<!--Redirect-->
<meta http-equiv="Refresh" content="0; url='./wings/index.html'" />
<meta http-equiv="refresh" content="0; url='./wings/index.html'" />
</head>
<body>
<!-- Google tag (gtag.js) -->
Expand Down
10 changes: 5 additions & 5 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h2 title="Aspiring student researchers with strong dedication and a proven tra
<img src="./assets/persons/akib.webp" alt="Abdur Rahman">
<p><a href="#">Abdur Rahman</a></p>
<p>IPE, SUST</br>
<span style="font-weight: bold; color: rgb(134, 0, 63);"> AML, BNLP</span>
<span style="font-weight: bold; color: rgb(134, 0, 63);"> AML, BNLP, OR+ML</span>
</p>
</div>
<div class="person" style="flex-basis: 30%">
Expand Down Expand Up @@ -220,14 +220,14 @@ <h2 title="Newly recruited student researchers are eager to learn and make a po
<img src="./assets/persons/iqramul.webp" alt="Ikramul Haque Iban">
<p><a href="#">Ikramul Haque Iban</a></p>
<p>IPE, SUST</br>
<span style="font-weight: bold; color: rgb(134, 0, 63);">AML</span>
<span style="font-weight: bold; color: rgb(134, 0, 63);">AML, DTP</span>
</p>
</div>
<div class="person" style="flex-basis: 30%">
<img src="./assets/persons/SiddhantGupta.webp" alt="Siddhant Gupta">
<p><a href="https://github.com/SidWorks01">Siddhant Gupta</a></p>
<p>IE, IIT Roorkee</br>
<span style="font-weight: bold; color: rgb(134, 0, 63);">BNLP, OR+ML</span>
<span style="font-weight: bold; color: rgb(134, 0, 63);">BNLP</span>
</p>
</div>

Expand All @@ -249,14 +249,14 @@ <h2 title="Newly recruited student researchers are eager to learn and make a po
<img src="./assets/persons/AL.webp" alt="Arnab Laskar">
<p><a href="#">Arnab Laskar</a></p>
<p>IPE, SUST</br>
<span style="font-weight: bold; color: rgb(134, 0, 63);"> AML</span>
<span style="font-weight: bold; color: rgb(134, 0, 63);">OR+ML, AML</span>
</p>
</div>
<div class="person" style="flex-basis: 25%">
<img src="./assets/persons/SM.webp" alt="Sahedul Mustaquim">
<p><a href="#">Sahedul Mustaquim</a></p>
<p>IPE, SUST</br>
<span style="font-weight: bold; color: rgb(134, 0, 63);"> AML</span>
<span style="font-weight: bold; color: rgb(134, 0, 63);">OR+ML, AML</span>
</p>
</div>

Expand Down
188 changes: 188 additions & 0 deletions wings/AML.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,188 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="⚙️ Applied Machine Learning (AML) Wing< | Computational Intelligence and Operations Laboratory (CIOL) ">
<meta name="author" content="Azmine Toushik Wasi, Computational Intelligence and Operations Laboratory (CIOL)">
<meta property="og:image" content="../assets/images/cover.png">
<link rel="shortcut icon" href="../assets/images/ciol.png" type="image/x-icon">
<meta name="theme-color" content="#157878" />
<title>⚙️ Applied Machine Learning (AML) Wing< | Computational Intelligence and Operations Laboratory (CIOL) </title>
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<link rel="stylesheet" href="../assets/css/style.css?v=" />
</head>
<body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0BCJB6WCFC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-0BCJB6WCFC');
</script>


<header class="page-header" role="banner">
<img src="../assets/images/ciol.png" style="border-radius: 10%;" alt="CIOL logo" width="100" height="100">
<h1 class="project-name">Computational Intelligence and Operations Laboratory (CIOL) </h1>

<a href="../index.html" class="btn bf">Home</a>
<a href="../updates.html" class="btn bf">Updates</a>
<a href="../publications.html" class="btn bf">Publications</a>
<a href="../research.html" class="btn bf bactive">Research</a>
<a href="../team.html" class="btn bf">Team</a>
</br>
<a href="./OR_ML.html" class="btn bf">OR+ML</a>
<a href="./DTP.html" class="btn bf">DTP</a>
<a href="./HMAI.html" class="btn bf">HMAI</a>
<a href="./AML.html" class="btn bf bactive">AML</a>
<a href="./BNLP.html" class="btn bf">BNLP</a>
<a href="./MedAI.html" class="btn bf">MedAI</a>


<div class="dropdown">
<button class="btn" onclick="toggleDropdown()">Menu &#9662;</button>
<div id="dropdownContent" style="width: 92%; align-self: center; display: none; position: absolute; background-color: rgb(231, 225, 188); z-index: 1;">
<a href="../index.html" class="short-btn" class="short-btn" >Home</a>
<a href="../updates.html" class="short-btn" >Updates</a>
<a href="../publications.html" class="short-btn" >Publications</a>
<a href="../research.html" class="short-btn" >Research</a>
<a href="../team.html" class="short-btn" >Team</a>
</div>
</div>
<script>
function toggleDropdown() {
var dropdownContent = document.getElementById("dropdownContent");
dropdownContent.style.display = (dropdownContent.style.display === "none" || dropdownContent.style.display === "") ? "block" : "none";
}
</script>



</header>

<main id="content" class="main-content" role="main">
<h2>⚙️ Applied Machine Learning (AML) Wing</h2>
<hr style="height:6px;border-width:0;color:gray;background-color:gray">
<p>
The AML wing focuses on using the power of machine learning to address real-world challenges within the Industrial and Production Engineering (IPE) domain. We specialize in a wide range of techniques, empowering us to analyze complex industrial data and develop innovative solutions that drive efficiency and optimization.
</br> Our goal :
<ul>
<li>Apply statistical and traditional machine learning methods to tackle diverse industrial challenges.</li>
<li>Utilize deep learning to analyze image, video, and sensor data for predictive maintenance and quality control.</li>
<li>Develop advanced forecasting models to predict trends in production, supply chains, and demand, facilitating proactive decision-making.</li>
</ul>
</p>


<h2 title="Advisors and mentors are senior lab members who oversee projects and provide guidance to students.">Team Members</h2>
<hr style="height:6px;border-width:0;color:gray;background-color:gray">
<p style="font-size: smaller;"></br></p>


<div class="row" style="max-width: 100%; align-items: center; align-self: center; margin-left: 0%;">

<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/AMMMukaddes.webp" alt="A M M Mukaddes">
<p><a href="https://www.sust.edu/d/ipe/faculty-profile-detail/310">Dr. Abul Mukid Md. Mukaddes</a></p>
<p>Professor of IPE, SUST
</p>
</div>

<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/mm-bappy.webp" alt="Mahathir Mohammad Bappy">
<p><a href="https://www.sust.edu/d/ipe/faculty-profile-detail/624">Mahathir Mohammad Bappy</a></p>
<p>Assistant Professor, LSU
</p>
</div>
<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/manjurul.webp" alt="Manjurul Ahsan">
<p><a href="https://scholar.google.com/citations?user=fvWTiS8AAAAJ&hl=en">Md Manjurul Ahsan</a></p>
<p>Research Assistant Professor, OU
</p>
</div>
<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/abs.webp" alt="Md Asif Bin Syed">
<p><a href="https://www.linkedin.com/in/asifbinsyed/">Md Asif Bin Syed</a></p>
<p>SCM Analyst, The Home Depot
</p>
</div>
</div>

<div class="row" style="max-width: 100%; align-items: center; align-self: center; margin-left: 0%;">

<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/MDShafiqulIslam.webp" alt="MD Shafiqul Islam">
<p><a target="_blank" href="https://www.linkedin.com/in/md-shafikul-islam-sohan/">MD Shafiqul Islam</a></p>
<p>IPE, SUST
</p>
</div>
<div class="person" style="flex-basis: 25%">
<a target="_blank" href="https://azminewasi.github.io/"><img src="../assets/persons/AzmineToushikWasi.webp" alt="Azmine Toushik Wasi"></a>
<p><a target="_blank" href="https://azminewasi.github.io/">Azmine Toushik Wasi</a></p>
<p>IPE, SUST
</p>
</div>

<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/akib.webp" alt="Abdur Rahman">
<p><a href="#">Abdur Rahman</a></p>
<p>IPE, SUST
</p>
</div>

<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/ma-anik.webp" alt="Mahfuz Ahmed Anik">
<p><a href="https://www.linkedin.com/in/mahfuz-ahmed-anik-a5a6b5215/">Mahfuz Ahmed Anik</a></p>
<p>IPE, SUST
</p>
</div>
</div>

<div class="row" style="max-width: 100%; align-items: center; align-self: center; margin-left: 0%;">

<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/iqramul.webp" alt="Ikramul Haque Iban">
<p><a href="#">Ikramul Haque Iban</a></p>
<p>IPE, SUST
</p>
</div>
<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/AL.webp" alt="Arnab Laskar">
<p><a href="#">Arnab Laskar</a></p>
<p>IPE, SUST
</p>
</div>
<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/SM.webp" alt="Sahedul Mustaquim">
<p><a href="#">Sahedul Mustaquim</a></p>
<p>IPE, SUST
</p>
</div>

<div class="person" style="flex-basis: 25%">
<img src="../assets/persons/minhaz-c.webp" alt="Minhaz Chowdhury">
<p><a href="https://linkedin.com/in/minhaz-chowdhury-sust">Minhaz Chowdhury</a></p>
<p>PME, SUST
</p>
</div>
</div>



</div>


</main>



<p></br></br></br></br></br></br></p>
</body>
</html>
Loading

0 comments on commit 0f4dc9d

Please sign in to comment.