Intro to SQL
Modern Languages Building (MLB), Room 2001AEver want to know how to communicate with a database? You need to know SQL, a standard programming language for working with relational database management systems in data warehouses or […]
Ever want to know how to communicate with a database? You need to know SQL, a standard programming language for working with relational database management systems in data warehouses or […]
Due to unforeseen circumstances the originally scheduled talk by Professor Brandon Johnson has been cancelled and replaced with the following seminar. Theoretical and Computational Contributions to the Modeling of Global […]
Mobile app development is one of the biggest new industries of the last decade. If you are developing an Android app for the first time, the first option you will […]
MIDAS and CSCAR will hold a drop-in coding session focusing on using the Julia programming language for basic data analysis. No prior experience with Julia is expected. The session will […]
OVERVIEW This workshop will provide a brief overview of the components of the Great Lakes Cluster. The main body of the workshop will cover the resource manager and scheduler, creating […]
In the R by Example series of workshops, we’ll discuss example analyses in R as a vehicle for learning commonly used tools and programming patterns. The “Analyzing RECS using data.table” workshop will […]
This workshop will cover fitting generalized linear models (GLMs) in Python, using the Statsmodels package. We will cover logistic regression, but the Poisson, negative binomial, and gamma regression. We will […]
This workshop will introduce you to Matlab. We will look at general coding syntax, matrix operations, writing functions, symbolic capabilities, etc. Computers will be available to complete exercises.
In this workshop we will discuss the concept of dependency management, with the primary focus on build dependencies between software components. We will learn how to express the dependencies and […]
People using R for applied research are often not taught basic programming practices such as writing functions, efficient iterative processing, vectorization, and other practices that would make their research far […]