summaryrefslogtreecommitdiff
path: root/sbhs/templates/pages/experiments.html
diff options
context:
space:
mode:
authorCruiseDevice2018-08-20 14:34:36 +0530
committerCruiseDevice2018-08-20 14:40:32 +0530
commit77c37a0b372e5e43fc761a70599a945e9e48ef58 (patch)
tree5ee4112adbd3e066c75a47210613685e2c6ddd1f /sbhs/templates/pages/experiments.html
parentea0f3944ab5330bbde99fc22c9903f25a92ee98e (diff)
downloadsbhs_server-77c37a0b372e5e43fc761a70599a945e9e48ef58.tar.gz
sbhs_server-77c37a0b372e5e43fc761a70599a945e9e48ef58.tar.bz2
sbhs_server-77c37a0b372e5e43fc761a70599a945e9e48ef58.zip
static and template files
Diffstat (limited to 'sbhs/templates/pages/experiments.html')
-rw-r--r--sbhs/templates/pages/experiments.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/sbhs/templates/pages/experiments.html b/sbhs/templates/pages/experiments.html
new file mode 100644
index 0000000..f3d9fe1
--- /dev/null
+++ b/sbhs/templates/pages/experiments.html
@@ -0,0 +1,38 @@
+{% extends "base.html" %}
+{% load staticfiles %}
+
+{% block content %}
+
+<div class="container">
+ <div class="row">
+ {% if user.is_authenticated %}
+ {% include 'account/sub_nav.html' %}
+ {% endif %}
+ <div class="span12">
+ <h2>Experiments</h2>
+ <br>
+ <br>
+ <p><h4>
+ <strong>List of experiments:</strong>
+ </h4>
+ <p>
+ <ol>
+ <li>Identification of Transfer Function of a Single Board Heater System through Step Response
+
+Experiment</li>
+ <li>Identification of Transfer Function of a Single Board Heater System through Ramp Response
+
+Experiment</li>
+ <li>Frequency Response Analysis of a Single Board Heater System by the Application of Sine Wave</li>
+ <li>Controlling Single Board Heater System using PID controller</li>
+ <li>Two Degrees of Freedom (2­DOF) Controller</li>
+ <li>PRBS Modeling and Implementation of Pole Placement Controller</li>
+ <li>Implementing Internal Model Controller for First Order System on a Single Board Heater System</li>
+ <li>Design and Implementation of Self Tuning PI and PID Controllers on Single Board Heater System</li>
+ <li>Model Predictive Control in Single Board Heater System using SCILAB</li>
+ </ol>
+ </p></p>
+ </div>
+ </div>
+</div>
+{% endblock %}