-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,163 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>[name]'s Personal Website</title> | ||
<style> | ||
body { | ||
font-family: 'Helvetica Neue', Arial, sans-serif; | ||
margin: 0; | ||
padding: 0; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
background-color: #f7f7f7; | ||
color: #333; | ||
} | ||
header, footer { | ||
background-color: #2c3e50; | ||
color: white; | ||
padding: 20px 0; | ||
width: 100%; | ||
text-align: center; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | ||
} | ||
header h1 { | ||
margin: 0; | ||
font-size: 2.5em; | ||
font-weight: 300; | ||
} | ||
main { | ||
text-align: center; | ||
padding: 20px; | ||
max-width: 800px; | ||
margin: 20px auto; | ||
background: white; | ||
border-radius: 8px; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | ||
} | ||
main section { | ||
margin: 20px 0; | ||
padding: 20px; | ||
} | ||
img { | ||
border-radius: 50%; | ||
width: 150px; | ||
height: 150px; | ||
object-fit: cover; | ||
margin-top: 20px; | ||
border: 3px solid #2c3e50; | ||
transition: transform 0.3s ease; | ||
} | ||
img:hover { | ||
transform: scale(1.1); | ||
} | ||
.links { | ||
margin: 20px 0; | ||
} | ||
.links a { | ||
color: #2980b9; | ||
text-decoration: none; | ||
margin: 0 10px; | ||
font-size: 1.1em; | ||
transition: color 0.3s ease; | ||
} | ||
.links a:hover { | ||
color: #1c598a; | ||
} | ||
.publications { | ||
text-align: left; | ||
margin-top: 20px; | ||
} | ||
.publications ul { | ||
list-style-type: none; | ||
padding: 0; | ||
} | ||
.publications li { | ||
margin: 10px 0; | ||
} | ||
.publications a { | ||
color: #2980b9; | ||
text-decoration: none; | ||
} | ||
.publications a:hover { | ||
text-decoration: underline; | ||
} | ||
@media (max-width: 600px) { | ||
header h1 { | ||
font-size: 2em; | ||
} | ||
.links a { | ||
font-size: 1em; | ||
} | ||
} | ||
#back-to-top { | ||
position: fixed; | ||
bottom: 30px; | ||
right: 30px; | ||
display: none; | ||
background-color: #2c3e50; | ||
color: white; | ||
padding: 10px 20px; | ||
border: none; | ||
border-radius: 5px; | ||
cursor: pointer; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | ||
} | ||
#back-to-top:hover { | ||
background-color: #1c598a; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>[name]</h1> | ||
</header> | ||
<main> | ||
<section> | ||
<h2>About Me</h2> | ||
<p>Hello! I am [name], a Machine Learning Engineer with a passion for AI and technology. I specialize in applying cutting-edge AI solutions to tackle complex problems in a broad spectrum of practical implementations. With extensive experience in deep learning algorithms, generative AI solutions, and applied ML techniques, I strive to enhance process efficiencies and foster innovations.</p> | ||
</section> | ||
<section> | ||
<img src="img.jpg" alt="Portrait of [name]"> | ||
</section> | ||
<section class="links"> | ||
<h3>Connect with Me</h3> | ||
<a href="https://www.linkedin.com/in/javad-alverdi" aria-label="LinkedIn">LinkedIn</a> | ||
<a href="https://github.com/javad-alverdi" aria-label="GitHub">GitHub</a> | ||
<a href="path/to/your-publications.pdf" aria-label="Publications">Publications</a> | ||
<a href="path/to/your-talks.pdf" aria-label="Talks">Talks</a> | ||
</section> | ||
<section class="publications"> | ||
<h3>Publications</h3> | ||
<ul> | ||
<li><a href="link-to-publication-1" aria-label="Publication 1">Title of Publication 1</a> - Journal/Conference, Year</li> | ||
<li><a href="link-to-publication-2" aria-label="Publication 2">Title of Publication 2</a> - Journal/Conference, Year</li> | ||
<li><a href="link-to-publication-3" aria-label="Publication 3">Title of Publication 3</a> - Journal/Conference, Year</li> | ||
<!-- Add more publications as needed --> | ||
</ul> | ||
</section> | ||
</main> | ||
<footer> | ||
<p>© 2024 [name]. All rights reserved.</p> | ||
</footer> | ||
<button id="back-to-top">Back to Top</button> | ||
<script> | ||
// Show "Back to Top" button when user scrolls down | ||
window.addEventListener('scroll', function() { | ||
const backToTopButton = document.getElementById('back-to-top'); | ||
if (window.scrollY > 200) { | ||
backToTopButton.style.display = 'block'; | ||
} else { | ||
backToTopButton.style.display = 'none'; | ||
} | ||
}); | ||
|
||
// Scroll to top when "Back to Top" button is clicked | ||
document.getElementById('back-to-top').addEventListener('click', function() { | ||
window.scrollTo({ top: 0, behavior: 'smooth' }); | ||
}); | ||
</script> | ||
</body> | ||
</html> | ||
TITLE | ||
CITED BY | ||
YEAR | ||
Peering inside a cough or sneeze to explain enhanced airborne transmission under dry weather | ||
K Liu, M Allahyari, JS Salinas, N Zgheib, S Balachandar | ||
Scientific Reports 11 (1), 9826 40 2021 | ||
Investigation of theoretical scaling laws using large eddy simulations for airborne spreading of viral contagion from sneezing and coughing | ||
K Liu, M Allahyari, J Salinas, N Zgheib, S Balachandar | ||
Physics of Fluids 33 (6) 38 2021 | ||
Boiling process with incorporating nanoparticles through a flattened channel using experimental approach | ||
A Shafee, B Rezaeianjouybari, M Sheikholeslami, M Allahyari, ... | ||
Journal of Thermal Analysis and Calorimetry 143, 3569-3576 10 2021 | ||
The effects of grid accuracy on flow simulations: A numerical assessment | ||
M Allahyari, V Esfahanian, K Yousefi | ||
Fluids 5 (3), 110 8 2020 | ||
Numerical simulation of flows with shocks and turbulence using observable methodology | ||
M Allahyari, K Mohseni | ||
2018 AIAA Aerospace Sciences Meeting, 0066 5 2018 | ||
A deep neural network-based approach for the force predictions of particulate multiphase flows | ||
M Allahyari, WC Moore, BS Siddani, S Balachandar | ||
APS Division of Fluid Dynamics Meeting Abstracts, J12. 011 4 2020 | ||
Simulation of compressible flows and shock turbulence interaction using observable Euler and Navier-Stokes equations | ||
M Allahyari, K Mohseni | ||
APS Division of Fluid Dynamics Meeting Abstracts, A29. 006 2 2017 | ||
Sensitivity of puff dynamics and airborne droplet nuclei distribution to variations in violent expiration events | ||
M Allahyari, K Liu, J Salinas, N Zgheib, S Balachandar | ||
Computers & Fluids 251, 105758 1 2023 | ||
A block–interface approach for high–order finite–difference simulations of compressible flows | ||
M Allahyari, K Yousefi, V Esfahanian, M Darzi | ||
Journal of Applied Fluid Mechanics 14 (2), 345-359 1 2020 | ||
ON THE EJECTION SCALE PROBLEM OF EXPIRATORY EVENTS FROM THEORY AND SIMULATIONS | ||
K Liu, M Allahyari, JS Salinas, N Zgheib, S Balachandar | ||
ASTFE Digital Library 2022 | ||
Simulation of Turbulent/Multiphase Flows and the Use of Deep/Machine Learning | ||
M Allahyari | ||
University of Florida 2021 | ||
Pseudo-spectral simulation of shock turbulence interaction using observable Navier- Stokes equations | ||
M Allahyari, K Mohseni | ||
North American High Order Methods Conference 2019 | ||
Shock-turbulence interaction simulation using observable Navier-Stokes equations | ||
M Allahyari, K Mohseni | ||
Fifteenth annual symposium of the Burgers program for fluid dynamics: Topics … 2018 | ||
GPU implementation for high-order numerical flow simulation | ||
V Esfahanian, M Hedayat, M Allahyari, B Baghapour | ||
https://www.civilica.com/Paper-CFD15-CFD15_162=GPU-implementation-for-high … 2013 | ||
High-Order Compact Finite-Difference on Multi-block Domains with Parallelization Implementation | ||
V Esfahanian, M Allahyarri, M Hedayat | ||
2013 |