forked from scorelab/ASSET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·36 lines (33 loc) · 2.41 KB
/
index.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
---
layout: index
title: Home
permalink: /
carousel:
- single01.jpg
- single02.jpg
- single03.jpg
---
<div id="service" style="margin-top:50px">
<div class="container">
<div class="row">
<div class="col-lg-8" style="text-align:justify">
<p>The elephant and human conflict is a major problem in Sri Lanka. One way of preventing elephant depredations is by detection of a rogue elephant before it reaches a village or farmed areas through an early warning system so that people can drive the elephant away before it causes damage to their crops or property. Being very intelligent animals, elephants encountering such a new system, often adapt to it very quickly.</p>
<p>Examples observed in Sri Lanka include elephants toppling trees on the electric fences to make them ineffective and digging up and destroying US Army surplus miniature seismic systems installed to detect crop-raiding elephants. Therefore, an adaptive approach is required that is based on multiple methods to detect elephants and that could randomly vary the actuation and this way prevent that the elephants get used to the system.</p>
<p>As an alternative strategy for electric fences and other fix detection systems we propose the use of an Adaptive Sensor Actuator System for Elephant Tracking (ASSET) for elephant detection and early warnings. The system will exploit the recent advances in flying robotic (quadcopter) and wireless sensor network (WSN) technology, which enables monitoring of the environment at low cost. The quadcopter chosen for this project is a Parrot Ar Drone 2.0 from Apple. It will be equipped identify the elephants.</p><br>
</div>
<div class="col-lg-4">
<h4>Recent News</h4>
<div class="hline"></div>
<ul class="popular-posts">
{% for post in site.categories['blog'] limit:3 %}
<li>
<a href="{{ post.url | prepend: site.baseurl }}"><img src="{{ '/assets/img/blog/thumbs/' | prepend: site.baseurl }}{{ post.thumb }}" alt="Popular Post"></a>
<p><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></p>
<em>Posted on {{ post.date | date_to_string }}</em>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>