-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanalytics.html
93 lines (74 loc) · 5.2 KB
/
analytics.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Here we present a methodology and a prototype tool powered by machine learning algorithms that allows for near real time threat (and loss) monitoring of vulnerable plant species, using open data (ground-truthed and remotely sensed). Improvements in machine learning algorithms and access to high quality remotely sensed data (top down) has enabled “remote” monitoring of the earth’s status. The applicability of insights obtained can be further improved by incorporating ground truthed (bottom up) data. The proposed tool leverages upon the ease at which one can access GBIF’s high quality spatialized data in a standardized format at scale, further augments this with remote sensing data and machine learning algorithms in order to monitor threat status of plant species. This tool mashes multiple datasets, merges geospatial layers, to generate new insights, and provides a new use case of open data, further supporting the call for FAIR (Findable, Accessible, Interoperable and Reusable) data. Biodiversity monitoring is central to Sustainable Development Agenda, we propose to use this case-study as an example to promote spatialization and FAIR access of national biodiversity records currently held by various government agencies.">
<meta name="keywords" content="ciat, gbif, terrai-i, "/>
<meta name="author" content="CIAT, d.burra@cgiar.org, l.reymondin@cgiar.org, l.palao@cgiar.org, m.barua@cgiar.org, ciatph">
<link rel="icon" href="images/icons/ciat-icon-48.ico">
<title>Analytics</title>
<!-- Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<!-- navigation bar -->
<nav class="navbar site-header sticky-top py-1 navbar-expand-lg navbar-dark">
<div class="container d-flex flex-column flex-md-row justify-content">
<a class="py-2" href="#">
<img src="images/logo/ciat-icon-48.png" width="30" height="30"/>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item" id="map_sa">
<a class="nav-link" href="/terrai-gbif/index.html">Maps</a>
</li>
</ul>
</div>
<div style="float:right; font-size: 12px; margin-top:3px;">
<a class="py-2 d-none d-md-inline-block" href="https://figshare.com/s/0b556b9d4c4a5d6f0e9c">FigShare Poster</a>
<a class="py-2 d-none d-md-inline-block" href="https://github.com/ciatph/terrai-gbif">GitHub Repository</a>
<a class="py-2 d-none d-md-inline-block" href="analytics.html">Analytics</a>
</div>
</div>
</nav>
<!-- content: analytics graph -->
<div class="container" style="margin-top: 40px;">
<h1 id="page_header">Website Analytics</h1>
<hr>
<div id="widgetIframe"><iframe width="100%" height="750" src="https://ciatph.000webhostapp.com/analytics/index.php?module=Widgetize&action=iframe&containerId=VisitOverviewWithGraph&widget=1&moduleToWidgetize=CoreHome&actionToWidgetize=renderWidgetContainer&idSite=2&period=day&date=today&disableLink=1&widget=1&updated=1" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>
<hr><br>
</div> <!-- /container -->
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="about">
<img src="images/logo/CIAT-Logo-255x128-1.png" class="img-responsive center-block" alt="">
<p>A Terra-i and GBIF project by <a href="https://blog.ciat.cgiar.org/">CIAT</a> for the <a href="https://www.gbif.org/news/1GQURfK5jS4Iq4O06Y0EK4/2018-gbif-ebbe-nielsen-challenge-seeks-open-data-innovations-for-biodiversity">2018 Ebbe Nielsen Challenge</a></p>
<!-- <p>A Terra-i and GBIF project by CIAT for the 2018 Ebbe Nielsen Challenge</p> -->
</div>
</div>
</div>
</div>
<section class="copyright">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p>Copyright © 2018. CIAT.</p>
</div>
<div class="col-sm-6"></div>
</div>
</div>
</section>
</footer>
<!-- Scripts
================================================== -->
<script src="js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>