BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Software Training for Students - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Software Training for Students
X-ORIGINAL-URL:https://sts.doit.wisc.edu
X-WR-CALDESC:Events for Software Training for Students
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Chicago
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20210314T080000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20211107T070000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20220313T080000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20221106T070000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20230312T080000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20231105T070000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20240310T080000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20241103T070000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230309T173000
DTEND;TZID=America/Chicago:20230309T193000
DTSTAMP:20260520T112447
CREATED:20230120T161915Z
LAST-MODIFIED:20230130T231339Z
UID:10000267-1678383000-1678390200@sts.doit.wisc.edu
SUMMARY:R2
DESCRIPTION:When using R and RStudio you’ll find yourself using imported packages frequently. There are so many shortcuts and easy tricks that have been developed and put into packages for our use\, it’d be a waste not to utilize them. This workshop introduces some of the most common shortcuts and packages\, including the popular tidyverse\, which is essential for  “tidying” up data for easier processing. \nNote: If you are using your own device for this workshop\, you may want to install the tidyverse package ahead of time. Feel free to contact STS for help installing and configuring this package. \nTopics Covered Include: \n\nInstalling R Packages (tidyverse)\nManipulating data frames with Dplyr\nVisualizing data basis with ggplot\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in more advanced features of R and R StudioPrerequisitesBasics of Data Management with R
URL:https://sts.doit.wisc.edu/workshop/r2-2/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230308T173000
DTEND;TZID=America/Chicago:20230308T183000
DTSTAMP:20260520T112447
CREATED:20230120T161915Z
LAST-MODIFIED:20230222T191757Z
UID:10000268-1678296600-1678300200@sts.doit.wisc.edu
SUMMARY:Intro to Web Development
DESCRIPTION:Whether it be to play music\, find local restaurants\, order a new shirt\, or apply for a job\, we use websites for nearly everything! \nThis workshop will give an introduction to basic knowledge needed to start the website development process\, discussing topics such as how websites work behind the scenes\, the different options available for building a website\, the logistics of getting a website running\, and cost estimates for a final product. \nTopics include: \n\nWhat exactly is a website?\nWhy and How to Make Your Own Website\nHand-Coding Websites\nWeb Development Logistics\nThe Costs of Having a Website Big Picture: Everything You’ll Need for a Website\n\n Workshop InformationAudienceAnyonePrerequisitesNone
URL:https://sts.doit.wisc.edu/workshop/intro-to-web-development-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230306T173000
DTEND;TZID=America/Chicago:20230306T190000
DTSTAMP:20260520T112447
CREATED:20230120T161915Z
LAST-MODIFIED:20230130T231105Z
UID:10000266-1678123800-1678129200@sts.doit.wisc.edu
SUMMARY:Python
DESCRIPTION:This STS workshop offers an introduction to basic Python concepts that will help you become familiar with the coding basics – no previous programming experience required! \nPython is a powerful\, popular programming language that gets used for just about everything: basic coding\, graphics processing\, machine learning\, AI\, web scraping\, data analysis\, and much more. \nPython’s easy-to-read syntax makes it a great introduction for people who are new to coding\, and the large library of open-source modules make it easy to start making useful code right away. \nTopics include: \n\nWriting and running scripts in Python\nData types\nVariables and Functions\nCalculations in Python\nControl flow\nData structures\nPython’s Standard library\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning the basics of coding using PythonPrerequisitesNone
URL:https://sts.doit.wisc.edu/workshop/python-7/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230303T173000
DTEND;TZID=America/Chicago:20230303T190000
DTSTAMP:20260520T112447
CREATED:20230120T161913Z
LAST-MODIFIED:20230131T184850Z
UID:10000263-1677864600-1677870000@sts.doit.wisc.edu
SUMMARY:Python Intermediate: Object Oriented Programming
DESCRIPTION:This STS workshop course is designed to help teach Object Oriented Programming and its corresponding syntax in Python. This course assumes you have a basic understanding of procedural programming in Python as taught in the preceding Python 1 Workshop offered by STS. \nBy the end of this course\, the learner will know: \n\nWhat a class is and its purpose in programming.\nThe is-a vs has-a relationship types.\nEncapsulation and inheritance.\nPolymorphism and why it’s useful.\n\nBy the end of this course\, the learner will be able to: \n\nUse Object Oriented Programming to more efficiently accomplish programming tasks.\nInstall external Python modules.\nCreate their own Python modules.\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning more intermediate Python skillsPrerequisitesFoundational Python for Beginners
URL:https://sts.doit.wisc.edu/workshop/python-intermediate-5/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230228T173000
DTEND;TZID=America/Chicago:20230228T190000
DTSTAMP:20260520T112447
CREATED:20230120T161914Z
LAST-MODIFIED:20230120T182630Z
UID:10000265-1677605400-1677610800@sts.doit.wisc.edu
SUMMARY:Excel 1
DESCRIPTION:This workshop is an introduction to working with data in Excel. Students will learn spreadsheet terminology\, the basics of the Excel interface\, how to create and edit spreadsheets\, and how to generate charts and graphs from data. \nTopics include: \n\nNavigating the Excel environment\nEntering and editing data\nUsing formulas and functions\nViewing\, sorting\, and filtering data\nCharting\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning how to work with data in ExcelPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/excel-1-4/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230227T173000
DTEND;TZID=America/Chicago:20230227T193000
DTSTAMP:20260520T112447
CREATED:20230120T161913Z
LAST-MODIFIED:20230120T181725Z
UID:10000264-1677519000-1677526200@sts.doit.wisc.edu
SUMMARY:R
DESCRIPTION:This STS workshop introduces learners to the basics of the language\, the RStudio development environment\, and some of the most common functions\, packages\, and tools in the R ecosystem. \nThe free\, open-source  programming language R has become one of the most widely used tools for data analysis and statistical computing today. \nTopics include: \n\nSetting up R and RStudio\nBasic Syntax\nVectors\nMatrix and DataFrames\nImporting Data\nWorking with Data\nBasic Charting and Plotting\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning the basics of R and R StudioPrerequisitesBasic Computing SkillsUseful ForStatistics\, data processing\, data analysis\, automating data research
URL:https://sts.doit.wisc.edu/workshop/r-5/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230224T173000
DTEND;TZID=America/Chicago:20230224T190000
DTSTAMP:20260520T112447
CREATED:20230120T161913Z
LAST-MODIFIED:20230214T205853Z
UID:10000261-1677259800-1677265200@sts.doit.wisc.edu
SUMMARY:CSS 1
DESCRIPTION:HTML and Cascading Stylesheets (known more commonly as CSS) are the programming languages responsible for most of what we see on the internet. Where HTML determines the contents of web pages\, CSS defines how it all looks. \nIn CSS 1\, students will explore how CSS targets and changes the appearance of the different elements of a web page\, learn the syntax of CSS\, and practice using some of the most common properties and styling options. \nTopics covered: \n\nBasic CSS Structure\nSetting up a Workspace\nProperties and Values\nSelectors\nPositioning\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning how to build and edit web sites or gain a better understanding of how the internet worksPrerequisitesHTML 1 (what elements\, attributes\, and properties are and how they are used to create a web page)
URL:https://sts.doit.wisc.edu/workshop/css-1-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230222T173000
DTEND;TZID=America/Chicago:20230222T190000
DTSTAMP:20260520T112447
CREATED:20230120T161913Z
LAST-MODIFIED:20230221T205151Z
UID:10000262-1677087000-1677092400@sts.doit.wisc.edu
SUMMARY:Python (VIRTUAL)
DESCRIPTION:Due to the Winter Storm Warning\, this workshop is now VIRTUAL. Please attend via our Zoom Room: https://go.wisc.edu/stszoom  \nThis STS workshop offers an introduction to basic Python concepts that will help you become familiar with the coding basics – no previous programming experience required! \nPython is a powerful\, popular programming language that gets used for just about everything: basic coding\, graphics processing\, machine learning\, AI\, web scraping\, data analysis\, and much more. \nPython’s easy-to-read syntax makes it a great introduction for people who are new to coding\, and the large library of open-source modules make it easy to start making useful code right away. \nTopics include: \n\nWriting and running scripts in Python\nData types\nVariables and Functions\nCalculations in Python\nControl flow\nData structures\nPython’s Standard library\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning the basics of coding using PythonPrerequisitesNone
URL:https://sts.doit.wisc.edu/workshop/python-6/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230221T173000
DTEND;TZID=America/Chicago:20230221T190000
DTSTAMP:20260520T112447
CREATED:20230217T235254Z
LAST-MODIFIED:20230217T235254Z
UID:10000370-1677000600-1677006000@sts.doit.wisc.edu
SUMMARY:Intro to SQL
DESCRIPTION:Structured Query Language (SQL) is a programming language used to interact with databases and create datasets. It is a useful tool for data analysts\, software developers\, and researchers to create and structure data for analysis and modeling. \nTopics Covered: \n\nIntroduction to database concepts\nBasic SQL queries and syntax\nCreating tables\nAnalysis with SQL\nExporting tables\n\nAudience: Anyone looking to learn SQL for analytics\, research\, or application development\, as well as basic database concepts \nPrerequisites: Basic understanding of programming and what a table is
URL:https://sts.doit.wisc.edu/workshop/intro-to-sql/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230220T180000
DTEND;TZID=America/Chicago:20230220T193000
DTSTAMP:20260520T112447
CREATED:20230120T161912Z
LAST-MODIFIED:20230209T184343Z
UID:10000260-1676916000-1676921400@sts.doit.wisc.edu
SUMMARY:JavaScript 1
DESCRIPTION:Along with HTML and CSS\, JavaScript is one of the programming languages that make up the backbone of the modern internet. Where HTML defines content and CSS adds styling\, JavaScript adds interactivity and other more advanced functionality to a webpage. \nThis workshop introduces students to the syntax and basic concepts of JavaScript including variables\, loops\, functions\, and objects. \nTopics covered: \n\nIntroduction to JavaScript\nVariables\, Functions\, Objects\, and the DOM\nToDo List Web Application\nDocumentation\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning JavaScript in the context of web developmentPrerequisitesHTML 1 (what elements\, attributes\, and properties are and how they are used to create a web page)
URL:https://sts.doit.wisc.edu/workshop/javascript-1-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230214T173000
DTEND;TZID=America/Chicago:20230214T193000
DTSTAMP:20260520T112447
CREATED:20230120T161052Z
LAST-MODIFIED:20230120T161321Z
UID:10000259-1676395800-1676403000@sts.doit.wisc.edu
SUMMARY:R2
DESCRIPTION:When using R and RStudio you’ll find yourself using imported packages frequently. There are so many shortcuts and easy tricks that have been developed and put into packages for our use\, it’d be a waste not to utilize them. This workshop introduces some of the most common shortcuts and packages\, including the popular tidyverse\, which is essential for  “tidying” up data for easier processing. \nNote: If you are using your own device for this workshop\, you may want to install the tidyverse package ahead of time. Feel free to contact STS for help installing and configuring this package. \nTopics Covered Include: \n\nInstalling R Packages (tidyverse)\nManipulating data frames with Dplyr\nVisualizing data basis with ggplot\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in more advanced features of R and R StudioPrerequisitesBasics of Data Management with R
URL:https://sts.doit.wisc.edu/workshop/r2/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230213T173000
DTEND;TZID=America/Chicago:20230213T190000
DTSTAMP:20260520T112447
CREATED:20230120T161051Z
LAST-MODIFIED:20230130T230922Z
UID:10000258-1676309400-1676314800@sts.doit.wisc.edu
SUMMARY:Illustrator 1
DESCRIPTION:In this workshop\, students explore the favorite tool of many creative professionals\, Adobe Illustrator. Used by designers and artists around the world\, this powerful vector graphics program makes it easy to create logos\, posters\, product labels\, icons\, website mockups and more. \nStudents will learn the basics of Illustrator\, work with shapes\, text\, and color\, and create a project from scratch. \nTopics covered: \n\nThe Illustrator Interface\nNavigating the Workspace\nWorking with Shapes\nUsing the Selection and Direct Selection Tool\nUsing the Shape Builder Tool\nDrawing with the Pen Tool\nWorking with Type\nSaving/Exporting Final Artwork\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in creating posters\, flyers\, visual art\, or any other graphic-designed items with IllustratorPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/illustrator-1-4/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230208T173000
DTEND;TZID=America/Chicago:20230208T190000
DTSTAMP:20260520T112447
CREATED:20230120T161050Z
LAST-MODIFIED:20230120T172049Z
UID:10000255-1675877400-1675882800@sts.doit.wisc.edu
SUMMARY:HTML
DESCRIPTION:This workshop introduces students to HTML (Hypertext Markup Language)\, the programming language that provides the structure for nearly everything we see on the internet. \nStudents will learn what HTML tags and attributes are and practice assembling them into a web page. Elements students work with include basic text\, headings\, lists\, links\, images\, and more. \nTopics covered: \n\nBasic HTML Syntax\nDocument Structure\nLists\nLinks\nImages\nClasses and IDs\nCSS Preview\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning how to build and edit web sites or gain a better understanding of how the internet worksPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/html-2/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230207T173000
DTEND;TZID=America/Chicago:20230207T190000
DTSTAMP:20260520T112447
CREATED:20230120T161051Z
LAST-MODIFIED:20230120T172041Z
UID:10000256-1675791000-1675796400@sts.doit.wisc.edu
SUMMARY:Excel 1
DESCRIPTION:This workshop is an introduction to working with data in Excel. Students will learn spreadsheet terminology\, the basics of the Excel interface\, how to create and edit spreadsheets\, and how to generate charts and graphs from data. \nTopics include: \n\nNavigating the Excel environment\nEntering and editing data\nUsing formulas and functions\nViewing\, sorting\, and filtering data\nCharting\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning how to work with data in ExcelPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/excel-1-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230206T173000
DTEND;TZID=America/Chicago:20230206T190000
DTSTAMP:20260520T112447
CREATED:20230120T161048Z
LAST-MODIFIED:20230131T184841Z
UID:10000254-1675704600-1675710000@sts.doit.wisc.edu
SUMMARY:Python Intermediate: Object Oriented Programming
DESCRIPTION:This STS workshop course is designed to help teach Object Oriented Programming and its corresponding syntax in Python. This course assumes you have a basic understanding of procedural programming in Python as taught in the preceding Python 1 Workshop offered by STS. \nBy the end of this course\, the learner will know: \n\nWhat a class is and its purpose in programming.\nThe is-a vs has-a relationship types.\nEncapsulation and inheritance.\nPolymorphism and why it’s useful.\n\nBy the end of this course\, the learner will be able to: \n\nUse Object Oriented Programming to more efficiently accomplish programming tasks.\nInstall external Python modules.\nCreate their own Python modules.\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning more intermediate Python skillsPrerequisitesFoundational Python for Beginners
URL:https://sts.doit.wisc.edu/workshop/python-intermediate-4/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230203T173000
DTEND;TZID=America/Chicago:20230203T190000
DTSTAMP:20260520T112447
CREATED:20230120T161048Z
LAST-MODIFIED:20230130T230437Z
UID:10000253-1675445400-1675450800@sts.doit.wisc.edu
SUMMARY:Python
DESCRIPTION:This STS workshop offers an introduction to basic Python concepts that will help you become familiar with the coding basics – no previous programming experience required! \nPython is a powerful\, popular programming language that gets used for just about everything: basic coding\, graphics processing\, machine learning\, AI\, web scraping\, data analysis\, and much more. \nPython’s easy-to-read syntax makes it a great introduction for people who are new to coding\, and the large library of open-source modules make it easy to start making useful code right away. \nTopics include: \n\nWriting and running scripts in Python\nData types\nVariables and Functions\nCalculations in Python\nControl flow\nData structures\nPython’s Standard library\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning the basics of coding using PythonPrerequisitesNone
URL:https://sts.doit.wisc.edu/workshop/python-5/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230201T173000
DTEND;TZID=America/Chicago:20230201T190000
DTSTAMP:20260520T112447
CREATED:20230120T161048Z
LAST-MODIFIED:20230120T184919Z
UID:10000252-1675272600-1675278000@sts.doit.wisc.edu
SUMMARY:Photoshop 1
DESCRIPTION:Adobe Photoshop is the industry-standard tool for digital image editing. In this workshop\, students learn how to navigate the Photoshop interface\, apply the fundamentals of digital photo correction and incorporate different tools and techniques to create a poster. \nAfter completing this workshop\, learners will know: \n\nThe basics of the Photoshop interface including Tools\, Panels\, and Layers\nThe control/modifier keys (Alt/Option\, Cmd/Ctrl\, Shift) and when to use them\nWhat Adjustment Layers are and why we use them\nWhat pixel dimensions and image resolution are\nThe difference between RGB and CMYK color modes\n\nand will be able to: \n\nNavigate the Photoshop interface\nCreate selections with the Quick Selection tool\nApply and Edit Layer Masks\nAdd and edit text with the Type tool\nSave and export documents in a variety of formats.\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning the basics of editing images using Adobe PhotoshopPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/photoshop-1-2/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230131T173000
DTEND;TZID=America/Chicago:20230131T193000
DTSTAMP:20260520T112447
CREATED:20230120T161048Z
LAST-MODIFIED:20230130T230332Z
UID:10000251-1675186200-1675193400@sts.doit.wisc.edu
SUMMARY:R
DESCRIPTION:This STS workshop introduces learners to the basics of the language\, the RStudio development environment\, and some of the most common functions\, packages\, and tools in the R ecosystem. \nThe free\, open-source  programming language R has become one of the most widely used tools for data analysis and statistical computing today. \nTopics include: \n\nSetting up R and RStudio\nBasic Syntax\nVectors\nMatrix and DataFrames\nImporting Data\nWorking with Data\nBasic Charting and Plotting\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning the basics of R and R StudioPrerequisitesBasic Computing SkillsUseful ForStatistics\, data processing\, data analysis\, automating data research
URL:https://sts.doit.wisc.edu/workshop/r-4/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20230130T173000
DTEND;TZID=America/Chicago:20230130T183000
DTSTAMP:20260520T112447
CREATED:20230120T161048Z
LAST-MODIFIED:20230120T161048Z
UID:10000250-1675099800-1675103400@sts.doit.wisc.edu
SUMMARY:Intro to Programming
DESCRIPTION:Curious about coding but don’t know where to start? \nThis workshop unpacks programming and coding from the ground up. It explains the terms and structures used in most modern programming languages and introduces some basic computer science concepts in an accessible\, easy to digest format with no technical background knowledge required. \nIf you’re interested in picking up some coding skills yourself or are just curious about how programming works\, this workshop gives you everything you need to get started. \nNote: this workshop doesn’t go into detail on a particular programming language (like Java\, Python\, or JavaScript)\, but it provides background knowledge that will be helpful for anyone interested in learning more about specific languages later on. \nTopics include: \n\nWhat exactly a computer does and how programming fits into the picture\nEssential programming concepts like variables\, functions\, data types\, loops\, and conditionals are and how they are used\nHow programs are structured and executed\nTools and apps that make programming easier\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in getting familiar with the basics of programming and coding - no technical knowledge required.PrerequisitesNone
URL:https://sts.doit.wisc.edu/workshop/intro-to-programming-4/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221201T173000
DTEND;TZID=America/Chicago:20221201T190000
DTSTAMP:20260520T112447
CREATED:20220831T224921Z
LAST-MODIFIED:20220902T181435Z
UID:10000124-1669915800-1669921200@sts.doit.wisc.edu
SUMMARY:Premiere Pro
DESCRIPTION:Adobe’s video editing suite Premiere Pro is a favorite of hobbyists and industry professionals alike. In this workshop\, students learn everything they need to cut a video together\, including: \n\nStarting a new project\nImporting and managing media files\nEditing clips\nTransitions\nTitles\nExporting and rendering\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in creating or editing videoPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/premiere-pro-2/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221129T173000
DTEND;TZID=America/Chicago:20221129T190000
DTSTAMP:20260520T112447
CREATED:20220831T224916Z
LAST-MODIFIED:20220902T181416Z
UID:10000122-1669743000-1669748400@sts.doit.wisc.edu
SUMMARY:Python Intermediate
DESCRIPTION:This STS workshop course is designed to help teach Object Oriented Programming and its corresponding syntax in Python. This course assumes you have a basic understanding of procedural programming in Python as taught in the preceding Python 1 Workshop offered by STS. \nBy the end of this course\, the learner will know: \n\nWhat a class is and its purpose in programming.\nThe is-a vs has-a relationship types.\nEncapsulation and inheritance.\nPolymorphism and why it’s useful.\n\nBy the end of this course\, the learner will be able to: \n\nUse Object Oriented Programming to more efficiently accomplish programming tasks.\nInstall external Python modules.\nCreate their own Python modules.\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning more intermediate Python skillsPrerequisitesFoundational Python for Beginners
URL:https://sts.doit.wisc.edu/workshop/python-intermediate-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221128T173000
DTEND;TZID=America/Chicago:20221128T183000
DTSTAMP:20260520T112447
CREATED:20220831T224915Z
LAST-MODIFIED:20221128T220605Z
UID:10000121-1669656600-1669660200@sts.doit.wisc.edu
SUMMARY:Intro to Programming
DESCRIPTION:Curious about coding but don’t know where to start? \nThis workshop unpacks programming and coding from the ground up. It explains the terms and structures used in most modern programming languages and introduces some basic computer science concepts in an accessible\, easy to digest format with no technical background knowledge required. \nIf you’re interested in picking up some coding skills yourself or are just curious about how programming works\, this workshop gives you everything you need to get started. \nNote: this workshop doesn’t go into detail on a particular programming language (like Java\, Python\, or JavaScript)\, but it provides background knowledge that will be helpful for anyone interested in learning more about specific languages later on. \nTopics include: \n\nWhat exactly a computer does and how programming fits into the picture\nEssential programming concepts like variables\, functions\, data types\, loops\, and conditionals are and how they are used\nHow programs are structured and executed\nTools and apps that make programming easier\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in getting familiar with the basics of programming and coding - no technical knowledge required.PrerequisitesNone
URL:https://sts.doit.wisc.edu/workshop/intro-to-programming-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221117T173000
DTEND;TZID=America/Chicago:20221117T190000
DTSTAMP:20260520T112447
CREATED:20220831T224915Z
LAST-MODIFIED:20220902T181400Z
UID:10000120-1668706200-1668711600@sts.doit.wisc.edu
SUMMARY:Python
DESCRIPTION:This STS workshop offers an introduction to basic Python concepts that will help you become familiar with the coding basics – no previous programming experience required! \nPython is a powerful\, popular programming language that gets used for just about everything: basic coding\, graphics processing\, machine learning\, AI\, web scraping\, data analysis\, and much more. \nPython’s easy-to-read syntax makes it a great introduction for people who are new to coding\, and the large library of open-source modules make it easy to start making useful code right away. \nTopics include: \n\nWriting and running scripts in Python\nData types\nVariables and Functions\nCalculations in Python\nControl flow\nData structures\nPython’s Standard library\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning the basics of coding using PythonPrerequisitesNone
URL:https://sts.doit.wisc.edu/workshop/python-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221116T173000
DTEND;TZID=America/Chicago:20221116T193000
DTSTAMP:20260520T112447
CREATED:20220831T224915Z
LAST-MODIFIED:20221108T193506Z
UID:10000119-1668619800-1668627000@sts.doit.wisc.edu
SUMMARY:R
DESCRIPTION:This STS workshop introduces learners to the basics of the language\, the RStudio development environment\, and some of the most common functions\, packages\, and tools in the R ecosystem. \nThe free\, open-source  programming language R has become one of the most widely used tools for data analysis and statistical computing today. \nTopics include: \n\nSetting up R and RStudio\nBasic Syntax\nVectors\nMatrix and DataFrames\nImporting Data\nWorking with Data\nBasic Charting and Plotting\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning the basics of R and R StudioPrerequisitesBasic Computing SkillsUseful ForStatistics\, data processing\, data analysis\, automating data research
URL:https://sts.doit.wisc.edu/workshop/r-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221115T173000
DTEND;TZID=America/Chicago:20221115T183000
DTSTAMP:20260520T112447
CREATED:20220831T224905Z
LAST-MODIFIED:20220902T181343Z
UID:10000118-1668533400-1668537000@sts.doit.wisc.edu
SUMMARY:Audacity
DESCRIPTION:Audacity is an open source\, free and easy to use audio editor and recorder. It includes powerful audio post-production tools to help create professional podcasts and music. It’s a popular choice for class assignments at UW-Madison! \nTopics covered: \n\nNavigating the Workspace\nImporting\nBasic Audio Editing\nAudio Effects\nRecording\nSaving and Exporting\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in audio editingPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/audacity-4/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221114T173000
DTEND;TZID=America/Chicago:20221114T190000
DTSTAMP:20260520T112447
CREATED:20220831T224904Z
LAST-MODIFIED:20220902T181335Z
UID:10000117-1668447000-1668452400@sts.doit.wisc.edu
SUMMARY:JavaScript 1
DESCRIPTION:Along with HTML and CSS\, JavaScript is one of the programming languages that make up the backbone of the modern internet. Where HTML defines content and CSS adds styling\, JavaScript adds interactivity and other more advanced functionality to a webpage. \nThis workshop introduces students to the syntax and basic concepts of JavaScript including variables\, loops\, functions\, and objects. \nTopics covered: \n\nIntroduction to JavaScript\nVariables\, Functions\, Objects\, and the DOM\nToDo List Web Application\nDocumentation\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning JavaScript in the context of web developmentPrerequisitesHTML 1 (what elements\, attributes\, and properties are and how they are used to create a web page)
URL:https://sts.doit.wisc.edu/workshop/javascript-1-2/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221110T173000
DTEND;TZID=America/Chicago:20221110T190000
DTSTAMP:20260520T112447
CREATED:20220831T224904Z
LAST-MODIFIED:20220902T181254Z
UID:10000116-1668101400-1668106800@sts.doit.wisc.edu
SUMMARY:Illustrator 1
DESCRIPTION:In this workshop\, students explore the favorite tool of many creative professionals\, Adobe Illustrator. Used by designers and artists around the world\, this powerful vector graphics program makes it easy to create logos\, posters\, product labels\, icons\, website mockups and more. \nStudents will learn the basics of Illustrator\, work with shapes\, text\, and color\, and create a project from scratch. \nTopics covered: \n\nThe Illustrator Interface\nNavigating the Workspace\nWorking with Shapes\nUsing the Selection and Direct Selection Tool\nUsing the Shape Builder Tool\nDrawing with the Pen Tool\nWorking with Type\nSaving/Exporting Final Artwork\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in creating posters\, flyers\, visual art\, or any other graphic-designed items with IllustratorPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/illustrator-1-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221109T173000
DTEND;TZID=America/Chicago:20221109T190000
DTSTAMP:20260520T112447
CREATED:20220831T224904Z
LAST-MODIFIED:20220902T181243Z
UID:10000115-1668015000-1668020400@sts.doit.wisc.edu
SUMMARY:Photoshop 1
DESCRIPTION:Adobe Photoshop is the industry-standard tool for digital image editing. In this workshop\, students learn how to navigate the Photoshop interface\, apply the fundamentals of digital photo correction and incorporate different tools and techniques to create a poster. \nAfter completing this workshop\, learners will know: \n\nThe basics of the Photoshop interface including Tools\, Panels\, and Layers\nThe control/modifier keys (Alt/Option\, Cmd/Ctrl\, Shift) and when to use them\nWhat Adjustment Layers are and why we use them\nWhat pixel dimensions and image resolution are\nThe difference between RGB and CMYK color modes\n\nand will be able to: \n\nNavigate the Photoshop interface\nCreate selections with the Quick Selection tool\nApply and Edit Layer Masks\nAdd and edit text with the Type tool\nSave and export documents in a variety of formats.\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning the basics of editing images using Adobe PhotoshopPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/photoshop-1-3/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221108T173000
DTEND;TZID=America/Chicago:20221108T190000
DTSTAMP:20260520T112447
CREATED:20220831T224904Z
LAST-MODIFIED:20220902T181226Z
UID:10000114-1667928600-1667934000@sts.doit.wisc.edu
SUMMARY:Excel 1
DESCRIPTION:This workshop is an introduction to working with data in Excel. Students will learn spreadsheet terminology\, the basics of the Excel interface\, how to create and edit spreadsheets\, and how to generate charts and graphs from data. \nTopics include: \n\nNavigating the Excel environment\nEntering and editing data\nUsing formulas and functions\nViewing\, sorting\, and filtering data\nCharting\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning how to work with data in ExcelPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/excel-1-2/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20221107T173000
DTEND;TZID=America/Chicago:20221107T190000
DTSTAMP:20260520T112447
CREATED:20220831T224850Z
LAST-MODIFIED:20220902T181217Z
UID:10000113-1667842200-1667847600@sts.doit.wisc.edu
SUMMARY:HTML
DESCRIPTION:This workshop introduces students to HTML (Hypertext Markup Language)\, the programming language that provides the structure for nearly everything we see on the internet. \nStudents will learn what HTML tags and attributes are and practice assembling them into a web page. Elements students work with include basic text\, headings\, lists\, links\, images\, and more. \nTopics covered: \n\nBasic HTML Syntax\nDocument Structure\nLists\nLinks\nImages\nClasses and IDs\nCSS Preview\n\n Workshop InformationWorkshop ManualManualAudienceAnyone interested in learning how to build and edit web sites or gain a better understanding of how the internet worksPrerequisitesBasic Computing Skills
URL:https://sts.doit.wisc.edu/workshop/html/
LOCATION:2257 College Library\, 600 N. Park Street\, Madison\, WI\, 53706\, United States
CATEGORIES:Open Enrollment Workshop
END:VEVENT
END:VCALENDAR