The IRE Resource Center is a major research library containing more than 23,250 investigative stories — both print and broadcast. Add to that more than 3,000 tipsheets from our national conferences on how to cover specific beats or do specific stories and you have a resource that no reporter or editor should be without. These stories and tipsheets are searchable online or by contacting the Resource Center directly (573-882-3364 or rescntr@ire.org) where a researcher can help you pinpoint what you need. Browse or search the tipsheet section of our library below. Logged-in members can view the tipsheets free online:
Search results for "data" ...
-
Finding Data Online
There are plenty of clues on the Web that data exist, even though so much information is buried deep beyond search engine eyes. This session will highlight advanced searches and strategies for finding data that can't be found with a traditional search engine. We'll also point you to the best sites for tracking down local, national and international data. All you need is a browser and some curiosity.
Tags: data online
-
Campaign finance the data science way
The Center for Investigative Reporting and IRE teamed up with the San Francisco data science company Kaggle to help bridge the gap in journalism between hacking, math and substantive expertise. They challenged data scientists to approach a database journalists have looked at a million times over: federal campaign contributions. We'll introduce you to the winner of the competition and discuss the tools the data scientists used and their results.
Tags: hacking; math; data; campaign contributions; campaign finance
-
Connecting the dots with NodeXL
NodeXL is an add-in for Excel 2007 and 2010 that allows you to do network analysis (aka social network analysis) in a familiar spreadsheet environment. You'll learn how to use the software by turning data from 2007 on voting patterns in the US Senate into an informative graphic revealing the chamber's underlying dynamics - and highlighting the few senators who broke the partisan mold.
Tags: None
-
Cracking Codes
Learn about datasets that can help localize health stories, including pharmaceutical company spending on doctors, nursing home violations and hospital quality, among others. We will dive into Medicare data and data that local and state reporters can use.
Tags: health data; Medicaid; nursing homes; drugs
-
Making Health Data Sexy
Learn about datasets that can help localize health stories, including pharmaceutical company spending on doctors, nursing home violations and hospital quality, among others. We will dive into Medicare data and data that local and state reporters can use.
Tags: Medicare data; nursing home; hospital; pharmaceuticals
-
Making timelines
Displaying a series of events can be as simple as drawing a straight line. But if you want to get fancier, there are a bunch of other options to display chronologies and storylines. In this talk, we'll take a tour of current timelines in the wild and walk you through three open-source tools to help you make your own: ProPublica's TimelineSetter, Zach Wise's TimelineJS, and WNYC's Vertical Timeline. http://lenagroeger.s3.amazonaws.com/timelines/timelines.html
Tags: data
-
Dodging disasters: How to avoid making errors with data
We'll cover common assumptions and mistakes in data-driven stories, from misunderstanding data to writing bad SQL. Learn techniques for checking your work and creating a safety net to help you sleep at night.
-
Dodging disasters: How to avoid making errors with data
We'll cover common assumptions and mistakes in data-driven stories, from misunderstanding data to writing bad SQL. Learn techniques for checking your work and creating a safety net to help you sleep at night.
Tags: data, SQL; data-driven stories
-
Infect the CMS
We web developers strive for rugged independence. The luckiest of us have total control over our web stacks and the design of our projects, unlike those poor sods forced to labor within the Content Management System (CMS). Therein lies the problem; being apart means being invisible unless you spread your content to the CMS and beyond. This tipsheet will discuss some strategies and experiences for getting your app content to find readers where they are. http://harrisj.github.io/infect-the-cms/
Tags: app; CMS; content management system
-
Git and Github: Learning to commit to version control
You need version control, and git is the answer. This class will introduce basic git commands and walk you through using the social coding site Github to store and organize your projects. It's ideal for anyone working on web development, scraping and scripting to gather or clean data. You should set up an account on Github before the class, and it's recommended, but not compulsory, that you be comfortable navigating the command line.