From 4336f5f06f61de30ae3fa54650fce63a9d5ef5be Mon Sep 17 00:00:00 2001 From: ttt Date: Sat, 13 May 2017 00:29:47 +0530 Subject: added all server files --- templates/pages/about.html | 59 ++++++++++++++++++++++++++++++++++++ templates/pages/contact.html | 34 +++++++++++++++++++++ templates/pages/downloads.html | 53 +++++++++++++++++++++++++++++++++ templates/pages/e404.html | 13 ++++++++ templates/pages/e500.html | 13 ++++++++ templates/pages/experiments.html | 38 ++++++++++++++++++++++++ templates/pages/feedback.html | 22 ++++++++++++++ templates/pages/index.html | 64 ++++++++++++++++++++++++++++++++++++++++ templates/pages/info.html | 36 ++++++++++++++++++++++ templates/pages/procedure.html | 32 ++++++++++++++++++++ templates/pages/quiz.html | 19 ++++++++++++ templates/pages/theory.html | 20 +++++++++++++ 12 files changed, 403 insertions(+) create mode 100644 templates/pages/about.html create mode 100644 templates/pages/contact.html create mode 100644 templates/pages/downloads.html create mode 100644 templates/pages/e404.html create mode 100644 templates/pages/e500.html create mode 100644 templates/pages/experiments.html create mode 100644 templates/pages/feedback.html create mode 100644 templates/pages/index.html create mode 100644 templates/pages/info.html create mode 100644 templates/pages/procedure.html create mode 100644 templates/pages/quiz.html create mode 100644 templates/pages/theory.html (limited to 'templates/pages') diff --git a/templates/pages/about.html b/templates/pages/about.html new file mode 100644 index 0000000..8858e0e --- /dev/null +++ b/templates/pages/about.html @@ -0,0 +1,59 @@ +{% extends "layout.html" %} +{% load staticfiles %} + +{% block content %} +
SBHS Virtual Labs Team
+
+ 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 Uni versity. He has been a professor at IIT Bombay for 22 years. He spent one year at the University of Alberta as a visiting professor.
+
+ 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:
+
Prof. Kannan Moudgalya | +kannan@iitb.ac.in | +
Rupak Rokade | +rupakrokade@gmail.com | +
+ | + |
Scilab 5.3.3 for Windows | +Download | +
Scilab 5.3.3 for Linux | +Download | +
SBHS Scilab codes for Windows | +Download | +
SBHS Scilab codes for Linux (32 bit) | +Download | +
SBHS Scilab codes for Linux (64 bit) | +Download | +
SBHS Scilab codes for Local experiments | +Download | +
SBHS Scilab codes for Data Analysis | +Download | +
The page you are looking for doesn't exist. Please click here to go to the homepage.
+Something went wrong on the server. We are correcting the issue. Contact vlabs team if the problem persists. Please click here to go to the homepage.
++
+
The Virtual Labs Project was started as an initiative from the Ministry of Human Resource and Development (MHRD) to create online interactive media which would help students learn and experiment with difficult concepts in various domains. As a part of this initiative, a virtual laboratory for Single Board Heater System (SBHS) has been developed. The objective of this lab is to help students, teachers or in general enthusiasts perform experiments in the Instrumentation and Control System labs virtually, and yet have close to real life experience. The platform is focused on learning aspects as much as on performing the experiments.
+We provide you extensive documentation and spoken tutorials on the SBHS and how to access it using Virtual Labs. You can find the links in the downloads section. Support is given for Scilab based experiments on the SBHS. The Scilab based experiments on SBHS. Sample Scilab code for Step Test is also available in the downloads section. Join us also in the SBHS discussion forum (here).
+
+ Welcome to SBHS Virtual Labs. Here you can remotely access the Single Board Heater Systems (SBHS) hosted at IIT Bombay, and perform various experiments using it.
+
+ The virtual Lab for SBHS is made using free and open source software. Python-MySQL is used for web frontend and database. It targets at using Scilab at the client end to carry out various control experiments on SBHS. Python Scripts are used for communicating the data to and fro from the server and client. This Virtual lab interface can be accessed from both inside as well as outside IIT Bombay.
+
+ This virtual lab interface for SBHS at IIT Bombay was successfully used by Prof.Kannan Moudgalya for CL417 - Process Control Course, CL692 - Digital Control Course and by Prof. Kavi Arya for Embedded Systems Course. A good documentation of the hardware side of SBHS is also available on the Downloads page. We also have an active forum so that your questions regarding this project are easily answered. Apart from this, we also provide you with scilab code of various control strategies implemented on SBHS. After getting a feel for SBHS using virtual labs, one can even purchase an SBHS and experiment with it locally. For purchasing SBHS, please visit http://www.nex-robotics.com/
+
+ Following are the steps to be followed for using virtual labs.