Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
majiday authored Jun 15, 2024
1 parent 0295cc8 commit cc8b3e1
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,23 @@
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#blog">Blog</a></li>
</ul>
</nav>
<div class="intro">
<img src="path-to-your-image.jpg" alt="Background Image">
<h1>Hello, I am Majid Allahyari</h1>
<p>an Applied Research Scientist in AI</p>
</div>
<h1>Majid Allahyari</h1>
<p>Innovative Applied Research Scientist in AI</p>
</header>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#links">Connect with Me</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</nav>
<main>
<section id="about">
<div class="container">
<div id="bio">
<h2>About Me</h2>
<p>Hello! I am Majid Allahyari, an innovative and experienced Applied Research Scientist with a proven track record in applying advanced AI solutions to address complex challenges across various practical applications...</p>
<p>Hello! I am Majid Allahyari, an innovative and experienced Applied Research Scientist with a proven track record in applying advanced AI solutions to address complex challenges across various practical applications. Proficient in leveraging deep learning algorithms, generative AI, and applied machine learning techniques to drive process efficiencies and foster innovation. Dedicated to the advancement of artificial intelligence, demonstrated through numerous peer-reviewed publications and conference presentations. Possesses a strong educational foundation in research, with extensive programming expertise in Python & C++. Passionate about AI, capable of acquiring new skills and concepts quickly, and known for a positive attitude. Holds several publications with over 110 citations. An effective communicator, adept at bridging the gap between technical teams and strategic leadership to achieve organizational goals.</p>
</div>
<div id="photo">
<img src="img.jpg" alt="Portrait of Majid Allahyari">
Expand All @@ -52,9 +50,12 @@ <h3>Peering inside a cough or sneeze to explain enhanced airborne transmission u
<p><strong>Majid Allahyari</strong>, K Liu, JS Salinas, N Zgheib, S Balachandar., Scientific Reports 11 (1), 9826, 2021</p>
<div class="links">
<a href="https://www.nature.com/articles/s41598-021-89078-7" aria-label="Link" target="_blank">Link</a>
<!-- <a href="code-link" aria-label="Code" target="_blank">Code</a> -->
<!-- <a href="poster-link" aria-label="Poster" target="_blank">Poster</a> -->
</div>
</div>
</div>
<!-- Add more publication sections similarly -->
<div class="publication">
<img src="image2.jpg" alt="Publication Image">
<div class="publication-details">
Expand Down

0 comments on commit cc8b3e1

Please sign in to comment.