Summary Statistics for Text as Data

#DigitalGC

Got your hands on a new textual corpus and not sure what to do next? This workshop will introduce some off the shelf tools to help you make sense of your data to begin theoretical inquiry. Some intro to Python will be necessary; workshop will be demonstrated on Jupyter Notebook. Feel free to bring your …

RUG Meeting

#DigitalGC

RUG meeting will be held 4 - 5 pm. Zoom Info: Meeting ID: 853 0282 6879 Passcode: rug

GitHub Part II: Building a Static Website

#DigitalGC

This session is a follow-up from last semester’s intro to Git and Github. But, even if you didn’t attend last time, you are still welcome to join! We will be learning some of the basics for building and hosting a simple website with GitHub and Jekyll. This is a great resource if you want a …

“Dissertation Futures” Online Roundtable Discussion

#DigitalGC

We are excited to bring to you a roundtable discussion on the topic of the future of dissertations to help students and faculty consider the possibilities and challenges of producing digital and alternative scholarship that leads to the culmination of the doctoral degree. Please join us in “Dissertation Futures” online event that will be taking …

WordPress: attractive websites with elementor

#DigitalGC

One of the main questions when creating a website in Wordpress is how to make it more attractive. In this workshop we will learn about the popular plugin elementor. We will learn how it can make it simpler to design our sites and to take into consideration a responsive design for different devices. We will …

Introduction to linear regression and model selection in R

#DigitalGC

This workshop is intended to build up on R introduction workshop last semester and extend it to data analysis. In this workshop, we will learn how to implement linear regression model and interpret the results. Moreover, we will cover how to use the best-tuned model to predict continuous and binary output. Preliminary knowledge about R …

Python User Group (PUG) – Online

#DigitalGC

Python User Group (or PUG for short) is an open and informal collaborative space for experimentation and exploration with the Python programming language. It is an opportunity for those interested in Python to work together virtually and find support. Whether you are looking for advice or assistance with new or current projects, looking to discuss …

RUG Meeting Online 4 – 5pm

#DigitalGC

This Friday RUG is coming back and we will talk about 2 topics. One is the floating trap in programming, the other might be the chatGPT application in R. I also uploaded the tutorial for last RUG meeting about geocoding in R. Zoom Info: Meeting ID: 853 0282 6879 Passcode: rug  

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 knowledge of JavaScript to add interactivity to a web page. **First part of the workshop is on Feb. 17th, workshop event link here. Please REGISTER …

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 …