Our Git hub repository url
Project Aab-e-Hayat (Water for Life) has been planned by a group of individuals from Pakistan. We are:
Alvira Ali
Postgraduate from Department of Physiology, Unversity of Karachi.
Daniyal Tariq
Undergraduate from IGIS, NUST.
Rao Muhammad Taha
Undergraduate from IGIS, NUST.
Saad Ahmed Jamal
Undergraduate from IGIS, NUST.
Umer Safdar
Undergraduate from IGIS, NUST.
Warda Shafiq
Graduate from in Electrical Engineering, NUST.
Working on the video from 2 days
Analysis files link
https://drive.google.com/drive/folders/0B3jAW-INCW...
Google drive link
Reference Paper
http://www.sciencedirect.com/science/article/pii/0...
<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html> | |
<head> | |
<title>Spatial Record Web Application</title> | |
<metahttp-equiv="Content-Type"content="text/html; charset=iso-8859-1" /> | |
<styletype="text/css"media="all"> | |
@import"images/style.css"; | |
</style> | |
</head> | |
<body> | |
<paramvalue="False"name="autoStart" /> | |
<divclass="content"> | |
<divid="header"> | |
<divclass="title"> | |
<h1>Spatial Record <br> Web Application</h1> | |
<h2> Nasa Space App Challenge Islamabad 17 </h2> | |
</div> | |
</div> | |
<divid="main"> | |
<divclass="leftmenu"> | |
<divclass="nav"> | |
<ul> | |
<li><ahref="homepage.php">home</a></li> | |
<li><ahref="upload.php">upload image</a></li> | |
</ul> | |
</div> | |
</div> | |
<paramvalue="True"name="Showcontrols" /> | |
<div> | |
<divid="main"style="width: 500px; | |
margin-left: 250px;" > | |
<?php | |
$con=mysql_connect('localhost','root',""); | |
if (!$con) | |
{ | |
die('Could not connect: '.mysql_error()); | |
} | |
mysql_select_db("abc", $con); | |
$result=mysql_query("SELECT*FROM photos "); | |
while($row=mysql_fetch_array($result)) | |
{ | |
echo'<img width="100" height="100" src="'.$row['location'].'">'; | |
} | |
?> | |
</div> | |
</div> | |
</div> | |
<divid="prefooter"> | |
</div> | |
<divid="footer"> | |
<divclass="padding"> </div> | |
</div> | |
</div> | |
</body> | |
</html> |
<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<htmlxmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<metahttp-equiv="Content-Type"content="text/html; charset=iso-8859-1" /> | |
<title>Untitled Document</title> | |
<styletype="text/css"> | |
body{ | |
font-family:arial; | |
background-color:#cbd4e4; | |
} | |
table{font-size:80%; background:url(img/bg.jpg) repeat-x#cbd4e4;} | |
a{color:black;text-decoration:none;font:bold} | |
a:hover{background-color:#606060} | |
td.menu{background-color:lightblue} | |
table.menu | |
{ | |
font-size:100%; | |
position:absolute; | |
visibility:hidden; | |
} | |
</style> | |
</head> | |
<body> | |
<tablewidth="286"height="163"border="1"align="center"cellpadding="0"cellspacing="0"> | |
<tr> | |
<tdwidth="282"height="161"valign="top"><p> | |
</p> | |
<formaction="saveupload.php"method="post"enctype="multipart/form-data"> | |
<p> file: | |
<inputtype="file"name="image"> | |
</p> | |
<p> | |
Term | |
<selectname="term"id="term"> | |
<option>Select Term</option> | |
<option>Private</option> | |
<option>Public</option> | |
</select> | |
</p> | |
<p>name: | |
<label> | |
<inputname="uploadedby"type="text" /> | |
<inputname="caption"type="text"id="caption" /> | |
</label> | |
</p> | |
<p> | |
| |
<inputtype="submit"value="Upload"> | |
</p> | |
</form>sa | |
<label><ahref="photos.php">back to Photos </a></label></td> | |
</tr> | |
</table> | |
<p> </p> | |
</body> | |
</html> |
Finalizing data #High_Hopes
Engaged in discussion
After a lot of struggle, we have found enough data for carrying out the required steps. Also, we have got our hands on the model for the predicitng tool We are searching and in process to give something useful to the world.
Project is focusing on establishing correlations between climatic and prevalence factors in Thar, Pakistan. Further, a predictive model of GCM will be utilized.
Alvira- prevalance of mortality in Thar, Pakistan.
Warda- climate data sets.
Taha + Umer + Danyal- GCM data downloading
Saad- Web application
SpaceApps is a NASA incubator innovation program.