Skip to content

Commit bb56b74

Browse files
author
Adam M. Wilson
committed
update final presentation
1 parent 35164b3 commit bb56b74

File tree

11 files changed

+81
-4
lines changed

11 files changed

+81
-4
lines changed

TK_14.Rmd

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ source("functions.R")
1616
source("knitr_header.R")
1717
```
1818

19-
`r #presframe()`
19+
# Final Presentation
20+
21+
<div>
22+
<object data="presentations/Conclusion.pdf" type="application/pdf" width="100%" height="600px">
23+
<p>It appears you don't have a PDF plugin for this browser.
24+
No biggie... you can <a href="presentations/Conclusion.pdf">click here to
25+
download the PDF file.</a></p>
26+
</object>
27+
</div>
28+
<p><a href="presentations/Conclusion.pdf">Download the PDF</a></p>
2029

2130
# Reading
2231

@@ -26,7 +35,7 @@ md_bullet(rmarkdown::metadata$reading)
2635

2736
# Tasks
2837

29-
```{r reading,results='asis',echo=F}
38+
```{r tasks,results='asis',echo=F}
3039
md_bullet(rmarkdown::metadata$tasks)
3140
```
3241

TK_14.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,27 @@ tasks:
1313

1414

1515

16+
# Final Presentation
1617

18+
<div>
19+
<object data="presentations/Conclusion.pdf" type="application/pdf" width="100%" height="600px">
20+
<p>It appears you don't have a PDF plugin for this browser.
21+
No biggie... you can <a href="presentations/Conclusion.pdf">click here to
22+
download the PDF file.</a></p>
23+
</object>
24+
</div>
25+
<p><a href="presentations/Conclusion.pdf">Download the PDF</a></p>
1726

1827
# Reading
1928

2029
- Chapter [23-25 in R4DS](http://r4ds.had.co.nz)
2130

31+
# Tasks
32+
33+
- Commit second draft of final project to GitHub for review
34+
- Demonstrate a simple presence/absence model in spatial context.
35+
- Model spatial dependence (autocorrelation) in the response.
36+
2237
# Exercise
2338

2439
Work through the [exercise illustrated here](13_SDM_Exercise.html). You do not need to upload anything to github.

docs/TK_14.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,33 @@ <h3 class="subtitle"><em>Building a species distribution model</em></h3>
416416
</div>
417417

418418

419+
<div id="final-presentation" class="section level1">
420+
<h1>Final Presentation</h1>
421+
<div>
422+
<object data="presentations/Conclusion.pdf" type="application/pdf" width="100%" height="600px">
423+
<p>
424+
It appears you don’t have a PDF plugin for this browser. No biggie… you can <a href="presentations/Conclusion.pdf">click here to download the PDF file.</a>
425+
</p>
426+
</object>
427+
</div>
428+
<p>
429+
<a href="presentations/Conclusion.pdf">Download the PDF</a>
430+
</p>
431+
</div>
419432
<div id="reading" class="section level1">
420433
<h1>Reading</h1>
421434
<ul>
422435
<li>Chapter <a href="http://r4ds.had.co.nz">23-25 in R4DS</a></li>
423436
</ul>
424437
</div>
438+
<div id="tasks" class="section level1">
439+
<h1>Tasks</h1>
440+
<ul>
441+
<li>Commit second draft of final project to GitHub for review</li>
442+
<li>Demonstrate a simple presence/absence model in spatial context.</li>
443+
<li>Model spatial dependence (autocorrelation) in the response.</li>
444+
</ul>
445+
</div>
425446
<div id="exercise" class="section level1">
426447
<h1>Exercise</h1>
427448
<p>Work through the <a href="13_SDM_Exercise.html">exercise illustrated here</a>. You do not need to upload anything to github.</p>

docs/presentations/Conclusion.pdf

1.12 MB
Binary file not shown.

docs/scripts/TK_14.R

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,28 @@
1212
#' ---
1313
#'
1414
#'
15-
#' `r #presframe()`
15+
#' # Final Presentation
16+
#'
17+
#' <div>
18+
#' <object data="presentations/Conclusion.pdf" type="application/pdf" width="100%" height="600px">
19+
#' <p>It appears you don't have a PDF plugin for this browser.
20+
#' No biggie... you can <a href="presentations/Conclusion.pdf">click here to
21+
#' download the PDF file.</a></p>
22+
#' </object>
23+
#' </div>
24+
#' <p><a href="presentations/Conclusion.pdf">Download the PDF</a></p>
1625
#'
1726
#' # Reading
1827
#'
1928
## ----reading,results='asis',echo=F---------------------------------------
2029
md_bullet(rmarkdown::metadata$reading)
2130

31+
#'
32+
#' # Tasks
33+
#'
34+
## ----tasks,results='asis',echo=F-----------------------------------------
35+
md_bullet(rmarkdown::metadata$tasks)
36+
2237
#'
2338
#' # Exercise
2439
#'

docs/scripts/TK_14_nocomments.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
md_bullet(rmarkdown::metadata$reading)
2+
md_bullet(rmarkdown::metadata$tasks)

presentations/Conclusion.pdf

1.12 MB
Binary file not shown.

presentations/Conclusion.pptx

267 KB
Binary file not shown.

scripts/TK_14.R

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,28 @@
1212
#' ---
1313
#'
1414
#'
15-
#' `r #presframe()`
15+
#' # Final Presentation
16+
#'
17+
#' <div>
18+
#' <object data="presentations/Conclusion.pdf" type="application/pdf" width="100%" height="600px">
19+
#' <p>It appears you don't have a PDF plugin for this browser.
20+
#' No biggie... you can <a href="presentations/Conclusion.pdf">click here to
21+
#' download the PDF file.</a></p>
22+
#' </object>
23+
#' </div>
24+
#' <p><a href="presentations/Conclusion.pdf">Download the PDF</a></p>
1625
#'
1726
#' # Reading
1827
#'
1928
## ----reading,results='asis',echo=F---------------------------------------
2029
md_bullet(rmarkdown::metadata$reading)
2130

31+
#'
32+
#' # Tasks
33+
#'
34+
## ----tasks,results='asis',echo=F-----------------------------------------
35+
md_bullet(rmarkdown::metadata$tasks)
36+
2237
#'
2338
#' # Exercise
2439
#'

0 commit comments

Comments
 (0)