20140217/Reversing the Panopticon: Difference between revisions
Jump to navigation
Jump to search
(Created page with " = Intro = [https://wiki.openitp.org/events:techno-activism_3rd_mondays:montreal TA3M event] The panopticon is an institutional design whereby authorities can watch any subj...") |
|||
(26 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
= Intro = | = Intro = | ||
[https://wiki.openitp.org/events:techno-activism_3rd_mondays:montreal TA3M event] | [https://wiki.openitp.org/events:techno-activism_3rd_mondays:montreal TA3M event] | ||
<div style="float: left; padding: 10px"> | |||
http://www.heterotopiastudies.com/wp-content/uploads/2012/07/large.panopticon.jpg<br /> | |||
(Not a real panopticon since the viewer can be seen) | |||
</div> | |||
<br /> | |||
The panopticon is an institutional design whereby authorities can watch any subject with a minimum of effort. A reverse panopticon makes it possible to better track the actions of those in positions of authority. | The panopticon is an institutional design whereby authorities can watch any subject with a minimum of effort. A reverse panopticon makes it possible to better track the actions of those in positions of authority. | ||
Line 8: | Line 17: | ||
David Mason will discuss a system designed to collect semantic content and link it to documents as they're browsed. For example, it can determine connections between people mentioned on a current page - those involved in politics, big business or crime. Content can be collected and annotated through automated crawling or by a user browsing their topic of interest. An investigative journalist can easily edit and annotate semantic links of people and their association as they follow a line of inquiry. General questions can be asked from the repository of all the links they visited, such as 'politician' and 'Saguenay'. The tool's flexible design and open source nature could allow anyone to participate in creating annotators and add meaning, connections to content. The system can support individual or federated instances. | David Mason will discuss a system designed to collect semantic content and link it to documents as they're browsed. For example, it can determine connections between people mentioned on a current page - those involved in politics, big business or crime. Content can be collected and annotated through automated crawling or by a user browsing their topic of interest. An investigative journalist can easily edit and annotate semantic links of people and their association as they follow a line of inquiry. General questions can be asked from the repository of all the links they visited, such as 'politician' and 'Saguenay'. The tool's flexible design and open source nature could allow anyone to participate in creating annotators and add meaning, connections to content. The system can support individual or federated instances. | ||
<br style="clear: both" /> | |||
= The idea = | = The idea = | ||
[[Image:lombardi1.jpg|500px|right]] | |||
<div style="border: dotted grey 1px; padding: 10px; width: 50%"> | |||
[https://www.google.ca/search?q=%22reversing+the+panopticon%22 google "reversing the panopticon"] | |||
Today's version is a Web based system for organizing data behind content. | About 32,800 results | ||
</div> | |||
Today's version of the reverse panopticon is a Web based system for organizing data behind content. | |||
* hypothes.is | * hypothes.is | ||
Line 24: | Line 36: | ||
* Corporate registries - Sunlight foundation | * Corporate registries - Sunlight foundation | ||
* Wikipedia and other reusable content | * Wikipedia, Wikidata and other reusable content | ||
What other implementations do people know? | What other implementations do people know? | ||
Line 32: | Line 44: | ||
https://github.com/vid/SenseBase MIT license | https://github.com/vid/SenseBase MIT license | ||
* An annotating system featuring | * An annotating system featuring teams of computer and humans | ||
* Designed for science research (Proxiris) and health systems (PatientSense) | * Designed for science research (Proxiris) and health systems (PatientSense) | ||
* Amenable to be distributed and support personal databases | * Amenable to be distributed and support personal databases | ||
Line 52: | Line 64: | ||
* Ask questions | * Ask questions | ||
** How many articles about Cuba mentioned politicians | ** How many articles about Cuba mentioned politicians | ||
** When did an Australian prime minister mention aboriginals | |||
== Problems it can create == | == Problems it can create == | ||
Line 62: | Line 75: | ||
= Sensebase design = | = Sensebase design = | ||
<div style="float: right; width: 50%; padding-right: 50px"> | |||
* Semantic Web / Linked Data principles so any content can be described | |||
** Page level: Quote, ValueQuote | |||
** Document level: Category, Value | |||
* Workflow | |||
** Many automated annotations to few human-vetted | |||
</div> | |||
* ElasticSearch | * ElasticSearch | ||
Line 67: | Line 90: | ||
* Bayueux (Faye) | * Bayueux (Faye) | ||
<br style="clear: both" /> | |||
== Elements == | |||
; | <div style="float: right; width: 50%; padding-right: 50px"> | ||
;Dashboard | ;Dashboard | ||
Line 87: | Line 100: | ||
* Triaging process for annotations | * Triaging process for annotations | ||
* Advanced searches | * Advanced searches | ||
** Facet search | |||
* Select annotators, status display | * Select annotators, status display | ||
* Manage team | * Manage team | ||
Line 98: | Line 112: | ||
* Structural | * Structural | ||
; Open Annotation | ; [http://www.openannotation.org/ Open Annotation] | ||
* Exchange annotations between bases | * Exchange annotations between bases | ||
</div> | |||
; Text oriented data store | |||
* supports fuzzy search, ranges, "more like this," resilient and scalable | |||
* Team of specialized distributed software agents that are loosely coupled | |||
** Uses pubsub | |||
* Triage process - validated and unvalidated | |||
;Proxy approach, indexes content as you browse | |||
* Provides an in-page annotation and insight tool | |||
* Re-annotate content based on new information | |||
; Scraper | |||
* Start from current link | |||
* re-run as required | |||
* Continue scrape based on relevance | |||
* Browser based | |||
<br style="clear: both" /> | |||
= Next steps = | = Next steps = | ||
Line 108: | Line 141: | ||
*Front end (Semantic UI), back end (NodeJS) | *Front end (Semantic UI), back end (NodeJS) | ||
* Applications | * Applications | ||
<headertabs /> | |||
[[Category:Presentations]] | |||
{{Blikied|February 27, 2014}} |