Skip to content

Commit 4c86c0a

Browse files
committed
udpate slide notes
1 parent 3a51e46 commit 4c86c0a

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

slides/index.Rmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,10 @@ class: softblue, middle, center
408408

409409
Literate Code = R Notebooks + R Markdown
410410

411+
???
412+
413+
Turn scripts into reproducible reports
414+
411415
---
412416
class: bottom
413417
background-image: url(images/rmarkdown.png)
@@ -492,7 +496,7 @@ Version Control
492496

493497
This is where **Open** becomes **Awesome**
494498

495-
slides: 4, 11, 24
499+
slides: 4, 11, 25
496500

497501

498502
---
@@ -528,7 +532,7 @@ Next: [Hands-on](../handson.html)
528532

529533
Now move to the [hands-on](/handson.html) guided exercises.
530534

531-
slide: 8, (9), 26
535+
slide: 8, (9), 27
532536

533537
---
534538
class: orange

slides/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@
388388

389389

390390

391-
<div id="htmlwidget-25b299eeeaa6861c06bc" style="width:100%;height:auto;" class="datatables html-widget"></div>
392-
<script type="application/json" data-for="htmlwidget-25b299eeeaa6861c06bc">{"x":{"filter":"none","data":[["Private Repo","Public Repo","Duke NetId","User Community"],["by Default","Yes","Yes","Duke University -- &lt;br&gt;can syncronize &lt;br&gt;to public hubs"],["$$ @ GitHub","by Default","No","Largest Available"]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>Category<\/th>\n <th>Duke's GitLab<\/th>\n <th>Public Hubs<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"t","order":[],"autoWidth":false,"orderClasses":false,"rowCallback":"function(row, data) {\nvar value=data[2]; if (value!==null) $(this.api().cell(row, 2).node()).css({'background-color':'lightblue'});\nvar value=data[1]; if (value!==null) $(this.api().cell(row, 1).node()).css({'font-weight':'bold','color':'silver','background-color':'navy'});\n}"}},"evals":["options.rowCallback"],"jsHooks":[]}</script>
391+
<div id="htmlwidget-19e488c4d2b9f3f5f59b" style="width:100%;height:auto;" class="datatables html-widget"></div>
392+
<script type="application/json" data-for="htmlwidget-19e488c4d2b9f3f5f59b">{"x":{"filter":"none","data":[["Private Repo","Public Repo","Duke NetId","User Community"],["by Default","Yes","Yes","Duke University -- &lt;br&gt;can syncronize &lt;br&gt;to public hubs"],["$$ @ GitHub","by Default","No","Largest Available"]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>Category<\/th>\n <th>Duke's GitLab<\/th>\n <th>Public Hubs<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"t","order":[],"autoWidth":false,"orderClasses":false,"rowCallback":"function(row, data) {\nvar value=data[2]; if (value!==null) $(this.api().cell(row, 2).node()).css({'background-color':'lightblue'});\nvar value=data[1]; if (value!==null) $(this.api().cell(row, 1).node()).css({'font-weight':'bold','color':'silver','background-color':'navy'});\n}"}},"evals":["options.rowCallback"],"jsHooks":[]}</script>
393393

394394
Public Hubs are defined as GitHub, BitBucket, and the public GitLab.
395395

@@ -400,6 +400,10 @@
400400

401401
Literate Code = R Notebooks + R Markdown
402402

403+
???
404+
405+
Turn scripts into reproducible reports
406+
403407
---
404408
class: bottom
405409
background-image: url(images/rmarkdown.png)
@@ -484,7 +488,7 @@
484488

485489
This is where **Open** becomes **Awesome**
486490

487-
slides: 4, 11, 24
491+
slides: 4, 11, 25
488492

489493

490494
---
@@ -520,7 +524,7 @@
520524

521525
Now move to the [hands-on](/handson.html) guided exercises.
522526

523-
slide: 8, (9), 26
527+
slide: 8, (9), 27
524528

525529
---
526530
class: orange

0 commit comments

Comments
 (0)