-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
72 lines (67 loc) · 2.16 KB
/
products.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
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
---
layout: default
bodyClass: "page-products"
---
<div class="container my-5">
<div class="d-flex justify-content-center mb-3">
<img class="img-width-carousel intro-image" alt="MIRO-101" src={{"images/carousel/Imagen3.png" | relative_url}} />
</div>
<div class="row text-center">
<h1>
MIRO - 101
</h1>
</div>
<!-- PRODUCT SHOWING -->
<div class="product-information mt-5">
<div class="specs">
<div class="col-6 mx-2">
<div class="spec-section mb-5">
<h3 class="fw-bold spec-title">High Optical Nonlinearity</h3>
<hr>
<div class="spec-desc">
<p>SHG at 515 nm; d<sub>eff</sub>= 0.35 pm/V</p>
<p>THG at 343 nm</p>
<p>More info: <a href="https://onlinelibrary.wiley.com/doi/full/10.1002/adom.202300142"
target="_blank"><em>Adv. Optical Mater</em><strong> 2023</strong>, 2300142</a></p>
</div>
</div>
<div class="spec-section mb-5">
<h3 class="fw-bold spec-title">High Transparency</h3>
<hr>
<div class="spec-desc">
<p>80-95% over 350 – 3000 nm</p>
<p>High band gap 3.6 eV</p>
</div>
</div>
<div class="spec-section mb-5">
<h3 class="fw-bold spec-title">Application</h3>
<hr>
<div class="spec-desc">
<p>Frequency Conversion</p>
<p>SPDC</p>
<p>THz Generation</p>
</div>
</div>
</div>
<div class="col-6 mx-2">
<div class="spec-section mb-5">
<h3 class="fw-bold spec-title">High Durability</h3>
<hr>
<div class="spec-desc">
<p>Thermal stability up to 315°C</p>
<p>Non-Hygroscopic</p>
<p>Damage threshold 0,2 TW/cm<sup>2</sup> at 1030 nm (fs, poled)</p>
</div>
</div>
<div class="spec-section mb-5">
<h3 class="fw-bold spec-title">Large Crystal Size</h3>
<hr>
<div class="spec-desc">
<p>Crystal size up to 18 mm<sup>3</sup></p>
<p>Cut and polish ready</p>
</div>
</div>
</div>
</div>
</div>
</div>