Skip to content

marcindahlen/Antarctica_research_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Between winter 79' and autumn 80' prof. dr hab. Terelak stayed on Arctowski research station and gathered data about scientists' social interactions. Now, in the advent of long-term manned space missions it is especially valuable to analyze the data and learn from it.

In this Jupyter notebook I performed some basic summary statistics about the data I received.

I've transformed the data from point coordinates marked on charts to distances. This unfortunately has caused the loss of the plausible patterns people used to mark their opinions. With the distances organized by people by sessions, I've looked at how those changed through time, I've created sample graphs of parallel (and mutual) relations and used the graphs to get closeness centralities. Finally, I've plotted a graph defined by mean closeness centralities across all sessions, and peeked into possible groups of people. Done all this, I've tried to come with some insights from what I've learned.

Summary of what I've done:

  1. Introduction
  2. Glossary of terms used
  3. Load the data from excel as-is
  4. Define objects 'Session' and 'Person' to hold the data in useful form, organised by sessions, or by men
  5. Find general tendency how people marked other on charts during sessions
  6. Find general tendency how people were marked by others
  7. Create weighted graphs of relations, one for each session for further use
  8. Find how graph centrality changed over the sessions
  9. Define and investigate the summary graph
  10. Find what groups did people created
  11. Who was most infuential among the men?
  12. Group persistence index
  13. How influence shaped and how was it connected to input data patterns?
  14. How one's view about others shaped the view others had about him?
  15. A look on statistical significances
  16. Speculation: space mission predictions
  17. Summary and insights

Please notice that sometimes Github doesn't load jupyter notebook properly, and the notebook needs to be refreshed several times.