File size: 885 Bytes
170f767 bacabb7 170f767 bacabb7 170f767 bacabb7 170f767 bacabb7 170f767 bacabb7 170f767 |
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 |
project:
type: website
website:
title: "CDL Webscraping Workshop 2025"
sidebar:
style: "docked"
search: true
collapse-level: 3
contents:
- section: "About"
contents:
- href: index.qmd
text: About Quarto
- section: "Webscraping Made Easy"
contents:
- section: "Aufbau eines Webscraping-Prozesses"
contents:
- href: notebooks/bookstoscrape.qmd
text: "Bücherliste scrapen"
- section: "Anwendung von Webscraping & Datenaufbereitung"
contents:
- href: notebooks/qoutes_scraper.ipynb
text: "Zitate scrapen"
- section: "Individueller Webscraping-Case"
contents:
- href: notebooks/openstreetmap.qmd
text: "OpenStreetMap"
format:
html:
theme: cosmo
css: styles.css
toc: true |