--- a/app/projrev/models.py Mon Aug 10 16:54:42 2009 +0530
+++ b/app/projrev/models.py Mon Aug 10 16:58:36 2009 +0530
@@ -862,36 +862,43 @@
#: Field containing the review value for this attribute.
attribute1 = models.PositiveSmallIntegerField(
choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
- attribute1.verbose_name = ''
+ attribute1.verbose_name = 'Feasibility of the proposed activity and the '
+ 'appropriateness of the time frame.'
attribute2 = models.PositiveSmallIntegerField(
choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
- attribute1.verbose_name = ''
+ attribute1.verbose_name = 'Uniqueness/novelty/innovation of the said proposal'
attribute3 = models.PositiveSmallIntegerField(
choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
- attribute1.verbose_name = ''
+ attribute1.verbose_name = 'Scope for inter-institutional collaboration and '
+ 'development.'
attribute4 = models.PositiveSmallIntegerField(
choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
- attribute1.verbose_name = ''
+ attribute1.verbose_name = 'The organisation of the programme to be carried '
+ 'out.'
attribute5 = models.PositiveSmallIntegerField(
choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
- attribute1.verbose_name = ''
+ attribute1.verbose_name = 'The details of the work as the outlined by the '
+ 'principal investigator(PI).'
attribute6 = models.PositiveSmallIntegerField(
choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
- attribute1.verbose_name = ''
+ attribute1.verbose_name = 'Sufficiency of funds as requested by the PI.'
attribute7 = models.PositiveSmallIntegerField(
choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
- attribute1.verbose_name = ''
+ attribute1.verbose_name = 'Social impact/reach/spread of the outcome of the '
+ 'proposal.'
attribute8 = models.PositiveSmallIntegerField(
choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
- attribute1.verbose_name = ''
+ attribute1.verbose_name = 'Contribution of the proposal to minimizing the '
+ 'digital divide in our country.'
attribute9 = models.PositiveSmallIntegerField(
choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
- attribute1.verbose_name = ''
\ No newline at end of file
+ attribute1.verbose_name = 'Any other matter which is likely to affect the '
+ 'execution of the project(max 600 characters).'
\ No newline at end of file