-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
61 lines (59 loc) · 2.99 KB
/
Copy pathpublications.html
File metadata and controls
61 lines (59 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Publications – Edgardo De Leon</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="container">
<h1>Edgardo De Leon</h1>
<p class="subtitle">PhD Student · Computational Chemistry</p>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="post.html">Post</a>
<a href="publications.html" class="active">Publications</a>
</nav>
</div>
</header>
<main class="container">
<h2>Publications</h2>
<ol class="publication-list">
<li>
<a href="https://pubs.rsc.org/en/content/articlehtml/2024/dt/d4dt01786b" target="_blank" rel="noopener noreferrer">
Synthesis and characterization of NiAl-hydride heterometallics: perturbing electron density within Al–H–Ni subunits
</a><br>
<span class="authors">Aleida G. Gonzalez, Fernando Gonzalez, Edgardo De Leon, Kaitlyn M. Birkhoff, Sam Yruegas, Haoyuan Chen*, and Manar M. Shoshani*</span><br>
<span class="journal"><em>Dalton Trans.</em>, 2024, DOI: 10.1039/D4DT01786B</span>
</li>
<li>
<a href="https://www.thieme-connect.com/products/ejournals/abstract/10.1055/a-2264-9040" target="_blank" rel="noopener noreferrer">
Accessing Reactive Metal Hydrides through Designed Heterometallic Bridges
</a><br>
<span class="authors">Fernando Gonzalez, Edgardo De Leon, and Manar M. Shoshani*</span><br>
<span class="journal"><em>Synlett</em>, 2024, DOI: 10.1055/a-2264-9040</span>
</li>
<li>
<a href="https://pubs.acs.org/doi/abs/10.1021/acs.organomet.2c00668" target="_blank" rel="noopener noreferrer">
Amplifying Reactivity of Metal Hydrides: A Heterotrimetallic NiAl2(μ2-H)2 Catalyst for the Dearomatization of N-Heterocycles
</a><br>
<span class="authors">Edgardo De Leon, Fernando Gonzalez, Preetika Bauskar, Sergio Gonzalez-Eymard, David De Los Santos, and Manar M. Shoshani*</span><br>
<span class="journal"><em>Organometallics</em>, 2022, DOI: 10.1021/acs.organomet.2c00668</span>
</li>
</ol>
</main>
<footer>
<div class="container">
<p>© 2026 Edgardo De Leon ·
<a href="https://www.linkedin.com/in/edgardo-de-leon-06b627327/">LinkedIn</a> ·
<a href="https://github.com/edleon123">GitHub</a> ·
<a href="https://bsky.app/profile/edlalio.bsky.social">Bluesky</a> ·
<a href="https://scholar.google.com/citations?user=a40YVzQAAAAJ&hl=en">Google Scholar</a>
</p>
</div>
</footer>
</body>
</html>