Skip to content

Commit

Permalink
all Post for blog and all members added
Browse files Browse the repository at this point in the history
  • Loading branch information
nghz committed Nov 2, 2024
1 parent c79923f commit 5ae8405
Show file tree
Hide file tree
Showing 49 changed files with 473 additions and 39 deletions.
4 changes: 3 additions & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<img src="/assets/img/Logo_6_prev_ui.png" alt="" style="filter: contrast(200%);">
<img src="/assets/img/AKUT.png" alt="">
</div>
<h1 class="sitename"><b>{{site.name}}</b></h1>
<div class="sitename">
<h1><b>{{site.name}}</b></h1>
</div>
</a>

<nav id="navmenu" class="navmenu">
Expand Down
1 change: 1 addition & 0 deletions _includes/sections/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ <h2>Blog<br></h2>
<img src="{{post.avatar}}" class="testimonial-img" alt="">
<h3>{{post.speaker}}</h3>
<h4>{{post.position}}</h4>
<h5>{{post.date | date_to_string}}</h5>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>
Expand Down
4 changes: 2 additions & 2 deletions _includes/sections/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2>Team Members<br></h2>
<div class="row gy-4">

{% for member in site.members %}
<div class="col-xl-3 col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="col-xl-2 col-lg-4 col-md-3 aos-init aos-animate" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<img src="{{ member.avatar }}" class="img-fluid" alt="">
<div class="member-info">
Expand All @@ -21,7 +21,7 @@ <h4><a href="{{member.url}}">{{ member.name }}</a></h4>
</div>
<div class="social">
{% for s in member.social%}
<a href="{{s.link}}" target="_blank"><i class="bi {{s.icon}}"></i></a>
<a href="{{s.link}}" target="_blank" class="mx-1" ><i class="{{s.icon}}"></i></a>
{% endfor %}
</div>
</div>
Expand Down
20 changes: 20 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">


<!-- Vendor CSS Files -->
<link href="/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
Expand All @@ -33,6 +35,24 @@
<main class="main">
{{content}}
</main>
<footer id="footer" class="footer dark-background">
<div class="copyright text-center">
<div class="container d-flex flex-column flex-lg-row justify-content-center justify-content-lg-between align-items-center">

<div class="d-flex flex-column align-items-center align-items-lg-start">
<div>
© Copyright <strong><span>MINDLAB</span></strong>. All Rights Reserved
</div>
</div>

<div class="social-links order-first order-lg-last mb-3 mb-lg-0">
<a href="https://www.youtube.com"><i class="bi bi-youtube"></i></a>
<a href="https://www.linkedin.com/in/mostafa-abbaszadeh-81493b248/"><i class="bi bi-linkedin"></i></a>
</div>

</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/member.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layout: pm_default
---
<section class="dark-background">
</section>
Expand All @@ -22,7 +22,7 @@ <h1>{{page.name}}</h1>
</div>
<div class="social">
{% for s in page.social%}
<a href="{{s.link}}" target="_blank" class="mx-1" ><i class="bi {{s.icon}}"></i></a>
<a href="{{s.link}}" target="_blank" class="mx-1" ><i class="{{s.icon}}"></i></a>
{% endfor %}
</div>
</div>
Expand Down
74 changes: 74 additions & 0 deletions _layouts/pm_default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>MIND LAB</title>
<meta name="description" content="">
<meta name="keywords" content="">

<!-- Favicons -->
<link href="/assets/img/redlogo-removebg-previeww.png" rel="icon">
<link href="/assets/img/apple-touch-icon.png" rel="apple-touch-icon">

<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">


<!-- Vendor CSS Files -->
<link href="/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="/assets/vendor/aos/aos.css" rel="stylesheet">
<link href="/assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="/assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">

<!-- Main CSS File -->
<link rel="stylesheet" href="/assets/css/styles.css">
</head>

