-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcentralfacilities.php
97 lines (91 loc) · 5.35 KB
/
centralfacilities.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
94
95
96
97
<?php
include("db.php");
// include("loadDump.php");
//include("dbremote.php");
?>
<?php
include 'header.php';
?>
<link rel="stylesheet" href="css/transport.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<!-- <link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> -->
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<div class="bg-secondary rounded-0 text-white">
<div class="container p-3">
<div class="row justify-content-center">
<div class="col-sm-12">
<h3 class="fw-bold faculty-heading">CENTRAL FACILITIES</h3>
</div>
</div>
</div>
</div>
<section class="bg-grey p-3" style="background-color:#fff !important;">
<div class="row">
<div class="col-sm-10">
<br>
<p class="h5" style="color:blue;">Library</p>
<hr>
<p>
IIT Mandi has a Central Library and this central library operation is automated using KOHA.
Library currently houses over 42924 books (21150 print books & 21774 e-books) and provides
access to more than 48746 e-resources. The Library also has a very good collection of AV materials, such as CDs and DVDs.
<br>
<a href="http://library.iitmandi.ac.in/" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a>
</p>
<br>
<p class="h5" style="color:blue;">AMRC</p>
<hr>
<p>
Advanced Materials Research Centre (AMRC) is a multi-disciplinary hub for research facilities
at IIT Mandi with a mission to foster basic and applied research in the area of advanced
materials dealing with the synthesis of new materials, processing, structural, microstructural,
thermal, optical and electrical characterizations at various length scales. AMRC represents
materials-focused research in the areas of energy, environment, electronics, magnetism,
organic displays, solar cells, drug delivery, nanotechnology, etc with the participation of
faculty members from physics, chemistry, biology, and engineering disciplines.
<br>
<a href="https://www.iitmandi.ac.in/research/amrc/" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a>
</p>
<br>
<p class="h5" style="color:blue;">NKN</p>
<hr>
<p>
NKN (National Knowledge Network) is an electronic classroom. It is used to digitally connect all national universities, colleges, and research establishments to create country-wide virtual classrooms.
<br>
<a href="https://www.iitmandi.ac.in/nkn/index.html" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a>
</p>
<br>
<p class="h5" style="color:blue;">Workshop</p>
<hr>
<p>
A well-equipped Central Workshop with a CNC lathe, CNC milling, rapid prototyping machine and conventional machining, welding and foundry equipment cater to the requirements of undergraduate labs, projects, and various research activities.
</p>
<br>
<p class="h5" style="color:blue;">Computing</p>
<hr>
<p>
The institute has a High-Performance computational facility with 171 nodes based on Intel Xeon processors, a memory of 12 TB, and 630 TB storage space. IIT Mandi has four sophisticated interactive virtual classrooms.
<br>
<a href="https://iitmandi.ac.in/new/high-performance-cluster" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a>
</p>
<br>
<p class="h5" style="color:blue;">C4FED</p>
<hr>
<p>
The Centre for Design & Fabrication of Electronic Devices (C4DFED) at (IIT) Mandi (Himachal Pradesh), India is a unique world-class facility for multidisciplinary research on electronic device design and fabrication. this center has class 100, Class 1000 & Class 10000 laboratories where high-end sophisticated electronic device design, fabrication, and characterization tools are installed & housed.
<br>
<a href="https://c4dfed.iitmandi.ac.in/" class="btn btn-primary" target="_blank" tabindex="-1" role="button" aria-disabled="true">For more information</a>
</p>
<br>
<p class="h5" style="color:blue;">Labs</p>
<hr>
<p>
Electrical and electronics, Mechanical Design, Thermo-fluids, Physics, BioX, Nanotechnology, Photoresist, Chemistry, and Computer Sciences labs have been developed according to the requirements of the curriculums. All the labs are equipped with instruments, which are useful for both teaching and research purposes.
</p>
</div>
</div>
</section>
<?php
include 'footer.php';
?>