Page 22.1068.5 contents. Use the GIS join operations to integrate the data and symbolize the points to create an informative map. Turn in acompressed folder with a) your map (mxd file) b) data folder containing i. your point data (txt or shp files) ii. spreadsheet with your data log. iii. Any other layers you have included c) Jpeg file with the exported image of your map. d) A short paragraph describing the accuracy of the measurements you have included. Directions for Mapping Assignment 3 This project is similar to the preceding two mapping
. S. Gero, "Design prototypes: a knowledge representation schema for design," AI Mag., vol. 11, pp. 26-36, 1990.23 A. K. Goel and B. Chandrasekaran, "Functional representation of designs and redesign problem solving," presented at the Proceedings of the 11th international joint conference on Artificial intelligence - Volume 2, Detroit, Michigan, 1989.24 A. K. Goel, et al., "Structure, behavior, and function of complex systems: The structure, behavior, and function modeling language," Artificial Intelligence for Engineering Design, Analysis and Manufacturing, vol. 23, pp. 23-35, December 2008 2009
potential end userswho are the clients‟ representatives.Assessment of Team Project EffectivenessBoth formative and summative assessment techniques were utilized to assess the effectiveness ofthe project. Formative assessment included the bi-weekly managerial report see Appendix A ,managerial and team members‟ performance evaluations see Appendix B and C, timelines andgroup member‟s logs see Appendix D. In addition the instructor conducted interviews with thestudents on their perceptions of learning, collected by student performance and managerialreports and a Lessons Learned report. These instruments were used to obtain feedback on theteam project. Summative assessment focused on the grading of the final project including allsupporting materials of
sufficient online support provided by Google 1. Less robust network 1. Operating system is developing Disadvantages 2. Application development is not 2. Not very accurate touch screen open 3. Applications are not as diversified as Apple Store * evaluated early 2010 Page 22.927.3 (a) (b) Figure 1. Design of the interface for new Mobile technology application: (a) interface for the whole College of
AC 2011-2352: DEVELOPMENT OF A MULTI-PLATFORM (PC,IPAD,MOBILE) EBOOK PLATFORMCarlos R Morales, Purdue University, West Lafayette Carlos R. Morales is an Associate Professor of Computer Graphics Technology at Purdue University. Page 22.476.1 c American Society for Engineering Education, 2011 Development of A Multi-Platform (PC,iPad, Mobile) eBook PlatformAbstractThis paper presents the development of an eBook publishing platform capable of delivering text,multimedia (video, 3D, audio), and assessments across a variety of platforms including PC, Mac,iPad, and Mobile
AC 2011-451: A TASTE OF JAVA - DISCRETE AND FAST FOURIER TRANS-FORMSMohammad Rafiq Muqri, DeVry University, Pomona Dr. Mohammad R. Muqri is a professor in the Department of Computer and Biomedical engineering tech- nology at DeVry University. He received his M.S.E.E. degree from University of Tennessee, Knoxville. His research interests include simulations, algorithmic computing and digital signal processing.Dr. Javad Shakib, DeVry University, Pomona Page 22.116.1 c American Society for Engineering Education, 2011 A Taste of Java - Discrete and Fast Fourier TransformsThis paper
multiple levelsof abstraction, b) it represents a fundamental skill to function in modern society, c) it embodies away humans solve problems, d) it complements and combines mathematical and engineeringthinking and e) it uses computational concepts (not computers) to solve problems 4,8 .The implications of these theoretical frameworks relate to the design and study of students’understanding and representation of a problem that need to be solved by means of computational Page 22.1347.2thinking. Although problem-based learning involves a collaborative iterative process ofunderstanding the problem, analyzing it, and finding the solution, in this study
laboratoryprojects.Each laboratory project was discussed first in class and students were assigned homeworkbased on the project, followed by 3 hour lab to improve their understanding of the majorconcepts. Students wrote project reports (learning by writing).The relevant learning goals for the course addressed by these two projects are to develop theability to: a. identify and use signal models, b. develop models of engineering systems, physical systems, and social systems, c. analyze continuous-time system models by applying Fourier methods, and frequency response methods, d. develop computer models using available software packages for analysis and design, and e. communicate laboratory and project
courses as a part of a regular curriculum. Experiences from these courseofferings will also be presented.2. Shortcomings of Internet Accessible Remote LaboratoryWhat are the issuesAs mentioned in the introduction section, researchers are pursuing this problem in an abruptmanner and are not yet coming up with a sustainable solution that can popularize the use ofremote laboratories. The major issues are: a) Integration of a number of disciplines into remote experimentation design; b) Modularity in designs; c) Readily available commercial products; d) Integration of learning management system; e) Maintenance and training; f) Administrative awareness and support; and g) Industry applications.a) Integration of a number of disciplines into
both Revit and Vico. Considering these factors, together with the ease ofavailability of the two software packages, it was decided to select Revit and Vico as the BIMsolutions under study.The Body of Knowledge (BOK) for ConE EducationLike any other pedagogical techniques, BIM technology should be integrated into ConEcurricula to accomplish their BOK requirements.Hildreth and Gehrig21 identified the following four principal knowledge areas and their subsetsof knowledge and skills to define the ConE BOK: I. The knowledge and skills associated with cost estimating include: a. understanding the requirements of the work based on the drawings and specifications; b. estimating work quantities; c. evaluating and selecting appropriate
fast and portable dynamic translator. 2005: USENIX.7. Victoria, B., Creating and Controlling KVM Guests using libvirt. 2009, University of Victoria.8. Yu, J. Performance Evaluation on Linux Bridge. 2004.9. SWSoft. OpenVZ User's Guide. 2005 July 1, 2009; Available from: http://download.openvz.org/doc/OpenVZ-Users-Guide.pdf.10. McLennan, M. and R. Kennell, HUBzero: A Platform for Dissemination and Collaboration in Computational Science and Engineering. Computing in Science & Engineering, 2010. 12(2): p. 48-53.11. Watson, J., Virtualbox: bits and bytes masquerading as machines. Linux Journal, 2008. 2008(166): p. 1.12. Corbato, F. and V. Vyssotsky. Introduction and overview of the Multics system. 1965: ACM.13
communicates with the Bluetooth USBmodule on Computer-A. The Bluetooth USB module driver software on Computer-A creates alocal virtual COM port. The TCP-COM software installed on Computer-A in the server modetakes the serial data from virtual COM port and retransmits it to Computer-B over the Ethernetnetwork by using the TCP/IP network protocol. Another instance of the TCP-COM softwareinstalled on Computer-B in the client mode, converts the data received using TCP/IP protocol toa local virtual COM port on Computer-B. The Hyperterminal communication program onComputer-B receives and transmits serial data through the local virtual COM port, therebyestablishing a two way communication channel with the PIC micro-controller as seen in thefollowing Figure 2
: Page 22.144.2LIBRARY IEEE;USE IEEE.STD_LOGIC_1164.ALL;USE STD.TEXTIO.ALL;Example of ENTITY part for a three inputs OR gate with inputs A,B, C and output D is:ENTITY OR ISPORT(A, B, C :IN STD_LOGIC; D :OUT STD_LOGIC);END OR;Example of Architecture part for a three inputs OR gate with inputs A, B, C, and output D is:ARCHITECTURE OR OF OR ISBEGIND <= A OR B OR C;END OR;Following is an example of 32KB SRAM (Static Random Access Memory) with active low read,write, and chip select inputs. Memory has 15 address lines and 8 data lines.LIBRARY IEEE;USE IEEE.std_logic_1164.ALL;ENTITY sram is PORT ( nCS: in STD_LOGIC; nOE: in STD_LOGIC; nWE: in STD_LOGIC; addr: in STD_LOGIC_VECTOR (14 downto 0); data: inout
, 24(5), 1913-1928, 2008.doi:10.1016/j.chb.2008.02.010[6] Xiao, Y., and Lucking, R. “The impact of two types of peer assessment on students' performance andsatisfaction within a Wiki environment”. The Internet and Higher Education, 11(3-4), 186-193, 2008.doi:10.1016/j.iheduc.2008.06.005[7] Reys B. J., Reys R. E. and Chavez, O. “Why mathematics textbooks matter,” Educational Leadership61(5), 61-66, 2004.[8] Hohne, D., Fu, L, Barkel, B., and Woolf, Peter, “The wiki approach to teaching: using studentcollaboration to create an up-to-date open-source textbook,” 2007 American Society for EngineeringEducation Annual Conference, paper AC 2007-2074[9] Gehringer, E.F.; Ehresman, LM.; Conger, S. G.; Wagle, P. A., “Reusable learning objects through
concentrate on one course atBucknell University in great detail first. (Course A.) The second course in California StateUniversity at Los Angels will be briefly described so the similar information will not beredundant. We will first describe the background, content, and structure for Course A. We thenwill discuss the pre and post course expectations. The assessment of the course will be discussednext, followed by a discussion of challenges and how we addressed them. We then will discussthe course at California State University – Los Angels (Course B), in which we will point outsome similarities and differences between the two courses. Last we will conclude our discussion,drawing some lessons from our experiences and proposing future course of
effort is needed, educating all users ofinformation technology from the young to the old, technically savvy to the inexperienced. While Page 22.1379.13this paper was written in the context of university students, it is our belief our user-focusedapproach can be adapted to a wider range of audiences including high school students and community groups to name a few. As educators, we feel this course fulfills in part our duty toprepare students to be constructive contributors as virtual residents of cyber space.Bibliography1. B. Schneier, Secrets
AC 2011-1301: IMPLEMENTING AN AFFORDABLE HIGH PERFORMANCECOMPUTING PLATFORM FOR TEACHING-ORIENTED COMPUTERSCIENCE CURRICULUMJeongkyu Lee, University of Bridgeport Jeongkyu Lee received a B.S. from Sungkyunkwan University in Mathematic Education and an M.S. from Sogang University in Computer Science, both of Seoul, Korea in 1996 and 2001, respectively. Before he pursued his doctorate, he worked as a database administrator for seven years with companies including IBM. In fall 2002, he entered the Doctoral program in Computer Science and Engineering at the Univer- sity of Texas at Arlington. After he received Ph.D. degree in summer 2006, he joined the Department of Computer Sciences and Engineering at University of
AC 2011-209: TESTING STRATEGY IN MULTIPROCESSOR SYSTEMSWITH CUBE CONNECTIONSAlireza Kavianpour, DeVry University, Pomona Dr. Alireza Kavianpour received his Ph.D. Degree from University of Southern California (USC). He is currently Senior Professor at DeVry University, Pomona, CA. Dr. Kavianpour is the author and co-author of over forty technical papers all published in IEEE Journals or referred conferences. Before joining DeVry University he was a researcher at the University of California, Irvine and consultant at Qualcom Inc. His main interests are in the areas of embedded systems and computer architecture
only lectures, but also hands-on labs remotely. Traditionally,online courses were heavily weighted towards lecture and paper assessments; this was justifieddue to lab hardware cost, lab availability, and inability to objectively measure student labperformance. While cost remains a factor in any course with a lab component, implementing newtechnologies such as virtualization and cloud computing has mitigated and in some casescompletely removed ancillary lab issues. Different virtual lab approaches, centralized ordecentralized, have been tested or implemented in many educational institutions1,2,3,4. Previousstudies usually focused on a single system, for example, how VirtualBox was used in a particularcourse. In the Information and Computer
AC 2011-2280: MOUNT TIMPANOGOS COMMUNITY SPECIES DATABASEDr. Reza Sanati-Mehrizy, Utah Valley University Reza Sanati-Mehrizy is a professor of Computer Science at Utah Valley University. His research interests include Data Structures, Databases, and Data Mining.Mr. Evan JacksonAli Sanati-Mehrizy, Pennsylvania State University Ali Sanati-Mehrizy is a medical student at the Milton S. Hershey Medical Center at Pennsylvania State University. His research interests include the application of mobile computing in the sciences. Upon completion of medical school, he hopes to pursue a career in Internal Medicine/Pediatrics with a further specialization in Hematology-Oncology.Paymon Sanati-Mehrizy, University of Pennsylvania
AC 2011-2161: INTEGRATION OF MOBILE DEVICES INTO COMPUTERSCIENCE AND ENGINEERING CURRICULUMDr. Afsaneh Minaie, Utah Valley University Afsaneh Minaie is a professor of Computer Science at Utah Valley University. Her research interests include gender issues in the academic sciences and engineering fields, Embedded Systems Design, Mobile Computing, and Databases.Paymon Sanati-Mehrizy, University of Pennsylvania Paymon Sanati-Mehrizy is an undergraduate student at the University of Pennsylvania studying Biology. His research area of interest includes the field of Mobile Computing and effective use of databases, par- ticularly relating to their incorporations into the Health Care industry. After graduation, Paymon