24
edits
No edit summary |
(Final edit for show-and-tell) |
||
| Line 1: | Line 1: | ||
<ul><li><b>Project name:</b> Condition of Anonymity | <ul><li><b>Project name:</b> Condition of Anonymity | ||
</li></ul> | </li></ul> | ||
*<b>One-line description of project:</b> A fun way to explore the reasons the New York Times has given for granting anonymity. | *<b>One-line description of project:</b> A fun way to explore the reasons the New York Times has given for granting anonymity to a source. | ||
<ul><li><b>Your team:</b> [https://twitter.com/#!/juggernautco Daniel X. O'Neil], [https://twitter.com/#!/mclaughlin Daniel McLaughlin], and [https://twitter.com/#!/gabrielflorit Gabriel Floirit] | <ul><li><b>Your team:</b> [https://twitter.com/#!/juggernautco Daniel X. O'Neil], [https://twitter.com/#!/mclaughlin Daniel McLaughlin], and [https://twitter.com/#!/gabrielflorit Gabriel Floirit] | ||
</li></ul> | </li></ul> | ||
| Line 8: | Line 8: | ||
<ul><li><b>Hashtag, if #relevant:</b> [https://twitter.com/#!/search/%22condition%20of%22 #conditionof] | <ul><li><b>Hashtag, if #relevant:</b> [https://twitter.com/#!/search/%22condition%20of%22 #conditionof] | ||
</li></ul> | </li></ul> | ||
<ul><li><b>What are you building:</b> Basically, this is a fun way to explore the reasons the New York Times has given for granting anonymity. We' | <ul><li><b>What are you building:</b> Basically, this is a fun way to explore the reasons the New York Times has given for granting anonymity. We've got a method for consuming all articles published in the New York Times that contain statements from anonymous sources, a website to display the reasons the source was given anonymity ("because clause"), and a Twitter account [https://twitter.com/#!/conditionof @conditionof] to stream new articles through time. The corpus is all NYT articles since January 1, 2000 that contain the phrase, "condition of anonymity" or "anonymity because". Users can click on any word in any because clause and see a chronological list of every because clase that contains that word. | ||
</li></ul> | </li></ul> | ||
<ul><li><b>Who is it for:</b> This site is for New York Times aficionados, | <ul><li><b>Who is it for:</b> This site is for New York Times aficionados, click-happy types who like Internet rabbit holes, and people who dig getting data from unstructured text. | ||
</li></ul> | </li></ul> | ||
<ul><li><b>Your goal for this weekend:</b> Pull the relevant articles (done), analyze text ( | <ul><li><b>Your goal for this weekend:</b> Pull the relevant articles (done), analyze text (done), and publish the processed text in a chron list (done). Later: add ab about page, stream the because clauses on Twitter, and publish the Web site. | ||
</li></ul> | </li></ul> | ||
<ul><li><b>Your starting point:</b> Using [http://nltk.org/ Natural Language Toolkit] in Python and the [http://developer.nytimes.com/docs/article_search_api New York Times Article Search API]. | <ul><li><b>Your starting point:</b> Using [http://nltk.org/ Natural Language Toolkit] in Python and the [http://developer.nytimes.com/docs/article_search_api New York Times Article Search API]. | ||
edits