User Tools

Site Tools


projects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
projects [2012/08/26 23:48] jonathanprojects [2014/08/12 06:55] jarek
Line 1: Line 1:
-====== Currently offered ProjectsFall 2012 (updated August 22, 2012)  ====== +====== Proposed Projects for Fall 2014 ======
-(Listed in order received.)+
  
-====== Continuation of a Path Diagram to Syntax Application ======+\\ 
 +====== Attentive Sensing for Better Two-Way Communication in Remote Learning Environments ======
  
-**Supervisor**: Jeff Edmonds+**Supervisor**: James Elder
  
-**Required Background**: General CSE408x prerequisites+**Required Background**: General CSE408x prerequisites, good programming skills,  
 +good math skills, knowledge of C and MATLAB programming languages
  
-**Recommended Background**Java software development+One of the challenges in remote learning is to allow students to communicate effectively with the lecturer.  For example, when a student asks a question, communication will be more effective if the instructor has a zoomed view of the student’s face, so that s/he can interpret expressions etc. 
 +  
 +The goal of this project is to apply attentive sensing technology (www.elderlab.yorku.ca) to this problem.  This technology is able to monitor a large environment such as a classroom and direct a high-resolution ‘attentive’ sensor to events of interest. 
 +  
 +In particular, working with a senior graduate student or postdoctoral fellow, the  successful applicant will: 
 +  
 +  - Study the problem of detecting hand-raises in the preattentive sensor stream 
 +  - Implement algorithms for detecting hand-raises based upon this investigation 
 +  - Evaluate these algorithms in a real-classroom setting, using proprietary attentive sensing technology
  
-Structural equation modeling (SEM) is a statistical technique that is becoming increasingly popular in the educational and behavioral sciences. SEM allows researchers to test the validity of hypothesized models involving complex relationships among multiple variables. Collected data is used to estimate the parameters of the equations and assessing the fit of the model.  
  
-The software required is an application that allows researchers to define their hypothesized models visually and will output the correct syntax for the analytical software of their choosing.+====== Attentive Sensing for Sport Video Recording Markets ======
  
-To date a promising functional application has been developed in JAVA by a Computer Science student as a 4080 project. The existing software allows the user to draw a path diagram and outputs code for the R package sem.  There are a number of improvements to be made (refinements and additions to graphical user interface) and then the application needs to be extended to output syntax appropriate for additional software applications (openMX, MPlus and EQS).  Though this project may not begin at “the first stages” of the software lifecycle, this scenario is likely common in the software development market. In addition, the student will be working with a primary “client” who is far less technically advanced, which is also reflective of real-world situations.+**Supervisor**: James Elder
  
-More details {{:continuation_of_a_path_diagram_to_syntax_application.pdf|here}}.+**Required Background**Good programming skills; Good math skills; Knowledge of C and MATLAB programming languages
  
