Month: November 2020

Accessible Computing Expert Dr. Richard Ladner to Present Keynote November 13

The ICC’s Center for Human-Centered Computing invites Michigan Tech faculty, staff, students, and alumni to a keynote lecture by leading accessible design expert and research scientist Dr. Richard E. Ladner on Friday, November 13, 2020, at 1:00 p.m., via online meeting.

His talk, “Accessible K-12 Computer Science Education,” is the final event of HCC’s Husky Research Celebration, a showcase of interdisciplinary HCC research through a series of virtual lab tours, virtual mini talks, and lectures presented in a 360-degree virtual space. More details here.

Ladner is a Professor Emeritus in the Paul G. Allen School of Computer Science and Engineering at the University of Washington, where he has been on the faculty since 1971.

His current research is in the area of accessible computing, a subarea of human-computer interaction (HCI). Much of his current research focuses on accessible educational technology.

Ladner is principal investigator of the NSF-funded AccessComputing Alliance, which works to increase participation of students with disabilities in computing fields. He is also a PI of the NSF-funded AccessCSforAll, which is focused on preparing teachers of blind, deaf, and learning disabled children to teach their students computer science.

Lecture Title: Accessible K-12 Computer Science Education

Lecture Abstract: For the past twelve years there has been rapid growth in the teaching of computer science in K-12 with a particular focus on broadening the participation of students from underrepresented groups in computing including students with disabilities. Popular tools such as Scratch, ScratchJr, and many other block-based programming environments have brought programming concepts to millions of children around the world. Code.org’s Hour of Code has hundreds of activities with almost half using block-based environments. New computer science curricula such as Exploring Computer Science and Computer Science Principles have been implemented using inaccessible tools. In the meantime the United States has about 8 million school children with recognized disabilities which is about 16% of the K-12 student population. It is generally not the case that these students are adequately served by the current K-12 computer science education or any of the block-based programming environments.

In particular, the approximately 30,000 blind and visually impaired children are left out because only a few educational tools are screen reader accessible. In this talk we address this problem by describing two programming environments that are accessible: the Quorum Language and Blocks4All. The Quorum Language, created by Andreas Stefik, is a text-based programming language whose syntax and semantics have been created to be as usable as possible using randomized controlled trials. The language is not at all intimidating to children. For younger children, Lauren Milne created Blocks4All a block-based programming environment that can be used by anyone including children who are blind or visually impaired. Blocks4All uses a touchscreen platform similar to ScratchJr and takes advantage of the fact the blind children already know how to use touchscreen devices using their built-in screen readers. The challenge for the future of K-12 computer science is to be more inclusive to all students regardless of race, ethnicity, gender, socioeconomic status, and disability status.

Founded in 2015, the Institute of Computing and Cybersystems (ICC) promotes collaborative, cross-disciplinary research and learning experiences in the areas of computing education, cyber-physical systems, cybersecurity, data sciences, human-centered computing, and scalable architectures and systems, for the benefit of Michigan Technological University and society at large.

The ICC creates and supports an arena in which faculty and students work collaboratively across organizational boundaries in an environment that mirrors contemporary technological innovation. The ICC’s 55 members represent more than 20 academic disciplines at Michigan Tech.

The Center for Human-Centered Computing (HCC) focuses on the research and development of novel interfaces for human-agent interaction, assistive technologies, intelligent health, computational modeling, and examining trust and decision making in distributed systems.

The Center is directed by Associate Professor Elizabeth Veinott, Cognitive and Learning Sciences, a cognitive psychologist who focuses on two main areas of research: decision making and learning using serious video games.

HCC Research Expo 2020

An Immersive Exploration of Research Across Campus

The ICC’s Human-Centered Computing group (HCC) will host its 3rd annual HCC Research Expo, November 12-13, 2020, in conjunction with World Usability Day 2020.

VR-Huskies, an exciting virtual social platform that leverages 360-degree panorama technology, is the venue for the 48-hour event. Projects, brief research talks, and lab tours will be available on demand for attendees to browse at leisure. The immersive experience will be available from Thurs., Nov. 12, at 9:00 a.m. too Fri., Nov. 13, at midnight.


The HCC Expo concludes with a keynote lecture from leading accessible computing and design researcher Dr. Richard E. Ladner on Friday, November 13, at 1:00 p.m., via online meeting. Read more about Dr. Ladner here.

The aim of the annual HCC Expo is to showcase the interdisciplinary HCC research happening across campus, and to provide a a forum for Michigan Tech students to explore HCC research opportunities, tour labs, and engage in virtual discussions.

The Human-Centered Computing research group investigates a wide range of 21st century human-centered computing challenges, engaging faculty from computer science, psychology, engineering, and other Michigan Tech departments.

About VR-Huskies

VR-Huskies Virtual Social Space

VR-Huskies is an active research project led by new faculty member, Assistant Professor Ricardo Eiris, Civil and Environmental Engineering, and sponsored by the College of Engineering. It is a custom implementation of Mozilla Hubs®, an open-source platform which creates custom dynamic representations of information.

Participants can enter the VR-Huskies site with minimal effort, interacting with up to 25 others as they explore the latest research developments in human centered computing at Michigan Tech. Registration is not required. VR Huskies is accessible on any device, including head-mounted displays, desktop computers, laptops, tablets, and mobile devices.

Eiris says that the goal of VR-Huskies is to deliver in-depth learning in a multitude of contexts, such as field trips, outreach events, and entrepreneurial activities, while engaging students in opportunities to apply critical thinking, collaboration, communication, and creativity.

