-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
27 lines (27 loc) · 2.24 KB
/
about.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OptoGPT About</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="header">
<img src="Michigan-Wolverines-Logo.png" alt="University of Michigan Logo" height="40">
<h1>About OptoGPT</h1>
</div>
<div class="nav">
<a href="home.html" class="home">Home</a>
<a href="https://www.oejournal.org/article/doi/10.29026/oea.2024.240062">Research Paper</a>
</div>
<div class="content">
<div class="images-container">
<img class="images" src="OptoGPT1.jpg" alt="Optical Thin Films">
<img class="images" src="OptoGPT2.jpg" alt="Optical Thin Films">
</div>
<p>Designing multilayer thin films plays a crucial role in applications such as camera lenses, solar panels, biomedical devices, and laser optics. These films are engineered to control how light interacts with surfaces, enhancing materials properties of reflection, transmission, and absorption. OptoGPT (Opto Generative Pretrained Transformer), is a decoder-only transform model that uses machine learning to transform the design process of optical multilayer thin films. OptoGPT can efficiently generate thin film structures based on desired optical properties, getting rid of the need for exhaustive trial-and-error in the design process, thus making the process faster and more efficient. Using OptoGPT is simple, making it accessible to researchers and engineers working on optical thin films. To start, users input the desired optical properties, such as how much light should be reflected, transmitted, or absorbed at different wavelengths. OptoGPT then analyzes this information and quickly generates a customized thin film design that meets the specified requirements. As AI-driven solutions continue to shape scientific advancements, OptoGPT stands as a breakthrough in optical engineering, paving the way for smarter, more innovative optical design techniques.</p>
<p>Learn more about OptoGPT <a href="https://www.oejournal.org/article/doi/10.29026/oea.2024.240062" class="paper">here:</a></p>
</div>
</body>
</html>