| 1 | = !BluePrint: Social Media = |
| 2 | [[TOC]] |
| 3 | |
| 4 | == GHC2013 Project Proposals == |
| 5 | |
| 6 | === Project option for "human intelligence task" processing === |
| 7 | * Receive tweets and / or SMS messages from the public.[[BR]] |
| 8 | * Dispatch these to online workers to classify and geocode.[[BR]] |
| 9 | * Display on a map.[[BR]] |
| 10 | Details are at [wiki:BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing GHC2013 Social Media Human Intelligence Task Processing]. |
| 11 | |
| 12 | === Project option for enhancements to current Eden social media features === |
| 13 | Details are at [wiki:Blueprint/SocialMedia/GHC2013SocialMediaEnhancements GHC2013 Social Media Enhancements]. |
| 14 | |
| 15 | === Current System === |
| 16 | For ease of getting a large dataset to play with, we will use Twitter for this example, although the same system can be used for other message channels, like Email, SMS & RSS. |
| 17 | |
| 18 | Test Server to see User Interface: |
| 19 | * http://demo.eden.sahanafoundation.org/eden/msg/ |
| 20 | |
| 21 | Install on your own system: |
| 22 | * Install Eden |
| 23 | * Install the [https://pypi.python.org/pypi/TwitterSearch/ TwitterSearch] library |
| 24 | * Follow the [UserGuidelines/Messaging#TwitterSearch User Guidelines] to get a Twitter OAuth account & use this to search |
| 25 | |
| 26 | Relevant documentation: |
| 27 | * DeveloperGuidelines/Messaging |
| 28 | * DeveloperGuidelines/Messaging/Channels |
| 29 | |
| 30 | Note: Documentation for both end-users & devs could use improvement |
| 31 | * feel free to dive in! |
| 32 | |
| 33 | === Projects === |
| 34 | There are 2 projects that we can work on during this session: |
| 35 | (A) Some simple enhancements to the current interface |
| 36 | (B) Creating a 'Human Intelligence Tasking' module to allow the processing of these messages to be divided up amongst a lot of workers |
| 37 | |