Skip to content

Commit a69922e

Browse files
committed
binder badge
new binder badge
1 parent 9135584 commit a69922e

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# README
2+
3+
John Little 2021-06-17
4+
5+
<!-- README.md is generated from README.Rmd. Please edit that file -->
6+
7+
## A workshop case study on webscraping
8+
9+
<!-- badges: start -->
10+
11+
<!-- DOI All versions 10.5281/zenodo.4908874 -->
12+
13+
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4908874%20(Latest%20Version%20Release)-blue "DOI")](https://doi.org/10.5281/zenodo.4908874)
14+
15+
[![ORCID](https://img.shields.io/badge/ORCID-0000--0002--3600--0972-A6CE39?logo=ORCID&logoColor=A6CE39 "ORCID")](https://orcid.org/0000-0002-3600-0972)
16+
17+
[![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/)
18+
19+
[![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg "Launch RStudio Binder")](https://mybinder.org/v2/gh/libjohn/workshop_webscraping/HEAD?urlpath=rstudio)
20+
21+
[![YouTube Playlist](https://img.shields.io/badge/YouTube-Workshop%20recording-f00?logo=youtube "Workshop Recording")](https://www.youtube.com/embed/8ISc8V9GDAg?si=iErWIj6F82aFWIV1)
22+
23+
<!-- badges: end -->
24+
25+
Using the `rvest` library to learn about web crawling and HTML parsing in R.
26+
27+
- Introduce just enough HTML/CSS
28+
- Introduce the `library(rvest)` package for harvesting websites/HTML
29+
- Tidyverse iteration with `purrr::map`
30+
31+
**Workshop Video**: <https://youtu.be/8ISc8V9GDAg>
32+
33+
**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.
34+
35+
------------------------------------------------------------------------
36+
37+
## License
38+
39+
John Little <https://JohnLittle.info> <https://Rfun.library.duke.edu> <https://library.duke.edu/data>
40+
41+
### CC BY-NC
42+
43+
Creative Commons Attribution-NonCommercial <https://creativecommons.org/licenses/by-nc/4.0>

0 commit comments

Comments
 (0)