File tree Expand file tree Collapse file tree 11 files changed +81
-4
lines changed
Expand file tree Collapse file tree 11 files changed +81
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,16 @@ source("functions.R")
1616source("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}
3039md_bullet(rmarkdown::metadata$tasks)
3140```
3241
Original file line number Diff line number Diff 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
2439Work through the [ exercise illustrated here] ( 13_SDM_Exercise.html ) . You do not need to upload anything to github.
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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---------------------------------------
2029md_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# '
Original file line number Diff line number Diff line change 11md_bullet(rmarkdown :: metadata $ reading )
2+ md_bullet(rmarkdown :: metadata $ tasks )
Original file line number Diff line number Diff line change 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---------------------------------------
2029md_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# '
You can’t perform that action at this time.
0 commit comments