-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiberlist.html
176 lines (160 loc) · 8.02 KB
/
fiberlist.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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html>
<head>
<title>Simtrum</title>
<link rel="stylesheet" media="screen and (max-width: 320px)" href="css/main.css">
<link rel="stylesheet" media="screen and (min-width: 321px)and (max-width: 700px)" href="css/appsmall.css">
<link rel="stylesheet" media="screen and (min-width: 701px)and (max-width: 900px) " href="css/applarge.css">
<meta name = "viewport" content = "width = device-width, initial-scale = 1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel = "stylesheet"
href = "https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<script type = "text/javascript"
src = "https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src = "https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
</head>
<body oncontextmenu="return false">
<div class="logo">
<a href="main.html"><img src="image/Simtrum.jpg"></a>
<div class="searchbox">
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.." title="Type in a name">
<ul id="myUL">
<li><a href="O1.html">Reflective Index</a></li>
<li><a href="O2.html">Lens radius calculator</a></li>
<li><a href="O3.html">Laser Beam Spot size</a></li>
<li><a href="O4.html">Single convex lens imaging</a></li>
<li><a href="O5.html">Two convex lens imaging</a></li>
<li><a href="O6.html">Minimum deviation angle of prisms</a></li>
<li><a href="O7.html">The beam waist with convex lens</a></li>
<li><a href="O8.html">Magnification With A Telescope</a></li>
<li><a href="O9.html">Refraction Angle calculation</a></li>
<li><a href="O10.html">Displacement distance of light</a></li>
<li><a href="O11&12.html">The transmission and reflection coefficients of light</a></li>
<li><a href="O13.html">The diffracted angle of Transmission Gratings</a></li>
<li><a href="O14.html">The diffracted angle and the Littrow angle of Reflective Gratings</a></li>
<li><a href="O15.html">Fringe Period of two light interference</a></li>
<li><a href="O16.html">Phase Retardation of Light</a></li>
<li><a href="O17.html">The prism pair dispersion compensation</a></li>
<li><a href="O18.html">GDD and TOD of grating pair </a></li>
<li><a href="O19.html">Laser dispersion with different materials</a></li>
<li><a href="O20.html">Calculator of pulse stretching when knows GDD</a></li>
<li><a href="O21.html">Calculator of pulse stretching to get GDD</a></li>
<li><a href="O22.html">Spatial dispersion for single grating</a></li>
<li><a href="L1.html">Gaussian beam propagation-divergence</a></li>
<li><a href="L2.html">Decibel-percent convert</a></li>
<li><a href="L3.html">Spectral-bandwidth convert</a></li>
<li><a href="L4.html">Round trip time calculator</a></li>
<li><a href="L5.html">Proprieties of gauss beam</a></li>
<li><a href="F1.html">Diffraction-limited angular resolution</a></li>
<li><a href="F2.html">PM fiber beat length calculator</a></li>
<li><a href="F3.html">Optical fiber V parameter and cutoff calculator</a></li>
<li><a href="F4.html">Mode field diameter calculator</a></li>
<li><a href="LA1.html">Transform limited pulse width-Gaussian</a></li>
<li><a href="LA2.html">Pulse Train Calculator </a></li>
<li><a href="LA3.html">Spatial distribution of Gaussian beams</a></li>
<li><a href="LA4.html">Peak Intensity of Gaussian Laser Pulses</a></li>
<li><a href="LA5.html">Peak Power of Pulses</a></li>
<li><a href="LA6.html">Damage threshold conversion</a></li>
<li><a href="LA7.html">Pulse width at the FT limit</a></li>
<li><a href="LA8.html">Time Bandwidth Product</a></li>
<li><a href="LA9.html">Phase Matching for SHG</a></li>
<li><a href="LA10.html">Walkoff angle for SHG</a></li>
<li><a href="LA11.html">Thermal lens focal length</a></li>
<li><a href="I1.html">Angular resolution calculator</a></li>
<li><a href="I2.html">Diffraction limit calculator</a></li>
</ul>
</div>
</div>
<div class="menu">
<ul style="list-style-type:none;">
<li class="icons"><a href="F1.html"><img src="image/F1-resize.png"></a><p>Diffraction-limited angular resolution</p></li>
<li class="icons"><a href="F2.html"><img src="image/F2-resize.png"></a><p>PM fiber beat length calculator</p></li>
<li class="icons"><a href="F3.html"><img src="image/F3-resize.png"></a><p>Optical fiber V parameter & cutoff</p></li>
</ul><br>
<ul style="list-style-type:none;">
<li class="icons"><a href="F-4 Mode Field diameter.html"><img src="image/F4-resize.png"></a><p>Mode field diameter calculator</p></li>
<li><p> </p></li>
<li><p> </p></li>
</ul><br>
</ul>
</div>
<br><br><br>
<div class ="col" >
<h4><span class="glyphicon glyphicon-map-marker"></span> Blk 71, #06-03, Ayer Rajah Crescent Singapore 139951
<br><br><span class="glyphicon glyphicon-phone"></span> +65 9025 2507
<br><br><span class="glyphicon glyphicon-envelope"></span> shawnks@simtrum.com</h4><br>
<div class="mapouter" style="margin-left: 2%;">
<div class="gmap_canvas">
<iframe width="380" height="200" id="gmap_canvas" src="https://maps.google.com/maps?q=1.2967%2C%20103.7872&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
</div>
<style>.mapouter{position:relative;text-align:right;height:200px;width:380px;}.gmap_canvas {overflow:hidden;background:none!important;height:200px;width:380px;}
</style>
</div>
<a href="https://www.simtrum.com/WebShop/index.aspx"><p style="margin-left: 2%;font-size: 125%">https://www.simtrum.com/WebShop/index.aspx</p></a>
</div>
<style>
* {
box-sizing: border-box;
}
#myInput {
background-image: url('image/search.jpg');
background-repeat: no-repeat;
background-size: 15%;
width: 85%;
font-size: 90%;
padding: 2% 5% 2% 20%;
border: 1px solid #ddd;
}
#myUL {
list-style-type: none;
padding: 0;
margin: 0;
width: 125%;
display: none;
}
#myUL li a {
border: 1px solid black;
margin-top: -1px; /* Prevent double borders */
background-color: lightgrey;
padding: 5%;
text-decoration: none;
font-size: 90%;
color: black;
display: block
}
#myUL li a:hover:not(.header) {
background-color: #40E0D0;
}
</style>
<script>
function myFunction() {
var input, filter, ul, li, a, i, txtValue;
input = document.getElementById("myInput");
filter = input.value.toUpperCase();
ul = document.getElementById("myUL");
li = ul.getElementsByTagName("li");
if(input.value.length == 0){
ul.style.display = "none";
return;
}
else{
ul.style.display = "block";
}
for (i = 0; i < li.length; i++) {
a = li[i].getElementsByTagName("a")[0];
txtValue = a.textContent || a.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
li[i].style.display = "";
} else {
li[i].style.display = "none";
}
}
}
</script>
</body>
</html>