I spot-checked several results - look fantastic!
git questions - folks getting the hang of things!Pay attention to the rubric
Due at midnight tonight - take a moment to do it now if you haven’t already!
Brightspace - Wednesdays at 11:45
Next pre-assignment is November 20th
Thank you for FAQs and (honest) team feedback. Keep it coming!
We owe you:
Change: MW Thursday Zoom OH now 4:00pm to 5:00pm
Nov 20:
Nov 27 - Thanksgiving Holiday (No Class on Nov 28)
What is the difference between HTML and CSS?
HTML is substance; CSS is style
Distinction can be a bit blurry & CSS can live “inside” HTML
a in SelectorGadgetWhy does [SelectorGadget] display “a” in the selector when selecting a web link?
a is for anchor.
Confusingly, anchors are both links and destinations.
Anchors can reference:
http://URL)http://URL#place)#place)Quarto supports cross-linking with anchors
Why does SelectorGadget go “unique” when I click multiple elements of interest?
Can’t find a common structure:
How to avoid unwanted elements such as headers or sidebars, focusing only on the main content I need?
Nest your selectors!
thing1 thing2 will select only thing2s inside a thing1
Try main h2
Is [HTML] similar to Markdown ?
Markdown is an easier way to write (a subset of) HTML
Name is a bad joke: Markup (M in HTML) vs Markdown
HTML can (theoretically) do more, but painful to write by hand
How can we target data with CSS Selectors in messy HTML?
Pain and suffering - depends how messy.
Worst case: a little bit of HTML selection + text processing (next week)
qmdsetNames to improve table formatting. (MW: I prefer rename YMMV)Most effort \(\neq\) most important
Reader knows less and cares less than you think
Summary / Abstract goes a long way
Cross-linking useful
Use suggested file names
“What have you tried?”
Help me help you
Print less
rvestmain h2
table or tbody
.geo
Recall Lab 1. Goal: extend map to all CUNYs
Steps:
geo class, use this:leaflet to show all locations| Order | Team | Order | Team | |
|---|---|---|---|---|
| 1 | Rat Pack | 6 | Ca$h VZ | |
| 2 | Subway Surfers | 7 | Listing Legends | |
| 3 | Chart Toppers | 8 | TDSSG | |
| 4 | Metro Mindset | 9 | Broker T’s | |
| 5 | Apple Watch | 10 | EVengers |
Goal: create a cocktail data frame from Hadley’s Recipies
Today: - How to find them all? - How to extract individual recepies? - How to pull items from each recipie?
Next time: - How to convert text to numeric values + column info - Data wrangling