Zack Butler, Rajendra K. Raj and Minseok Kwon Department of Computer Science Rochester Institute of Technology This material is based upon work supported.

Slides:



Advertisements
Similar presentations
Mobile Speech-to-Text Captioning Services: An Accommodation in STEM Laboratory Courses 1 Michael Stinson, Pamela Francis, and, Lisa Elliot National Technical.
Advertisements

Collaborative Research: Developing Course Modules to Teach Service-Oriented Programming through Exemplification and Visualization Xumin Liu, Rajendra K.
Investigating Distance Professional Development: Lessons Learned from Research Michael J. Bossé & Robin L. Rider East Carolina University.
TAILS: COBWEB 1 [1] Online Digital Learning Environment for Conceptual Clustering This material is based upon work supported by the National Science Foundation.
1 Undergraduate Curriculum Revision Department of Computer Science February 10, 2010.
Virtualisation and Visualisation – Improving Teaching and Learning in Computer Science Seán Duignan School of Science GMIT Tony Hall Education Department.
University of Kentucky GENI User Tools and the Control Plane Zongming Fei, Jim Griffioen University of Kentucky.
Georgia Department of Education. Information Technology Pathways.
March 26, 2007Microsoft Research India1 Tutored Video Instruction and Course Export Richard Anderson University of Washington.
Beyond datasets: Learning in a fully-labeled real world Thesis proposal Alexander Sorokin.
Portal and AQAS-Philadelphia University 21-22/6/2011 AVCI Platform in PU Dr. Abdel-Rahman Al-Qawasmi Philadelphia University Director of Computer Center.
WIP – Using Information Technology to Author, Administer, and Evaluate Performance-Based Assessments Mark Urban-Lurain Guy Albertelli Gerd Kortemeyer Division.
● Problem statement ● Proposed solution ● Proposed product ● Product Features ● Web Service ● Delegation ● Revocation ● Report Generation ● XACML 3.0.
Texas Tech University NSF-SFS Workshop on Educational Initiatives in Cybersecurity for Critical Infrastructure Course Flow Diagrams May 2-3, 2013 Support.
DUE Router and Switch Configuration Software Installation Module 2.
P RESENTERS : Randy Steele - curriculum developer/facilitator Career and Technical Education (CTE), Science, Technology, Engineering, and Mathematics (STEM)
It’s a Give and Take World ITEA Conference San Antonio, Texas.
BreakThru: The Georgia STEM Accessibility Alliance Nathan W. Moon, PhDGerri Wolfe, PhD Christopher L. Langston, MSNoel Gregg, PhD Robert L. Todd, MS Georgia.
Computer Networks CEN 5501C Spring, 2008 Ye Xia (Pronounced as “Yeh Siah”)
111 © 2001, Cisco Systems, Inc. All rights reserved. Presentation_ID.
Wiley eLearning Courseware The ideal solution for instructor-led online learning.
Department of Information Engineering The Chinese University of Hong Kong A Framework for Monitoring and Measuring a Large-Scale Distributed System in.
University of Washington Teaching & Learning Infrastructure Mark C Donovan Director, UWired
Anonymous Localization of Wireless Terminals in Indoors Shahrokh Valaee Wireless and Internet Research Lab (WIRLab) Dept of Electrical and Computer Engineering.
CREATING SHAREABLE SECURITY MODULES Kara Nance, University of Alaska Fairbanks, Fairbanks, AK, USA Blair Taylor, Towson University, Towson, MD, USA Ronald.
Applying Open Source to Open Science Ray Idaszak Director, Collaborative Environments RENCI, University of North Carolina at Chapel Hill.
Spreading Curricular Change in PDC: Some Practical Tools This material is based on work supported by the National Science Foundation under Grant Nos. DUE / /
Data Management for Large STEP Projects Michigan State University & Lansing Community College NSF STEP PI Meeting March 15, 2012 Workshop Session I-08.
Elizabeth DeBartolo, Ph.D.Date Associate Professor, Mechanical Engineering Certificate of Completion is hereby granted to [Name Here] to certify that she.
Broadening Expertise in Critical Infrastructure Protection Mobile Devices Module Funded through NSF Grant Award # DUE Any opinions, findings, conclusions.
The MSR-UR Curriculum Repository Tom Healy Lead Program Manager Microsoft Research University Relations.
Communication with Handler Approach Overview Alice 2.0 source code was modified to release event information to a robot handler component using sockets.
Crossing Disciplinary Boundaries and Forging Collaborations Networking CPATH Projects and Community Resource.
Pedagogic Service Project: Enriching the MERLOT Collection
Web-Based Delivery of the First Course in Power Electronics Amman – Jordan December Issa Batarseh School of Electrical Engineering and Computer Science.
Department of Education and CultureOrganization of American States Inter-American Program on Education for Democratic Values and Practices Progress Report.
Leader Interviews Name, PhD Title, Organization University This project is funded by the National Science Foundation (NSF) under award numbers ANT
Chemical Reactions & Electricity
 Wind Power TEAK – Traveling Engineering Activity Kits Partial support for the TEAK Project was provided by the National Science Foundation's Course,
