Thursday 14 April 2011

Qualitative analysis of #CMEchat

Took part in the 2nd #CMEchat yesterday which is every Wednesday at 11am EST on Twitter and, with a bit of regular expression wizardry (1), removed all the @ # and RT stuff from the Twittering.



http://www.wordle.net/show/wrdl/3463096/%23CMEchat_-_13-April-2011

Not sure what the Wordle says but, to me it looks like "good social Learning [in] CME" ... which I think it probably was.

Thanks to Brian McGowan for hosting it. There were 25 tweeps and 225 tweets.

Of course this Wordle is only a bit of a cheat really but I will have a look at the themes and the links to help communicate the discussion to audiences outside Twitter.




1) Regular Expressions in Notepad++ to find Twitter-related stuff.
hashtags
"\#[a-zA-Z0-9_:]* "
end of line hashtags
"\#[a-zA-Z0-9_:]*$"
tweeps' names
"\@[a-zA-Z0-9_:]* "

No comments:

Post a Comment