Skip to content

Commit

Permalink
docs(penguins): add citation for palmer penguins data
Browse files Browse the repository at this point in the history
Added to examples citations and also to getting started page.
  • Loading branch information
gforsyth authored and jcrist committed Mar 30, 2023
1 parent 961ee69 commit 679848d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ conda install ibis-framework

Ibis can work with several file types, but at its core, it connects to existing
databases and interacts with the data there. We'll use a local database
(DuckDB) to get the hang of this.
(DuckDB) to get the hang of this.[^1]

```python title="Download an example dataset"
>>> import urllib.request
Expand Down Expand Up @@ -646,3 +646,10 @@ How about:
## Learn more

That's all for this quick-start guide. If you want to learn more, check out the [tutorial](https://github.com/ibis-project/ibis-examples).

[^1]:
Horst AM, Hill AP, Gorman KB (2020).
palmerpenguins: Palmer Archipelago (Antarctica) penguin data.
R package version 0.1.0.
https://allisonhorst.github.io/palmerpenguins/.
doi: 10.5281/zenodo.3960218.
4 changes: 4 additions & 0 deletions ibis/examples/CITATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ This file includes citations and attributions required to use example datasets.
## [IMDB](https://datasets.imdbws.com/)

- Information courtesy of IMDb (https://www.imdb.com). Used with permission.

## [Palmer Penguins](https://allisonhorst.github.io/palmerpenguins/)

- Horst AM, Hill AP, Gorman KB (2020). palmerpenguins: Palmer Archipelago (Antarctica) penguin data. R package version 0.1.0. https://allisonhorst.github.io/palmerpenguins/. doi: 10.5281/zenodo.3960218.

0 comments on commit 679848d

Please sign in to comment.