Category: Past

  • R-Studio for Beginners

    RStudio logo

    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

    There is an image of the front and back of a business card created in Canva. The business card has a yellow to pink gradient with a red poppy flower.

    Get ready to create stunning e-book covers and professional business cards with Canva’s free assets!

  • 3D Printing on Campus Workshop

    pencil sketch of a 3D printer printing a little house

    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

    Fall 2023 workshops poster featuring 5 sessions

    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

    symbol gui internet internet page 2485367

    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

    WordPress logo

    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…