Changes between Version 48 and Version 49 of BluePrint/SocialMedia
- Timestamp:
- 04/29/13 15:46:50 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia
v48 v49 54 54 55 55 https://docs.google.com/drawings/d/1Lv4w-GVHmUg2TrGV994v1_lhyBvcfZ1tV8hsm2_Ptfg/edit 56 56 57 == Projects == 57 58 There is a huge scope for for Social Media Integration in Sahana Eden some of which have been listed here. These are some more specific projects you may be able to engage with 59 58 60 === Social Media Feeds === 59 61 Enhance the feeds which are displayed on the homepage https://github.com/flavour/eden/blob/master/controllers/default.py#L283 which are controlled with these settings https://github.com/flavour/eden/blob/master/private/templates/000_config.py#L9. … … 65 67 === Map Feeds === 66 68 This project allows the user to add layers of Geo-tagged data from Twitter onto the Map. It searches for tweets with specific keywords (that can be configured by user on Sahana web page). It then plots the location of these tweets on the Map. 67 68 69 69 70 70 ==== Searching Tweets ==== … … 84 84 ==== Processing Tweets ==== 85 85 After fetching the twitter feeds, the Geo-tagged tweets are processed. They are parsed to fetch user information, tweet data and location information in terms of latitude and longitude. All this information then goes into the msg_twitter_search_results table. 86 86 87 ==== Plotting tweets on Map ==== 87 88 To display tweets on map, a new layer named "Twitter" is added under the overlays section on the map page. When a user selects this option, the location ids from the msg_twitter_search_results are fetched and a marker is displayed on those locations. Clicking on the marker image displays additional tweet information such as content, time and user info. 88 89 89 90 ==== Future Scope ==== 90 91 91 1. Major limitation is that the twitter search keyword is hard coded.We need to make the code access the msg_twitter_search table and use the keywords stored by the user through the GUI to search and display twitter feeds on the GIS map. 92 92 2. Display twitter icon on map instead of the normal location bubble. … … 96 96 === Publishing data to Social Media Account === 97 97 Allow Sahana Eden to be configured to have a Facebook or Twitter account it updates to. Look at the msg_search_subscription_notifications function (https://github.com/flavour/eden/blob/master/modules/s3db/msg.py#L818) which is used to send emails to users for Saved Searches - ideally this could also be used to save search criteria, and then when new records in that search are updated - a FB or Twitter update for the system is updated. 98 98 99 == Design == 99 100 Some design considerations and requirements for integrating Social Media into emergency operations. 100 101 [http://www.slideshare.net/conniewhite/sahana-eden-gsoc-social-media-integration] 102 101 103 == Implementation == 102 104 <Leave open for a list of implementation> … … 106 108 * [http://www.slideshare.net/socialandcivic/social-media-in-emergencies-communications-guidelines Social Media in emergencies communications guidelines] 107 109 * http://www.emergencymgmt.com/emergency-blogs/disasters20/Twitter-Trends-Disaster-Response-090412.html 110 108 111 ---- 109 112 BluePrints 110 BluePrints