From 1ee18ffe1a565be635a403dedf520380834f17fb Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Mon, 17 Feb 2014 14:26:10 +0530
Subject: changing About TBC according to the new write up
---
tbc/static/templates/guidelines.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 tbc/static/templates/guidelines.html
(limited to 'tbc/static/templates/guidelines.html')
diff --git a/tbc/static/templates/guidelines.html b/tbc/static/templates/guidelines.html
new file mode 100644
index 0000000..5b97bf1
--- /dev/null
+++ b/tbc/static/templates/guidelines.html
@@ -0,0 +1,12 @@
+
+ - Strictly use Python 2.7.X version for coding
+
- IPython Notebook version 1.1.0 should be used (which supports user input)
+
- Each chapter should be an individual IPython Notebook
+
- Do not copy problem statement from the Textbook in the code (write it in your own words)
+
- Round-off the final answers according to the textbook
+
- Do not use reference Figures/Diagrams given in the book anywhere in your code. All the outputs must be displayed in appropriate format (along with units mentioned)
+
- Appropriate comments should be put, which will make the code easily understandable. The comments should help in highlighting the flow of logic being used. For example, the equation like R = V/I can have comment as "Ohm's Law" along with it.
+
- All the plots must be named and have appropriate labels on its axes
+
- The symbols used in the code should be same as those being used in the textbook
+
- Check for using correct formulae while using in-built functions. (For example, the angles must be converted to degree (or radians) before calculating the sine or cosine etc.)
+
--
cgit