summaryrefslogtreecommitdiff
path: root/sbhs/templates/pages/about.html
blob: 5768e43a03b157fb1e0da1c221f1b3bacf14fa20 (plain)
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
{% extends "base.html" %}
{% load staticfiles %}

{% block content %}
<div class="container">
    <div class="row">
        <div class="span12">
                <div class="span1" style="margin-left: 0; margin-right: 50px; margin-bottom: 30px">
                    <img src="{% static 'img/iitbLogo.png' %}" alt="IITB">
                </div>
                <div style="">
                    <h1>About us</h1>
                    <p>SBHS Virtual Labs Team</p>    
                </div>
                
            
        </div>
        <div class="span2">
            <img src="{% static 'img/kannan.jpg' %}" alt="Prof. Kannan Moudgalya">
            <b>Principal Investigator</b><br>
            Prof. Kannan Moudgalya
        </div>
        <div class="span9">
            <p style="text-align:justify">
                Prof. Kannan M. Moudgalya received a B.Tech degree in chemical engineering from IIT Madras, a Master of Electrical Engineering from Rice University and a Ph.D (Chemical Engineering) degree, also from Rice University. He has been a professor at IIT Bombay for 22 years. He spent one year at the University of Alberta as a visiting professor.
                <br><br>
                Prof. Moudgalya works in the areas of control, simulation, mathematical modelling and education technologies. He has a large number of publications in international journals and conferences. He has written two books:
                <ol>
                    <li><a href="http://books.google.co.in/books/about/Optimization.html?id=Byqreay8y_MC" target="_blank">Optimization: theory and practice, with Prof. M. C. Joshi, published by Narosa</a></li>
                    <li><a href="http://as.wiley.com/WileyCDA/WileyTitle/productCd-0470031441.html" target="_blank">Digital Control, published by John Wiley &amp; Sons</a></li>
                </ol>
                <br>
                Prof.Moudgalya held the posts of Associate Dean (R&amp;D), Head of Office Automation and Head of Distance Education, at IIT Bombay. He is currently a Member of the Standing Committee of the National Mission on Education through ICT. He contributes to this Mission through projects in the areas of spoken tutorials (<a href="http://www.spoken-tutorial.org/" target="_blank">www.spoken-tutorial.org</a>), open source software (<a href="http://www.scilab.in/" target="_blank">www.scilab.in</a>) and talk to a teacher (<a href="http://www.co-learn.in/" target="_blank">www.co-learn.in</a>). 
            </p>
        </div>
    </div>
    <div class="row">
        <table class = "table table-striped">
            <thead>
                <tr>
                    <th>SBHS Team</th>
                    <th>SBHS Web Team</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>
                        <ul>
                            <li>Inderpreet Arora</li>
                            <li>Rupak Rokade</li>
                            <li>Kaushik Venkata Belusonti</li>
                            <li>Prashant Shah</li>
                            <li>Victor Chakroborty</li>
                            <li>Shalini Shrivastava</li>
                            <li>Rakhi R</li>
                            <li>Sushant Poojary</li>
                            <li>Tanuj Bhojwani</li>
                            <li>Sitesh Patel</li>
                            <li>Ankit Bahuguna</li>
                        </ul>            
                    </td>
                    <td>
                        <ul>
                            <li>Amol Mandhane</li>
                            <li>Mahesh Gudi</li>
                            <li>Akash Chavan</li>
                        </ul>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</div>
<footer class="footer" style="position: fixed; bottom: 0; right: 0; width: 100%; height: 60px;">
    <div class="container">
        <div class="navbar">
        <ul class="nav navbar-nav navbar-right">
            <li><a href="#"><b>External links</b></a></li>
            <li><a href="http://www.iitb.ac.in/" target="_blank">IIT Bombay</a></li>
            <li><a href="http://www.vlab.co.in/" target="_blank">Virtual Labs</a></li>
            <li><a href="http://www.spoken-tutorial.org/" target="_blank">Spoken Tutorials</a></li>
            <li><a href="http://www.co-learn.in/" target="_blank">Co-learn</a></li>
            <li><a href="http://www.nex-robotics.com/" target="_blank">Nex Robotics</a></li>
            <li><a href="http://sbhs.os-hardware.in/forum" target="_blank">SBHS Forum</a></li>
            <li><a href="http://www.cdeep.iitb.ac.in/" target="_blank">CDEEP</a></li>
        </ul>
        </div>
        
     <p>Feedback / Contact Us</p> 
        <p> 
            <h5>Write a mail to <a href="mailto:sbhs@os-hardware.in">sbhs[at]os-hardware[dot]in</a> to provide a feedback on SBHS virtual lab experience. If you have any questions, please use the <a href="http://sbhs.os-hardware.in/forum" target="_blank">forum</a>.
            </h5>
        </p>
    </div>
</footer>

{% endblock %}