-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
554 lines (514 loc) · 25.4 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<title>Commodities Analyzer</title>
<meta name="description" content="">
<meta name="author" content="">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=7, IE=9, IE=10">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script type="text/javascript" src="//use.typekit.net/gua1sca.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- CSS
================================================== -->
<link rel="stylesheet" href="app/stylesheets/base.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/skeleton.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/layout.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/main.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/esri.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/tundra.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/tundraGrid.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/suitabilityTools.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/map.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/dashboard.css?v=1.1">
<!-- <link rel="stylesheet" href="app/stylesheets/data.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/about.css?v=1.1">
<link rel="stylesheet" href="app/stylesheets/methods.css?v=1.1"> -->
<link rel="stylesheet" href="app/stylesheets/contentPages.css?v=1.1">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
var dojoConfig = {
//baseUrl: "/app",
parseOnLoad: false,
isDebug: false,
async: true,
cacheBust: "v=1.1",
packages: [
{name: "common", location: location.pathname.replace(/\/[^/]+$/, "") + "app/js/common"},
{name: "root", location: location.pathname.replace(/\/[^/]+$/, "") + "app/js"},
{name: "suitability", location: location.pathname.replace(/\/[^/]+$/, "") + "app/js/suitability"},
{name: "atlas", location: location.pathname.replace(/\/[^/]+$/, "") + "app/js/forestatlas"},
{name: "custom",location: location.pathname.replace(/\/[^/]+$/, "") + "app/js/Custom"},
{name: "libs",location: location.pathname.replace(/\/[^/]+$/, "") + "app/js/libs"}
],
aliases: [
// Custom
["TiledServiceLayer","custom/TiledServiceLayer"],
["TiledLayerInfo","custom/Layers"],
["CustomDynamicLayer","custom/CustomDynamicLayer"],
["SuitabilityImageServiceLayer","custom/SuitabilityImageServiceLayer"],
["CustomWMSLayer", "custom/CustomWMSLayer"],
//Util
["uifactory", "common/util/UIFactory"],
["hashcontroller", "common/util/HashController"],
//Map
["mapconfig", "common/map/MapConfig"],
["mapui", "common/map/MapUI"],
["mapevents", "common/map/MapEvents"],
["mapcontroller", "common/map/MapController"],
["mapmodel", "common/map/MapModel"],
//Main
["mainconfig", "common/main/MainConfig"],
["mainui", "common/main/MainUI"],
["mainevents", "common/main/MainEvents"],
["maincontroller", "common/main/MainController"],
["mainmodel", "common/main/MainModel"],
//Other Libraries
["ko", "common/lib/knockout221"],
//esri aliases
["legend","esri/dijit/Legend"],
["basemap","esri/dijit/BasemapGallery"],
["arcgisutil","esri/arcgis/utils"],
["identityManager","esri/IdentityManager"],
["geometryservice","esri/tasks/GeometryService"],
["editorwidget","esri/dijit/editing/Editor"],
//["popuptemplate","esri/dijit/PopupTemplate"],
["esriquery","esri/tasks/query"],
["esrirequest","esri/request"],
["querytask","esri/tasks/QueryTask"],
["edit","esri/toolbars/edit"],
["draw","esri/toolbars/draw"],
["simplerenderer","esri/renderers/SimpleRenderer"],
["simplefillsymbol","esri/symbols/SimpleFillSymbol"],
["simplelinesymbol","esri/symbols/SimpleLineSymbol"],
["graphic","esri/graphic"],
["graphicslayer","esri/layers/GraphicsLayer"],
//Dojo Aliases
["lang","dojo/_base/lang"],
["cookie","dojo/cookie"],
["win","dojo/_base/window"],
["keys","dojo/keys"],
["xparser", "dojo/parser"],
["xmlparser", "dojox/xml/parser"],
["mparser", "dojox/mobile/parser"],
["declare", "dojo/_base/declare"],
["color", "dojo/_base/Color"],
["array", "dojo/_base/array"],
["dom", "dojo/dom"],
["registry", "dijit/registry"],
["construct", "dojo/dom-construct"],
["class", "dojo/dom-class"],
["style", "dojo/dom-style"],
["attr", "dojo/dom-attr"],
["checkbox", "dijit/form/CheckBox"],
["button","dijit/form/Button"],
["textbox", "dijit/form/TextBox"],
["togglebutton", "dijit/form/ToggleButton"],
["radio", "dijit/form/RadioButton"],
["combobox", "dijit/form/ComboBox"],
["hslider", "dijit/form/HorizontalSlider"],
["rslider", "dojox/form/RangeSlider"],
["accordion","dijit/layout/AccordionContainer"],
["stackcontainer","dijit/layout/StackContainer"],
["tabcontainer","dijit/layout/TabContainer"],
["floatingpane","dojox/layout/FloatingPane"],
["dialog","dijit/Dialog"],
["tooltipdialog","dijit/TooltipDialog"],
["popup","dijit/popup"],
["contentpane","dijit/layout/ContentPane"],
["filteringselect","dijit/form/FilteringSelect"],
["grid","dojox/grid/DataGrid"],
["ifrs","dojo/data/ItemFileWriteStore"],
["memory", "dojo/store/Memory"],
["ObjectStoreModel","dijit/tree/ObjectStoreModel"],
["tree", "dijit/Tree"],
["hash", "dojo/hash"],
["ioquery", "dojo/io-query"],
["query", "dojo/query"],
["string","dojo/string"],
["number","dojo/number"],
["json","dojo/json"],
["topic", "dojo/topic"],
["connect", "dojo/_base/connect"],
["on", "dojo/on"],
["aspect", "dojo/aspect"],
["request", "dojo/request"],
["script", "dojo/request/script"],
["all", "dojo/promise/all"],
["deferred", "dojo/Deferred"],
["hlabels","dijit/form/HorizontalRuleLabels"],
["hrules","dijit/form/HorizontalRule"]
]
}
</script>
<script src="http://js.arcgis.com/3.9/"></script>
<!--<script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.5compact"></script>-->
<script type="text/javascript">
var removeGraphic;
require(["root/main","topic"],function(Main,topic){
var main = new Main();
removeGraphic = function() {
topic.publish("removeSingleZoomGraphic");
}
});
</script>
<script type="text/javascript" src="app/js/libs/swfobject.js"></script>
<script type="text/javascript" src="app/js/libs/FileSaver.js"></script>
<!-- JQuery Custom Sliders -->
<script src="app/js/libs/jquery-1.7.1.min.js"></script>
<script src="app/js/libs/jquery-ui-1.8.16.custom.min.js"></script>
<script src="app/js/libs/jQAllRangeSliders-min.js"></script>
<link rel="stylesheet" href="app/stylesheets/iThing.css">
<!-- JQuery Custom Sliders -->
<script src="app/js/libs/CustomSelect.js"></script>
<!--<script type="text/javascript">-->
<!--var _gaq = _gaq || [];-->
<!--_gaq.push(-->
<!--['_setAccount', 'UA-35900039-2'],-->
<!--['_trackPageview'],-->
<!--['b._setAccount', 'UA-1981181-14'],-->
<!--['b._trackPageview']-->
<!--);-->
<!--(function() {-->
<!--var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;-->
<!--ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';-->
<!--var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);-->
<!--})();-->
<!--</script>-->
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "ur-1c59c45d-9a53-9954-29f5-6b8a97f662a5", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-35900039-2', 'auto', {'name':"A"});
ga('A.send', 'pageview');
ga('create', 'UA-1981181-14', 'auto', {'name':"B"});
ga('B.send', 'pageview');
</script>
<script>
require(["topic"],function(topic){
topic.subscribe("shareButtonsLoaded",function(){
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
});
});
</script>
</head>
<body class="tundra app" style="border-top: 5px solid rgb(34, 34, 34);">
<div id="fb-root"></div>
<div id="exportMapDialog" data-dojo-type="dijit.Dialog">
<div id="exportMapDialogContent"></div>
<div class="exportButtons">
<button id="exportOK">Ok</button>
<button id="exportCancel">Cancel</button>
</div>
</div>
<div data-dojo-type="dijit/layout/BorderContainer" class="borderContainer" id="mainBorderContainer" data-dojo-props="parseOnLoad:false,gutters:false,design:'headline'"><!-- BorderContainer -->
<div id="Dashboard" class="dashboard">
<div class="dashboard-no-content" data-bind="visible: showResultInstructions()">
<span id="dashboard-close-icon-2" class="dashboard-close-icon"></span>
<div id="resultsPlaceholder" class="resultsPlaceholder" data-bind="text:resultsPlaceholder">
</div>
</div>
<div class="dashboard-content" data-bind="visible: !showResultInstructions()">
<div class="dashboard-header">
<span id="resultsPopupHeader" class="dashobard-title"></span>
<span id="featureTotalArea" class="dashboard-total-area"></span>
<span id="printDashboardContents" class="dashboard-print"></span>
<span id="subscribeToAlerts" class="subscribeToAlerts">Subscribe to Monthly Alerts</span>
<span class="dashboard-tabs">
<div id="dashboard-tabs-1" class="dashboard-tab active">
<span id="suitability-results-tab" class="selected" data-bind="text: suitResultsTab"></span>
<span id="tcd-results-tab" data-bind="text: tcdResultsTab"></span>
<span id="land-cover-results-tab" data-bind="text: landCoverResultsTab"></span>
<span id="legal-results-tab" data-bind="text: legalResultsTab"></span>
<span id="pa-results-tab" data-bind="text: paResultsTab"></span>
<span id="tfcp-results-tab" data-bind="text: tfcpResultsTab"></span>
</div>
<div id="dashboard-tab-controller" class="dashboard-tab-control" data-bind="html: dashTabController"></div>
<div id="dashboard-tabs-2" class="dashboard-tab">
<span id="ifl-results-tab" data-bind="text: iflResultsTab"></span>
<span id="peat-results-tab" data-bind="text: peatResultsTab"></span>
<span id="rspo-results-tab" data-bind="text: rspoResultsTab"></span>
</div>
</span>
<span id="dashboard-close-icon" class="dashboard-close-icon"></span>
</div>
<div id="dashboard-body" class="dashboard-body">
<div id="suitability-results-section" class="dashboard-results-item">
<div class="suitability-results-content">
<div class="suitability-results-left">
<div class="result-item-panel-title">
<span data-bind="text:suitabilityResultsLabel"></span>
</div>
<div id="resultsInPopups" class="resultsInPopups"></div>
<div>
<a id="fieldAssessment" href="http://www.wri.org/publication/how-identify-degraded-land-sustainable-palm-oil-indonesia"
target="_blank" title="Field Assessments" data-bind="text:learnFieldAssessment"></a>
</div>
</div>
<div class="suitability-results-right">
<div id="legalSunburst" class="resultsChartContainer"></div>
</div>
</div>
</div>
<div id="tcd-results-section" class="dashboard-results-item">
<div class="result-item-panel-title">
<span data-bind="text:fcaResultsLabel"></span>
</div>
<div class="result-item-top-panel">
<div class="result-item-left-panel">
<div id="tcdTCL" class="tcl-chart"></div>
</div>
<div class="result-item-right-panel">
<div id="tcdFireAlerts" class="fire-alerts"></div>
<svg id="tcdTCL-legend" class="chart-legend"></svg>
</div>
</div>
<div class="result-item-bottom-panel">
<div id="tcdClearanceAlerts" class="clearance-alerts"></div>
</div>
</div>
<div id="land-cover-results-section" class="dashboard-results-item page-break">
<div class="result-item-panel-multi-title">
<span data-bind="text:landCoverResultsLabelGlobal"></span>
</div>
<div class="result-item-top-panel">
<div class="result-item-left-panel">
<div id="landCoverGlobalTCL" class="tcl-chart"></div>
</div>
<div class="result-item-right-panel">
<div id="landCoverGlobalFireAlerts" class="fire-alerts"></div>
<svg id="landCoverGlobalTCL-legend" class="chart-legend"></svg>
</div>
</div>
<div class="result-item-bottom-panel">
<div id="landCoverGlobalClearanceAlerts" class="clearance-alerts"></div>
</div>
<div class="result-item-panel-multi-title">
<span data-bind="text:landCoverResultsLabelAsia"></span>
</div>
<div class="result-item-top-panel">
<div class="result-item-left-panel">
<div id="landCoverAsiaTCL" class="tcl-chart"></div>
</div>
<div class="result-item-right-panel">
<div id="landCoverAsiaFireAlerts" class="fire-alerts"></div>
<svg id="landCoverAsiaTCL-legend" class="chart-legend"></svg>
</div>
</div>
<div class="result-item-bottom-panel">
<div id="landCoverAsiaClearanceAlerts" class="clearance-alerts"></div>
</div>
<div class="result-item-panel-multi-title">
<span data-bind="text:landCoverResultsLabelIndo"></span>
</div>
<div class="result-item-top-panel">
<div class="result-item-left-panel">
<div id="landCoverIndoTCL" class="tcl-chart"></div>
</div>
<div class="result-item-right-panel">
<div id="landCoverIndoFireAlerts" class="fire-alerts"></div>
<svg id="landCoverIndoTCL-legend" class="chart-legend"></svg>
</div>
</div>
<div class="result-item-bottom-panel">
<div id="landCoverIndoClearanceAlerts" class="clearance-alerts"></div>
</div>
</div>
<div id="legal-results-section" class="dashboard-results-item">
<div class="result-item-panel-title">
<span data-bind="text:legalResultsLabel"></span>
</div>
<div class="result-item-top-panel">
<div class="result-item-left-panel">
<div id="legalTCL" class="tcl-chart"></div>
</div>
<div class="result-item-right-panel">
<div id="legalFireAlerts" class="fire-alerts"></div>
<svg id="legalTCL-legend" class="chart-legend"></svg>
</div>
</div>
<div class="result-item-bottom-panel">
<div id="legalClearanceAlerts" class="clearance-alerts"></div>
</div>
</div>
<div id="pa-results-section" class="dashboard-results-item">
<div class="result-item-panel-title">
<span data-bind="text:paResultsLabel"></span>
</div>
<div class="result-item-top-panel">
<div class="result-item-left-panel">
<div id="paTCL" class="tcl-chart"></div>
</div>
<div class="result-item-right-panel">
<div id="paFireAlerts" class="fire-alerts"></div>
<svg id="paTCL-legend" class="chart-legend"></svg>
</div>
</div>
<div class="result-item-bottom-panel">
<div id="paClearanceAlerts" class="clearance-alerts"></div>
</div>
</div>
<div id="tfcp-results-section" class="dashboard-results-item">
<div class="result-item-panel-title">
<span data-bind="text:tfcpResultsLabel"></span>
</div>
<div class="result-item-top-panel">
<div class="result-item-left-panel">
<div id="tfcpTCL" class="tcl-chart"></div>
</div>
<div class="result-item-right-panel">
<div id="carbonFireAlerts" class="fire-alerts"></div>
<svg id="tfcpTCL-legend" class="chart-legend"></svg>
</div>
</div>
<div class="result-item-bottom-panel">
<div id="tfcpClearanceAlerts" class="clearance-alerts"></div>
</div>
</div>
<div id="ifl-results-section" class="dashboard-results-item">
<div class="result-item-panel-title">
<span data-bind="text:iflResultsLabel"></span>
</div>
<div class="result-item-top-panel">
<div class="result-item-left-panel">
<div id="iflTCL" class="tcl-chart"></div>
</div>
<div class="result-item-right-panel">
<div id="iflFireAlerts" class="fire-alerts"></div>
<svg id="iflTCL-legend" class="chart-legend"></svg>
</div>
</div>
<div class="result-item-bottom-panel">
<div id="iflClearanceAlerts" class="clearance-alerts"></div>
</div>
</div>
<div id="peat-results-section" class="dashboard-results-item">
<div class="result-item-panel-title">
<span data-bind="text:peatResultsLabel"></span>
</div>
<div class="result-item-top-panel">
<div class="result-item-left-panel">
<div id="peatTCL" class="tcl-chart"></div>
</div>
<div class="result-item-right-panel">
<div id="peatFireAlerts" class="fire-alerts"></div>
<svg id="peatTCL-legend" class="chart-legend"></svg>
</div>
</div>
<div class="result-item-bottom-panel">
<div id="peatClearanceAlerts" class="clearance-alerts"></div>
</div>
</div>
<div id="rspo-results-section" class="dashboard-results-item page-break">
<div class="result-item-panel-title">
<span data-bind="text:rspoResultsLabel"></span>
<div id="rspoExportLink" data-bind="text:rspoExportLink, visible: rspoExportReady()"></div>
</div>
<div id="rspoResultContainer" class="resultsInPopups"></div>
<div id="rspoResultChartContainer" class="resultsChartContainer"></div>
<div id="rspoMethodsLink" class"link" data-bind="text:methodsLink"></div>
</div>
</div>
</div>
</div>
<div data-dojo-type="dijit/layout/ContentPane" id="headerView" data-dojo-props="region:'top',parseOnLoad:false" class="appBackground">
<div id="headerViewTop" class="headerViewTop">
<span id="appTitle" onclick="window.open('http://www.wri.org/project/potico','_blank')"><span class="light-grey-text">A partnership convened by the</span> <a class="wri-link" href="http://www.wri.org" target="_blank"> World Resources Institute</a></span>
</div>
<div id="header_seperator" class="header_separator"></div>
<div id="headerViewBottom" class="headerViewBottom">
<!--<div class='subTitle' data-bind="html:appSubtitle"></div>-->
<!-- <div id="languageToggle">
<div id="languageBH">Indonesian</div>
<div id="languageEnglish" class="selectedLanguage">English</div>
</div> -->
</div>
</div>
<div data-dojo-type="dijit/layout/ContentPane" id="toolsContainer" class="hide" data-dojo-props="region:'left',id:'toolsContainer',parseOnLoad:false" style="top:163px">
</div>
<div id="stackContainerWrapper">
<div data-dojo-type="dijit/layout/StackContainer" id="stackContainer" data-dojo-props="region:'center',id:'mainStackContainer',parseOnLoad:false" >
<div data-dojo-type="dijit/layout/ContentPane" id="introView" data-dojo-props="id:'introContainer',parseOnLoad:true">
<div id="introText">Would you like to...</div>
<div id="passwordWindow" class="hide">
<div id="close" class="close-icon"></div>
<p><b>Welcome to GFW-Commodities</b>, an online platform that enables companies to analyze the impact of key commodities on forests, using the latest and most powerful data available. For more information, see our <a id="aboutLink" href="#">About</a> page.</p>
<p>GFW-Commodities is currently under development and open for “beta” testing. Data and related information on the “beta site” should be considered preliminary.</p>
<p>Users should not use this information to make decisions about forest management. Additionally, users should not publish or share this information publicly, including media stories and using the data for new research.</p>
<div id="passwordText">Please enter your password to access the site.</div>
<div id="buttons">
<input data-dojo-type="dijit/form/TextBox" data-dojo-props="id:'passwordInput',parseOnLoad:true" id="passwordInput"/>
<button data-dojo-props="id:'passwordButton',parseOnLoad:true" id="passwordButton" data-dojo-type="dijit/form/Button">I Agree</button>
</div>
<div id="emailInfo">
<p><b>Questions and Notifications:</b></p>
<p>To request a password, join our mailing list and be notified of the public launch, or for questions about the platform, please contact <a href="mailto:[email protected]?Subject=Password%20Request" target="_top">[email protected]</a>. Please provide your email address, name, and company or organization.</p>
</div>
</div>
</div>
<div data-dojo-type="dijit/layout/ContentPane" id="dataView" data-dojo-props="region:'center',id:'dataView',parseOnLoad:false" class="contentPage">
</div>
<div data-dojo-type="dijit/layout/ContentPane" id="methodsView" data-dojo-props="region:'center',id:'methodsView',parseOnLoad:false" class="contentPage">
</div>
<div data-dojo-type="dijit/layout/ContentPane" id="aboutView" data-dojo-props="region:'center',id:'aboutView',parseOnLoad:false" class="contentPage">
</div>
<div data-dojo-type="dijit/layout/ContentPane" id="mapView" data-dojo-props="parseOnLoad:true">
<div id="map">
<div id="share-contaner" class="share-container" data-bind="visible: shareVisibility()">
<div class='shareInnerConntainer'>
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_googleplus_large' displayText='Google +'></span>
<span class='st_email_large' displayText='Email'></span>
<span class='st_sharethis_large' displayText='ShareThis'></span>
</div>
</div>
</div>
</div> <!-- mapView -->
</div><!-- stackContainer -->
</div> <!-- stackContainerWrapper -->
</div><!-- borderContainer -->
<span id="footerAreaMovable"> <!-- This will move to active view -->
<!-- ko stopBinding: true -->
<div id="footer" class="footer"></div>
<!-- /ko -->
</span>
<script>
require(["topic"],function(topic){
topic.subscribe("shareButtonsLoaded",function(){
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
});
});
</script>
<script type="text/javascript">
require(["topic"],function(topic){
topic.subscribe("shareButtonsLoaded",function(){
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
});
});
</script>
</body>
</html>