forked from nflverse/open-source-football
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.Rmd
55 lines (41 loc) · 2.28 KB
/
about.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
50
51
52
53
54
55
---
title: "About Open Source Football"
description: |
The creators try to say what they think of this website
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
### What Seb says
At the beginning of 2020 I decided to dive into NFL Analytics and started to follow
the big accounts (within the community) on Twitter.
I learned there was this R package [nflscrapR](https://twitter.com/nflscrapR) and
started to learn R and the NFL play-by-play data. Very quickly I got the urge
to make some plots with R and post them on Twitter, because I wanted to hear
what the people who know about it have to say. The plots were well received and
I was getting requests to publish the related code. I did that and got a lot of
positive feedback.
At some point one thing led to another and before I knew it I developed
[nflfastR](https://mrcaseb.github.io/nflfastR/) together with
[Ben Baldwin](https://twitter.com/benbbaldwin).
Most of my previously released code didn't work after that and I had to decide
whether to just remove the code or rebuild the whole thing.
This website is the result but with a big improvement:
very intelligent people from the community agreed to publish their code as well.
And this is the place where I want to centralize all these things.
### What Ben says
The existence of open-source packages like [nflscrapR](https://twitter.com/nflscrapR)
and [nflfastR](https://mrcaseb.github.io/nflfastR/) along with people's willingness
to share code has made NFL analytics Twitter a great place to learn from each other.
However, the nature of Twitter makes it hard to find old posts, and I often have
a hard time remembering where I saw something.
The hope is that this will serve as a resource for others.
## Contributors
This section [has been moved](https://mrcaseb.github.io/open-source-football/contributors_list.html).
## Design
This website is built with [Distill for R Markdown](https://rstudio.github.io/distill).
It uses a custom Cascading Style Sheet (css) heavily borrowed from [Matt
Worthington](https://twitter.com/mrworthington) as suggested by the incredible
helpful [Tom Mock](https://twitter.com/thomas_mock).
The [logo](https://twitter.com/jonathanpiech/status/1298846725071921152) was
contributed by [Jonathan Piech](https://twitter.com/jonathanpiech).