Create Elegant Webpages with Bootstrap

#DigitalGC

Have you ever wanted to create a professional-looking webpage, but found yourself limited by your CSS skills? Learn how to make use of Bootstrap, a free and open-source CSS framework, to quickly and easily make your webpage look like it was created by a pro! This workshop is the second in the series of our …

Web Scraping with Beautiful Soup [Fall Python Series]

#DigitalGC

Python Intensive Workshops: An Exploration of Research Tools for Beginners Join GCDI for our fourth workshop in the Python Intensive Workshops: An Exploration of Research Tools for Beginners and learn …

Map Your Way into Mapping: GIS Basics

#DigitalGC

This one-hour workshop is aimed at introducing you to the basic concepts of Geographic Information System (GIS). We will understand the main types of spatial formats in which we can …

Plugging into APIs [Fall Python Series]

#DigitalGC

Python Intensive Workshops: An Exploration of Research Tools for Beginners Join GCDI for our final workshop in the Python Intensive Workshops: An Exploration of Research Tools for Beginners and learn …

3D Models of Canyons, Lakes & Rivers: Rayshader for RStudio

Tyler Morgan Wall's Rayshader, Rayrender and Rayverse packages for R allow you to create 3D models of both statistical information or raster images of maps. Join Sam & Rilquer as we run through a tutorial for making 3d models and images of remarkable natural landscapes. This event is hybrid, held in room 7414 or on …

Setting your spatial stage: Geoprocessing tools with QGIS

#DigitalGC

This workshop is intended to build up on an initial knowledge on the software QGIS. We will cover how to perform operations with vector and raster files within the QGIS environment. Operations with vector will consist of clipping, masking, intersecting, merging and buffering points, lines and polygons, in order to extract additional information from the …

Introduction to JavaScript – Part I

#DigitalGC

JavaScript is one of the most popular programming languages and the premiere programming language of the web. In this first workshop of a two-part series, learn the basics of getting programming with JavaScript: be able to recognize data types, write if/then statements, explore loops and arrays, and write your first function! **Second part of the …

Working with APIs in Python

#DigitalGC

In this online synchronous workshop, we will learn how to make data requests from an Application Programming Interface (API) in Python. An API is a server that you can use to retrieve and send data to using code. For example, the weather app on your phone connects to the weather bureau’s API system, which contains …

Introduction to JavaScript – Part II

#DigitalGC

JavaScript is one of the most popular programming languages and the premiere programming language of the web. In this second workshop of a two-part series, we will utilize our newfound …