-
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.
Refactor people/isaev/index.html: Add profile information for Nabi Isaev
- Loading branch information
1 parent
552818f
commit 8cda346
Showing
2 changed files
with
219 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,219 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134137688-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-134137688-1'); | ||
</script> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" href="../../css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="../../css/theme.css" > | ||
|
||
<!-- Font Awesome --> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" > | ||
|
||
|
||
|
||
|
||
|
||
|
||
<title>ECM | Nabi Isaev</title> | ||
<link rel='icon' href='../../favicon.ico'> | ||
|
||
</head> | ||
<body> | ||
|
||
<!-- Navbar --> | ||
|
||
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark"> | ||
<a href="../../" class="navbar-left"><img src="../../logo.png" width="80" height="40" class="d-inline-block align-top" alt=""></a> | ||
<a class="navbar-brand pl-2 mb-0 pb-0 mt-0 pt-0" href="../../"> | ||
<div class="row p-0 pl-7 m-0 title-font"> | ||
Electrochemical <br> Materials <br> Lab @ TUM | ||
</div> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#" > | ||
Research | ||
</a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
<a class="dropdown-item" href="../../research/batteries">Solid State Li-Ion Batteries</a> | ||
<a class="dropdown-item" href="../../research/memristors">Memristors</a> | ||
<a class="dropdown-item" href="../../research/solarfuel">Solar Fuel Conversion</a> | ||
<a class="dropdown-item" href="../../research/sofcs">Solid Oxide Fuel Cells</a> | ||
<a class="dropdown-item" href="../../research/sensors">Solid State Gas Sensors</a> | ||
<a class="dropdown-item" href="../../research/redox-batteries/">Redox Flow Batteries</a> | ||
<div class="dropdown-divider"></div> | ||
<a class="dropdown-item" href="../../research/expertise">Areas of Expertise</a> | ||
</div> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#" > | ||
Publications | ||
</a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
<a class="dropdown-item" href="../../pubs/articles">Articles</a> | ||
<a class="dropdown-item" href="../../pubs/patents">Patents</a> | ||
<a class="dropdown-item" href="../../pubs/books">Book Chapters</a> | ||
</div> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link active" href="../../people">People</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../../news">News</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://campus.tum.de/tumonline/pl/ui/$ctx;design=pl;header=max;lang=de/wblvangebot.wbshowlvoffer?ppersonnr=365480&pGroup=W&pFilter=null%26f_4_1" target="_blank">Teaching <i class="fas fa-external-link-alt"></i></a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" id="pubsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#" > | ||
Opportunities | ||
</a> | ||
<div class="dropdown-menu" aria-labelledby="pubsDropdown"> | ||
<a class="dropdown-item" href="../../opportunities/openings">Open Positions</a> | ||
<a class="dropdown-item" href="../../opportunities/lila">LILA-Materials Science <br> Mentoring Program</a> | ||
</div> | ||
</li> <li class="nav-item"> | ||
<a class="nav-link" href="../../gallery">Gallery</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<div class="container-fluid p-3 pr-sm-5 pl-sm-5"> | ||
<div class="row d-flex flex-wrap align-items-center justify-content-center"> | ||
<div class="team-photo-lg-rounded" style="background-image:url(../isaev.jpg)"></div> | ||
<div class="p-3"> | ||
<h3 class="mt-0 font-weight-bold">Nabi Isaev<small class="text-muted"> PhD Student</small></h3> | ||
|
||
<p class="font-weight-light">nabi.isaev@tum.de | (+49 89 289) 54 443 <br> | ||
Room 46206<br> | ||
Lichtenbergstr. 4, 85748 Garching</p> | ||
|
||
|
||
<p>B.Sc. Technical Physics, Peter the Great Polytechnic University, St. Petersburg, Russia<br> | ||
<small class="text-muted">Bachelor Thesis 'Photoelectric Properties of Composite Films Based on Organometallic Perovskite Modified with Mixed Cellulose Ester'</small> | ||
</p> | ||
|
||
<p>M.Sc. Applied and Engineering Physics, TU Munich, Germany<br> | ||
<small class="text-muted">Master Thesis 'Hot Carrier Spectroscopy of Core-Shell InGaAs-In AlAs Nanowires'</small><br> | ||
</p> | ||
|
||
</div> | ||
</div> | ||
<hr> | ||
<p>Nabi's work focuses on the development of a novel thermal battery for wasting waste heat and storing energy. | ||
|
||
</p> | ||
|
||
|
||
</div> | ||
|
||
<div class="container-fluid p-3 pr-sm-5 pl-sm-5 bg-light"> | ||
<h5 class="pb-2 font-weight-bold text-center">Publications</h5> | ||
<table class="table table-sm mx-auto"> | ||
<tbody> | ||
|
||
<tr><th scope="row">4</th><td> | ||
<p><a href="https://journals.aps.org/prb/abstract/10.1103/PhysRevB.109.235303" target="_blank"> | ||
Influence of Auger heating and Shockley-Read-Hall recombination on hot-carrier dynamics in InGaAs nanowires | ||
</a><br> | ||
H. Esmaielpour, N. Isaev, J. J. Finley, G. Koblmüller<br> | ||
<span class="font-weight-bold">Physical Review B</span>, 109, 235303 (2024) | ||
</p> | ||
</td></tr> | ||
|
||
<tr><th scope="row">3</th><td> | ||
<p><a href="https://pubs.acs.org/doi/10.1021/acsanm.7b00000" target="_blank"> | ||
Strong Dimensional and Structural Dependencies of Hot Carrier Effects in InGaAs Nanowires: Implications for Photovoltaic Solar Cells | ||
</a><br> | ||
H. Esmaielpour, N. Isaev, I. Makhfudz, M. Döblinger, J. J. Finley, G. Koblmüller<br> | ||
<span class="font-weight-bold">ACS Applied Nano Materials</span>, 7, 3 (2024) | ||
</p> | ||
</td></tr> | ||
|
||
<tr><th scope="row">2</th><td> | ||
<p><a href="https://iopscience.iop.org/article/10.1088/1742-6596/2086/1/012021" target="_blank"> | ||
Temperature dependent small signal analysis of microlasers with InGaAs/GaAs quantum well-dots in the active region | ||
</a><br> | ||
Isaev N.K., Moiseev E.I., N.A. Fominykh, Kryzhanovskaya N.V., Zubov F.I., Mintairov S.A., Kalyuzhnyi N.A., Kulagina M.M., Maximov M.V., Zhukov A.E.<br> | ||
<span class="font-weight-bold">Journal of Physics: Conference Series</span>, 2086 (2021) | ||
</p> | ||
</td></tr> | ||
|
||
<tr><th scope="row">1</th><td> | ||
<p><a href="https://link.springer.com/article/10.1134/S1063783421030057" target="_blank"> | ||
Photoelectric Properties of Composite Films Based on Organometallic Perovskite CH<sub>3</sub>NH<sub>3</sub>PbBr<sub>3</sub> Modified with Mixed Cellulose Ester | ||
</a><br> | ||
Isaev N.K., Aleshin A.N.<br> | ||
<span class="font-weight-bold">Physics of the Solid State</span>, 63 (2021) | ||
</p> | ||
</td></tr> | ||
|
||
</tbody> | ||
</table> | ||
</div> | ||
|
||
|
||
|
||
|
||
<!-- Footer --> | ||
<footer class="container-fluid bg-dark p-3 pr-sm-5 pl-sm-5"> | ||
<div class="row"> | ||
<div class="col-sm-4 pb-3"> | ||
<h6 class="ecm-primary font-weight-bold text-center align-middle">ABOUT</h6> | ||
<small class="text-white"> | ||
The Electrochemical Materials Laboratory is part of Technical University of Munich's <a class="ecm-primary" href="https://www.ch.tum.de/en/home/" target="_blank">Department of Chemistry</a>. The lab is led by <a class="ecm-primary" href="https://www.ch.tum.de/en/faculty/staff/active-members/r/prof-dr-jennifer-rupp/" target="_blank">Prof. Dr. Jennifer L.M. Rupp</a>. | ||
</small> | ||
</div> | ||
<div class="col-sm-4 pb-3"> | ||
<h6 class="ecm-primary font-weight-bold text-center align-middle">LINKS</h6> | ||
<small class="text-white"> | ||
<a class="ecm-primary" href="https://www.tum.de/">Technical University of Munich</a> <br> | ||
<a class="ecm-primary" href="https://www.ch.tum.de/en/home/" target="_blank">TUM Department of Chemistry</a> <br> | ||
<a class="ecm-primary" href="https://www.tumint-energy.de/" target="_blank">TUMint Energy Research GmbH</a> <br> | ||
<a class="ecm-primary" href="https://ecm-tum.github.io/impressum" target="_blank">Impressum und Datenschutzerklärung</a> <br> | ||
</small> | ||
</div> | ||
<div class="col-sm-4 pb-3"> | ||
<h6 class="ecm-primary font-weight-bold text-center align-middle">CONTACT</h6> | ||
<small class="text-white"> | ||
Prof. Dr. Jennifer L.M. Rupp, FRSC <br> | ||
jrupp[at]tum.de | +49 (89) 289-54440<br> | ||
TUCHACF Professur für Chemie der Festkörperelektrolyte (Prof. Rupp) <br> | ||
85748 Garching b. München, Lichtenbergstr. 4/III (Elektochemische Materialien) <br> | ||
</small> | ||
</div> | ||
</div> | ||
<div class="text-center text-secondary"> | ||
<small>Built by Willis O'Leary with Bootstrap</small> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<!-- Optional JavaScript --> | ||
|
||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | ||
<script type="text/javascript" id="cookiebanner" | ||
src="https://cdn.jsdelivr.net/gh/dobarkod/cookie-banner@1.2.2/dist/cookiebanner.min.js"></script> | ||
<script src="../../js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |