-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (81 loc) · 3.76 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TOFMA | Telecommunications Optical Fibers Modeling Application</title>
<meta content="Application for the design of optical fibers used in metrology" name="description">
<meta content="tofma, telecommunications, optical, fibers" name="keywords">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="favicon.ico" rel="shortcut icon">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" rel="stylesheet">
<link href="src/css/vendor/normalize.css" rel="stylesheet">
<link href="src/css/main.css" rel="stylesheet">
</head>
<body>
<div class="commonMainBox">
<!--[if IE]>
<p class="browserupgrade">
You are using an <strong>outdated browser</strong>.
Please <a href="https://browsehappy.com/" target="_blank">upgrade your browser</a> to improve your experience and security.
</p>
<![endif]-->
<noscript>
<p class="enablejavascript">
For full functionality of this site it is necessary to <strong>enable JavaScript</strong>.
Here are the <a href="https://www.enable-javascript.com/" target="_blank">instructions how to enable JavaScript in your web browser</a>.
</p>
</noscript>
<div class="indexHead">
<img alt="Application Logo" class="noselect" src="src/img/logo.png">
<h1>Telecommunications Optical Fibers Modeling Application</h1>
</div>
<div class="indexSection">
<h2>Menu</h2>
<ul>
<li><a href="application.html">Application</a></li>
<!-- TODO <li><a href="documentation.html">Documentation</a></li> -->
</ul>
</div>
<div class="indexPeople">
<div class="indexPeopleProgrammer">
<h2>Author</h2>
<ul>
<li>Michał Kozakiewicz</li>
<li>The Mazovian State University in Płock</li>
<li>Faculty of Humanities and Information Technology Sciences</li>
<li><a href="https://github.com/michal037" target="_blank">github.com/michal037</a></li>
</ul>
</div>
<div class="indexPeopleSupervisor">
<h2>Scientific supervisor</h2>
<ul>
<li>Prof. Sławomir Andrzej Torbus, PhD, Eng.</li>
<li>Kazimierz Wielki University in Bydgoszcz</li>
<li>Institute of Mathematics</li>
<li><a href="mailto:slawomir.torbus@ukw.edu.pl">slawomir.torbus@ukw.edu.pl</a></li>
</ul>
</div>
</div>
<div class="indexSection">
<h2>Licenses</h2>
<ul>
<li><a href="LICENSE.txt" target="_blank">License</a></li>
<li><a href="third-party-licenses.txt" target="_blank">Third Party Licenses</a></li>
</ul>
</div>
<div class="indexSection indexBibliography">
<h2>References</h2>
<ul>
<li>Torbus S. A.: Projektowanie światłowodów jednomodowych dla celów metrologicznych i ich zastosowanie w czujnikach Faradaya. Wydawnictwa Uczelniane UTP w Bydgoszczy, Bydgoszcz 2014 <a href="src/pdf/Torbus_PSJDCMIIZWCF.pdf" target="_blank">DOWNLOAD</a></li>
<li>Torbus S. A., Dutkiewicz P.: Projektowanie jednomodowych światłowodów telekomunikacyjnych dla czujników wykorzystujących magnetooptyczne zjawisko Faradaya. Przegląd Elektrotechniczny Nr 2/2015 <a href="src/pdf/Torbus_Dutkiewicz_PJSTDCWMZF.pdf" target="_blank">DOWNLOAD</a></li>
<li>Torbus S. A., Fajfer M., Ratuszek M. J.: Projektowanie jednomodowych światłowodów telekomunikacyjnych odpornych na zginanie G.657 dla celów metrologicznych. Przegląd Elektrotechniczny Nr 8/2013 <a href="src/pdf/Torbus_Fajfer_Ratuszek_PJSTONZG.657DCM.pdf" target="_blank">DOWNLOAD</a></li>
</ul>
</div>
<div class="indexFooter">
<span><a href="https://semver.org/" target="_blank">version</a>: 1.5.0</span>
<span><a href="https://github.com/michal037/tofma/releases" target="_blank">download</a></span>
<span><a href="LICENSE.txt" target="_blank">MIT license</a></span>
</div>
</div>
</body>
</html>