Skip to content

Latest commit

 

History

History
105 lines (91 loc) · 6.08 KB

brainhack_writeup.md

File metadata and controls

105 lines (91 loc) · 6.08 KB

Brainhack 2020

Abstract

Most researchers are unable to collect new data due to the pandemic. Instead, researchers must rely on digital mountains of open data sources and/or already collected data to make progress on their projects. Trainees and early career researchers need powerful tools to aggregate, explore, and analyze their data. Coupled with the cancellation of summer workshops to train researchers, there is an increased need to support those individuals as they learn how to use powerful tools. The brainhack committee seeks to support researcher's learning this summer through an 8 week series of python tutorials focused on providing the fundamental skills for data analysis, and preparing a subset of the participants for a virtual neuroscience summer course, neuromatch academy. The goals of this 8 week series are two-fold: 1, we hope to provide an adequately paced, interactive introduction to python that inspires confidence in participants to take the lessons they learn and apply them to their own data and 2, we hope to create a community of early career researchers/trainees/research support staff to provide open communication between the needs of researchers and services provided by research support staff.

Project Plan

Location & Timeline

The event will take place May 18th-July 10th, 2020 through zoom. On each Monday starting May 18th, we will release an interactive tutorial (via google colab) for participants to work on. Throughout the week, as participants hit roadblocks and run into questions, we will encourage them to post on our slack group so that other participants or python "experts" can answer the questions. On each Friday (3-5pm) starting May 22nd, we will host a discussion via zoom briefly covering the main concepts on that week's tutorial, and open discussion for participants to share and get past their roadblocks. Near the end of the training, we will introduce participants to IDAS, and encourage them to sign up for the service so they can apply their new python knowledge to their own data.

Proposed Curriculum

  • May 18th - May 22nd
  • May 25th - May 29th
    • Analyzing Data
      • read data files into python
      • perform operations on arrays of data
  • June 1st - June 5th
    • Visualizing Data
      • plot simple graphs from data
      • group several graphs in a single figure
  • June 8th - June 12th
  • June 15th - June 19th
    • Storing Multiple Values in Lists
      • explain what a list is
      • create and index lists of simple values
      • change the values of individual elements
      • append values to an existing list
      • reorder and slice list elements
      • create and manipulate nested lists
  • June 22nd - June 26th
  • June 29th - July 3rd
    • Making Choices
      • write conditional statements including if, elif, and else branches
      • correctly evaluate expressions containing and and or
  • July 6th - July 10th
    • Creating Functions
      • define a function that takes parameters
      • return a value from a function
      • test and debug a function
      • set default values for function parameters
      • explain why we should divide programs into small, single-purpose functions
    • Signing up for IDAS
      • explain what IDAS is
      • create account on IDAS
      • upload/access relevant data on IDAS

The scope and pacing of the material will be flexible depending on the average learning speed of the participants, and explicitly asking for feedback on pacing as the tutorials progress.

Participants

Advertisements will be targeted towards graduate students/early career researches located at:

However, any individual working in a research context is welcome to participate.

Community Served

All trainees/graduate students/research staff that participate will benefit by:

  • learning fundamental python skills.
  • being introduced to analytic services provided by the High Performance Computing Group
  • becoming a part of a community of python learners at the University of Iowa