forked from FOSSEE/FOSSEE_Stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fossee-dashboard.inc
executable file
·163 lines (163 loc) · 21.3 KB
/
fossee-dashboard.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?php
function fossee_dashboard_form($form, &$form_state) {
global $user;
/************************ start approve book details ************************/
if ($user->uid == 0)
{
$msg = drupal_set_message(t('It is mandatory to ' . l('login', 'user') . ' on this website to access the FOSSEE Dashboard.'), 'error');
drupal_goto('user');
return $msg;
}
$form['#attributes'] = array(
'enctype' => "multipart/form-data"
);
$form['progress_tables'] = array(
'#type' => 'item',
'#markup' => '
<style>
table, td{
border: 1px solid black;
font-size:11pt !important;
font-family: Arial !important;
}
</style>
<div style="font-family: Arial !important;">
<h3><span style="color: #000000;"><span style="font-size: 18px;">About</span></span></h3>
<div class="container" style="line-height: 2em; font-size: 11pt;"><span style="color: #000000;">FOSSEE (Free/Libre and Open Source Software for Education) project promotes the use of FLOSS tools to improve the quality of education in our country. We aim to reduce dependency on proprietary software in educational institutions. We encourage the use of FLOSS tools through various activities to ensure commercial software is replaced by equivalent FLOSS tools. We also develop new FLOSS tools and upgrade existing tools to meet requirements in academia and research. The FOSSEE project is part of the National Mission on Education through Information and Communication Technology (ICT), Ministry of Education (MoE), Government of India.</span>
<h4><span style="color: #000000;">Active Faculty Members involved in FOSSEE</span></h4>
<table dir="ltr" style="table-layout: fixed; font-size: 10pt; width: 100%; font-family: Arial; border-collapse: collapse; border: none;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 10%; text-align: right;"><span style="color: #000000;">1</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Kannan Mani Moudgalya</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Dept. of Chemical Engg.</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;"><span style="color: #000000;">PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">2</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. P Sunthar</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Dept. of Chemical Engg.</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">3</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Siddhartha Ghosh</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Dept. of Civil Engg.</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">4</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Pennan Chinnasamy</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Centre for Tech. Alt. For Rural Areas</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">5</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Pramod Murali</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Dept. of Electrical Engg.</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">6</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Janani Srree Murallidharan</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Dept. of Mechanical Engg.</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">7</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Kumar Appaiah</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Dept. of Electrical Engg.</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">8</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Radhendushka Srivastava</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Dept. of Mathematics</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">9</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Prabhu Ramachandran</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Dept. of Aerospace Engg.</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">10</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Ashutosh Mahajan</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Industrial Eng. & Operations Research</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">11</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Manaswita Bose</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;" ><span style="color: #000000;">Dept. of Energy Sci. & Engg.</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 10%;"><span style="color: #000000;">12</span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Prof. Madhu Belur<br /></span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 34%;"><span style="color: #000000;">Dept. of Electrical Engg.<br /></span></td>
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 15%;" ><span style="color: #000000;">CO-PI</span></td>
</tr>
</tbody>
</table>
<h3><span style="color: #000000;"><span style="font-size: 18px;">FOSSEE: Project Progress</span></span></h3>
<table dir="ltr" style="width: 100%; table-layout: fixed; font-size: 11pt !important; font-family: Arial !important; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: #ffffff; border: 1px solid #000000; width: 13.8676%;"> </td>
<td style="border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: #ffffff; font-family: Arial; font-size: 11pt; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; text-align: center; width: 17.9942%;" data-sheets-value="{"1":2,"2":"April 17 - Sep 17\n(No. of Institutions )"}">April 17 - Sep 17<br />(No. of Institutions )</td>
<td style="border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: #ffffff; font-size: 11pt; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; text-align: center; width: 15.9309%;" data-sheets-value="{"1":2,"2":"Oct 17 – Mar 18\n(No. of Institutions )"}">Oct 17 – Mar 18<br />(No. of Institutions )</td>
<td style="border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: #ffffff; font-size: 11pt; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; text-align: center; width: 15.9309%;" data-sheets-value="{"1":2,"2":"Apr 18 – Mar 19\n(No. of Institutions )"}">Apr 18 – Mar 19<br />(No. of Institutions )</td>
<td style="border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: #ffffff; font-size: 11pt; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; text-align: center; width: 15.9309%;" data-sheets-value="{"1":2,"2":"Apr 19 – Mar 20\n(No. of Institutions )"}">Apr 19 – Mar 20<br />(No. of Institutions )</td>
<td style="border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: #ffffff; font-size: 11pt; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; text-align: center; width: 15.9309%;" data-sheets-value="{"1":2,"2":"Apr 20 – Mar 21\r\n(No. of Institutions )"}">Apr 20 – Mar 21 <br />(No. of Institutions )</td>
</tr>
<tr style="height: 21px;">
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 13.8676%;" data-sheets-value="{"1":2,"2":"Target"}">Target</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 17.9942%;" data-sheets-value="{"1":3,"3":175}">175</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 15.9309%;" data-sheets-value="{"1":3,"3":500}">500</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 15.9309%;" data-sheets-value="{"1":3,"3":1000}">1000</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 15.9309%;" data-sheets-value="{"1":3,"3":1000}">1000</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 15.9309%;" data-sheets-value="{"1":3,"3":1100}">1100</td>
</tr>
<tr style="height: 21px;">
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; width: 13.8676%;" data-sheets-value="{"1":2,"2":"Outcome"}">Outcome</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 17.9942%;" data-sheets-value="{"1":3,"3":189}">189</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 15.9309%;" data-sheets-value="{"1":3,"3":872}">872</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 15.9309%;" data-sheets-value="{"1":3,"3":1080}">1080</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 15.9309%;" data-sheets-value="{"1":3,"3":1062}">1062</td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; text-align: right; width: 15.9309%;" data-sheets-value="{"1":3,"3":1195}">1195</td>
</tr>
</tbody>
</table>
<p>For the definition of institutions, please refer <a href="https://static.fossee.in/fossee/MoE-reports/FOSSEEdeliverables-InstituteDefinition.pdf" target="_blank">here</a>.</p>
<h3><span style="color: #000000;"><span style="font-size: 18px;">FOSSEE: Financial Progress</span></span></h3>
<table dir="ltr" style="table-layout: fixed; font-size: 10pt; font-family: Arial; width: 100%; border-collapse: collapse; border: none;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 21px;">
<td style="overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; border: 1px solid #000000; width: 12%;" data-sheets-value="{"1":2,"2":"Period"}"><span style="color: #000000;">Period</span></td>
<td style="border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; width: 43.2145%;" data-sheets-value="{"1":2,"2":"Funds received (release date)"}"><span style="color: #000000;">Funds received (release date)</span></td>
<td style="border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: top; width: 40.7855%;"><span style="color: #000000;"> </span></td>
</tr>
<tr style="height: 21px;">
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; width: 12%;" data-sheets-value="{"1":2,"2":"2017-18"}"><span style="color: #000000;">2017-18</span></td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: normal; white-space: normal; overflow-wrap: break-word; color: #000000; width: 43.2145%;" data-sheets-value="{"1":2,"2":"3,27,14,076 (Cash in hand as on 1 April 2017)\n3 Cr. (15.01.2018)"}"><span style="color: #000000;">3,27,14,076 (Cash in hand as on 1 April 2017)</span><br /><span style="color: #000000;">3 Cr. (15.01.2018)</span></td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: normal; text-decoration: underline; white-space: normal; overflow-wrap: break-word; color: #000000; width: 40.7855%;" data-sheets-value="{"1":2,"2":"UC as on 31 March 2017"}" data-sheets-formula="=HYPERLINK("https://fossee.in/data/UC/UC-2016-2017.pdf","UC as on 31 March 2017")" data-sheets-hyperlink="https://fossee.in/data/UC/UC-2016-2017.pdf"><span style="text-decoration: underline;"><a class="in-cell-link" style="text-decoration: underline;" href="https://fossee.in/data/UC/UC-2016-2017.pdf" target="_blank">UC as on 31 March 2017</a></span></td>
</tr>
<tr style="height: 21px;">
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; width: 12%;" data-sheets-value="{"1":2,"2":"2018-19"}"><span style="color: #000000;">2018-19</span></td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: normal; white-space: normal; overflow-wrap: break-word; color: #000000; width: 43.2145%;" data-sheets-value="{"1":2,"2":"3 Cr. (23.10.2018)"}"><span style="color: #000000;">3 Cr. (23.10.2018)</span></td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: normal; text-decoration: underline; white-space: normal; overflow-wrap: break-word; color: #000000; width: 40.7855%;" data-sheets-value="{"1":2,"2":"UC as on 31 March 2018"}" data-sheets-formula="=HYPERLINK("https://fossee.in/data/UC/UC-2017-2018.pdf","UC as on 31 March 2018")" data-sheets-hyperlink="https://fossee.in/data/UC/UC-2017-2018.pdf"><span style="text-decoration: underline;"><a class="in-cell-link" style="text-decoration: underline;" href="https://fossee.in/data/UC/UC-2017-2018.pdf" target="_blank">UC as on 31 March 2018</a></span></td>
</tr>
<tr style="height: 21px;">
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: bold; white-space: normal; overflow-wrap: break-word; color: #000000; width: 12%;" data-sheets-value="{"1":2,"2":"2019-20"}"><span style="color: #000000;">2019-20</span></td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: normal; white-space: normal; overflow-wrap: break-word; color: #000000; width: 43.2145%;" data-sheets-value="{"1":2,"2":"1.52 Cr (17.06.2019)\n2.38 Cr (17.09.2019)\n3.09 Cr (5.11.2019)"}"><span style="color: #000000;">1.52 Cr (17.06.2019)</span><br /><span style="color: #000000;">2.38 Cr (17.09.2019)</span><br /><span style="color: #000000;">3.09 Cr (5.11.2019)</span></td>
<td style="border-right: 1px solid #000000; border-bottom: 1px solid #000000; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-weight: normal; text-decoration: underline; white-space: normal; overflow-wrap: break-word; color: #000000; width: 40.7855%;" data-sheets-value="{"1":2,"2":"UC as on 31 March 2019"}" data-sheets-formula="=HYPERLINK("https://fossee.in/data/UC/UC-2018-2019.pdf","UC as on 31 March 2019")" data-sheets-hyperlink="https://fossee.in/data/UC/UC-2018-2019.pdf"><span style="text-decoration: underline;"><a class="in-cell-link" style="text-decoration: underline;" href="https://fossee.in/data/UC/UC-2018-2019.pdf" target="_blank">UC as on 31 March 2019</a></span></td>
</tr>
</tbody>
</table>
</div>
'
);
return $form;
}