-
Notifications
You must be signed in to change notification settings - Fork 0
/
ncgis2021.html
704 lines (594 loc) · 24.6 KB
/
ncgis2021.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
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>New Major Release of GRASS GIS - NCGIS 2021</title>
<meta name="description" content="GRASS GIS talk slides for NCGIS 2021">
<meta name="author" content="Vaclav Petras, Anna Petrasova">
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="css/theme/osgeo.css" id="theme">
<link rel="stylesheet" href="css/nouislider.min.css" id="slide">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
<!-- For chalkboard plugin -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!-- <link href="https://fonts.googleapis.com/css?family=Miriam+Libre" rel="stylesheet">-->
<style>
/* miriam-libre-regular - latin */
@font-face {
font-family: 'Miriam Libre';
font-style: normal;
font-weight: 400;
src: url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Miriam Libre'), local('MiriamLibre-Regular'),
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.svg#MiriamLibre') format('svg'); /* Legacy iOS */
}
/* miriam-libre-700 - latin */
@font-face {
font-family: 'Miriam Libre';
font-style: normal;
font-weight: 700;
src: url('lib/font/miriam-libre/miriam-libre-v1-latin-700.eot'); /* IE9 Compat Modes */
src: local('Miriam Libre Bold'), local('MiriamLibre-Bold'),
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.woff') format('woff'), /* Modern Browsers */
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.svg#MiriamLibre') format('svg'); /* Legacy iOS */
}
/* sintony-regular - latin */
@font-face {
font-family: 'Sintony';
font-style: normal;
font-weight: 400;
src: url('lib/font/sintony/sintony-v4-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Sintony'),
url('lib/font/sintony/sintony-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lib/font/sintony/sintony-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('lib/font/sintony/sintony-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
url('lib/font/sintony/sintony-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('lib/font/sintony/sintony-v4-latin-regular.svg#Sintony') format('svg'); /* Legacy iOS */
}
/* sintony-700 - latin */
@font-face {
font-family: 'Sintony';
font-style: normal;
font-weight: 700;
src: url('lib/font/sintony/sintony-v4-latin-700.eot'); /* IE9 Compat Modes */
src: local('Sintony Bold'), local('Sintony-Bold'),
url('lib/font/sintony/sintony-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lib/font/sintony/sintony-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('lib/font/sintony/sintony-v4-latin-700.woff') format('woff'), /* Modern Browsers */
url('lib/font/sintony/sintony-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('lib/font/sintony/sintony-v4-latin-700.svg#Sintony') format('svg'); /* Legacy iOS */
}
.reveal li > ul {
font-size: 85%;
line-height: 110%;
}
.reveal small {
display: inline-block;
font-size: smaller;
line-height: 1.2em;
vertical-align: baseline;
margin: 0.1em; }
.reveal small * {
vertical-align: baseline; }
.reveal .credit {
font-size: small;
color: gray;
margin: 0.1em;
}
.reveal .right, .reveal .textimg > img, .reveal .textimg > video, .reveal .textimg > iframe, .reveal .imgtext > p, .reveal .imgtext > ul, .reveal .imgtext > ol, .reveal .imgtext > div {
float: right;
text-align: left;
max-width: 47%;
}
.reveal .left, .reveal .imgtext > img, .reveal .imgtext > video, .reveal .imgtext > iframe, .reveal .textimg > p, .reveal .textimg > ul, .reveal .textimg > ol, .reveal .textimg > div {
float: left;
text-align: left;
max-width: 47%;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<!--
GRASS GIS is an all-in-one tool for geospatial analysis and remote sensing made by users for users.
GRASS GIS is open source which removes the licensing hassle and cost and puts users to the center of the story.
This talk will highlight the new major release of GRASS GIS.
Version 8 provides a completely new first-time user experience and streamlines how users interact with their data.
New features include dark-themed interface support, Voronoi-based area skeletons,
gap filling, near feature attribute statistics, image collection support,
customizable solar radiance model, and unlimited fine-scale hydrologic simulation.
The new version contains all features from the previous versions including Python 3 scripting,
spatio-temporal data analysis, PostgreSQL connections, HPC cluster support, low-end hardware support, and more.
Experimental features available for download now include buffer statistics, road centerlines,
vector attribute update with Python syntax, coastal, stream, and dam flooding, mass-preserving interpolation,
transect generation, longest flow path, iterative subwatershed delineation, edge detection,
user and producer accuracies, attribute plots, valley flatness, cost-distance area connectivity,
and Sentinel, MODIS, USGS, and GBIF data download.
Additionally, issues, fixes, and ongoing improvements are now publicly accessible at GitHub.
This talk presents contributions by the whole GRASS GIS user and developer community
and highlights additions by the Center for Geospatial Analytics at North Carolina State University.
-->
<section>
<h1>New Major Release of GRASS GIS</h1>
<p style="margin-top: 0.5em">
<a href="http://wenzeslaus.github.io/">Vaclav (Vashek) Petras</a>
<br>
Anna Petrasova
</p>
<p class="title-foot">
<a href="http://geospatial.ncsu.edu/geoforall/" title="NCSU GeoForAll Lab">NCSU GeoForAll Lab</a>
at the
<a href="http://geospatial.ncsu.edu/" title="NCSU Center for Geospatial Analytics">Center for Geospatial Analytics</a>
<br>
<a href="http://www.ncsu.edu/" title="North Carolina State University">NC State University</a>
</p>
<img src="img/grass_gis.svg" class="stretch">
<p><small>NCGIS 2021 Virtual</small></p>
<p>
<a href="https://wenzeslaus.github.io/grass-gis-talks/ncgis2021.html">wenzeslaus.github.io/grass-gis-talks</a>
</section>
<section class="textimg">
<h2>Vaclav (Vashek) Petras</h2>
<ul>
<li>BS & MS in Geoinformatics, Czech Technical University in Prague
<li>PhD in Geospatial Analytics, NC State
<li>Geospatial Research Software Engineer at NC State
<li>GRASS GIS Development Team Member
<li>GRASS GIS Project Steering Committee Member
<li>Open Source Geospatial Foundation Charter Member
</ul>
<img src="img/vp_field_work.jpg">
</section>
<section>
<h2>Community & Shared Improvements</h2>
<ul>
<li>GRASS GIS community:
<ul>
<li>Provides software to the public.</li>
<li>Shares its source code.</li>
<li>Includes latest additions.</li>
</ul>
</ul>
<br>
<img src="img/grass_team.jpg" class="stretch">
<p><em>Credit goes to the whole community, not just this talk's authors.</em></p>
</section>
<section>
<h2>Real Virtual Community</h2>
<ul>
<li>Open community of users and developers</li>
<li>Contributors to code, documentation, translations, …</li>
<li>Project Steering Committee</li>
<li>PSC Chair: Verónica Andreo</li>
</ul>
<br>
<img src="img/psc_meeting_2021.png" class="stretch">
</section>
<section>
<h2>Access to Source Code</h2>
Documentation links to relevant parts of the source code.
<img src="img/module_author_source.png" class="stretch">
<p>by Luca Delucchi
</section>
<section>
<h2>Scientific Foundation</h2>
<ul>
<li>references to related scientific papers</li>
<li>references to papers associated with a tool</li>
</ul>
<br>
<img src="img/module_references.png" class="stretch">
</section>
<section>
<h2>Return of Investment</h2>
<ul>
<li>Emphasis on backwards compatibility</li>
<li>No increasing license fees over time</li>
<li>Employer-independent</li>
<li>Contractor-independent</li>
</ul>
<br>
<img src="img/modeler_skyview.png" class="stretch">
<aside class="notes">
Old commands, often work in new versions with minimal changes.
No increase in license fees over time.
</aside>
</section>
<!--
<section>
<h2>Changes vs Stability</h2>
<ul>
<li>Graphical user interface changes as needed.</li>
<li>Python API added in v6, extended in v7.</li>
<li>Basic things continue to work in the same way.</li>
</ul>
<p><em>Raster algebra expression from 2002 (v5) in 2021 (v8):</em></p>
<p>
<code style="font-size: larger;">
depressions<em style="background-color: #f84040;"> </em>=<em style="background-color: #f84040;"> </em>
if((elevation - fill) < 0, 1, 0)
</code>
</p>
</section>
-->
<section>
<h2>All-in-one</h2>
<!--
<p>
<em>GRASS covers many fields.</em>
</p>
-->
<ul>
<li>All matured tools available right away
<li>Download of experimental tools possible
<li>Network analysis, hydrology, remote sensing, …
</ul>
<br>
<img src="img/hexagons_3d_white_outlier.png" class="stretch">
</section>
<section>
<h2>GRASS GIS 8.0.0</h2>
<ul>
<li>Roadmap:
<ul>
<li>7.8.5 December 2020</li>
<li>7.8.6 Spring 2021</li>
<li>8.0.0 Spring 2021
<ul>
<li>Presented here</li>
<li>PROJ 6.0.0, 7.0.0 (and above) support</li>
</ul>
</li>
<li>8.0.1 Summer 2021</li>
</ul>
</li>
</ul>
<br>
<img src="img/pure_hexagons_on_surface.png" class="stretch">
</section>
<section>
<h2>Dark Theme Support</h2>
Interface respects system dark theme.
<br>
<img src="img/dark_theme_v_clip.png" class="stretch">
<p>by Anna Petrasova, Nicklas Larsson
</section>
<section>
<h2>Improved First-time User Experience</h2>
Initial project sets up automatically. Guidance provided for next steps.
<br>
<img src="img/first-time_user_world.png" class="stretch">
<p>
by Linda Kladivova &
rest of the community (many reviews, calls, user surveys, …)
</p>
</section>
<section>
<h2>Centralized Data Management</h2>
All data manipulation centered around revamped <em>Data</em> tab.
<br>
<img src="img/data_catalog_isolines.png" class="stretch">
<p>by Linda Kladivova, Anna Petrasova, Vaclav Petras
</section>
<section>
<h2>Skeletons and Centerlines</h2>
<em>v.voronoi</em> tool can now create area skeletons and centerlines.
<img src="img/lake_skeleton_naip.png" class="stretch">
<p>by Markus Metz
</section>
<section>
<h2>Faster External Data Links</h2>
<em>r.external</em> links (opens) external raster data (GeoTiffs, …) faster.
<br>
<small>(2-5× faster, or almost no time for some workflows)</small>
<br>
<img src="img/r_external_futures.png" class="stretch">
<p>by Markus Metz</p>
<p>Great for workflows when only portion of the data is processed in GRASS GIS.</p>
</section>
<section>
<h2>GitHub-centered Software Development</h2>
<ul>
<li>"Fork me on GitHub"</li>
<li>Filling out issues (tickets) requires only GitHub login.</li>
<li>All issues are publicly visible.</li>
</ul>
<img src="img/octocat.png" class="stretch">
</section>
<section>
<h2>Open an Issue: Feature Request</h2>
Open an issue to suggest a new feature.
<img src="img/github_issue_1144_feature.png" class="stretch">
</section>
<section>
<h2>Open an Issue: Bug Report</h2>
Open an issue to report that something is not working.
<img src="img/github_issue_1213_bug.png" class="stretch">
</section>
<section>
<h2>Propose Changes: Pull Request</h2>
Contribute to code or documentation by proposing a set of changes.
<img src="img/github_pr_1310_psmap_header.png" class="stretch">
</section>
<section>
<h2>Tests of Proposed Changes</h2>
<ul>
<li>To propose a change, contributor opens a pull request (PR)</li>
<li>Continuous integration (CI) in GitHub Actions runs checks</li>
<li>Checks of code quality, standards, functionality before code </li>
<li>Manual evaluation, testing and feedback</li>
<li>Repeat as needed</li>
</ul>
<img src="img/github_pr_1310_psmap_checks.png" class="stretch">
</section>
<section>
<h2>Google Summer of Code</h2>
<ul>
<li>Stipend program by Google for students.</li>
<li>Students work on code with an open source project.</li>
<li>New rules in 2021: shorter commitment, greater eligibility.</li>
<li>Students: Engage with an org. or project + Apply at Google.</li>
</ul>
<img src="img/gsoc_at_osgeo.png" class="stretch">
</section>
<!--
<section>
<h2>Code Quality</h2>
Documentation now links to relevant parts of the source code.
<img src="img/dark_theme_v_clip.png" class="stretch">
<p>by Nicklas Larsson
</section>
PROJ
-->
<section>
<h2>Support</h2>
<ul>
<li>Community support
<ul>
<li><a href="https://lists.osgeo.org/mailman/listinfo/grass-user">user mailing list</a> <small>(with vast archives since 1991)</small>
<li><a href="https://gis.stackexchange.com/questions/tagged/grass">GIS StackExchange</a>
<li>…
</ul>
<li>Commercial support
<ul>
<li><a href="https://www.mundialis.de/en/open-source-gis/">mundialis</a>
<li><a href="https://www.northrivergeographic.com/">North River Geographic Systems</a>
<li><a href="https://geospatial.ncsu.edu/engage/service-center/">Center for Geospatial Analytics, NC State University</a>
<li>…
</ul>
</ul>
<br>
<img src="img/grass_gis.svg" alt="GRASS GIS logo" class="stretch">
</section>
<section>
<h2>NCSU CGA Support</h2>
<ul>
<li>open source development and support</li>
<li>research software engineering as a service</li>
<li>consultation, skill-transfer, personalized training</li>
<li>support for tools created by NCSU CGA</li>
</ul>
<img src="img/ncsu_cga.png" class="stretch">
</section>
<section>
<h2>FUTURES</h2>
<p><em>r.futures</em> - set of tools for urban growth modeling</p>
<img src="img/FUTURES_Raleigh.png" class="stretch">
<p>by NC State Center for Geospatial Analytics</p>
<p>
See poster:
<br>
<em>FUTURES v2: Urban Growth Modeling at Scale</em>
<br>
Thursday, 5pm
</p>
</section>
<section>
<h2>PoPS</h2>
<p><em>r.pops.spread</em> - Pest or Pathogen Spread simulation</p>
<img src="img/pops_version_1.png" class="stretch">
<p>by NC State Center for Geospatial Analytics
</section>
<section>
<h2>Tangible Landscape</h2>
<p>Geospatial tangible user interface</p>
<img src="img/cli_tangible.png" class="stretch">
<p>by NC State Center for Geospatial Analytics</p>
</section>
<section>
<h2>Valley Bottom Flatness Index</h2>
<p><em>r.valley.bottom</em> - Multi-resolution Valley Bottom Flatness (MrVBF)</p>
<img src="img/r_valley_bottom_3d.png" class="stretch">
<p>by Helmut Kudrnovsky, Steven Pawley
</section>
<section>
<h2>Sentinel, MODIS, Landsat, NED, NAIP</h2>
<p>
Automated download and import of common datasets
<small>
i.sentinel, i.modis, i.landsat.download, r.in.usgs, …
</small>
</p>
<img src="img/usgs_ned_naip_3d.png" class="stretch">
<p>
<small>
by
Luca Delucchi (Fondazione Edmund Mach),
Martin Landa (OpenGeoLabs),
Anika Weinmann (mundialis),
Guido Riembauer (mundialis),
Roberta Fagandini (GSoC),
Zechariah Krautwurst (GSoC),
Anna Petrasova (NC State University),
Vaclav Petras (NC State University),
Veronica Andreo (CONICET, Argentina), …
</small>
</p>
</section>
<section>
<h2>Resources</h2>
<ul>
<li>
Documentation:
<ul>
<li>See <a href="https://grass.osgeo.org/grass78/manuals/graphical_index.html">full list of core tools</a>
<li>See <a href="https://grass.osgeo.org/grass78/manuals/addons">tools in Addons repository</a>
</ul>
<li>
Tutorials:
<ul>
<li>
<a href="https://grasswiki.osgeo.org/wiki/From_GRASS_GIS_novice_to_power_user_(workshop_at_FOSS4G_Boston_2017)">Introduction to GRASS GIS</a>
<li>
<a href="https://grasswiki.osgeo.org/wiki/Processing_lidar_and_UAV_point_clouds_in_GRASS_GIS_(workshop_at_FOSS4G_Boston_2017)">Processing lidar and UAV point clouds</a>
<li>
<a href="https://github.com/wenzeslaus/python-grass-addon">How to write a Python tool for GRASS</a>
<li>
<a href="http://ncsu-geoforall-lab.github.io/grass-temporal-workshop/">
Spatio-temporal data handling and visualization</a>
</ul>
<li>
Books:
<ul>
<li>Open Source GIS: A GRASS GIS Approach
<li>Tangible Modeling with Open Source GIS
<li>GIS-based Analysis of Coastal Lidar Time-Series
<li>Open Source Approaches to Spatial Data Handling
</ul>
</ul>
</section>
<section>
<img src="img/grass_gis.svg" alt="GRASS GIS logo" class="stretch">
<p>
Install GRASS GIS for free with this link in next 24 hours:
<a href="https://grass.osgeo.org/">grass.osgeo.org</a>
<p>
<a href="https://twitter.com/vaclavpetras/">Twitter: vaclavpetras</a>
<br>
<a href="https://www.linkedin.com/in/vaclav-petras-a24a1b114/">LinkedIn: Vaclav Petras</a>
</p>
<p>
<a href="https://wenzeslaus.github.io/grass-gis-talks/ncgis2021.html">wenzeslaus.github.io/grass-gis-talks</a>
<p><em>Thank you for Attending - This Session Has Ended</em></p>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/math/math.js"></script>
<script src="plugin/chalkboard/plugin.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
hash: true,
// Display controls in the bottom right corner
controls: false,
// Display a presentation progress bar
progress: true,
center: true,
// Display the page number of the current slide
slideNumber: false,
// Enable the slide overview mode
overview: true,
// Turns fragments on and off globally
fragments: true,
// The "normal" size of the presentation, aspect ratio will be preserved
// when the presentation is scaled to fit different resolutions. Can be
// specified using percentage units.
// width: 960,
// height: 700,
// Factor of the display size that should remain empty around the content
margin: 0.05, // increase?
// Bounds for smallest/largest possible scale to apply to content
minScale: 0.5,
maxScale: 5.0,
// Push each slide change to the browser history
history: true,
// Enable keyboard shortcuts for navigation
keyboard: true,
// Vertical centering of slides
center: true,
// Enables touch navigation on devices with touch input
touch: true,
// Loop the presentation
loop: false,
// Flags if the presentation is running in an embedded mode,
// i.e. contained within a limited portion of the screen
embedded: false,
// Number of milliseconds between automatically proceeding to the
// next slide, disabled when set to 0, this value can be overwritten
// by using a data-autoslide attribute on your slides
autoSlide: 0,
// Stop auto-sliding after user input
autoSlideStoppable: true,
// Enable slide navigation via mouse wheel
mouseWheel: false,
// Hides the address bar on mobile devices
hideAddressBar: true,
// Opens links in an iframe preview overlay
previewLinks: false,
// Slide transition
transition: 'none', // default/none/slide/concave/convex/zoom
// Transition speed
transitionSpeed: 'default', // default/fast/slow
// Transition style for full page slide backgrounds
backgroundTransition: 'none', // default/none/slide/concave/convex/zoom
// Number of slides away from the current that are visible
viewDistance: 3,
// Parallax background image
//parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
// Parallax background size
//parallaxBackgroundSize: '' // CSS syntax, e.g. "2100px 900px"
chalkboard: {
boardmarkerWidth: 3,
chalkWidth: 7,
chalkEffect: 1.0,
src: null,
readOnly: undefined,
toggleChalkboardButton: true,
toggleNotesButton: true,
boardmarkers : [
{ color: 'rgba(220,20,60,1)', cursor: 'url(' + path + 'img/boardmarker-red.png), auto'},
{ color: 'rgba(255,140,0,1)', cursor: 'url(' + path + 'img/boardmarker-orange.png), auto'},
]
},
math: {
mathjax: 'https://cdn.jsdelivr.net/gh/mathjax/mathjax@2.7.8/MathJax.js',
config: 'TeX-AMS_HTML-full',
// pass other options into `MathJax.Hub.Config()`
TeX: { Macros: { RR: "{\\bf R}" } }
},
plugins: [
RevealMath,
RevealHighlight,
RevealMarkdown,
RevealChalkboard
]
});
</script>
</body>
</html>