2424
2525 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css ">
2626
27- {#
2827 < script src ="http://d3js.org/d3.v3.min.js "> </ script >
29- #}
3028
3129 < script src ="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js "> </ script >
3230
4139
4240 < link rel ="stylesheet " href ="static/libs/normalize.css "/>
4341
42+ < link rel ="stylesheet " href ="static/styles/colormaps.css ">
4443 < link rel ="stylesheet " href ="static/styles/chart.css ">
4544 < link rel ="stylesheet " href ="static/styles/time-selector.css ">
4645 < link rel ="stylesheet " href ="static/styles/searchbox.css ">
231230 < div id ="info-box " class ="ui card ">
232231 < div class ="content info-text " data-dataset ="shoreline ">
233232 < h2 >
234- Shoreline changes (1985 -2016)
233+ Long-term Shoreline Changes (1984 -2016)
235234 </ h2 >
236235
237236 < p >
238- Red and green colors represent sandy coastlines where erosion occured during the last 30 years.
239- Yellow coasts represent sandy coastlines without erosion.
240- The results of the analysis are published in: < br > < br > < a href ="http://www.nature.com "> < strong > Luijendijk et.al, 2018, Nature Scientific Reports</ strong > </ a >
237+ The bars represent the erosion/accretion along sandy coasts, every 500m, over the period 1984-2016.
238+ Green bars indicate where shoreline accretion has occurred (natural accretion, land reclamation, nourishments).
239+ Red bars indicate erosive shorelines.
240+ </ p >
241+ < div class ="RdYlGn legend ">
242+ < span > -10m/yr </ span >
243+ < div class ="legend-box q0-5 " title ="-10 "> </ div >
244+ < div class ="legend-box q1-5 " title ="-5 "> </ div >
245+ < div class ="legend-box q2-5 " title ="0 "> </ div >
246+ < div class ="legend-box q3-5 " title ="5 "> </ div >
247+ < div class ="legend-box q4-5 " title ="10 "> </ div >
248+ < span > 10m/yr</ span >
249+ </ div >
250+ < p >
251+
252+ <!-- The heatmap shows the hotspots of erosive (red) and accretive (green) shorelines in the world. -->
253+
254+ The results of the global analysis and methods can be found in:
255+ < a href ="https://www.nature.com/articles/s41598-018-24630-6 "> Luijendijk et al., 2018, Scientific Reports</ a >
256+
257+ < br >
258+ For inquiries please fill in this < a href ="https://docs.google.com/forms/d/e/1FAIpQLSfd6VpTH5WPaHrUm1ZQfN2FQ6az77Wd7BykEt-orWMMpIVYFA/viewform "> form</ a > .
241259 </ p >
242260 </ div >
261+
262+ < div class ="extra content info-buttons-content " data-dataset ="shoreline ">
263+ < div class ="left floated like ">
264+ < div >
265+ < a class ="ui small primary button "
266+ href ="https://twitter.com/beachmonitor " title ="Follow on Twitter ">
267+ < i class ="twitter icon "> </ i >
268+ </ a >
269+ </ div >
270+
271+ < div >
272+ < a class ="ui small primary button " id ="github-button "
273+ href ="https://github.com/deltares/aqua-monitor " title ="Fork or Follow me on GitHub ">
274+ < i class ="github icon "> </ i >
275+ </ a >
276+ </ div >
277+
278+ < div >
279+ < a class ="ui small button "
280+ href ="mailto:arjen.luijendijk@deltares.nl?subject=Shoreline Monitor Feedback " title ="Get in touch! ">
281+ < i class ="mail icon "> </ i >
282+ </ a >
283+ </ div >
284+
285+ < div >
286+ < a class ="ui small button " id ="terms-button " href ="https://www.deltares.nl/en/disclaimer/ "
287+ title ="Terms of Use ">
288+ < i class ="copyright icon "> </ i >
289+ </ a >
290+ </ div >
291+ </ div >
292+
293+ < div class ="right floated star ">
294+ < a class ="ui small button info-close-button ">
295+ < i class ="close icon "> </ i >
296+ </ a >
297+ </ div >
298+ </ div >
299+
300+
243301 < div class ="content info-text " data-dataset ="surface-water ">
244302 < h2 >
245303 Surface water changes (1985-2016)
@@ -258,30 +316,30 @@ <h2>
258316 </ p >
259317 </ div >
260318
261- < div class ="extra content info-buttons-content ">
262- < div class ="left floated like " id =" info-buttons " >
263- < div id =" twitter-div " >
264- < a class ="ui small primary button " id =" twitter-button "
319+ < div class ="extra content info-buttons-content " data-dataset =" surface-water " >
320+ < div class ="left floated like ">
321+ < div >
322+ < a class ="ui small primary button "
265323 href ="https://twitter.com/aqua_monitor " title ="Follow on Twitter ">
266324 < i class ="twitter icon "> </ i >
267325 </ a >
268326 </ div >
269327
270- < div id =" github-div " >
328+ < div >
271329 < a class ="ui small primary button " id ="github-button "
272330 href ="https://github.com/deltares/aqua-monitor " title ="Fork or Follow me on GitHub ">
273331 < i class ="github icon "> </ i >
274332 </ a >
275333 </ div >
276334
277- < div id =" contact-div " >
278- < a class ="ui small button " id =" contact-button "
335+ < div >
336+ < a class ="ui small button "
279337 href ="mailto:gennadii.donchyts@deltares.nl?subject=Aqua Monitor Feedback " title ="Get in touch! ">
280338 < i class ="mail icon "> </ i >
281339 </ a >
282340 </ div >
283341
284- < div id =" terms-div " >
342+ < div >
285343 < a class ="ui small button " id ="terms-button " href ="https://www.deltares.nl/en/disclaimer/ "
286344 title ="Terms of Use ">
287345 < i class ="copyright icon "> </ i >
@@ -290,13 +348,22 @@ <h2>
290348 </ div >
291349
292350 < div class ="right floated star ">
293- < a class ="ui small button " id =" info-close-button ">
351+ < a class ="ui small button info-close-button ">
294352 < i class ="close icon "> </ i >
295353 </ a >
296354 </ div >
297355 </ div >
298356 </ div >
299357
358+ <!-- Modal windows -->
359+
360+ < div class ="ui modal " id ="chart-modal ">
361+ < div class ="right floated star ">
362+ < a class ="ui small button info-close-button ">
363+ < i class ="close icon "> </ i >
364+ </ a >
365+ </ div >
366+ </ div >
300367 <!--
301368 <div id="slider-div-morph">
302369 <input id="slider-morph" data-slider-tooltip="hide" type="text"/>
414481 < script src ="static/scripts/script.js "> </ script >
415482 < script src ="static/scripts/time-selector.js "> </ script >
416483 < script src ="static/scripts/query-chart.js "> </ script >
484+ < script src ="static/scripts/shore-chart.js "> </ script >
417485 < script src ="static/scripts/main.js "> </ script >
418486 <!-- build:js static/scripts/all.js -->
419487 <!-- endbuild -->
0 commit comments