Communication and Social Networks (Spring 2022)/Final project: Difference between revisions

From CommunityData
No edit summary
 
Line 1: Line 1:
'''[https://purdue.brightspace.com/d2l/le/content/335123/viewContent/6819558/View Video explaining the final project + example code]'''
 
 
'''[https://purdue.brightspace.com/d2l/le/content/459167/viewContent/8162340/View Video explaining the final project + example code]'''


Based on your work in this class, you will craft a pitch to help an organization make sense of their own
Based on your work in this class, you will craft a pitch to help an organization make sense of their own

Latest revision as of 14:44, 18 April 2022


Video explaining the final project + example code

Based on your work in this class, you will craft a pitch to help an organization make sense of their own social networks and craft a portfolio of your work with data drawing on the previous labs and readings to support your pitch.

  1. Select a potential employer, and research them to identify the pressing organizational issues facing them as a company.
  2. Write a document for a potential employer that
    1. Introduces you and states your professional objectives. (1 paragraph)
    2. Makes the case for the most important problems facing this organization or industry based on your research. Be sure to cite any literature that you use. (1 paragraph)
    3. Explains how a network approach and your expertise in particular can help address the sorts of problems facing their organization and industry
      • Include at least three distinctive insights (e.g., my expertise in network analysis can help you identify opinion leaders in this organization).
      • Include example visualizations of each insight from your own work (or create new visualizations).
      • Include ideas from and references to the class readings to make your case.
    4. Closes with a request for a meeting to learn more about their organization.
  3. Compile and submit your document on Brightspace

While I want everyone to write and turn in their own document, I encourage you to help each other with the visualization portions and to ask questions on the group Slack channel. I expect that the final document will be ~5 pages long (maybe longer if you want to showcase a lot of visualizations)

Format[edit]

You should write this in an R Markdown file, and then export it to a Word document.

Please turn in two files:

  • Your Rmd file that includes your code
  • The Word document version of the report. Figure out to set echo=FALSE, so that it doesn't include all of your code, and just looks like a nice report.

Sample Business Data[edit]

If you would like, you can use data from a real organization. There are some great options of network data files already in igraph format at https://github.com/schochastics/networkdata.

I created an example of how to load this data, and how to run some simple network metrics and visualizations. There's an RMarkdown file here and the HTML output here.

Examples[edit]

This project is similar to a final project that Josh Barbour assigns to his class. View examples of their projects on Brightspace.