-
Notifications
You must be signed in to change notification settings - Fork 2
/
healthCare.php
executable file
·66 lines (49 loc) · 3.39 KB
/
healthCare.php
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
<?php include 'header.php'; ?>
<!-- ============================================================= MAIN ============================================================= -->
<main>
<!-- ============================================================= SECTION – WHO WE ARE ============================================================= -->
<section id="who-we-are" style="padding:0px">
<div class="container inner-md">
<div class="row inner-top-xs">
<div class="col-sm-offset-1 col-sm-11 inner-right-xs inner-bottom-xs">
Healthcare Research Consortium and Technovation encourages UG and PG
students to engage in developing HeathTech solutions, leading to
development of products and processes addressing the healthcare needs of
India.<br> Teams of students will work with faculty mentor(s); support will
also be provided in terms of following:<br>
1. <b>Funding:</b> Each project will be provided funding upto Rs. 1 lakh/year.<br>
2. <b>Clinical Assistance:</b> The IITB Healthcare Research Consortium will
facilitate by networking student teams with hospitals, clinicians &
NGO's. Necessary clinical expertise/connectivity required will be
provided.<br>
3. <b>Workspace:</b> Teams requiring space will be provided access to the
Biomedical Engg. teaching lab, BSBE (after class hours), Tinkerers'
lab, and other prototyping facilities.<br>
<br><br>
We invite students to come up with their project proposals which will be
selected after prior review and then the teams will start working under
periodic performance review. We intend these to be a year-long projects
and the proposal should contain these:<br>
-<b> Clinical need being addressed</b><br>
-<b> Specific objectives being targeted</b><br>
-<b> Novelty of the approach</b><br>
-<b> Clinical expertise needed</b> (to be made available through
Consortium partners)<br><br>
More information about the Heathcare Research Consortium is available at:
<a style="font-size:20px"href="http://healthcare-research.iitb.ac.in" target="_blank"><strong><u>Healthcare-research @iitb</u></strong></a>
<br><br>
Student teams can send in their proposals to noronha@iitb.ac.in by <b>24
August 2014.</b><br><br>
<br><a style="color:#3EB8A0" href="https://docs.google.com/spreadsheet/ccc?key=0ApJ4BsAnkd2BdDVmX0ZKS3RwMUhGRWhZTk5kVHRBNmc&usp=gmail#gid=0">Browse to <b>Proposed Healthcare Projects at IITB</a></b><br><br>
Here are the some needs and statements from InnAccel , one of the Healthcare research consortium partners <br>
<a target=_blank href="assets/Emergency%20and%20Trauma%20Needs%20List.pdf" style="color:#3EB8A0">Needs List for Emergency and Trauma</a> &
<a target=_blank href="assets/ENT%20Needs%20List%20.pdf" style="color:#3EB8A0"> Needs List for ENT </a> <br> <br/>
For any queries, please contact:<br>
Prof. Santosh Noronha || noronha@iitb.ac.in || 7238<br>
Amaldev V. || amaldev.000@gmail.com || 9820481964<br>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – WHO WE ARE : END ============================================================= -->
<!-- ============================================================= MAIN : END ============================================================= -->
<?php include 'footer.php'; ?>