-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
49 lines (39 loc) · 1.58 KB
/
index.Rmd
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
---
title: "WFA4313/6313 Fisheries Management"
output:
html_document:
includes:
after_body: _includes/include_footer-no-disqus.html
in_header: _includes/header_banner.html
---
<!--
library(knitr)
rmarkdown::render_site("index.Rmd")# build website
rmarkdown::render_site()# build website
-->
# Course announcements
```{r,echo=FALSE,results="asis"}
dat<-xlsx::read.xlsx("course-schedule.xlsx",
sheetName="announcements",
stringsAsFactors=FALSE)
x<-list()
for(i in unique(dat$id))
{
pp<-list(
L1=as.character(na.omit(dat[dat$id==i,]$L1)),
L2=na.omit(dat[dat$id==i,]$L2))
x<-c(x,pp)
}
pander::pandoc.list(x)
```
<!--
NPR: To Help Keep Sturgeon Sustainable, Farm And Fishery Work Together. http://google.com/newsstand/s/CBIw7tWXzjI
Dick Grachek: Maximum Sustainable Yield: Just More Management Delusion or a Bureaucratic Con? http://fisherynation.com/archives/61864
* Final Exam is scheduled for Wednesday, May 03, 2017 8-11 am!!!!
Centralmaine.com: Trump appointee reverses fisheries managers over flounder fishing. http://google.com/newsstand/s/CBIwjdfcvTU
http://www.providencejournal.com/opinion/20170721/my-turn-ben-landry-have-honest-discussion-on-fishing
Who Gets To Fish For Red Snapper In The Gulf? It's All Politics. http://google.com/newsstand/s/CBIwpPXIsTU
Conservation groups sue to stop snapper season extension http://fisherynation.com/archives/61459
http://oneanglersvoyage.blogspot.com/2017/07/tarnished-halos-anglers-conservation.html?m=1
http://www.capitalpress.com/Water/20170718/irrigators-want-investigation-of-fish-management
-->