From 77c37a0b372e5e43fc761a70599a945e9e48ef58 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Mon, 20 Aug 2018 14:34:36 +0530 Subject: static and template files --- sbhs/templates/pages/experiments.html | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 sbhs/templates/pages/experiments.html (limited to 'sbhs/templates/pages/experiments.html') 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 %} + +
+
+ {% if user.is_authenticated %} + {% include 'account/sub_nav.html' %} + {% endif %} +
+

Experiments

+
+
+

+ List of experiments: +

+

+

    +
  1. Identification of Transfer Function of a Single Board Heater System through Step Response + +Experiment
  2. +
  3. Identification of Transfer Function of a Single Board Heater System through Ramp Response + +Experiment
  4. +
  5. Frequency Response Analysis of a Single Board Heater System by the Application of Sine Wave
  6. +
  7. Controlling Single Board Heater System using PID controller
  8. +
  9. Two Degrees of Freedom (2­DOF) Controller
  10. +
  11. PRBS Modeling and Implementation of Pole Placement Controller
  12. +
  13. Implementing Internal Model Controller for First Order System on a Single Board Heater System
  14. +
  15. Design and Implementation of Self Tuning PI and PID Controllers on Single Board Heater System
  16. +
  17. Model Predictive Control in Single Board Heater System using SCILAB
  18. +
+

+
+
+
+{% endblock %} -- cgit