Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.75 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.75 KB

IEG Winter School 2022 – A beginner’s guide to historical network research

Authors: Dr. Demival Vasques Filho (Google Scholar) and Dr. Cindarella Petz (Google Scholar)

Syllabus

Day 1 (9:00 - 12:00 and 14:00 - 17:00 CET):

  • Fundamentals of network research and theories
  • Conceptualizing a network research design (with Dr. Henrike Rudolph)

Day 2 (9:00 - 12:00 and 14:00 - 16:30 CET):

Public Keynote (17:00 - 18:30 CET)

Day 3 (9:00 - 12:00 and 14:00 - 17:00 CET):

  • Networks with Python
  • Mentoring and free exercises

Day 4 (9:00 - 12:00 CET)

  • Wrap up and critical perspectives

Preparing for the Winter School

For those not familiar with Python, here are some instructions for you to prepare for the Winter School:

  • We highly recommend that you install Anaconda (or Miniconda), according to your operating system.
    Anaconda will automatically install Python, Jupyter Notebook, and all Python packages we will use during the workshop. Anaconda is a stress-free way of starting with Python.
  • This repository has a Python tutorial using Jupyter Notebook:
    1- Introduction_Jupyter_Python.ipynb
    You have to open the file already using Jupyter Notebook. If you do not know how to do it, check this documentation.