Editing Communication and Social Networks (Spring 2020)

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:
{{Old Class}}
== Course Information ==
 
:'''COM 411: Introduction to Programming and Data Science'''
= Course Information =
:'''COM 411: Communication and Social Networks'''
:'''Location:''' BRNG 2273
:'''Location:''' BRNG 2273
:'''Class Hours:''' Tuesdays and Thursdays; 3:00-4:15pm
:'''Class Hours:''' Tuesdays and Thursdays; 3:00-4:15pm


== Instructor ==
=== Instructor ===
:'''Instructor:''' [https://jeremydfoote.com Jeremy Foote]  
:'''Instructor:''' [https://jeremydfoote.com Jeremy Foote]  
:'''Email:''' jdfoote@purdue.edu
:'''Email:''' jdfoote@purdue.edu
Line 14: Line 12:
<div style="float:right;">__TOC__</div>
<div style="float:right;">__TOC__</div>


= Course Overview and Learning Objectives =
== Course Overview and Learning Objectives ==


Communication is inherently a social process. This class focuses on understanding how the structure of relationships between people influence communication patterns and behavior. This perspective can help us to understand a broad set of phenomena, from online communities to friendships to businesses.
Communication is inherently a social process. This class focuses on understanding how the structure of relationships between people influence communication patterns and behavior. This perspective can help us to understand a broad set of phenomena, from online communities to friendships to businesses.
Line 20: Line 18:
Students who complete this course will be able to:  
Students who complete this course will be able to:  
# Understand the foundations of social network theory and analysis.  
# Understand the foundations of social network theory and analysis.  
# Critically read and comprehend concepts, results, and implications presented in studies of social networks.  
# Critically read and comprehend concepts, results, and implications presented in studies of social  
networks.  
# Learn how networks are related to the social phenomena of their own interests.  
# Learn how networks are related to the social phenomena of their own interests.  
# Gain a basic understanding of gathering network data and analyzing them using the programming language R.
# Gain a basic understanding of gathering network data and analyzing them using the programming language R.


= Required resources and texts =


== Laptop ==
== Required resources and texts ==
 
=== Laptop ===


We will be meeting in a computer lab and you are welcome to use the lab computers for the in-class work that we are doing. In addition, I have ensured that the software we are using is also installed in the lab in the basement of Beering. If you choose to use your own computer, you need a machine with at least 2GB of memory. Windows, Mac OS, and Linux are all fine but an iPad or Android tablet won't work.
We will be meeting in a computer lab and you are welcome to use the lab computers for the in-class work that we are doing. In addition, I have ensured that the software we are using is also installed in the lab in the basement of Beering. If you choose to use your own computer, you need a machine with at least 2GB of memory. Windows, Mac OS, and Linux are all fine but an iPad or Android tablet won't work.


== Readings ==
=== Readings ===


* Required text: '''[https://smile.amazon.com/Six-Degrees-Science-Connected-Market Six Degrees: The Science of a Connected Age]''' by Duncan Watts. I will list required chapters in the weekly notes below.
* Required text: '''[https://smile.amazon.com/Six-Degrees-Science-Connected-Market Six Degrees: The Science of a Connected Age]''' by Duncan Watts. I will list required chapters in the weekly notes below.
Line 36: Line 36:
* Other readings: Other readings will be made available on Blackboard.
* Other readings: Other readings will be made available on Blackboard.


== Additional readings and resources ==
==== Additional readings and resources ====


* Barabasi, A-­‐L. (2002). Linked: The new science of networks. Cambridge, MA: Perseus.  
* Barabasi, A-­‐L. (2002). Linked: The new science of networks. Cambridge, MA: Perseus.  
Line 43: Line 43:




= Course logistics =
== Course logistics ==


== Note About This Syllabus ==
=== Note About This Syllabus ===


This is my first time teaching this course and this syllabus will be a dynamic document. Although the core expectations for this class are fixed, the details of readings and assignments may shift based on how the class goes. As a result, there are three important things to keep in mind:
This is my first time teaching this course and this syllabus will be a dynamic document. Although the core expectations for this class are fixed, the details of readings and assignments may shift based on how the class goes. As a result, there are three important things to keep in mind:
Line 53: Line 53:
# I will ask the class for voluntary anonymous feedback frequently. Please let me know what is working and what can be improved.
# I will ask the class for voluntary anonymous feedback frequently. Please let me know what is working and what can be improved.


== Office hours and email ==
=== Office hours and email ===


* I will hold office hours Thursday afternoons and by appointment. If you come with a programming question, I will expect that you have already tried to solve it yourself in multiple ways and that you have discussed it with at least two classmates. This policy lets me have time to help more students, but it's also a useful strategy. Often [https://en.wikipedia.org/wiki/Rubber_duck_debugging just trying to explain your code] can help you to recognize where you've gone wrong.
* I will hold office hours Thursday afternoons and by appointment. If you come with a programming question, I will expect that you have already tried to solve it yourself in multiple ways and that you have discussed it with at least two classmates. This policy lets me have time to help more students, but it's also a useful strategy. Often [https://en.wikipedia.org/wiki/Rubber_duck_debugging just trying to explain your code] can help you to recognize where you've gone wrong.
* I am also available by email. You can reach me at [mailto:jdfoote@purdue.edu jdfoote@purdue.edu]. I try hard to maintain a boundary between work and home and I typically respond only on weekdays during business hours (~9-5) but during the week I will generally respond within 24 hours.
* I am also available by email. You can reach me at [mailto:jdfoote@purdue.edu jdfoote@purdue.edu]. I try hard to maintain a boundary between work and home and I typically respond only on weekdays during business hours (~9-5) but during the week I will generally respond within 24 hours.


= Assignments =
== Assignments ==
 
''Note'': Edited after the move to online classes to remove second exam and explain final project.
 
There will be multiple types of assignments, designed to encourage learning in different ways.
 
== Participation ==
 
I expect you to be an active member of our class. This includes paying attention in class, participating in activities, and being actively engaged in learning, thinking about, and trying to understand the material.
 
To make sure that everyone has an opportunity to participate and to encourage you to do the assignments, I will randomly select students to discuss readings or to explain portions of homework assignments and labs.
 
I will also create discussion spaces on Brightspace. I encourage you to use that space to discuss the readings and homeworks. I know that some people prefer text communication to talking in class and I expect those who are quieter in class to be more active on Brightspace.
 
== Homework/Labs ==
 
There will be a number of homework assignments. At the beginning of the class, these will be designed to help you to grasp foundational network concepts. As the class progresses, more and more of them will be analyzing and visualizing networks in R.
 
== Exams ==
 
There will be one in-class exam, approximately one-third through the semester. It will assess your understanding of core communication and social networks concepts.
 
'''NOTE''': Before the move to online classes, there were two exams. The points from the second exam will not be moved to the final project.
 
== Final Project ==
 
Students will work on a [[Communication_and_Social_Networks_(Spring_2020)/Final project|Final Project]] that explains how network analysis and a network approach can benefit an organization.


I made a [https://www.youtube.com/watch?v=S3eX8Jn2dJI video explaining the project].


= Grades =
=== Participation ===


Most of this course will follow a "self-assessment" philosophy. I am more interested in helping you to learn things that will be useful to you than in assigning grades. The university still requires grades, so you will be leading the evaluation of your work. This will be completed with me in four stages, at the end of weeks 4, 8, 12, and 16. In each stage, you will use [[Self Assessment Reflection|this form]] to reflect on what you have accomplished thus far, how it has met, not met, or exceeded expectations, based both on rubrics and personal goals and objectives. At each of these stages you will receive feedback on your assessments. By the end of the semester, you should have a clear vision of your accomplishments and growth, which you will turn into a grade. As the instructor-of-record, I maintain the right to disagree with your assessment and alter grades as I see fit, but any time that I do this it will be accompanied by an explanation and discussion. These personal assessments, reflecting both honest and meaningful reflection of your work will be the most important factor in final grades.
=== Homework/Labs ===


We will use the following rubric in our assessment:
=== Exams ===


* 20%: class participation, including attendance and participation in discussions and group work
== Schedule ==
* 20%: Labs and homework assignments
* 30%: Exam
* 30%: Final Project
 
The exam will be graded like a normal exam and the score will make up 30% of your grade. For the rest of the assignments (and the other 70% of your grade), I will provide feedback which will inform an ongoing conversation about your work.
 
My interpretation of grade levels (A, B, C, D/F) is the following:
 
A: Reflects work the exceeds expectations on multiple fronts and to a great degree. Students reaching this level of achievement will:
* Do what it takes to learn the principles and techniques of social networks, including looking to outside sources if necessary.
* Engage thoughtfully with an ambitious final project.
* Take intellectual risks, offering interpretations based on synthesizing material and asking for feedback from peers.
* Share work early allowing extra time for engagement with others.
* Write reflections that grapple meaningfully with lessons learned as well as challenges.
* Complete most, if not all homework assignments at a high level.
 
B: Reflects strong work. Work at this level will be of consistently high quality. Students reaching this level of achievement will:
* Be more safe or consistent than the work described above.
* Ask meaningful questions of peers and engage them in fruitful discussion.
* Exceed requirements, but in fairly straightforward ways - e.g., an additional post in discussion every week.
* Compose complete and sufficiently detailed reflections.
* Complete many of the homework assignments.
 
C: This reflects meeting the minimum expectations of the course. Students reaching this level of achievement
will:
* Turn in and complete the final project on time.
* Be collegial and continue discussion, through asking simple or limited questions.
* Compose reflections with straightforward and easily manageable goals and/or avoid discussions of challenges.
* Not complete homework assignments or turn some in in a hasty or incomplete manner.
 
D/F: These are reserved for cases in which students do not complete work or participate. Students may also be
impeding the ability of others to learn.
 
== Extra Credit for Participating in Research Studies ==
 
The Brian Lamb School of Communication uses an online program that expedites the process of recruiting, signing up, and granting extra credit to students for participating in research studies. The program is called the Research Participation System, and it provides an easy online method for you to sign up for research studies, to keep track of the studies you have completed, and to view how many credits you have earned for each study. You can access the system online at any time, from any computer with a standard web browser. By participating in studies done within the Brian Lamb School of Communication, you can learn first hand how a study is conducted, you can contribute to the advancement of the field, and you can improve your grade by earning extra credit.
 
* You earn a ½ percent credit for every half-hour that you participate in a study. The maximum extra credit that you can earn for this course is 3%, which will be added to your total course points
* If you sign up to participate in a study and fail to show up without canceling your appointment in advance (up to 2 hours before the study), you can be restricted from signing up for any studies for 30 days. You may quickly cancel your appointment online using the Research Participation System.
* Please review the instructions before you sign up for studies; to view the instructions go to https://www.cla.purdue.edu/communication/research/participation/students.html
* You can sign up to participate in studies by logging into http://purdue-comm.sona-systems.com/.
 
= Schedule =


'''NOTE'''  This section will be modified throughout the course to meet the class's needs. Check back in weekly.
'''NOTE'''  This section will be modified throughout the course to meet the class's needs. Check back in weekly.




== Week 1: Introductions and the network perspective ==
=== Week 1: Introductions and the network perspective ===
 
[https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/intro_week1/ Slides]


January 14  
January 14


'''Assignment Due:'''  
'''Assignment Due:'''  
Line 156: Line 84:
'''Class Schedule:'''
'''Class Schedule:'''
* Class overview and expectations — We'll walk through this syllabus.
* Class overview and expectations — We'll walk through this syllabus.


January 16
January 16


'''Assignment Due:'''  
'''Assignment Due:'''  
* Read the entire syllabus (this document)
* Introduce yourself on our Brightspace discussion board
* Take this very brief [https://forms.gle/xz7N8KQWo2T2L2f19 survey]


'''Readings:'''  
'''Readings:'''  
* [https://books.google.com/books?id=2IIlOf_n43UC&lpg=PP1&pg=PP1#v=onepage&q&f=false Six Degrees, Preface and Chapter 1]


'''Class Schedule:'''
'''Class Schedule:'''
* Network simulation activity
* Start work on [[Communication and Social Networks (Spring 2020)/Homework 1|Homework 1]]


== Week 2: Small worlds and scale-free networks  ==


[https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/small_worlds_week2/ Slides]
=== Week 2: Small worlds and scale-free networks  ===


January 21  
January 21  


'''Assignment Due:'''  
'''Assignment Due:'''  
* [[Communication and Social Networks (Spring 2020)/Homework 1|Homework 1]]


'''Readings (before class):'''  
'''Readings (before class):'''  
* Six Degrees, Chapter 2
* Travers, J. and Milgram, S. (1969). [https://www.jstor.org/stable/2786545  An experimental study of the small world problem]. ''Sociometry'', 32(4):425-443
* (Optional but short) Dodds, P. S., Muhamad, R., & Watts, D. J. (2003). [https://doi.org/10.1126/science.1081058 An Experimental Study of Search in Global Social Networks]. ''Science'', 301(5634), 827.


'''Class Schedule:'''
'''Class Schedule:'''
* Complex systems and networks
* Individual and collective behavior
** Go through [https://ncase.me/polygons/ Parable of the Polygons] by Nicky Case
* Small worlds


January 23
January 23
Line 198: Line 109:


'''Readings:'''  
'''Readings:'''  
* Six Degrees, Chapter 3


'''Class Schedule:'''
'''Class Schedule:'''
* In class activity: [[Communication and Social Networks (Spring 2020)/Six Degrees of Wikipedia Activity|Six Degrees of Wikipedia]]
* Begin [[Communication and Social Networks (Spring 2020)/Social Search Assignment|Homework 2]]


== Week 3: Social network data and analysis ==
=== Week 3: Social network data ===
 
[https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/network_types_week3/ Slides]


January 28
January 28


'''Assignment Due:'''
'''Assignment Due:'''  
* [[Communication and Social Networks (Spring 2020)/Social Search Assignment|Homework 2]]


'''Readings:'''  
'''Readings:'''  
* James M. Cook, [http://www.umasocialmedia.com/socialnetworks/wp-content/uploads/2016/08/WhatIsASocialNetwork.pdf What is a Social Network?]


'''Class Schedule:'''
'''Class Schedule:'''
* Using R for network analysis and visualization
* Start work on [[Communication and Social Networks (Spring 2020)/Extended Family Assignment|Homework 3]]




January 30
January 30


'''Assignment Due:'''
'''Assignment Due:'''  
* Finish [[Communication and Social Networks (Spring 2020)/Extended Family Assignment|Homework 3]]
* Install R and RStudio on your computer if you want to use your computer instead of lab computers. [https://techvidvan.com/tutorials/install-r/ This tutorial] should help you to succeed.
 


'''Readings:'''  
'''Readings:'''  


'''Class Schedule:'''
'''Class Schedule:'''
* Work on [https://www.datacamp.com/courses/free-introduction-to-r Introduction to R], chapters 1-3
== Week 4: Continuing introduction to R ==


[https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/learning_r_week_4/ Slides]
=== Week 4: Network mechanisms and dynamics ===


February 4
February 4


'''Assignment Due:'''
'''Assignment Due:'''
* Turn in your [[Self Assessment Reflection]] on Brightspace
* First self-assessment reflection is due.
* Finish [https://www.datacamp.com/courses/free-introduction-to-r Introduction to R], chapters 1-3
 


'''Readings:'''  
'''Readings:'''  


'''Class Schedule:'''
'''Class Schedule:'''
* Show family networks
* Introduction to RStudio
** R files - Download [https://raw.githubusercontent.com/jdfoote/Communication-and-Social-Networks/master/activities/r_example.R example file here].
** R Notebook files - Download [https://raw.githubusercontent.com/jdfoote/Communication-and-Social-Networks/master/activities/r_markdown_example.Rmd example file here].
* Start [https://www.datacamp.com/courses/free-introduction-to-r Introduction to R], chapters 4-5


February 6
February 6


'''Assignment Due:'''
'''Assignment Due:'''  
* Finish [https://www.datacamp.com/courses/free-introduction-to-r Introduction to R], chapters 4-5
 


'''Readings:'''  
'''Readings:'''  


'''Class Schedule:'''
'''Class Schedule:'''
* Start [https://campus.datacamp.com/courses/network-analysis-in-r/ Network Analysis in R], chapter 1
* Use R to create an accurate network image of the family network you created for Homework #3.  Include node labels for each family member.
** If you get stuck, [https://youtu.be/isBm5RTslow this video] may help.
** Use [https://kateto.net/network-visualization Static and dynamic network visualization with R] to figure out how to make it look nice!
== Week 5: Density, centrality, and power ==


[https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/centrality_week_5/ Slides]
=== Week 5: Social capital, weak ties, and data collection ===


February 11
February 11


'''Assignment Due:'''  
'''Assignment Due:'''  
* Finish Network Analysis in R, Chapter 1
* Turn in your best network visualization


 
'''Readings:'''  
'''Readings:'''
* Hanneman, R. A., & Riddle, M. (2005). Introduction to social network methods. [https://faculty.ucr.edu/~hanneman/nettext/C10_Centrality.html Chapter 10: Centrality and Power]
* Healy, K. (2013). [https://kieranhealy.org/blog/archives/2013/06/09/using-metadata-to-find-paul-revere/ Using Metadata to find Paul Revere].


'''Class Schedule:'''
'''Class Schedule:'''
Line 291: Line 163:
February 13
February 13


'''Assignment Due:'''
'''Assignment Due:'''  
 
'''Readings:'''
* Holliday, Audrey, Campbell, & Moore, (2016). [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4898141/ Identifying well-connected opinion leaders for informal health promotion]


'''Readings:'''


'''Class Schedule:'''
'''Class Schedule:'''
* Guest lecture by [https://cla.purdue.edu/directory/profiles/seungyoon-lee.html Seungyoon Lee]
== Week 6: Ego networks and mid-term ==


[https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/ego_nets_week_6/ Slides]
=== Week 6: Ego networks and mid-term ===


February 18
February 18
Line 309: Line 176:


'''Readings:'''  
'''Readings:'''  
* Hanneman, R. A., & Riddle, M. (2005). Introduction to social network methods. University of California. ([https://faculty.ucr.edu/~hanneman/nettext/C9_Ego_networks.html Chapter 9])
* Marsden, P. V. (1987). Core Discussion Networks of Americans. American Sociological Review, 52(1), 122–131. https://doi.org/10.2307/2095397


'''Class Schedule:'''
'''Class Schedule:'''
* Introduce ego networks
* Review for mid-term




Line 321: Line 184:
'''In-class midterm exam'''
'''In-class midterm exam'''


== Week 7: Social Capital, structural holes, and weak ties ==


[https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/social_capital_week7/ Slides]
=== Week 7: Introduction to R and network visualization ===


February 25
February 25
Line 330: Line 192:


'''Readings:'''  
'''Readings:'''  
* Granovetter, M. S. (1973). The Strength of Weak Ties. American Journal of Sociology, 78(6), 1360–1380. https://doi.org/10.1086/225469
* (Optional) Bourdieu, P. (1986). [https://www.marxists.org/reference/subject/philosophy/works/fr/bourdieu-forms-capital.htm The forms of capital]. In J. Richardson (Ed.) Handbook of Theory and Research for the Sociology of Education (New York, Greenwood), 241-258.


'''Class Schedule:'''
'''Class Schedule:'''


February 27
February 27
Line 340: Line 199:
'''Assignment Due:'''  
'''Assignment Due:'''  


'''Readings:'''
'''Readings:'''  
* Rainie, L. and Perrin, A. (2019). [https://www.pewresearch.org/fact-tank/2019/07/22/key-findings-about-americans-declining-trust-in-government-and-each-other/ Key findings about Americans’ declining trust in government and each other]. Pew Research Center.
* Putnam, R.D. (1995). [https://muse.jhu.edu/article/16643 Bowling Alone: America's Declining Social Capital]. Journal of Democracy 6(1), 65-78.
* (Optional) Burt, R. S. (2000). [https://www.sciencedirect.com/science/article/pii/S0191308500220091 The network structure of social capital]. Research in Organizational Behavior, 22, 345–423.


'''Class Schedule:'''
'''Class Schedule:'''
* Troubled Lands Activity


== Week 8: More advanced network visualizations  ==
=== Week 8: Density, centralization, and power ===


[https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/network_visualization_week8/ Slides]


March 3  
March 3  


'''Assignment Due:'''
'''Assignment Due:'''
* Turn in your [[Self Assessment Reflection]] on Brightspace
* Second self-assessment reflection is due.
* Troubled Lands reflection on Brightspace


'''Readings:'''  
'''Readings:'''  
* Freeman, L. C. (2000). [https://www.cmu.edu/joss/content/articles/volume1/Freeman.html Visualizing social networks]. Journal of social structure, 1(1), 4.
* Skim [https://kateto.net/network-visualization Static and dynamic network visualization with R] by Katya Ognyanova


'''Class Schedule:'''
'''Class Schedule:'''
* Finish discussion about social capital
* Introduce more advanced visualization methods in R
* Begin working through Chapters 2 and 3 [https://campus.datacamp.com/courses/network-analysis-in-r Network Analysis in R]




Line 372: Line 219:


'''Assignment Due:'''  
'''Assignment Due:'''  
* Finish Chapters 2 and 3 of [https://campus.datacamp.com/courses/network-analysis-in-r Network Analysis in R]


'''Readings:'''  
'''Readings:'''  


'''Class Schedule:'''
'''Class Schedule:'''
* Answer questions about DataCamp
* Review principles of good network visualizations
* Find and assess networks visualizations ([https://padlet.com/jdfoote1/networks padlet is here])
* Begin visualization challenge
** Right click on [https://github.com/jdfoote/Communication-and-Social-Networks/raw/master/activities/network_visualization_examples_and_assignment.Rmd THIS LINK], save it, and open it in RStudio.
== Week 9: Tie formation and decay ==


[https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/tie_formation_week_9/ Slides]
=== Week 9: Finding groups in networks ===


March 10
March 10


'''Assignment Due:'''  
'''Assignment Due:'''  
* Summary and questions for Dr. Feld


'''Readings:'''  
'''Readings:'''  
* Feld, S. L. (1981). [https://www.jstor.org/stable/2778746 The focused organization of social ties]. American Journal of Sociology, 86(5), 1015–1035.
* Feld, S., Knighton, D., and McGail, A. (forthcoming). [https://purdue.brightspace.com/d2l/le/content/7389/viewContent/519954/View Reflections On 'The Focused Organization of Social Ties' And Its Implications For Bonding and Bridging]. In Personal Networks: Frontiers of Ego-Network Analysis. Edited by Mario Small, Ned Smith, Brea Perry, and Bernice Pescosolido. Oxford University Press.


'''Class Schedule:'''
'''Class Schedule:'''
* Guest lecture by Scott Feld


March 13
March 13
Line 406: Line 238:
'''Assignment Due:'''  
'''Assignment Due:'''  


'''Readings:'''
'''Class Schedule:'''
=== March 17, 19: SPRING BREAK ===
'''Spring Break: No Class'''
Have a great Spring Break!
=== Week 10: Networks in organizations ===
March 24
'''Assignment Due:'''


'''Readings:'''  
'''Readings:'''  


* Monge, P. R., & Contractor, N. S. (2003). [https://purdue.brightspace.com/d2l/le/content/7389/Home Theories of communication networks]. Oxford, UK: Oxford University Press. (pp. 298--314) - On Brightspace under Content > Readings
'''Class Schedule:'''
 
 
March 26


'''Assignment Due:'''
'''Readings:'''


'''Class Schedule:'''
'''Class Schedule:'''
* Review tie formation and decay
* Revisit R and network visualizations


== March 17, 19: SPRING BREAK ==


'''Spring Break: No Class'''
=== Week 11: Social influence and diffusion ===


Have a great Spring Break!
March 31


= Online Schedule =
'''Assignment Due:'''


From now on, we will be moving to an online learning format. While I would love to do a video chat version of the class, I know that members of the class are now in different time zones, with different responsibilities and stresses. In order to allow the class to fit into your schedule, we are going to make all assignments asynchronous.
'''Readings:'''


The tentative plan is to have two things due every week: an assignment plus a video response on our [https://flipgrid.com/com411 Flipgrid page]. These will both be due by Friday (although I encourage you to stay engaged on FlipGrid and post videos as you work on things).
'''Class Schedule:'''


=== Slack ===


We're also going to be using Slack to communicate - please [https://join.slack.com/t/com114-2020/shared_invite/zt-d8tya9ma-7LQ7vJ8Safk3GH9XJscATQ Join our Slack channel] and ask your questions there.
April 2


'''Assignment Due:'''


=== Office Hours ===
'''Readings:'''


I will hold virtual office hours Tuesdays and Thursdays from 1-2 pm at [https://meet.jit.si/JeremyOffice https://meet.jit.si/JeremyOffice]
'''Class Schedule:'''


== Week 10: Social influence and diffusion ==
=== Week 12: Mid-term exam 2 and global networks ===


March 27
April 7
 
'''Assignment Due:'''
* Third self-assessment reflection is due.
 
'''Readings:'''
 
'''Class Schedule:'''
 
 
April 9


'''Weekly lecture:'''
* [https://jeremydfoote.com/teaching/2020-spring/comm_and_soc_networks/diffusion_week_10/ Slides]
* [https://youtu.be/5EOHaU_R94o Weekly lecture] on social influence and network diffusion
* [https://youtu.be/sdI-b5mfjH4 Interview with Josh Becker] (skim his article below first).


'''Assignment Due:'''  
'''Assignment Due:'''  
* [[Communication and Social Networks (Spring 2020)/Dutch School Data Visualization challenge|Dutch School Data Visualization
Challenge]]
* Do [http://ncase.me/crowds/ The Wisdom or Madness of Crowds Simulation] and discuss on Flipgrid.


'''Readings:'''  
'''Readings:'''  
* Chapter 4, "[http://everythingisobvious.com/wp-content/themes/eio/assets/EIO_chapter4.pdf Special People]", in Watts, D. J. (2011). Everything is Obvious: Once you know the answer. New York, NY: Crown Business.
* Becker, J., Brackbill, D., & Centola, D. (2017). [https://doi.org/10.1073/pnas.1615978114 Network dynamics of social influence in the wisdom of crowds]. Proceedings of the National Academy of Sciences, 201615978.
* [Optional] Centola, D., & Macy, M. (2007). [https://doi.org/10.1086/521848 Complex Contagions and the Weakness of Long Ties]. American Journal of Sociology, 113(3), 702–734.
* [Optional] Christakis, N. A., & Fowler, J. H. (2012). Social contagion theory: Examining dynamic social networks and human behavior. Statistics in Medicine, 32, 556–577.


'''Other Resources:'''
'''Class Schedule:'''
* [https://youtu.be/d3C2r7gPfBU Great video about homophily in networks]
 
* [https://youtu.be/D9XF0QOzWM0 Duncan Watts on Common Sense]
* [https://github.com/jdfoote/Communication-and-Social-Networks/raw/master/activities/school_data_example.Rmd Example with code for the Dutch School assignment]
* [https://www.youtube.com/watch?v=prCmVEUTxQE Video explaining my example]


== Week 11: Cliques, clans, and groups in networks ==
=== Week 13: The dark side of networks ===


April 3
April 14


'''Weekly lecture:'''
'''Assignment Due:'''  
* [https://youtu.be/6cIe5qSRoSE Groups and communities]; Also goes over the assignment (no slides)


'''Assignment Due:'''
'''Readings:'''  
* [https://github.com/jdfoote/Communication-and-Social-Networks/raw/master/activities/groups_in_networks.Rmd Finding and visualizing groups in networks] (Right-click, save, and open in RStudio). I go over the document in the YouTube video.
 
* Flipgrid response
'''Class Schedule:'''


'''Readings:'''
* Hanneman, R. A., & Riddle, M. (2005). Introduction to social network methods. [https://faculty.ucr.edu/~hanneman/nettext/C11_Cliques.html Chapter 11: Cliques and sub-groups]


'''Other Resources:'''
April 16


'''Assignment Due:'''


== Week 12: Networks in organizations ==
'''Readings:'''
 
'''Class Schedule:'''


April 10


'''Weekly Lecture:'''
=== Week 14: Networks and the economy ===
* [https://youtu.be/mOtVC0N-ItA Networks in Organizations lecture]
* [https://youtu.be/MzA12DkQGBw Answering questions about R]


'''Assignment Due:'''
April 21
* Turn in your [[Self Assessment Reflection]] on Brightspace
* One paragraph summary of Krackhardt reading + 1 question about the reading
* Keep working on [https://github.com/jdfoote/Communication-and-Social-Networks/raw/master/activities/groups_in_networks.Rmd Groups in networks]; enhance your visualization of the Dutch school data by including community detection of some kind.


'''Readings:'''
'''Assignment Due:'''  
* Krackhardt, D., & Hanson, J. R. (1993). [https://hbr.org/1993/07/informal-networks-the-company-behind-the-chart Informal networks: The company behind the chart]. Harvard business review, 71(4), 104-111.
* (SKIM) Katz, N., Lazer, D., Arrow, H., & Contractor, N. (2004). [http://journals.sagepub.com/doi/10.1177/1046496404264941 Network theory and small groups]. Small Group Research, 35(3), 307–332.


== Week 13: The dark side of networks ==
'''Readings:'''


April 17
'''Class Schedule:'''


[https://jeremydfoote.com/teaching/2020/comm_and_soc_networks/dark_side_week_13/#/ Slides]


'''Assignment Due:'''
April 23


* One paragraph summary of each reading + 1 question about each reading
'''Assignment Due:'''
* Talk about readings/concepts on FlipGrid
* Watch [https://youtu.be/sNR39Z9Tm3M this week's lecture]
* Keep working on the [[Communication_and_Social_Networks_(Spring_2020)/Final_project | final project]]


'''Readings:'''
'''Readings:'''  
* Krebs, V. E. (2002). Mapping networks of terrorist cells. Connections, 24(3), 43–52.
* Kleinberg, J. (2007). The wireless epidemic. Nature, 449(7160), 287–288. https://doi.org/10.1038/449287a


== Week 14: Networks and technology ==
'''Class Schedule:'''


April 24
=== Week 15:Networks and collaboration ===


[https://jeremydfoote.com/teaching/2020/comm_and_soc_networks/tech_and_networks_week_14 Slides]
April 28


'''Assignment Due:'''  
'''Assignment Due:'''  
* Watch [https://youtu.be/_cqjrGErPjA this week's lecture]
* Turn in reading summary on Brightspace


'''Readings:'''  
'''Readings:'''  
* Kleinberg, J. (2012). [https://doi.org/10.1007/978-3-642-29952-0_8 The Convergence of Social and Technological Networks]. In M. Agrawal, S. B. Cooper, & A. Li (Eds.), Theory and Applications of Models of Computation.


== Week 15: Networks and collaboration ==
'''Class Schedule:'''


May 1
April 30


'''Assignment Due:'''  
'''Assignment Due:'''  
* Watch [https://youtu.be/xKzOrIHpnmI this week's lecture] ([https://jeremydfoote.com/teaching/2020/comm_and_soc_networks/networks_and_collaboration_week_15/ Slides])
* Turn in reading summary on Brightspace


'''Readings:'''  
'''Readings:'''  
* Read the [https://en.wikipedia.org/wiki/The_Wealth_of_Networks Wikipedia Article about The Wealth of Networks]
* Skim section two of Benkler, Y. (2002). [https://doi.org/10.2307/1562247 Coase’s Penguin, or, Linux and "The Nature of the Firm."] The Yale Law Journal, 112(3), 369.


== Week 16: Finals week  ==
'''Class Schedule:'''


=== Week 16: Finals week (April 28) ===


'''Assignment Due:'''
'''Assignment Due:'''
* [[Communication and Social Networks (Spring 2020)/Final project|Final Project]] - Due Wednesday, May 6
* Final self-assessment reflection is due.
* Turn in your [[Final self reflection]] on Brightspace - Due Friday, May 8
 


= Administrative Notes =


== Attendance Policy ==
== Administrative Notes ==
 
=== Attendance Policy ===


Attendance is very important and it will be difficult to make up for any classes that are missed. It is expected that students communicate well in advance to faculty so that arrangements can be made for making up the work that was missed. It is the your responsibility to seek out support from classmates for notes, handouts, and other information.
Attendance is very important and it will be difficult to make up for any classes that are missed. It is expected that students communicate well in advance to faculty so that arrangements can be made for making up the work that was missed. It is the your responsibility to seek out support from classmates for notes, handouts, and other information.




== Electronic Devices ==
=== Electronic Devices ===


I love technology and I study how technology can help us to collaborate and create. However, the research is increasingly clear that in a classroom setting technology can easily become more of a distraction than an aid. Cell phones fall clearly into this category. Unless you have a specific and vital need to be accessible by phone, please silence your phone and keep it put away.
I love technology and I study how technology can help us to collaborate and create. However, the research is increasingly clear that in a classroom setting technology can easily become more of a distraction than an aid. Cell phones fall clearly into this category. Unless you have a specific and vital need to be accessible by phone, please silence your phone and keep it put away.
Line 560: Line 392:




== Incomplete ==
=== Incomplete ===


A grade of incomplete (I) will be given only in unusual circumstances. The request must describe the circumstances, along with a proposed timeline for completing the course work. Submitting a request does not ensure that an incomplete grade will be granted. If granted, you will be required to fill out and sign an “Incomplete Contract” form that will be turned in with the course grades. Any requests made after the course is completed will not be considered for an incomplete grade.
A grade of incomplete (I) will be given only in unusual circumstances. The request must describe the circumstances, along with a proposed timeline for completing the course work. Submitting a request does not ensure that an incomplete grade will be granted. If granted, you will be required to fill out and sign an “Incomplete Contract” form that will be turned in with the course grades. Any requests made after the course is completed will not be considered for an incomplete grade.




== Academic Integrity ==
=== Academic Integrity ===
   
   
While I encourage collaboration, I expect that any work that you submit is your own. Basic guidelines for Purdue students are outlined [https://www.purdue.edu/odos/osrr/academic-integrity/index.html here] but I expect you to be exemplary members of the academic community. Please get in touch if you have any questions or concerns.
While I encourage collaboration, I expect that any work that you submit is your own. Basic guidelines for Purdue students are outlined [https://www.purdue.edu/odos/osrr/academic-integrity/index.html here] but I expect you to be exemplary members of the academic community. Please get in touch if you have any questions or concerns.


== Nondiscrimination ==
=== Nondiscrimination ===


I strongly support Purdue's policy of nondiscrimination (below). If you feel like any member of our classroom--including me--is not living up to these principles, then please come and talk to me about it.
I strongly support Purdue's policy of nondiscrimination (below). If you feel like any member of our classroom--including me--is not living up to these principles, then please come and talk to me about it.
Line 575: Line 407:
Purdue University is committed to maintaining a community which recognizes and values the inherent worth and dignity of every person; fosters tolerance, sensitivity, understanding, and mutual respect among its members; and encourages each individual to strive to reach his or her own potential. In pursuit of its goal of academic excellence, the University seeks to develop and nurture diversity. The University believes that diversity among its many members strengthens the institution, stimulates creativity, promotes the exchange of ideas, and enriches campus life.
Purdue University is committed to maintaining a community which recognizes and values the inherent worth and dignity of every person; fosters tolerance, sensitivity, understanding, and mutual respect among its members; and encourages each individual to strive to reach his or her own potential. In pursuit of its goal of academic excellence, the University seeks to develop and nurture diversity. The University believes that diversity among its many members strengthens the institution, stimulates creativity, promotes the exchange of ideas, and enriches campus life.


== Students with Disabilities ==
=== Students with Disabilities ===


Purdue University strives to make learning experiences as accessible as possible. If you anticipate or experience physical or academic barriers based on disability, you are welcome to let me know so that we can discuss options. You are also encouraged to contact the Disability Resource Center at: drc@purdue.edu or by phone: 765-494-1247.
Purdue University strives to make learning experiences as accessible as possible. If you anticipate or experience physical or academic barriers based on disability, you are welcome to let me know so that we can discuss options. You are also encouraged to contact the Disability Resource Center at: drc@purdue.edu or by phone: 765-494-1247.


== Emergency Preparation ==
=== Emergency Preparation ===


In the event of a major campus emergency, I will update the requirements and deadlines as needed.
In the event of a major campus emergency, I will update the requirements and deadlines as needed.


== Mental Health ==
=== Mental Health ===


If you or someone you know is feeling overwhelmed, depressed, and/or in need of mental health support, services are available. For help, such individuals should contact Counseling and Psychological Services (CAPS) at 765-494-6995 during and after hours, on weekends and holidays, or by going to the CAPS office of the second floor of the Purdue University Student Health Center (PUSH) during business hours.
If you or someone you know is feeling overwhelmed, depressed, and/or in need of mental health support, services are available. For help, such individuals should contact Counseling and Psychological Services (CAPS) at 765-494-6995 during and after hours, on weekends and holidays, or by going to the CAPS office of the second floor of the Purdue University Student Health Center (PUSH) during business hours.
== Acknowledgements ==
I reached out to a number of network scholars for guidance with this syllabus. This version is based most strongly on the course taught by [https://www.cla.purdue.edu/directory/profiles/seungyoon-lee.html Seungyoon Lee], but I also received syllabi, materials, or ideas from [https://commstudies.utexas.edu/faculty/joshua-b-barbour Josh Barbour], [http://brooke-welles.squarespace.com/ Brooke Foucault-Welles], [http://www.katypearce.net/ Katy Pearce], and [https://dimenet.asc.upenn.edu/people/sgonzalezbailon/ Sandra González-Bailón].
I also drew from online resources, including James Cook's wonderful (and freely available) [http://www.umasocialmedia.com/socialnetworks/ social networks course] and Matt Salganik's [http://www.princeton.edu/~mjs3/soc204_s2017/ course materials].
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)

Template used on this page: