NETWORK ANALYSIS: PEOPLE AND OPEN SOURCE COMMUNITIES
Dawn M. Foster
@geekygirldawn ¡ dawn@dawnfoster.com ¡ fastwonderblog.com PhD ¡Student ¡ University ¡of ¡Greenwich ¡ London, ¡UK
NETWORK ANALYSIS: PEOPLE AND OPEN SOURCE COMMUNITIES Dawn M. - - PowerPoint PPT Presentation
NETWORK ANALYSIS: PEOPLE AND OPEN SOURCE COMMUNITIES Dawn M. Foster PhD Student @geekygirldawn University of Greenwich dawn@dawnfoster.com London, UK fastwonderblog.com WHOAMI Geek, traveler, reader
@geekygirldawn ¡ dawn@dawnfoster.com ¡ fastwonderblog.com PhD ¡Student ¡ University ¡of ¡Greenwich ¡ London, ¡UK
Photos by Josh Bancroft, Don Park
Image from ANAMIA Project
Image from a Northern Marina Islands Network
Photo by Bitergia
$ python setup.py install
mysql> create database mlstats;
$ mlstats --db-user=USERNAME --db-password=PASS http://URLOFYOURLIST
SELECT mp.email_address AS sender, (SELECT mp2.email_address FROM messages m2, messages_people mp2 WHERE m2.is_response_of=m.is_response_of AND mp2.message_id=m2.is_response_of limit 1) AS receiver FROM messages_people mp, messages m WHERE YEAR(m.first_date)=2015 AND MONTH(m.first_date)=1 AND mp.message_id=m.message_id;
people sending emails subquery: who they replied to limit time for manageable data
Network Analysis Output for R / Visone: sender@example.com in_reply_to@example.com sender1@example.com in_reply_to1@example.com sender2@example.com in_reply_to2@example.com ...
Image from Mark Grealish
Image from WebOps.com
timestamp - A unix timestamp of when the update occured. username - The name of the user who made the update. type - Update type - (A)dded, (M)odified or (D)eleted. file - Path of the file. color - Color for the file in hex (FFFFFF) format (Optional)
1275543595|andrew|A|src/main.cpp 1275543700|bob|M|src/main.cpp
https://github.com/acaudwell/Gource/wiki/Custom-Log-Format
unixtime|user-email_sender|A|new unixtime|user-email_sender|M|user-in_response_to
$ gource -i 10 --max-user-speed 100 -a 1 --highlight-users gource_output.log
https://github.com/acaudwell/Gource/wiki/Custom-Log-Format
Photo by Bitergia
Image from WebOps.com
Dawn Foster University of Greenwich Centre for Business Network Analysis www2.gre.ac.uk/about/faculty/business/research/centres/cbna/home @geekygirldawn, dawn@dawnfoster.com fastwonderblog.com