-
Notifications
You must be signed in to change notification settings - Fork 74
/
sight.html
55 lines (53 loc) · 2.36 KB
/
sight.html
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
---
layout: default
title: SIGHT
css: /assets/css/sig.css
---
<!-- About Us -->
<div class="colorlib-intro colorlib-bg-white">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center colorlib-heading animate-box">
<h2>About Us</h2>
<p>
IEEE SIGHT caters to the guiding philosophy of IEEE - ‘Advancing Technology for Humanity’.
</p>
<p>
IEEE Special Interest Group on Humanitarian Technology (SIGHT) provides IEEE members with
the opportunity to work with a large network of volunteers around the world carrying
out and/or supporting impactful humanitarian activities on the local level. IEEE SIGHT focuses
on sustainable solutions that make a long-term difference in the lives of people. SIGHT
operates through local volunteers and partners working with local communities.
</p>
<p>
We focus on taking up projects in the open-source platforms.
This helps us drive down the cost of the final product and make the solution affordable
to a large section of people.
</p>
</div>
</div>
</div>
</div>
<!-- Projects -->
<div class="colorlib-work">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center colorlib-heading animate-box">
<h2>Projects</h2>
</div>
</div>
<div class="row colorlib-bg-white project-card animate-box">
<div class="col-md-12">
<h3>Virtual Obstacle Avoidance Simulation for Rehabilitation for Hospital Patients</h3>
<div class="desc">
<p>To build a simulation where the movement of the patient is sensed
using a depth sensing camera and will be fed as input for the game
that will be designed. The game will be designed such that it will
gauge the reflexes of the patient and thus will assign scores
according to his or her performance in the said game.
</p>
</div>
</div>
</div>
</div>
</div>