All Projects → Data-on-the-Mind → 2017-summer-workshop

Data-on-the-Mind / 2017-summer-workshop

Licence: other
Exercises, data, and more for our 2017 summer workshop (funded by the Estes Fund and in partnership with Project Jupyter and Berkeley's D-Lab)

Programming Languages

HTML
75241 projects
Jupyter Notebook
11667 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to 2017-summer-workshop

copycat
Modern port of Melanie Mitchell's and Douglas Hofstadter's Copycat
Stars: ✭ 84 (+154.55%)
Mutual labels:  psychology, cognitive-science
trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
Stars: ✭ 271 (+721.21%)
Mutual labels:  workshop, workshop-materials
bioc 2020 tidytranscriptomics
Workshop on tidytranscriptomics: Performing tidy transcriptomics analyses with tidybulk, tidyverse and tidyheatmap
Stars: ✭ 25 (-24.24%)
Mutual labels:  workshop, tidyverse
rmarkdown-workshop
A workshop format for rmarkdown. Releases contain locations in chronological order
Stars: ✭ 27 (-18.18%)
Mutual labels:  workshop, workshop-materials
BestPracticesWorkshop
Repository for the workshop "Best practices on development"
Stars: ✭ 14 (-57.58%)
Mutual labels:  workshop, workshop-materials
awesome-cogsci
An Awesome List of Cognitive Science Resources
Stars: ✭ 71 (+115.15%)
Mutual labels:  psychology, cognitive-science
R-data-wrangling
Materials for my my R data workshop. https://cengel.github.io/R-data-wrangling/
Stars: ✭ 17 (-48.48%)
Mutual labels:  workshop, tidyverse
catlearn
Formal Psychological Models of Categorization and Learning
Stars: ✭ 21 (-36.36%)
Mutual labels:  psychology, cognitive-science
elixir-fire-brigade-workshop
Workshop "Join the Elixir Fire Brigade - Level-up Your Elixir Debugging Skills" (ElixirConf US 2017)
Stars: ✭ 14 (-57.58%)
Mutual labels:  workshop, workshop-materials
podstawy-dl-2019
Materiały z warsztatów z podstaw Deep Learningu dla początkujących. Wiosna 2019.
Stars: ✭ 14 (-57.58%)
Mutual labels:  workshop, workshop-materials
fb-messenger
Implement React concepts incrementally to a messenger app, training from https://reactjs.academy
Stars: ✭ 70 (+112.12%)
Mutual labels:  workshop, workshop-materials
adsy-trainings
Workshop and training materials
Stars: ✭ 13 (-60.61%)
Mutual labels:  workshop, workshop-materials
python-ogren-4-saatte-python-baslangic
(TR) 4 saatlik Python başlangıç atölyesinin içerik dokümanı. (EN version is in progress!)
Stars: ✭ 71 (+115.15%)
Mutual labels:  workshop, workshop-materials
OSC19-Linux-Workshop-Sessions
All of the workshop sessions of OSC'19 in .md and .pdf formats.
Stars: ✭ 45 (+36.36%)
Mutual labels:  workshop, workshop-materials
touchdesigner-summit-2019-external-python
No description or website provided.
Stars: ✭ 35 (+6.06%)
Mutual labels:  workshop
csharpworkshop
Workshop content on Learning C# on Linux using .NET Core
Stars: ✭ 33 (+0%)
Mutual labels:  workshop
Hi
A Programming language for Web Scraping
Stars: ✭ 14 (-57.58%)
Mutual labels:  web-scraping
node-express-reddit-clone
Build a Node, Express and MySQL-based clone of Reddit for DecodeMTL web development bootcamp
Stars: ✭ 28 (-15.15%)
Mutual labels:  workshop
eeguana
A package for manipulating EEG data in R.
Stars: ✭ 16 (-51.52%)
Mutual labels:  tidyverse
lopez
Crawling and scraping the Web for fun and profit
Stars: ✭ 20 (-39.39%)
Mutual labels:  web-scraping

Data on the Mind 2017 Workshop

Website: http://www.dataonthemind.org/2017-workshop
Videos: https://www.youtube.com/playlist?list=PLKW2Azk23ZtSOUnLafEn0W1FEf-Rw-8pi

Tackling the new data frontier

Big data and naturally occurring datasets (NODS) are increasingly of interest to cognitive scientists and psychologists. With the proper tools and mindset, these data can provide compelling evidence of human behavioral, cognitive, and social process in natural settings. Big data and NODS present an unprecedented opportunity to explore theory-driven questions -- questions rooted in theories developed in rigorous lab studies -- in real-word datasets. These naturalistic explorations can generate new ideas that can be further refined in follow-up lab studies, creating a virtuous cycle of theory development.

However, along with this unique opportunity comes unique challenges. Graduate students and postdoctoral researchers in cognitive science and psychology have often been trained to collect and handle data that are relatively small and that come from tightly controlled lab settings. Although early-career scientists have deep theoretical knowledge of their research areas that would be powerfully applied to big data and NODS, many lack experience dealing with the challenges posed by these messier (and often exponentially larger) datasets, including analysis selection, computational capacity, and data collection.

Our (free) 2017 workshop

To help cognitive scientists and psychologists tackle these issues, Data on the Mind was funded by the Estes Fund to create a 4-day workshop of hands-on introductions to topics that are essential for theory-driven research using big data and NODS. Each tutorial was taught by an expert in that area and included real code and other exercises meant to empower participants to immediately apply these techniques to their own research.

Videos

The workshop was live-streamed via YouTube, and videos from the live-stream are persistently available on the YouTube channel for the Berkeley Institute for Data Science: https://www.youtube.com/playlist?list=PLKW2Azk23ZtSOUnLafEn0W1FEf-Rw-8pi

Getting started

To get started, you'll need to download Docker: https://docker.com

After you've done that, you can clone this repository on your machine to access the workshop materials in a self-enclosed environment:

  1. Open a terminal or command line window.
  2. Pull the Docker image by pasting this command into the command line: docker pull aculich/data-on-the-mind-2017-summer-workshop
  3. Press enter.
  4. Wait for the download to complete.
  5. Initialize the Docker container by pasting this into the command line: docker run aculich/data-on-the-mind-2017-summer-workshop
  6. Pull the GitHub repository by pasting this into the command line: git clone https://github.com/Data-on-the-Mind/2017-summer-workshop/
  7. Press enter.
  8. Wait for the download to be complete.

Scope of the workshop

This workshop includes programming in both R and Python, and tutorials assume that all participants will start out with at least a beginner's level of programming in both languages. All tutorials should be accessible to anyone with a beginner's level of programming in R and Python. Check out our list of tutorials here: http://www.dataonthemind.org/2017-workshop/schedule

Pleaes keep in mind that we will not be covering any introductions to basic programming in our workshop, so be sure to complete some basic R and/or Python tutorials before attending in person or remotely. We link to some free online basic programming tutorials here: http://www.dataonthemind.org/2017-workshop/introductions-r-and-python

Questions?

Contact Alex Paxton at <alexandra [dot] paxton [at] uconn [dot] edu>.

Organizing committee

  • Tom Griffiths (University of California, Berkeley)
  • Alexandra Paxton (University of California, Berkeley)
  • Michael C. Frank (Stanford University)
  • Todd Gureckis (New York University)

Our funding partners

We'd like to thank our funding partners who made this possible:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].