This material is based upon work supported by the National Science Foundation under Grant No. DRL Any opinions, findings, conclusions or recommendations.
Center for Assessment and Improvement of Learning
Using Video-Annotated Peer Review to Support the Diffusion of
Molecules & Fuel Cell Technology
Supporting Mobile Collaboration with Service-Oriented Mobile Units
Computing and Informatics Courses
Project Access: About DeafTEC
Computer Science Courses
Robert E. McGrath December 8, 2008
Initial Findings about Graduate Teaching Assistants’ Training Needs to Foster Active Learning in Statistics Kristen E. Roland and Jennifer J. Kaplan.
Sam Donovan1, Carrie Diaz-Eaton2, Kristin Jenkins3, M
Discussion and Conclusion
#01 Client/Server Computing
“Information Technology” Certificate
Remote practical-focused tutorials
CS & CS Capstone Project & Software Development Project
UMass Lowell Dept. of Computer Science  Graduate School of Education
Title of Poster Site Visit 2017 Introduction Results
Five-Year Undergraduate Enrollments
Title of session For Event Plus Presenters 12/5/2018.
Pathway 1: Current Computer Science Teachers
SCIENCE BE HAPPY TEACH SCIENCE WANT TO BE IN DEMAND? TEACH SCIENCE
Title of Poster Site Visit 2018 Introduction Results
LabVenture! Redesigning to Maximize Transfer Inside/Outside School
This material is based upon work supported by the National Science Foundation under Grant #XXXXXX. Any opinions, findings, and conclusions or recommendations.
Netchem Remote Access Lecture and Theoretical Excercise Guideline
Project Title: I. Research Overview and Outcome
Computer Science Courses in the Major
#01 Client/Server Computing
Project (Problem) Based Learning
Title of Poster Usually Up Top (Recommend 80pt – 115 pt)
Presentation transcript:

Zack Butler, Rajendra K. Raj and Minseok Kwon Department of Computer Science Rochester Institute of Technology This material is based upon work supported by the National Science Foundation under Award No. IIS Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

Motivation Robots are becoming cheaper and more plentiful Personal interactions with robots are becoming more commonplace Used at present in primarily two ways Pedagogic platform for freshman programming Advanced robotics courses Question Can we do better than this with robots in the curriculum?

The corobots 3 (facing away) and 2 (facing camera)

Navigation Robots can navigate one floor (~30 m x 100 m) containing offices, classrooms and labs Bar codes used by robots (for localization) and smartphones (for information) alike Bar codes give robot position to within 5 cm, 5 degrees Hallway with barcodes at each doorway

Sample Script def main(): with Robot("corobot2.rit.edu") as r: pos = r.get_pos().get() print(pos) p = r.nav_to("Vending").wait() r.request_confirm("Buy me M&Ms please", \ timeout=120).wait() r.nav_to_xy(pos[0],pos[1]).wait()

More Infrastructure Details Web server for central observation and management Students can upload code and request deployment Improved logging functionality and real-time remote observations are currently being developed

Phase 2: Sample Courses Principles of Data Management: Location-based data collection and query Data Communication and Networking: Ad-hoc communication among mobile actors CS 2 (Data structures and algorithms): Dijkstra’s algorithm

Modular Approach to Curriculum Course module … usually defined as Distinct self-contained curricular unit such as a lab or teaching component for use by an instructor in existing courses without requiring any course or program modifications Multiple repetitions Seeing the same system in multiple courses may lead to a deeper understanding of the interrelated nature of the various CS courses (or even STEM in general)