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/experiments.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 templates/pages/experiments.html (limited to 'templates/pages/experiments.html') diff --git a/templates/pages/experiments.html b/templates/pages/experiments.html new file mode 100644 index 0000000..af9df33 --- /dev/null +++ b/templates/pages/experiments.html @@ -0,0 +1,38 @@ +{% extends "layout.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