civic innovation summer documakers curriculum

51
Civic Innovation Summer Documakers @ejacqui @danxoneil

Upload: daniel-x-oneil

Post on 09-May-2015

2.162 views

Category:

Technology


1 download

DESCRIPTION

This is curriculum created by Jacqui Cheng and Daniel X. O'Neil for the Smart Chicago Collaborative under their #civicsummer program in July and August 2013. Go here for more information about this program: http://www.smartchicagocollaborative.org/projects/civic-innovation-summer-2/ This is one of six custom sessions that cover the concepts of open and specific content that relates to the theme that the youth are working on in their summer program. The Free Spirit Media DocuMakers are working on media throughout the summer. Smart Chicago will be working with this group on EveryBlock and the significance of citizen journalism, tutorials on using open-source data tools, and a review of Creative Commons and other useful tools you in youth reporting.

TRANSCRIPT

Page 1: Civic Innovation Summer Documakers Curriculum

Civic Innovation Summer

Documakers@ejacqui

@danxoneil

Page 2: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Welcome students!

• Introductions• Dan X. O’Neil: director of Smart Chicago

Collaborative, cool tech guy• Jacqui Cheng: tech writer, editor at large at

Ars Technica• Why are we here?

Page 3: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Who are you?

• Student introduction• What’s your history with tech? • What devices do you use?• Which services do you rely on?• What technology gets you the most excited?

Page 4: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Which social networks do you use?

Page 5: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Why you’re here

• What is this class for? Five topics:• History of the web and principles of “open”• Field trip to 1871 and a look into startups• Open data and privacy• Getting into programming• How to be a civic “hacker”/tech person

Page 6: Civic Innovation Summer Documakers Curriculum

History of the Web

Page 7: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

What constitutes the Web?

• What do you think of when you think of the Internet?

• Web pages are not the Internet, but they have become synonymous with the Internet

Page 8: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Pre-Internet (days of the cave man, a.k.a. pre-1968)

• A phone call works by connecting one end of the line to another end

• This is called circuit switching• Neither side of the conversation

can communicate with anyone else during the time they are connected

Page 9: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• Neither side can communicate with anyone else during the time they are connected

Page 10: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

US Department of Defense came up with “packet switching” inthe early 1960s.

This method started being used to communicate on small (non-military) networks in the late 1960s.

Page 11: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• Unlike circuit switching, packet switching allows computers to group “packets” of data and deliver them to the receiving ends from multiple sources at once

• Packets of text, video, images, audio, other data could be grouped together

• Efficiency is the name of the game

Page 12: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• Packet switching is like having a mailbox that receives things instantly. Can receive from many sources at once.

Page 13: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• Packet switching was developed into TCP/IP by the Department of Defense as ARPANET, or Advanced Research Projects Agency Network

• TCP/IP sets the standard for how certain kinds of data is delivered, like addressing an envelope

• Packet switching + TCP/IP together formed the base for the Internet

Page 14: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• ARPANET researchers Robert Kahn and Vint Cerf were responsible for TCP/IP

Page 15: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• One of the key elements to TCP/IP is the IP address, or Internet Protocol address

• IP address is a series of numbers assigned to every device on the Internet that tell other devices how to get there

Page 16: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• Devices can figure out the “route” to get to another device (or a Web page, or a service) based on the IP address

• If a building’s address is 1500 W. Roosevelt, and the apartment is 310, we can figure out how to get there

Page 17: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• IP address is similar, and each thing you connect to online has an IP

• Each part of the IP tells the computer something about where to find the data

Page 18: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• A website is a collection of “pages” on the Internet

• Each website has its own IP address, but you don’t see it. You see google.com, or smartchicagocollaborative.org

• For your browser to find the IP for Google, it must look up Google’s IP on a Domain Name Server, or DNS

Page 19: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• DNS is like a phone book

Page 20: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Building blocks of today’s Web

• Look up a name and find the corresponding number. Same with a domain name (google.com) and IP address (139.130.4.5)

• When you get there, a page is displayed that you can read and interact with

Page 21: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

What constitutes the Web?

• Timothy Berners-Lee: a cool guy, and also inventor of the Web

• He was a researcher at CERN and came up with a way to help Web browsers find their way to a Web page

Page 22: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

What constitutes the Web?

• Previously, there was no way to just “bring up” information online

• Instead, you had to dial into specific networks, and you were limited to the documents they had stored there

• Like going to a library that only had a handful of books

Page 23: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

What constitutes the Web?

• The code behind a Web page tells a browser how to present it to the user and how it’s supposed to behave

• Not like a magazine, where I decide how it looks and send it to you

• I provide the instructions for how it’s supposed to look, and your browser “translates” it to you

• This makes the information travel faster

Page 24: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

The code behind the Web

• HTML is HyperText Markup Language• It’s a series of programming “tags” that tell a

browser how to format something• <blink>Back in the day, this text would blink

because of the surrounding tags</blink>• First tag is an opening tag, and the second tag

is a closing tag

Page 25: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

The code behind the Web

• HTML is even in some mobile (phone) apps that you might not think of as the “web”

Page 26: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

The code behind the Web

• CSS, JavaScript, Ruby, and other languages help dictate the behavior of these pages

• JavaScript and Ruby help the page decide how to act when you interact with it using your mouse or finger

