-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnonContact.php
executable file
·93 lines (73 loc) · 3.23 KB
/
nonContact.php
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
<?php include 'header.php'; ?>
<!-- ============================================================= MAIN ============================================================= -->
<main>
<!-- ============================================================= SECTION – HERO ============================================================= -->
<section id="hero" class="img-bg-center " style="background-image: url(assets/images/art/thermometer.png);">
<div class="container inner">
<div class="row">
<div class="col-sm-10">
<header>
<h1 style="color:green">Non Contact <br>Thermometer
</h1>
</header>
</div><!-- /.col -->
</div><!-- ./row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – HERO : END ============================================================= -->
<!-- ============================================================= SECTION – WHO WE ARE ============================================================= -->
<section id="who-we-are" style="padding:0px">
<div class="container inner-md">
<div class="row inner-top-xs">
<div class="col-sm-offset-1 col-sm-11 inner-right-xs inner-bottom-xs">
<h2>Abstract</h2>
Measuring temperature of something without touching the surface or body has great application. Imagine measuring temperature of noxious or flammable chemicals in lab without going near them. Ever wondered how temperature of the stars is calculated? The answer to all these is “emissivity”.
The aim of the project is to make a gadget for calculating emissivity with minimum error possible. The next step is to make Non-Contact temperature measuring device using the theory of ‘Ratio Pyrometry’ and the calculated emissivity. This also includes improving and enhancing the device to accommodate wider temperature range and more accuracy and precision.
The next step is really challenging. This aims at developing process for “thermal imaging”.
<div><br><br>
<h3>Timeline of the project</h3>
<table class="table table-striped table-bordered">
<tr>
<td valign="top" width="308">
30 September to 30 October
</td>
<td valign="top" width="308">
To get accurate emissivity
</td>
</tr>
<tr>
<td valign="top" width="308">
1 November to 15 December
</td>
<td valign="top" width="308">
To get the correction factor and temperature
</td>
</tr>
<tr>
<td valign="top" width="308">
16 December to 15 January
</td>
<td valign="top" width="308">
To get accuracy and precision in measurement
</td>
</tr>
<tr>
<td valign="top" width="308">
<strong>Thermal imaging</strong>
</td>
<td valign="top" width="308">
<strong> </strong>
</td>
</tr>
</table><br><br>
<p><b>Team members</b></p>
<p>Chaitanya Mokashi <br />
Chemical Engg <br />
<[email protected]> <br />
99201343147</p>
<p>Dhawal Goyal <br />
Chemical Engg <br />
9967390046</p>
</section>
<!-- ============================================================= SECTION – WHO WE ARE : END ============================================================= -->
<?php include 'footer.php'; ?>