-
R-Studio for Beginners
Agenda Commands List of commands I will use for my presentation Our R Chunks 1st Chunk library(readr)cereal_2 <- read_csv(“cereal 2.csv”)view(cereal_2) 2nd Chunk library(dplyr)cereal_2%>%filter(`mfr`== “K”)%>%filter(calories == 110)cereal_2%>%select(calories) 3rd Chunk library(ggplot2)cereal_2%>%ggplot(aes(x=calories, y=mfr))+geom_boxplot() Recording Screen capture recording of the workshop
-
Figma for Beginners
If you haven’t already done so, you’ll want to navigate to and either register or login to your Figma Account Explore the screen Start with some basic tools Importing and editing images Basic Intro to Components and Variants Introduce them to figma environment
-
Canva for Creatives
Get ready to create stunning e-book covers and professional business cards with Canva’s free assets!
-
3D Printing on Campus Workshop
Developing Learning Objectives: My workshop should leave those who attended with a basic understanding of the possible 3D printing options on campus. We will cover: 3D Printers on Campus: Printer Name Type of Printer Location Accessibility Software Lulzbot Mini Filament Digital Media Bar in Andrews Library With Approval of Educational Technology Cura Download @…
-
Fall 2023 Student Workshops
Student Technology Assistants (STAs) are offering a series of workshops crafted mainly for students working on academic and personal digital projects but which are open to everyone.
-
Audacity Workshop
Audacity Workshop Agenda: – Overview of the interface: a review of menus, toolbars, and waveform display area(where you can visualize and edit audio tracks). – Importing and exporting Audio Files – Learn how to record on Audacity – Visit the Sound Studio to see a real-time recording – Learn how to edit on Audacity
-
After Effects Workshop
After Effects is a digital visual effects, motion graphics, and compositing application. It’s often used for post-production of films, games and television. You can create compelling multimedia projects, YouTube videos, and animations with the basics of motion graphics. Learn the basics of motion graphics with Adobe After Effects. Agenda RSVP for the workshop here: After…
-
Unity Workshop
In this beginner-friendly workshop, you will learn some fundamental concepts in game design and development as well as how to create a working 2D platformer game using Unity game engine with C# scripting. This type of games include Flappy Birds, Super Meat Boy, and Super Mario. But we will not go that far, it will…
-
Website Design – HTML
Learn to make a starter website with HTML and CSS with a focus on explaining the building blocks through given code. Before coming to the workshop, make sure you have a text editor downloaded on your laptop such as Visual Studio Code.
-
Maintaining and editing a WordPress site
Whether you have a site on Voices, Discover, or Inside, the process for editing and maintaining the site is very similar. In this workshop we will cover the basics of editing existing content, creating new content, when to use a page or a post, how to include images and video, and how to make use…