forked from carpentries-incubator/web-scraping-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
37 lines (36 loc) · 1.04 KB
/
CITATION.cff
File metadata and controls
37 lines (36 loc) · 1.04 KB
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
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Web Scraping with Python
message: >-
Please cite this lesson using the information in this file
when you refer to it in publications, and/or if you
re-use, adapt, or expand on the content in your own
training material.
type: dataset
authors:
- given-names: Jose David
family-names: Niño Muriel
email: jose_nino@ucsb.edu
affiliation: 'University of California, Santa Barbara'
- name: DREAM Lab - UCSB Library
address: Bldg. 525 UCEN Road
city: Santa Barbara
country: US
post-code: '93106'
email: dreamlab@library.ucsb.edu
website: 'https://www.library.ucsb.edu/dreamlab'
abstract: >-
This lesson teaches people with basic Python knowledge the
tools and libraries to do web scraping, which means
extracting data from websites
keywords:
- web scraping
- python
- BeautifulSoup
- b4s
- Selenium
- requests
license: CC-BY-4.0
version: '1.0'
date-released: '2025-06-11'