Code Monkey home page Code Monkey logo

summer2017-socialmedia's Introduction

Social Media Analytics Summer Workshop Series with R

Sponsored by

Date, Time and Location

  • July 18 (Part 1), July 20 (Part 2), and July 27 (Part 3)

  • 9:30 am - 12:30 pm

  • Kennedy 234

Instructor

This three part workshop series will cover three major tools for computational social scientist toolkit to analyze social media data. In addition to hands-on working materials, each workshop will include 2-3 important research papers and GitHub repositories.

Many of the tools were created by political scientists and therefore most examples will focus on political-related events although they can easily be applied to other social sciences (e.g., geography, communications, management, sociology, public health).

Schedule for the Workshops

Day 1: Tues July 18 Acquiring Social Media Data via APIs (Twitter and Facebook)
Lecture Introduction to Social Media Analytics
Hands On Tutorial Facebook API
Hands On Tutorial Twitter REST API
Hands On Tutorial Twitter Streaming API
Day 2: Thur July 20 Querying, Handling and Visualizing Social Media Data
Lecture & Demo Social Media Viz Demos & Keyword Search Tips
Hands On Tutorial Data Management for Twitter Streaming API Data / HTML
Hands On Tutorial Querying Twitter Data / HTML
Hands On Tutorial Twitter Social Networks / HTML
Hands On Tutorial Twitter Followers / HTML
Day 3: Thur July 27 Text as Data: Analyzing Social Media Content
Lecture Text as Data for Social Media
Case Study Dictionary-based / HTML
Case Study Supervised Machine Learning HTML
Case Study Topic Modeling / HTML
Optional Word Embedding (GloVe) / HTML
Optional Emoji Sentiment Analysis / HTML

Setup and Preparation

R Knowledge

This workshop assumes you have basic knowledge of how to :

It's ok if you're not familiar with these tools, but if you are not, please look over Brooke Anderson's helpful R Introduction Slides. This is the introduction to her great R Programming for Research Workshop Materials, which I strongly suggest if you're looking for R introduction materials.

Preparation

You will need R and RStudio installed on your laptop.

Also, please install these packages by running this code:

packages <- c("tidyverse","Rfacebook","twitteR","streamR","rmarkdown","devtools",
              "quanteda","stm","tidytext","tidyr","wordcloud","reshape2",
              "rvest","Unicode","pairsD3","stringr","igraph","edgebundleR",
              "doMC","glmnet","topicmodels","LDAvis")

install.packages(packages)

Downloading Materials

To download the materials, please click the "Clone or Download" button in the top right of this page. Then save the materials as a zip file onto your computer (e.g., Desktop).

summer2017-socialmedia's People

Contributors

gabefair avatar wesslen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.