Skip to content

Commit

Permalink
binder badge
Browse files Browse the repository at this point in the history
new binder badge
  • Loading branch information
libjohn committed Dec 21, 2023
1 parent 9135584 commit a69922e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# README

John Little 2021-06-17

<!-- README.md is generated from README.Rmd. Please edit that file -->

## A workshop case study on webscraping

<!-- badges: start -->

<!-- DOI All versions 10.5281/zenodo.4908874 -->

[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4908874%20(Latest%20Version%20Release)-blue "DOI")](https://doi.org/10.5281/zenodo.4908874)

[![ORCID](https://img.shields.io/badge/ORCID-0000--0002--3600--0972-A6CE39?logo=ORCID&logoColor=A6CE39 "ORCID")](https://orcid.org/0000-0002-3600-0972)

[![Creative Commons CC BY-NC](https://img.shields.io/badge/Creative%20Commons-BY--NC-EF9421?logo=creative%20commons&logoColor=EF9421 "CC BY-NC")](https://creativecommons.org/licenses/by-nc-nd/4.0/)

[![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg "Launch RStudio Binder")](https://mybinder.org/v2/gh/libjohn/workshop_webscraping/HEAD?urlpath=rstudio)

[![YouTube Playlist](https://img.shields.io/badge/YouTube-Workshop%20recording-f00?logo=youtube "Workshop Recording")](https://www.youtube.com/embed/8ISc8V9GDAg?si=iErWIj6F82aFWIV1)

<!-- badges: end -->

Using the `rvest` library to learn about web crawling and HTML parsing in R.

- Introduce just enough HTML/CSS
- Introduce the `library(rvest)` package for harvesting websites/HTML
- Tidyverse iteration with `purrr::map`

**Workshop Video**: <https://youtu.be/8ISc8V9GDAg>

**See Also**: [*What to know about law & ethics when archiving & mining data*](slides/What%20to%20know%20about%20law%20&%20ethics_Archiving%20&%20Mining_15%20Min_with%20notes.pdf) by Rachael Samberg, J.D., MLIS Timothy Vollmer, MIS & the UC Berkeley Office of Scholarly Communication Services youtube [playlists on navigating intellectual property, copyright, fair-use](https://www.youtube.com/channel/UCNUMwTyK0raTNNZVjhgB7KA/playlists). **Please note**, the Samberg/Vollmer slides are found in this github repo’s slides folder and are redistributed with permission from the slide authors.

------------------------------------------------------------------------

## License

John Little <https://JohnLittle.info> <https://Rfun.library.duke.edu> <https://library.duke.edu/data>

### CC BY-NC

Creative Commons Attribution-NonCommercial <https://creativecommons.org/licenses/by-nc/4.0>

0 comments on commit a69922e

Please sign in to comment.