Skip to content

Latest commit

 

History

History
262 lines (227 loc) · 12.2 KB

index.md

File metadata and controls

262 lines (227 loc) · 12.2 KB
layout venue address country language latitude longitude humandate humantime startdate enddate instructor helper contact collaborative_notes eventbrite
workshop
2022 UC Carpentries Fall Workshop
Zoom
us
en
45
-1
Sept. 6-13, 2022
9:00 am - 12:00 pm
2022-09-06
2022-09-13
Scott Peterson (UCB)
Reid Otsuji (UCSD)
Kat Koziar (UCR)
Kimberly Thomas (UCSD)
Zhiyuan Yao (UCLA)
Christine Wells (UCLA)
Scott Gruber (UCLA)
Derek Devnich (UC Merced)
Erin Foster (UC Berkeley)
Kenji Hayashi (UCLA)
Ryan Gan (El Camino)
Stephanie Labou (UCSD)
Reid Otsuji (UCSD)
Kristi Liu (UCSB)
Kat Koziar (UCR)
Kimberly Thomas (UCSD)
Lisa Ngo (UCB)
Leigh Phan (UCLA)
Eastern Kang (UCSD)
kkt008@ucsd.edu
zyao@ucla.edu

{% if page.eventbrite %}

<iframe src="https://www.eventbrite.com/tickets-external?eid={{page.eventbrite}}&ref=etckt" frameborder="0" width="100%" height="248px" scrolling="auto"> </iframe> {% endif %}

General Information

The Carpentries aims to help researchers get their work done in less time and with less pain by teaching them basic research computing skills. This workshop is designed for researchers and enables non-experts to develop computing skills for research analysis. We will cover basic concepts and tools, such as - working with libraries and data frames; reading and plotting data; creating and using functions; the shell using command-line applications; cleaning and transforming data; and more. Participants will be encouraged to help one another and to apply what they This is a free workshop and is open to all University of California students, staff, and faculty. have learned to their own research problems.

For more information on what we teach and why, please see our paper "Best Practices for Scientific Computing".

Who: This workshop is open to UCSD students, staff, and faculty.

You don't need to have any previous knowledge of programming or the tools presented in the workshop to attend. A laptop is required for each session.

{% if page.latlng %}

Location: {{page.address}}.

{% endif %}

Requirements: Participants must bring a laptop with a few specific software packages installed (listed below).

Contact: Please email kkt008@ucsd.edu or zyao@ucla.edu for more information.

For UCSD students: A Co-Curricular of Record activity recognition may be requested for UCSD students who attend Day 1-3 plus one additional session day. For more information on the UC San Diego Co-Curricular of Record (CCR), please visit the UCSD Engaged Learning Tools Co-Curricular Record page.


Code of Conduct

Everyone who participates in Carpentries activities is required to conform to the Code of Conduct. This document also outlines how to report an incident if needed.

Report a Code of Conduct Incident


Surveys

Please be sure to complete these surveys before and after the workshop.

/>

-->

Pre-workshop Survey

Post-workshop Survey


Schedule

Date Session Topics
Sept 6Introduction to R - Part 1
Introduction to Python - Part 1
Intro to R & RStudio - basics, data structures, and data import/export
Python: Running/Wuitting, Variables and Assignment, Data Types/Type Conversions, Built-in Functions, and Help
Sept 7Introduction to R - Part 2
Introduction to Python - Part 2
R: dplyr and tidyverse
Python: Libraries, Writing Functions, Reading/Writing data in Dataframes, and Pandas Dataframes
Sept 8Introduction to R - Part 3
Introduction to Python - Part 3
R: Plotting with ggplot2 and knitr
Python: Plotting, Lists, For Loops, Looping over Datasets, and Conditionals
Sept 9 The Unix Shell Introduction, Navigating the file system, & working with files & directories
Sept 12 Version Control with Git Introduction, Creating a Repository, Tracking Changes, and Collaborating
Sept 13 SQL
OpenRefine
SQL:Introduction, Creating a Repository, Tracking Changes, and Collaborating
OpenRefine: OpenRefine: Cleaning and Transforming data

Curriculum

For this workshop we will be referencing the R for Reproducible Scientific Analysis, Plotting and Programming in Python, The UNIX Shell, Version Control with Git , SQL, and OpenRefine Carpentries curricula.


Data

We will be using the specific software downloads and data for each lesson. Please refer to the listing of downloads needed for each session you'll be attending as provided at this link.


Collaborative Notes

We will use HackMD collaborative notes for taking notes, and sharing URLs and bits of code. The links to each session are listed at this link.


Setup

To participate in a {% if site.carpentry == "swc" %} Software Carpentry {% elsif site.carpentry == "dc" %} Data Carpentry {% elsif site.carpentry == "lc" %} Library Carpentry {% endif %} workshop, you will need access to the software described below. In addition, you will need an up-to-date web browser.

We maintain a list of common issues that occur during installation as a reference for instructors that may be useful on the Configuration Problems and Solutions wiki page.

{% comment %} For online workshops, the section below provides:

  • installation instructions for the Zoom client
  • recommendations for setting up Learners' workspace so they can follow along the instructions and the videoconferencing

If you do not use Zoom for your online workshop, edit the file _includes/install_instructions/videoconferencing.html to include the relevant installation instrucctions. {% endcomment %} {% if online != "false" %} {% include install_instructions/videoconferencing.html %} {% endif %}

{% comment %} These are the installation instructions for the tools used during the workshop. {% endcomment %}

{% if site.carpentry == "swc" %} {% include swc/setup.html %} {% elsif site.carpentry == "dc" %} {% include dc/setup.html %} {% elsif site.carpentry == "lc" %} {% include lc/setup.html %} {% endif %}