OpenNews/hackdays/storyandalgorithm/conditionofanonymity: Difference between revisions

Jump to navigation Jump to search
Final edit for show-and-tell
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're building 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"), the snippet in which that clause appears, the description of the source, and the information provided by source. The corpus is all NYT articles since January 1, 2000 that contain the phrase, "condition of anonymity" or "anonymity because". We're also streaming all new articles containing those phrases and streaming the clauses to Twitter [https://twitter.com/#!/conditionof @conditionof] , along with links to the full snippet on our site.  
<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, people who like blind items, and people who dig getting data from unstructured text.  
<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 (nearly done), publish the processed text (with snippet, description of source, anonymity reason, and information provided by source) in some fashion. Later: organize this data into an interface that allows users to provide guesses on the source and stream the because clauses on Twitter.
<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].
24

edits

Navigation menu