-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.Rmd
38 lines (30 loc) · 1.5 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
---
title: "A list of Data Science podcasts."
knit: "bookdown::render_book"
site: bookdown::bookdown_site
documentclass: book
link-citations: yes
twitter-handle: riversjumping
cover-image: logo.png
description: "A list of Data Science podcasts."
github-repo: jumpingrivers/podcasts
url: 'https\://jumpingrivers.github.io/podcasts/'
---
```{r echo=FALSE}
source("R/count_groups.R")
no_of_groups = count_groups(list.files(pattern = "^0.*.Rmd"))
```
# Overview
This site attempts to list Data Science and general Science (with a Stats focus) podcasts.
Please feel free to add any missing group or conference.
To propose a change, just click the pencil icon in the top left hand corner.
This list is maintained by [Jumping Rivers](https://www.jumpingrivers.com). See
* [meetingsR](https://jumpingrivers.github.io/meetingsR/) for a list of R events and user groups.
* [meetingsDS](https://jumpingrivers.github.io/meetingsDS) for a list of Data science events and user groups.
## Technical bit
The html files for this document live in the `docs/` directory of the [repository](https://github.com/jumpingrivers/podcasts/). Travis
creates the html files from the `.Rmd` files and commits them to the `docs/` directory.
## Original source
The idea came from a twitter conversation with [\@_ColinFay](https://twitter.com/_ColinFay) and [\@ma_salmon](https://twitter.com/ma_salmon) who pointed out
this great list of [sites](http://heidiseibold.github.io/2016/12/04/podcasts/) written by
[\@HeidiBaya](https://twitter.com/HeidiBaya).