-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (127 loc) · 6.07 KB
/
index.html
File metadata and controls
142 lines (127 loc) · 6.07 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" href="headimage/icon.png">
<title>ONE Lab</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW68LZVXCV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SW68LZVXCV');
</script>
</head>
<body>
<nav>
<div width="900" border="0" align="center" cellspacing="0" cellpadding="20">
<div class="home-logo-container inline-home-logo-div">
<a href="/"><img draggable="false" src="headimage/onelab_c.svg" width="250"></a>
</div>
<div class="nav-logo-container inline-nav-div">
<a href="/people/"><img draggable="false" src="headimage/people.svg" height="14"></a>
</div>
<div class="nav-logo-container inline-nav-div">
<a href="/projects/"><img draggable="false" src="headimage/projects.svg" height="14"></a>
</div>
<div class="nav-logo-container inline-nav-div">
<a href="/publications/"><img draggable="false" src="headimage/publications.svg" height="14"></a>
</div>
<div class="nav-logo-container inline-nav-div">
<a href="/faq/"><img draggable="false" src="headimage/faq.svg" height="14"></a>
</div>
</div>
</nav>
<br>
<!--#################################################################################################-->
<div class="container">
<table width="700" border="0" align="center" cellspacing="0" cellpadding="0">
<tr><td width="100%" valign="middle">
<hr>
</td></tr>
</table>
<center>
<img src="headimage/onelab_banner.jpg" draggable="false" width="100%" >
</center>
<center>
<p style="font-size:20px">Welcome to the website of the Optimization and Estimation (ONE) Lab!</p>
</center>
<table border="0" align="center" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<td style="width:78%; vertical-align:middle; padding-right: 20px;">
We specialize in resilient estimation for cyber-physical systems (CPS) using advanced optimization tools from control theory and machine learning. We aim to address the security and safety challenges in CPS, ensuring their safe operations under diverse perturbations.</p>
<p>We welcome your interests in our lab as well as collaboration requests. For more information, please email us (<a href="mailto:one@unm.edu"><code>one@unm.edu</code></a>).</p>
<p style="text-align: right;"><a href="https://wenbinwan.com"><strong>Wenbin Wan</strong></a>
<br>Director, ONE lab</p>
<hr>
</td>
<td style="width:22%; vertical-align:middle;text-align: center">
<p><img src="pic_profile/wwan_pro.png" draggable="false" width="160px">
<a href="https://wenbinwan.com" class="fa fa-link"></a>
<a href="https://www.linkedin.com/in/wenbinwan/" class="fa fa-linkedin"></a>
<!-- <a href="https://twitter.com/__WWan" class="fa fa-twitter"></a>
<a href="https://www.youtube.com/@ONE_lab" class="fa fa-youtube"></a> -->
<!-- <a href="https://wenbinwan.com"><strong>Wenbin Wan</strong></a>
<br><a href="mailto:wwan@unm.edu"><code>wwan@unm.edu</code></a>
<br>Director, ONE lab -->
</p>
</td>
</tr>
</tbody>
</table>
<h1>News</h1>
<!--#################################################################################################-->
<!--################# Always Use Squared Picture for News ###########-->
<div class="news-container">
<div class="news">
<img draggable="false" src="./pic_profile/haasika.jpg" style="opacity: 0.9">
<div class="news-content">
<strong>Jan. 2026</strong><a style="float: right;" href="./news/ess_funded_research_award.html">Read more</a><hr>
Congratulations to <em>Haasika Jagirapu</em> on receiving the ESS Funded Research Award for Fall 2025. This award recognizes her excellent research contributions as a member of the ONE Lab.
</div>
</div>
<div class="news">
<img draggable="false" src="./gallery/mecc_2025_logo.jpg" style="opacity: 0.9">
<div class="news-content">
<strong>Aug. 2025</strong><a style="float: right;" href="./news/mecc_student_grant.html">Read more</a><hr>
Congratulations to <em>Kumar Anurag</em> on receiving the Student Grant Award from the IFAC Modeling, Estimation and Control Conference (MECC 2025)! [<a target="_blank" href="./rcukf/index.html">Project page</a>] [<a target="_blank" href="https://engineering.unm.edu/news/2025/08/ph.d-student-receives-grant-to-present-at-mecc-2025.html">SoE News</a>]
</div>
</div>
<div class="news">
<img draggable="false" src="./gallery/nomad.jpg" style="opacity: 0.9">
<div class="news-content">
<strong>Jul. 2025</strong><a style="float: right;" href="./news/nomad_workshop.html">Read more</a><hr>
<em>Professor Wan</em> gave a tutorial talk at the Nonlinear Mechanics and Dynamics (NOMAD) workshop by the Sandia National Laboratories.
</div>
</div>
</div>
<div style="display: flex; justify-content: center; align-items: center;" class="nav-logo-container-svg inline-nav-div">
<a href="./news/index.html">
<img src="./headimage/more_news.svg" width="100px" alt="More News">
</a>
</div>
<!--#################################################################################################-->
<br><br><br><br>
<hr>
<footer>
<div class="footer-container">
<div class="footer-logo">
<a href="/"><img src="headimage/onelab_t.svg" alt="Footer Logo"></a>
</div>
<div class="footer-social">
<a target="_blank" href="./webmasters.html" class="fa fa-wrench"></a>
<a href="https://www.linkedin.com/company/opt-est-lab/posts" class="fa fa-linkedin"></a>
<a href="https://github.com/Opt-n-Est-Lab" class="fa fa-github"></a>
<!-- <a href="https://twitter.com/__WWan" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/in/wenbinwan/" class="fa fa-linkedin"></a> -->
<a href="https://www.youtube.com/@ONE_lab" class="fa fa-youtube"></a>
</div>
</div>
</footer>
</div>
</body>
</html>