• Other languages generate, or sometimes interact with, the HTML on a Web page

Page 27: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Creative Commons

• Creative Commons is a nonprofit organization• Creative Commons is also a type of copyright

license available as part of US Copyright Law• But what is copyright?

Page 28: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Creative Commons

• Things that are copyrightable:• Artwork• Music• Poetry• Writing• Crafts• Photography• Code

Page 29: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Creative Commons

• A Creative Commons (or CC) license is for photographers, artists, writers, musicians to make their works available to others in the public interest

• Normal copyright reserves “all rights” for you to determine on a line-item basis

• Making your work CC gives all rights to the public except for the ones you choose to take back

Page 30: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Creative Commons

• What does CC mean to you as a consumer of content?

• Basic idea: you can search for CC works and use them in your own work without worrying about breaking someone else’s copyright

• There are some restrictions, like crediting the original creator, but no payment or licenses

Page 31: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Creative Commons

• What does CC mean to you as a poster of content?

• Works don’t become CC by default, but you own the copyright to something you created by default

• You get to decide whether you want your work to be CC licensed and what restrictions to use

• CC helps the public by making work available to others

Page 32: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Creative Commons

• Where is Creative Commons in everyday life?• Wikipedia: all images are available for you to

use anywhere (not just school) via CC license• YouTube videos and elsewhere on the Web

often use CC licensed music• Flickr Creative Commons search• Google Images Creative Commons search

Page 33: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

“Open Source”

• “Open source” is to code and software as Creative Commons is to photos/art/music/writing

• Software that is released as open source means it’s a “free” license to use AND modify without having to pay

• Benefits the public good, encourages innovation

Page 34: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

“Open Source”

• As a computer user, it means you can use open source software without paying because the software creators want you to benefit

• As a programmer, it means you can download someone else’s code and modify it freely

• Under normal copyright, you cannot just take someone else’s code for use in your own work

Page 35: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

“Open Source”

• As a programmer yourself, releasing something as open source means you’re making it available to others

• Others can use it or modify it to make it better/different

• People like open source because multiple brains are better than one

Page 36: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

“Open Source”

• Even though there are no paid licenses, people build careers on open source software

• Examples of companies who have built empires using open source?

• What do we know about Twitter?• What about Reddit?• Facebook, Google, Microsoft, Apple• Public Library of Science, Whitehouse.gov

Page 37: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

“Open Source”

• It’s nearly impossible to build a modern company without open source

• Open source software makes things more efficient, more cost-effective

• Lends goodwill to the community• Our modern tech landscape would not exist as

it does today without open source

Page 38: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

What is EveryBlock?

Page 39: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

EveryBlock’s history

• EveryBlock originated as chicagocrime.org, a project by programmer Adrian Holovaty

• Adrian mashed up Google Maps with Chicago’s publicly available crime data

• This is before the days of our modern crime tracker tools, and before Google Maps even had an API (to allow third parties to work with it)

Page 40: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

EveryBlock’s history

• In 2005, Adrian Holovaty won a Batten Award for Innovations in Journalism, and was recognized by the New York Times

• EveryBlock became big and covered 16 cities• Gave community members a way to discuss

and report things to each other online without having to know each other in real life

Page 41: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

EveryBlock’s history

• In addition to crime data, EveryBlock evolved to include local news postings that affected each neighborhood

• Enabled neighborly discussions about new businesses

• Public safety issues• Upcoming events

Page 42: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

EveryBlock’s history

• One of EveryBlock’s cofounders is in this room• Dan O’Neil worked to uncover new data sets• He worked with the city to identify new ways

to research/present data

Page 43: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

EveryBlock’s history

Page 44: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Chicago Crime Map

• EveryBlock was eventually bought and shut down my MSNBC

• The Internet community mourned• Still, EveryBlock opened up so many doors to

where we are today

Page 45: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Chicago Crime Map

• EveryBlock made serious inroads when it came to open city data

• Opened the door for: city crime tracking tools (not just big files full of data)

• Apps that make use of Google Maps• More cities publishing more data• More developers & tech jobs

Page 46: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Chicago Crime Map

• Crime data near where we are

Page 47: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

Chicago Crime Map

• Why is this important from a journalistic standpoint?

• You can compare types of crimes between neighborhoods

• Compare the number of crimes• Compare trends over time (are robberies

going up but shootings going down?)• There are stories buried everywhere just

waiting to be told

Page 48: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

School Cuts

• What is School Cuts? http://schoolcuts.org• Presents data about schools facing closings,

like demographic info, school quality, stability, capacity

• Allows you to sort the data depending on what you’re looking for

Page 49: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

School Cuts

Page 50: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

School Cuts

• The data comes from: Chicago Public Schools• Illinois State Board of Education• University of Chicago Urban Education

Institute• What kind of stories might come out of this

website?

Page 51: Civic Innovation Summer Documakers Curriculum

@ejacqui @danxoneil #civicsummer

School cuts: one more thing…

• There’s another site: Apples2Apples• http://cpsapples2apples.wordpress.com• It’s not interactive like schoolcuts.org• Started by a concerned mother who doubles

as a data scientist• Uses some of the same data as School Cuts,

but adds more data that was not made open• Great place to find more school closing info