<body class="index-page">
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center">
<a href="/" class=" d-flex align-items-center me-auto ">
<div class="sitename">
<h1><b>{{site.name}}</b></h1>
</div>
</a>

<nav id="navmenu" class="navmenu">
<ul>
{% for item in site.data.navigation %}
<li><a href="/#{{item.link}}" {% if forloop.index == 1 %} class="active" {% endif %}>{{item.name}}<br></a></li>
{% endfor %}
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>

</header>
<main class="main">
{{content}}
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>

<!-- Preloader -->
<div id="preloader"></div>

<!-- Vendor JS Files -->
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/assets/vendor/php-email-form/validate.js"></script>
<script src="/assets/vendor/aos/aos.js"></script>
<script src="/assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="/assets/vendor/swiper/swiper-bundle.min.js"></script>

<!-- Main JS File -->
<script src="/assets/js/main.js"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layout: pm_default
---
<section id="intro" class="dark-background">
</section>
Expand Down
11 changes: 11 additions & 0 deletions _members/Akram_Karimi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: member
name: Akram Karimi
avatar: /assets/img/membersimg/images.png
title: Member
social:
---

Master student in financial mathematics

###### Email : akram.karimi @aut.ac.ir
11 changes: 11 additions & 0 deletions _members/Atefeh_Sadeghi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: member
name: Atefeh Sadeghi
avatar: /assets/img/membersimg/images.png
title: Member
social:
---

Atefeh Sadeghi is a Ph.D. student at Amirkabir University of Technology. Her research focuses on numerical solutions of partial differential equations and integral-differential equations. She holds her Master's degree in Financial Mathematics from Kharazmi University. Her Master's thesis was dedicated to Optimal trading strategy considering the stochastic price impact and incorporating signals. She is interested in developing numerial methods to solve problems related to engineering, biology and finance.

###### Email : [email protected]
13 changes: 13 additions & 0 deletions _members/Baharak_Hooshyar_Farzin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: member
name: Baharak Hooshyar Farzin
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: https://scholar.google.com/citations?user=WA5zYxUAAAAJ&hl=en
icon: bi-mortarboard
---

Baharak Hooshyar Farzin is a Ph.D. student at Amirkabir University of Technology. Her research focuses on enhanced finite element methods for the numerical solutions of partial differential equations. She holds her Master's degree from Amirkabir University of Technology. Her Master's thesis was dedicated to the proper orthogonal decomposition idea and finite element method for numerical solution of the solute transport equation. She is interested in developing numerical approaches based on weak Galerkin finite, isoparametric, and virtual element methods to solve practical engineering problems.

###### Email : [email protected]
13 changes: 13 additions & 0 deletions _members/Elnaz_Ramezani .md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: member
name: Elnaz Ramezani
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: https://www.linkedin.com/in/elnazramezani
icon: bi-linkedin
---

Elnaz Ramezani is a master's student in Financial Mathematics. My project focuses on default prediction using explainable machine learning models. Additionally, I am interested in data science and work as a data analyst, utilizing Power BI, SQL, and Python.

###### Email : [email protected]
17 changes: 17 additions & 0 deletions _members/Fatemeh_Moaven.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: member
name: Fatemeh Moaven
# avatar: /assets/img/membersimg/Fatemehmoaven.jpg
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: https://www.linkedin.com/in/fatemeh-moaven-1151b2231/
icon: bi-linkedin

- link: https://github.com/Fm1540440
icon: bi-github
---

Fatemeh Moaven is a PhD student in Applied Mathematics with a focus on Numerical Analysis at Amirkabir University of Technology. She holds a master's degree in Numerical Analysis from Iran University of Science and Technology. Her master's thesis was dedicated to the analysis of cardiac signals using neural networks, and her doctoral dissertation focuses on discovering mathematical models based on data. She is interested in research in the fields of data mining and machine learning and is seeking to advance in these areas.

###### Email : [email protected]
13 changes: 13 additions & 0 deletions _members/M.Amin_Ghoreyshi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: member
name: M.Amin Ghoreyshi
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: https://www.linkedin.com/in/aminghoreyshi/
icon: bi-linkedin
---

