Editing Communication and Social Networks (Fall 2023)/Final project

From CommunityData

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
You can choose a final project from one of the following options:
You can choose a final project from one of the following options:
 
# Company Pitch
# Network Intervention
# Network Intervention
# Network Analysis
# Network Analysis
# Company Pitch


More information about each option is below. For each project, you will produce a research report of some kind. You should write this in a Quarto file, and then export it to a Word document.
More information about each option is below. For each project, you will produce a research report of some kind. You should write this in an R Markdown file, and then export it to a Word document.


Please turn in two files:
Please turn in two files:
* Your .qmd file that includes your code
* Your Rmd file that includes your code
* The Word document or PDF 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.
* 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.
 
== Company Pitch ==
 
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.
 
# Select a potential employer, and research them to identify the pressing organizational issues facing them as a company.
# Write a document for a potential employer that
## Introduces you and states your professional objectives. (1 paragraph)
## 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)
## 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.
## Closes with a request for a meeting to learn more about their organization.
# 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 Discord channel. I expect that the final document will be ~5 pages long (maybe longer if you want to showcase a lot of visualizations).
 
=== Sample Business Data ===
 
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  [https://github.com/jdfoote/Communication-and-Social-Networks/raw/spring-2021/resources/final_project_example_code.Rmd RMarkdown file here] and the [https://jeremydfoote.com/Communication-and-Social-Networks/resources/final_project_example_code.html HTML output here].
 
=== Examples ===
 
This project is similar to a final project that Josh Barbour assigns to his class. You can find examples of their projects on Brightspace.
 




Line 56: Line 85:
There are a number of repositories of network datasets. Probably the simplest to use are those found in the [https://github.com/schochastics/networkdata networkdata] package, which we have already been using. If you look at the [https://github.com/schochastics/networkdata homepage of the package], you can see descriptions of the datasets that are included.
There are a number of repositories of network datasets. Probably the simplest to use are those found in the [https://github.com/schochastics/networkdata networkdata] package, which we have already been using. If you look at the [https://github.com/schochastics/networkdata homepage of the package], you can see descriptions of the datasets that are included.


Another repository I really like is the [https://icon.colorado.edu/#!/networks Index of Complex Networks]. You can filter by type of network, size, etc. One thing to note about these networks is that you will need to load them into R (unlike <code>networkdata</code>). They are in different formats, and you will likely need to do some work to get them to be <code>igraph/tidygraph</code> networks.
Another repository I really like is the [https://icon.colorado.edu/#!/networks Index of Complex Networks]. You can filter by type of network, size, etc. One thing to note about these networks is that you will need to load them into R (unlike <code>networkdata</code>). They are in different formats, and you will likely need to do some work to get them to be <code>igraph/tablegraph</code> networks.


Fortunately, there are a number of tools in <code>igraph</code> designed to help you to import different file types. [https://igraph.org/c/doc/igraph-Foreign.html This page] gives a great overview.
Fortunately, there are a number of tools in <code>igraph</code> designed to help you to import different file types. [https://igraph.org/c/doc/igraph-Foreign.html This page] gives a great overview.
'''Early in the semester you should identify the network you want to work with and make sure that 1) it has the attributes you need to answer the questions you want to answer and 2) you are able to load it into tidygraph format.'''


=== Presentation ===
=== Presentation ===
Line 79: Line 106:
** For each hypothesis / research question, you will perform some sort of analysis. For some questions, this will be an analysis of network measures. For others, this might be a network visualization. Your analysis can include other types of analyses (e.g., statistical analyses) but it should include at least one network analysis and at least one visualization.
** For each hypothesis / research question, you will perform some sort of analysis. For some questions, this will be an analysis of network measures. For others, this might be a network visualization. Your analysis can include other types of analyses (e.g., statistical analyses) but it should include at least one network analysis and at least one visualization.
* Discussion and Conclusion
* Discussion and Conclusion
** Finally, write a few paragraphs 1) summarizing the findings from your analyses and 2) reflecting on how your findings fit in (or don't) with network theories you learned about in the class.
** Finally, write a few paragraphs 1) summarizing the findings from your analyses and 2) reflecting on how your findings fit in (or don't) with existing network theories.
 
 
 
 
== Company Pitch ==
 
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.
 
# Select a potential employer, and research them to identify the pressing organizational issues facing them as a company.
# Write a document for a potential employer that
## Introduces you and states your professional objectives. (1 paragraph)
## 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)
## 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.
## Closes with a request for a meeting to learn more about their organization.
# 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 Discord channel. I expect that the final document will be ~5 pages long (maybe longer if you want to showcase a lot of visualizations).
 
=== Sample Business Data ===
 
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  [https://github.com/jdfoote/Communication-and-Social-Networks/raw/spring-2021/resources/final_project_example_code.Rmd RMarkdown file here] and the [https://jeremydfoote.com/Communication-and-Social-Networks/resources/final_project_example_code.html HTML output here].
 
=== Examples ===
 
This project is similar to a final project that Josh Barbour assigns to his class. You can find examples of their projects on Brightspace.
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see CommunityData:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)