1 |
<!DOCTYPE html> |
2 |
<html> |
3 |
<head> |
4 |
<meta charset="utf-8"> |
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
6 |
<title>Follow The Sheep</title> |
7 |
<meta name="description" content=""> |
8 |
<meta name="viewport" content="width=device-width"> |
9 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 |
<!--<link rel="stylesheet" href="css/bootstarp.css"/>--> |
11 |
<link rel="stylesheet" href="css/bootstrap-responsive.min.css"/> |
12 |
<link rel="stylesheet" href="css/bootstrap-responsive.css"/> |
13 |
<link rel="stylesheet" href="css/bootstrap.min.css"/> |
14 |
<link rel="stylesheet" href="css/normalize.css"> |
15 |
<link rel="stylesheet" href="css/main.css"> |
16 |
<script src="js/vendor/modernizr-2.6.1.min.js"></script> |
17 |
</head> |
18 |
<body style="margin-left:-13px;"> |
19 |
<div id="header"> |
20 |
<div id="title"><h1><a href="index.html" style="text-decoration:none;">Follow the Sheep</a></h1></div> |
21 |
<div class="navigation"> |
22 |
<ul class="nav nav-pills"> |
23 |
<li><a href="travelogue.html">Travel blogs</a></li> |
24 |
<li><a href="data.html">Data</a></li> |
25 |
<li><a href="tracks.html">Tracks</a></li> |
26 |
<li><a href="images.html">Images</a></li> |
27 |
<li><a href="audios.html">Audios</a></li> |
28 |
<li><a href="videos.html">Videos</a></li> |
29 |
</ul></div> |
30 |
</div> |
31 |
|
32 |
<!--<h2>All Tracks</h2>--> |
33 |
<!--<span class="text" style="margin-left:-40px;"><b>Place: Somalapura cross, |
34 |
Kampli</b></span>--> |
35 |
<div id="container"> |
36 |
<div id="data" class="inside"> |
37 |
<h3>Collective list of shepherds and track routes </h3> |
38 |
<ul> |
39 |
<li><a href="data/namesofshepherds.html"> Doc listing 57 shepherd names</a></li> |
40 |
<li><a href="data/Sheeptracks.html"> Track Infomation using Pugmarks </a></li> |
41 |
</ul> |
42 |
|
43 |
<h3> Docs and datasheets</h3> |
44 |
<h4>i) Belgaum trip Nov2012 - Architecting the Reasearch work</h4> |
45 |
<ul> |
46 |
<li><a href="data/shalini_bgm_report.html">Document detailing work plan and interaction with shepherds</a></li> |
47 |
<li><a href="data/firstdata.xlsx">First set of 10 shepherd details by Neelkant Mama</a></li> |
48 |
<li><a href="data/nov2012.xls">Shepherd details collected in the month of Nov and Dec by Neelkant Mama</a></li> |
49 |
</ul> |
50 |
<h4>ii) Jan2013, Somalapura cross - Lifestyle of shepherds with their herds</h4> |
51 |
<ul> |
52 |
<li><a href="data/pradeepjan2013.html"> Document detailing shepherds lifestyle/socio-eco status></a></li> |
53 |
<li><a href="data/firstdata.xlsx">Shepherd details collected for the month of Jan2013 by Neelkant Mama</a></li> |
54 |
</ul> |
55 |
<h4>iii) Datasheets for the month of Feb</h4> |
56 |
<ul> |
57 |
<li><a href="data/NILKANTH MAMA Report on Shepherds_feb.xlsx">Collected by Neelkant Mama</a></li> |
58 |
<li><a href="data/Vazir Report on Shepherdsfeb.xls">Collected by Vajir</a></li> |
59 |
</ul> |
60 |
<!--<div id="thumbnails" style="display:inline"> |
61 |
<h3>Little informations about a lamb</h3> |
62 |
<video width="300" height="240" controls> |
63 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheep.ogv" type="video/ogg"> |
64 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.mp4" type="video/mp4"> |
65 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.webm" type="video/webm"> |
66 |
Your browser does not support the video tag. |
67 |
</video> |
68 |
|
69 |
<h3>Exploring withsheep</h3> |
70 |
<video width="300" height="240" controls> |
71 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/exploring_with_sheep.mp4" type="video/mp4"> |
72 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/exploring_with_sheep.webm" type="video/webm"> |
73 |
Your browser does not support the video tag. |
74 |
</video> |
75 |
</div> |
76 |
|
77 |
<h3>Sheepvid</h3> |
78 |
<video width="300" height="240" controls> |
79 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.mp4" type="video/mp4"> |
80 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.webm" type="video/webm"> |
81 |
Your browser does not support the video tag. |
82 |
</video> |
83 |
</div> |
84 |
|
85 |
|
86 |
|
87 |
<hr></div>--> |
88 |
</div> |
89 |
</div> |
90 |
</body> |
91 |
</html> |