Student Success Bingo
Monday, September 29, 2025 10:30 AM – 5:00 PM
- LocationRobert L. Carothers Library Lobby
- DescriptionStarting a new semester can be stressful! However, staying organized and utilizing student support services at the university can help prepare you for success. Start establishing good habits by participating in the University Libraries Student Success Bingo during the month of September. You can pick up and submit your bingo card in the lobby of Robert L. Carothers Library & Learning Commons. A winner will be drawn from submitted bingo cards and receive a $25 Amazon gift card.
Visit URInvolved for complete event details. - Websitehttps://events.uri.edu/event/student-success-bingo-2783
- CategoriesSocial / Gatherings, Community Engagement, Special Events, New Students
More from Today's Student Events
- Sep 2912:00 PMREVELATIONS! Education: Behind the Curtain – In Words and Images (ART EXHIBIT)URI Department of Art and Art History presentsREVELATIONS! Education: Behind The Curtain – In Words and Images Exhibition September 15- December 11Join us for a reception and art conversations on September 17 4:30-7 in Lippitt Hall 401What is it like being in the classroom? What challenges do educator’s face? What restrictions are there preventing education from occurring? Are the requirements, expectations and limitations changing the way Educators function? What are the successes - giving students the opportunity to find their expressive voice?This exhibit will include the artwork and voices of a group of area educators from public, private and independent educational settings on all levels. The artist/educators will share their creative voices in various forms of expression as they also reflect on the challenges and celebrations they experience in and out of the classroom.Among the more than twenty artists are: Mary Jane Andreozzi, Deanna Camputaro, Ruth Clegg, Raff Diaz, Raphael Diaz, Tamara Diaz, Melanie Ducharme, Adam Ferbert, Susan Garland, Melissa Guillet, Catherine Davis-Hayes, Chris Kelley, Susan Kolenda, Jason Robert LaClair, Don Mays, Kerry Murphy, Sam Peck, Lisa Marie Ricci-Russo, Monique Rolle-Johnson, Jade Sisti, Janice Lee Strain, John Tedeschi, Katie Walck.On exhibit in URI Lippitt Hall (3rd & 4th floor), Green Hall and The Higgins Welcome CenterOpen To Monday – Friday 7:30-4:30, closed weekends and holidaysFor information: (401)286-4620/ spennell@uri.eduVisit URInvolved for complete event details.
- Sep 2912:00 PMREVELATIONS! Education: Behind the Curtain – In Words and Images (ART EXHIBIT)URI Department of Art and Art History presentsREVELATIONS! Education: Behind The Curtain – In Words and Images Exhibition September 15- December 11Join us for a reception and art conversations on September 17 4:30-7 in Lippitt Hall 401What is it like being in the classroom? What challenges do educator’s face? What restrictions are there preventing education from occurring? Are the requirements, expectations and limitations changing the way Educators function? What are the successes - giving students the opportunity to find their expressive voice?This exhibit will include the artwork and voices of a group of area educators from public, private and independent educational settings on all levels. The artist/educators will share their creative voices in various forms of expression as they also reflect on the challenges and celebrations they experience in and out of the classroom.Among the more than twenty artists are: Mary Jane Andreozzi, Deanna Camputaro, Ruth Clegg, Raff Diaz, Raphael Diaz, Tamara Diaz, Melanie Ducharme, Adam Ferbert, Susan Garland, Melissa Guillet, Catherine Davis-Hayes, Chris Kelley, Susan Kolenda, Jason Robert LaClair, Don Mays, Kerry Murphy, Sam Peck, Lisa Marie Ricci-Russo, Monique Rolle-Johnson, Jade Sisti, Janice Lee Strain, John Tedeschi, Katie Walck.On exhibit in URI Lippitt Hall (3rd & 4th floor), Green Hall and The Higgins Welcome CenterOpen To Monday – Friday 7:30-4:30, closed weekends and holidaysFor information: (401)286-4620/ spennell@uri.eduVisit URInvolved for complete event details.
- Sep 294:00 PMAI Lab Workshop: R SeriesThis workshop is crafted to introduce participants to the powerful world of data science using R. The workshop covers essential data science concepts and techniques, emphasizing hands-on experience with popular R libraries. Participants will gain practical insights into data manipulation, exploratory data analysis, and data visualization, allowing them to extract meaningful insights from datasets.
- Sep 295:00 PMLaw School Application Information SessionAdmissions officers from regional law schools will come to campus to talk to students about the admissions process, provide tips on how to improve your chances of admission to law school, and answer questions about the application process and attending law school.
- Sep 297:00 PMSojourn Community GroupThis is a weekly discussion group where we talk about life and faith. If you have been a Christian all your life or not at all... you are welcome. We will open up the Bible and discuss how it applies to our lives.Visit URInvolved for complete event details.
- Sep 305:00 AMAI Lab Workshop: MPI in RustAbstract:The Rust programming language was created when Graydon Hoare was frustrated with the elevator in his apartment building being out of order due to a Windows blue screen of death. In the decade since its 1.0 release, Rust has been the "most loved" programming language on StackOverflow for a number of years, and has gained a reputation for high performance (comparable to C), high productivity (comparable to Go) and correctness (comparable to Haskell). I have been using Rust in my research group (Algorithms for Big Data) for the past 5 years, and also have been teaching my undergraduate machine organization course in Rust (previously it was in C) for about as long.In this interactive workshop, we will start with a brief introduction to Rust (just the basics) and then look at how to easily parallelize a computation across multiple cores using the excellent Rayon library. We will wrap up with multi-node distributed computation via an OpenMPI-compatible library. I'll make all code we write available on my website.Bio:Prof. Daniels is an associate professor of computer science, with the majority of his research focused on algorithms for "big data" -- essentially, sublinear-time algorithms for problems such as search or sequence alignment, trying to leverage the manifold structure of high-dimensional data. He did a postdoc in mathematics at MIT with Bonnie Berger and a Ph.D in computer science at Tufts University with Lenore Cowen, focused on problems in computational biology ranging from protein structure prediction to biological sequence analysis. More recently, he has also been interested in applying "manifold mapping" ideas to problems in astronomy, cybersecurity, and machine learning.It will be available by zoom here (note free registration): https://uri-edu.zoom.us/meeting/register/MkwG6eIZRn6eO4tplmr4Pw#/registration (though we will have an in-person option as well)Background resources, for those who want to get a leg up, are primarily here: https://www.rust-lang.org/learn (there are three different resources there, which will appeal to different learning styles).The Rayon parallelization library is documented here: https://docs.rs/rayon/latest/rayon/The mpi library is documented here: https://docs.rs/mpi/latest/mpi/