forked from IEEE-NITK/ieee-nitk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsight.html
More file actions
140 lines (122 loc) · 5.29 KB
/
sight.html
File metadata and controls
140 lines (122 loc) · 5.29 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Give a small description in 3-4 sentences about the website -->
<meta name="description" content="Computer Society, IEEE NITK Student Branch is one of the three SIG Groups of IEEE NITK which promotes Computer Science related work at IEEE NITK. CompSoc has a diverse set of members engaging in different projects at different levels.">
<!-- A small abstract idea about the website -->
<meta name="abstract" content="This Website is about IEEE NITK Student Chapter's CompSoc SIG">
<!-- Important Keywords to be noted in the website -->
<meta name="keywords" content="IEEE, IEEE NITK, CompSoc NITK, NITK Surathkal, NITK, Clubs in NITK, Technical Clubs in NITK">
<!-- Tell the spider to index the first page and other pages as well-->
<meta name="robots" content="index, follow">
<!-- How often should spiders come back to your page -->
<meta name="revisit-after" content="3 days">
<!-- Copyright regarding the website -->
<meta name="copyright" content="IEEE NITK">
<!-- Tells Google Bot not to duplicate description -->
<meta name="googlebot" content="noodp">
<!-- Language for the website -->
<meta name="language" content="English">
<!-- Web Author for the image -->
<meta name="web_author" content="IEEE NITK">
<meta name="author" content="Salman Shah">
<!-- Email ID -->
<meta name="contact" content="chairman.nitkieee@gmail.com" />
<!-- Email ID to reply to -->
<meta name="reply-to" content="chairman.nitkieee@gmail.com">
<!-- Refers to distribution of the page -->
<meta name="distribution" content="global">
<!-- Generator or formatter tag -->
<meta name="generator" content="Jekyll">
<!-- Disallow spammers for the webpage -->
<meta name="no-email-collection" content="http://www.metatags.info/nospamharvesting">
<!-- Rating for the page -->
<meta name="rating" content="general">
<!-- Content Type for the page -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Fixing viewport on mobile views -->
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1.0">
<title>SIGHT | IEEE NITK</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Prociono">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<!-- Font - Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="res/sig.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/sig.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<script src="js/particles.js"></script>
<script src="js/slider.js"></script>
<script src="js/header.js"></script>
<script>
$(document).ready(function () {
loadAndDisplay("sight.json");
displayHeader();
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106590424-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-106590424-3');
</script>
<!--Structured Data-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"description":"Computer Society SIG of IEEE NITK local chapter",
"url": "https://www.ieeenitk.org/compsoc.html",
"name": "CompSoc NITK",
"member": {
"@type": "Person",
"name": "Vasista Ayyagari",
"jobTitle":"Chair",
"email":"vasista1997@gmail.com"
},
"parentOrganization":"IEEE NITK"
"logo":"http://ec2.adrianlauf.com/ieee-louisville/wp-content/uploads/2014/03/compsoc.gif"
}
</script>
</head>
<body>
<!-- Header Loaded dynamically using the files 'header.json' and 'header.js' -->
<nav class="visible_nav" id="header">
</nav>
<div class="img_holder teco">
<div id="particles-js"></div>
<div class="block_title">
<h2>
SIGHT
</h2>
</div>
</div>
<div class="data_holder prociono">
<div class="intro">
<div class="sub_title">
<h3>
About us
</h3>
</div>
<p class="sans">
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>
</div>
<div class="projects" id="projects">
<div class="intro">
<h1>
Projects
</h1>
</div>
<div class="project">
<h2>Virtual Obstacle Avoidance Simulation for Rehabilitation for Hospital Patients</h2>
<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>
</body>
</html>