-====== YUsend Thermal Vacuum (TVACTest Manager ======+  
 +The goal of this project is to modify York University’s patented attentive sensor technology to the sport video recording market.  Specific application domains under investigation include skiing, indoor BMX parks, and horse tracks. 
 +  
 +The general problem is to use attentive sensing technology (www.elderlab.yorku.cato visually detect and track multiple moving agents (e.g., skiers, riders, horses) and to select specific agents for active high-resolution smooth pursuit. 
 +  
 +The student will work with senior graduate students, postdoctoral fellows and research scientists to help modify the attentive sensing technology to operate in these domains.   Specific tasks include: 
 +  
 +1.     Ground-truth available datasets 
 +2.     Evaluate current attentive algorithms on these datasets 
 +3.     Modify these algorithms to improve performance on these datasets 
 +  
 +------------ 
 + 
  
-**Supervisor**Rob Allison (co-supervised with Hugh Chesser, Space Engineering)+\\  
 +====== Hunting for Bugs in Loggingapplying JPF to log4j ======
  
-**Required Background**: General CSE408x prerequisites, familiarity with C++ and Windows software tools+**Supervisor:** Franck van Breugel
  
-**Description** The YUsend (York University Space Engineering Nanosatellite DemonstrationLab has procured Windows XP-based industrial computer and temperature acquisition card (as well as other hardware) for performing TVAC testing of nanosatellites in the CSIL Lab (PSE 003)A “TVAC Test Manager” application written using LabView's G programming language will oversee the acquisition of temperatures (thermal test outputs) and control of IR lamps (thermal test inputs) during the rather long periods (4 or more days24 hours a day) of a TVAC test.+Description
 +Java PathFinder (JPFis tool that can detect bugs in Java code. 
 +The Java library Apache log4j allows developers to control which log 
 +statements are output.  In the pastDickey et al. [1] have attempted 
 +to detect bugs in log4j by means of JPF with very limited succes.
  
-Specific tasks include: 1. Writing temperature acquisition card (OMEGA Engineering CIO-DAS-Temp) drivers for LabView - should be written in Visual C++ or similar and compiled into SubVI format. 2. Write LabView VI'(“Virtual Instrument”to perform (a) Test set-up activities - checkout of sensor and lamps, assigning neumonics to temperature sensors, setting of alarm conditions for sensors and lamps (b) Acquire and monitor temperature data and control lamp voltage during test, raise operator alarms for temperature or IR lamp anomalous conditions as required © Store temperature and control data for subsequent analysis and reporting. 3. (Optional) Interface the Test Manager with an orbital simulation tool which would be used to compute IR lamp inputs based on a simulation of the nanosatellite's orbital position and attitude (eg in the sun, lamps on, in eclipse lamps off). The simulation tool is a package called Satellite Toolkit (STK) which has an TCP/IP-based API.+Recently, in collaboration with Shafiei (NASAwe have developed 
 +an extension of JPF called jpf-nhandler The aim of this project 
 +is to apply this extension to log4j.
  
 +[1] David A. Dickey, B. Sinem Dorter, J. Michael German, Benjamin D. Madore, Mark W. Piper, Gabriel L. Zenarosa. "Evaluating Java PathFinder on Log4J."  2011.
  
-====== Game Playing Framework in Eiffel ======+**Required Background:** General CSE408x prerequisites 
 +\\  
 +------------ 
 +\\  
 +======Hybrid 2D/3D User Interfaces for 3D Rotation ======
  
-**Supervisor**: Jonathan Ostroff+**Supervisor:** Wolfgang Stuerzlinger
  
-**Required Background**: Eiffel software development method+**Required Background:** General 408X prerequisites, 3D Computer Graphics (3431) completed or equivalent, C/C++ coding experience or (if using Unity 4) Javascript C# coding experience
  
-**Description** Game playing frameworks in Eiffel such as Eiffelmedia usually wrap C frameworks in Eiffel. The goal of this project is to develop (initially, a simple) framework using pure Eiffel/EiffelVision so that the framework can be used on any platform (Windows, LinuxMac) without external dependenciesGames provide rich source for exploring object oriented software construction and design patterns, so that the framework would be useful in software design courses.+This project implements and evaluates a new method for 3D Rotation where the user uses both a 2D and 3D user interface to complete the task. The fundamental idea is to use the 3D interface for large-scale manipulationbut the 2D interface for precise adjustmentsThe project will use Leap Motion or similar technology for 3D tracking. 
 +\\  
 +------------ 
 +\\  
 +====== Immersive Virtual Reality Kitchen Planner ======
  
-====== Numerical Methods ======+**Supervisor:** Wolfgang Stuerzlinger
  
-**Supervisor**: Mike McNamee+**Required Background:** General 408X prerequisites, 3D Computer Graphics (3431) completed or equivalent, 4431 desired, Javascript or C# coding experience
  
-**Required Background**: Good grade in Numerical Methods course and good knowledge +This project implements kitchen planner application for an immersive virtual reality systemThe implementation will be based on Unity 4. 
-of Fortran, C or similar language+\\  
 +------------ 
 +\\  
 +======3D Interaction in Immersive Virtual Reality======
  
-**Description**: Writedebug and run several Fortran programs related to solving +**Supervisor:** Wolfgang Stuerzlinger 
-polynomial equations, with a view to comparing different known methods.+ 
 +**Required Background:** General 408X prerequisites, 3D Computer Graphics (3431) completed or equivalent, 4431 desired, Javascript or C# coding experience 
 + 
 +This project implements and tests various 3D Navigation and 3D Interaction methods in an immersive virtual reality system. The target is to enable the user to roam freely in a large environment while still being able to interact with the environment. The implementation will be based on Unity 4. 
 +\\  
 +------------ 
 +\\ 
 + 
 + 
 +====== Mining Software Repositories Data====== 
 + 
 +**Supervisor:** Zhen Ming (Jack) Jiang (zmjiang at cse dot yorku dot ca) 
 + 
 +**Required Background:** Good programming skills in Java; Good analytical and communication skills; Knowledge in AI and statistics; Interested in large scale software analysis 
 + 
 +**Short Description:** Software engineering data (e.g., source code repositories and bug databases) contains a wealth of information about a project's status and history. The research on Mining Software Repositories (MSR) aims to transform the data from static record-keeping repositories into knowledge, which can guide the software development process. For example, one can derive correct API usage patterns and flag anomalous (and potentially buggy) API usages by mining the source code across many projects in GitHub and Google Code. In this project, the student(s) will research and develop an efficient infrastructure, where MSR researchers and practitioners can share and analyze such data. 
 + 
 +\\  
 +------------------ 
 +\\  
 + 
 +======Reliably tracking horizontal eye movements====== 
 + 
 +**Supervisor:** Wolfgang Stuerzlinger 
 + 
 +**Required Background:** General 408X prerequisitesC++/C# coding experience. Ideally CSE3451, CSE4422 or CSE4452. 
 + 
 +**Description:** The Intel Perceptual Computing SDK includes support for head tracking and facial analysis. The project will use the Creative Interactive Gesture Camera, a depth camera designed to work with the SDK. Based on these technologies, the project implements an eye tracking system that detects the horizontal eye position and consequently, if the user is looking at the left, center, or right portion of the screen. Based on this, the project will implement a simple media browsing browsing system, e.g., for TV channels, music, or videos. 
 + 
 +\\  
 +------------------ 
 +\\  
 + 
 +======Model-based Design and Development of Embedded Systems with Code Generation Tools====== 
 + 
 +**Supervisor:** Jia Xu 
 + 
 +**Required Background:** At least a B+ in Embedded Systems (CSE3215)MATLAB, C programming skills, solid experience in using a microcontroller 
 +such as Arduino. 
 + 
 +**Project Description:** 
 + 
 +Model-based design with code generation tools can be used for simulation, rapid prototyping, and hardware-in-the-loop testing of embedded systems. This project explores model-based design and development of embedded systems on various hardware platforms with code generation tools. The selected student will develop and test embedded systems using model-based design and code generation tools such as MathWorks MATLAB /Simulink Coder. 
 + 
 +\\  
 +------------------ 
 +\\  
 + 
 +======C2000 Concerto Microcontrollers====== 
 + 
 +**Supervisor:** Jia Xu 
 + 
 +**Required Background:** At least B+ in Embedded Systems (CSE3215), 
 +strong C programming skills, solid knowledge of microcontrollers 
 + 
 +**Description:** The C2000 Concerto family of microcontrollers combines 
 +two cores on a single-chip with on-chip low latency interprocessor communication between the two cores: a C28x 32-bit control core for 
 +real-time control with faster/more loops and small sampling window; 
 +and an ARM 32-bit Cortex-M3 host core for communications and general purpose. The selected student will evaluate the capabilities of the 
 +C2000 Concerto family of microcontrollers through testing and investigating open source software for real-time control applications 
 +that runs on C2000 Concerto Microcontrollers. 
 + 
 +\\  
 +------------------ 
 +\\  
 + 
 +======Real-Time Bidding Platform====== 
 + 
 +**Supervisor:** Jia Xu 
 + 
 +**Required Background:** At least a B+ in Operating System Fundamentals 
 +(CSE3221), strong Ubuntu/Linux, C++ programming, GCC, TCP/IP skills 
 + 
 +**Description:** Real-time bidding (RTB) is a new method of selling and buying online display advertising in real-time one ad impression at a time. Once a bid request has been sent out, all bids must be received within a strict deadline - generally under 100 milliseconds, including network latency. This project explores RTBkit, an open source SDK allowing developers to create customized real time ad bidding systems (for Media Buyers/Bidders). 
 + 
 +\\  
 +------------------ 
 +\\  
 + 
 +======Circuit and Board Design for a Pulsed Ground Penetrating Radar====== 
 + 
 +**Supervisor:**Sebastian Magierowski 
 + 
 +**Description:** The project requires the construction of components for a ground penetrating radar.  The students would have to design microwave boards for the high-frequency components of this unit, on both the transmitter and the receiver.  On the transmitter side the board would take a 5-MHz input clock, run it through a series of off-the-shelf amplifiers and then through a shaping circuit that would convert the input into an outgoing series of pulses (still at 5-MHz repetition rate) less than 400-ps in duration each.  The bandwidth of the signal is roughly 2-8 GHz and hence requires very careful board layout.  The receiver would be a time-shifted sampler, used to sample the returning pulses in progressive periods.  This radar circuit is ultimately intended to be positioned on a rover doing ground analysis. 
 + 
 +**Required Background** A background in undergraduate-level electronics is very important.  Experience with board level implementations and knowledge of microstrip lines would be helpful, otherwise the basics would have to be picked up during the project. 
 + 
 +\\  
 +------------------ 
 +\\  
 +More project proposals may be added here in the first week of the winter term. 
 +\\  
 +------------------ 
 +\\  
 +\\ 
projects.txt · Last modified: 2016/01/13 20:05 by stevenc