Expected outcomes of the project include the implementation of a virtual learning environment in which Michigan Tech students can socially interact with STEM experiences and visit remote locations that are typically impossible to reach.

Ricardo Eiris received his Ph.D. in Design, Construction, and Planning from the University of Florida in August 2020. He is an educator and a researcher exploring the dynamics and implications of human-technology interactions within construction and engineering.


Founded in 2015, the Institute of Computing and Cybersystems (ICC) promotes collaborative, cross-disciplinary research and learning experiences in the areas of computing education, cyber-physical systems, cybersecurity, data sciences, human-centered computing, and scalable architectures and systems.

The Center for Human-Centered Computing (HCC) focuses on the research and development of novel interfaces for human-agent interaction, assistive technologies, intelligent health, computational modeling, and examining trust and decision making in distributed systems.

The Center is directed by Associate Professor Elizabeth Veinott, Cognitive and Learning Sciences, a cognitive psychologist who focuses on research in decision making and learning using serious video games.

Junqiao Qiu to Present Lecture November 6

Assistant Professor Junqiao Qiu, Computer Science, will present his lecture, “Speculative Parallelization for FSM-centric Computations,” this Friday, Nov. 6, 2020, at 3:00 p.m., via online meeting.

Lecture Abstract

As a fundamental computation model, finite-state machine (FSM) has been used in a wide range of data-intensive applications, including malware detection, bioinformatics, semi-structured data analytics, natural language processing and even machine learning. However, FSM execution is known to be “embarrassingly sequential” due to the state dependences among transitions. Current studies find that speculation is a promising solution to address the inherent dependencies in FSM computations and thus enables scalable FSM parallelization.
This talk will firstly introduce the fundamental scalability bottleneck in the current FSM parallelization, and then an aggressive speculation, a generalized speculation model that allows a speculated state to be validated against the result from another speculation, is proposed to address the scalability limitations. Finally, this talk will discuss the possibility to enlarge the applicability of the proposed approach and go beyond the FSM-based computations.

Juneiao Qiu is a member of the Institute of Computing and Cybersystems’ (ICC) Center for Scalable Architectures and Systems (SAS).

GSG to Host Grant Writing Webinar Nov. 12

As a student or a researcher, a necessary component of your work is applying for a multitude of grants to obtain funding for future projects. Peter Larson, director of research development at Michigan Tech, will conduct a seminar on Grant Writing from 4 to 5  p.m. on Thursday, Nov. 12 via Zoom.

Larson specializes in creating effective grant and research proposals, particularly in the non-technical proposal sections that researchers often struggle with. Please send any topics or questions you wish to see discussed to gsg-prodev@mtu.edu so we can structure the seminar to better suit your needs.

Those who participate in the seminar will get a chance to enter a raffle draw. Space is not really limited but just so we know how many students to expect, be sure to register.

GSG to Host 3MT Competition Nov. 5

Three Minute Thesis (3MT) competition, hosted by the Graduate Student Government, will take place virtually tomorrow (Nov. 5). Come join us on an eventful day where research meets fun.

Participants are judged on their communication and presentation skills, while delivering content in just three minutes with one static PowerPoint slide.

You can watch the participants’ videos online on GSG’s 3MT website starting at 9 a.m. tomorrow.

With 28 participants and 4 different heats, 8 finalists will be chosen for the final rounds. The judging panel consists of 3 different faculty/staff from different majors. The names of the finalists will be declared by Noon.

The contestants qualifying for the next round will compete against each other from 6 to 8 p.m. Friday (Nov. 6) in the Rozsa Center for Performing Arts.

There will be a limit of 200 patrons who can be seated in the Rozsa center to adhere to social distancing guidelines. The seating will be on a first-come-first-served basis. The event will also be streamed live on GSG’s Facebook page.

Join us in-person or virtually to enjoy the event and choose a ‘People’s Choice’ award winner. The first and second place winners will receive cash prizes of $300 and $150 respectively. Additionally, a People’s Choice (PC) award will be given to a speaker selected by the event’s audience, with a cash prize of $100. A Facebook poll and in-person voting will happen to choose this speaker.

Leo Ureel Receives 2020 CTL Instructional Award

by Michael R. Meyer, Director, William G. Jackson CTL

Assistant Professor Leo Ureel, Computer Science, is among the Deans’ Teaching Showcase members who have been selected to receive 2020 CTL instructional Awards.

The awardees will make presentations next spring semester to share the work that led to their nomination.

When their presentation concludes, each will be formally recognized with a certificate and $750 in additional compensation .

Tuesday, Jan. 26, 2021 — Curriculum Development: Katrina Black, Senior Lecturer in Physics

Thursday Feb. 18, 2021 — Innovative or Out of Class Teaching: Libby Meyer, Lecturer in Visual and Performing Arts and Leo Ureel, Assistant Professor in Computer Science

Tuesday, March 30, 2021 — Large Class Teaching: Kette Thomas, Associate Professor of Diverse Literature in Humanities

These events will take place from 3:30-4:30 on the dates listed. Detailed titles, topics, and registration links for each presentation will be circulated in anticipation of each event.

Many thanks to the previous CTL instructional award recipients and the Provost’s office staff who were instrumental in the selection process.

Please consider suggesting instructors whom you’ve seen make exceptional contributions in Curriculum Development, Assessment, Innovative or Out-of-Class teaching or Large Class Teaching to the appropriate chair or dean so that they can be considered for the upcoming (2021) Deans’ Teaching Showcase during spring semester.