Amin Ghoreyshi is a master’s student in applied mathematics at Amirkabir University of Technology (Tehran Polytechnic). He holds a Bachelor's degree in mathematics and its applications from Shahid Chamran University of Ahvaz. His master’s thesis centers on numerical methods for solving fractional partial differential equations (FPDEs). Ghoreyshi has worked on various numerical methods and models involving distributed-order FPDEs. His research interests include mathematical modeling, fractional calculus, mathematical analysis, numerical linear algebra and numerical methods for partial integro-differential equations. Amin has some experience with Python and regularly uses MATLAB.

###### Email : [email protected], [email protected]
13 changes: 13 additions & 0 deletions _members/M.Soroush_Ghafari.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: member
name: M.Soroush Ghafari
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: https://www.linkedin.com/in/soroushghafari
icon: bi-linkedin
---

M. Soroush Ghafari graduated with a Master's degree in Applied Mathematics, specializing in solving equations related to fluid dynamics using numerical methods. His thesis focused on the simulation and numerical solution of the Navier-Stokes-Cahn-Hilliard equation using local meshless methods. He has a strong interest in fluid dynamics, particularly in the context of climate change and geophysics. Ghafari is proficient in programming languages such as MATLAB and Python. He is currently exploring integrating numerical methods with machine learning and data science to develop more accurate models for fluid dynamics.

###### Email : [email protected]
11 changes: 11 additions & 0 deletions _members/Maedeh_Nemati.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: member
name: Maedeh Nemati
avatar: /assets/img/membersimg/images.png
title: Member
social:
---

Maedeh Nemati is a master’ student in in applied mathematics at Amirkabir University of Technology (Tehran Polytechnic). His thesis is about the numerical solution of Schrödinger-Poisson equation with application in cosmology and nonlinear optics.

###### Email : [email protected]
16 changes: 16 additions & 0 deletions _members/Mahya_Pashapour.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: member
name: Mahya Pashapour
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: https://www.linkedin.com/in/mahya-pashapour-18a939264
icon: bi-linkedin

- link: https://github.com/mahyapashapour
icon: bi-github
---

Mahya Pashapour is a master's student in Applied Mathematics, Numerical Analysis, at Amirkabir University of Technology (Tehran Polytechnic). Her research focuses on solving partial differential equations (PDEs) and parameter estimation for these equations using Physics-Informed Neural Networks (PINNs). She is working on the Fisher-KPP reaction-diffusion equation, which is used to model cell invasion. Pashapour is proficient in Python and MATLAB for numerical methods in solving PDEs. She holds a bachelor's degree in Applied Mathematics from Amirkabir University of Technology (Tehran Polytechnic).

###### Email : [email protected]
19 changes: 19 additions & 0 deletions _members/Masood_Farahani.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: member
name: Masood Farahani
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: linkedin.com/in/masood-farahani-a31a65167
icon: bi-linkedin

- link: https://github.com/masoodfarahani
icon: bi-github

- link: https://scholar.google.com/citations?hl=en&view_op=list_works&gmla=ALUCkoUA1L5NxPW1a-Aon8TSTDYNCKA1ynTyO9GkanSaOJ5hDUDT8cpffqcdJ0CmSANvyOpppYsaPv74CUgTHxVepyYt6sJXHIc14hzoN-I&user=NN3D0CwAAAAJ
icon: bi-mortarboard
---

Masood Farahani, Ph.D. student of Amirkabir University of Technology, conducting research on numerical methods for solving partial differential equations (PDEs) and numerical methods for solving fractional partial differential equations (FPDEs). He completed his master's degree at Amirkabir University of Technology, where he researched numerical methods in financial mathematical models. He is also proficient in MATLAB and Python and is interested in developing mathematical techniques in engineering and biology and some other physical fields.

###### Email : [email protected]
13 changes: 13 additions & 0 deletions _members/Mohaddese_Heydari.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: member
name: Mohaddeseh Heidari
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: https://www.linkedin.com/in/mohaddeseheydari
icon: bi-linkedin
---

Mohaddeseh Heidari is a Master's student in Applied Mathematics, specializing in Numerical Analysis at Amirkabir University. Her thesis is focused on predicting cryptocurrency prices using machine learning methods. Her interests include machine learning, data mining, the application of mathematics in finance, and areas related to numerical analysis.

###### Email : [email protected]
13 changes: 13 additions & 0 deletions _members/MohammadReza_Ahmadi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: member
name: MohammadReza Ahmadi
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: https://github.com/Mohammad-Reza-Ahmadi
icon: bi-github
---

Mohammad Reza Ahmadi is a Ph.D. candidate in Applied Mathematics with a focus on Financial Mathematics at Amirkabir University of Technology. He earned his Master's degree in Financial Mathematics from the University of Isfahan. His primary research interests lie in the mathematical modeling of financial markets and the study of stochastic differential equations associated with these models for option pricing. He employs a wide range of stochastic processes in his work, including Brownian motion, fractional Brownian motion, and various types of Lévy processes, such as pure jump and jump-diffusion processes. He is also interested in solving fractional partial differential equations (FPDEs) derived from financial mathematics models, along with their numerical solutions. Driven by a strong passion for applying mathematical models to financial markets, Mohammad Reza is actively exploring and validating his models in real-world financial settings.

###### Email : [email protected]
17 changes: 17 additions & 0 deletions _members/Mohammad_mahdi-hajiabbasi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: member
name: Mohammad Mahdi Hajiabbasi
# avatar: /assets/img/membersimg/mohammadmahdihajiabasi.jpg
avatar: /assets/img/membersimg/images.png
title: Member
social:
- link: https://www.linkedin.com/in/mohammad-mahdi-hajiabbasi-87824020b/
icon: bi-linkedin

- link: https://github.com/hajiabbasi
icon: bi-github
---

Mohammad Mahdi Haji Abbasi is a graduate student in the Artificial Intelligence Master's program at Amirkabir University of Technology, currently in his third semester with an outstanding GPA of 19. He earned his bachelor's degree in mathematics with a GPA of 18.19 and was directly admitted to the master's program without an entrance exam. His primary research focuses on portfolio optimization using neural networks, particularly transformers and graph neural networks. Additionally, he is exploring numerical solutions of differential equations through neural networks. Mohammad is dedicated to applying advanced mathematical and computational techniques to address complex challenges in finance and science.

###### Email : [email protected]
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
---
layout: member
name: Mostafa Abbaszadeh
avatar: /assets/img/speakers/download (1).jpg
title: Professor
# avatar: /assets/img/membersimg/download (1).jpg
avatar: /assets/img/membersimg/images.png
title: Professor/Team lead
social:
- link: https://www.linkedin.com/in/mostafa-abbaszadeh-81493b248/
icon: bi-linkedin

- link: https://github.com/MAbbaszadeh1988
icon: bi-github

- link: https://scholar.google.com/citations?hl=en&user=9nuBcAIAAAAJ&view_op=list_works&sortby=pubdate
icon: bi-mortarboard
---

Mostafa Abbaszadeh is an Associate Professor of Applied Mathematics at Amirkabir University of Technology in Tehran, Iran. His research primarily focuses on numerical methods for partial differential equations, computational mechanics, and mathematical modeling. He has contributed significantly to the field through various publications, including studies on the proper orthogonal decomposition method and meshless methods for numerical simulations. Abbaszadeh has collaborated with researchers internationally and has presented his work at numerous conferences. His contributions have been recognized in several academic journals, where he has served as a reviewer. He is dedicated to advancing the understanding and application of mathematical techniques in engineering and physical sciences.

###### Email : [email protected]
Loading

0 comments on commit 5ae8405

Please sign in to comment.