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 [2014/09/03 11:10] jarekprojects [2015/08/11 20:45] jarek
Line 1: Line 1:
-====== Proposed Projects for Fall 2014 ======+====== Proposed Projects for Fall 2015 ======
 \\ \\
 +
 +===Data visualization in Skydive===
 +
 +**Supervisor: Jarek Gryz**
 +
 +Skydive is a prototype system designed for database visualization using a concept of the socalled
 +data pyramid. The system is composed of three modules (DB - Database Module, D2I -
 +Data-to-Image module, and VC - Visualizaton Client). Each is designed to use a different type
 +of computer memory. The DB module uses disk to store and manage the raw data, and materialized
 +data pyramids. The D2I module works with a small subset of the aggregated dataset,
 +and stores data in main memory (RAM). The VC module uses the graphic card’s capabilities to
 +perform more advanced operations – such as zooming, scaling, panning, and rotation – over the
 +graphical representation of the data.
 +Currently the system support three presentation models implemented within the Visualization
 +Component, namely:
 +• a 2D heat-map;
 +• a 2.5 D heat-map by 3D barchart; and
 +• a 2.5 D terrain (by mesh and UV-mapping).
 +
 +The goal of the project is to implement two additional ways of data visualization as well as
 +extend some of existing ones, that is:
 +
 +1. Implement and test functions for data pyramid-based visualization of time series.
 +
 +2. Implement functions for visualization based on cross-product of data pyramids.
 +
 +3. Add support for specular and normal maps for 2.5 D terrain presentation model.
 +
 +Background Requirements
 +• Java programming course
 +
 +\\
 +===Genome-wide identification of plant micro RNAs===
 +
 +
 +**Supervisor: Katalin Hudak**
 +
 +
 +The Hudak Lab in the Biology Department has an opening for a fourth-year Honours student to assist with a bioinformatics project. We study the pokeweed plant, Phytolacca americana, which displays broad-spectrum virus resistance. To evaluate pokeweed gene expression, we recently sequenced the plant’s mRNA and small RNA transcriptomes under jasmonic acid (JA) treatment. JA is a plant hormone that mediates defence against pathogens and insect herbivores. We are interested in learning how pokeweed gene expression is regulated by miRNAs during biotic stress.  Please note: no previous knowledge of biology is required. 
 +
 +Working with the support of a PhD student, your project will involve:
 +
 +1) Prediction of micro RNA (miRNA) targets on the basis of complementary sequence matches
 +
 +2) Correlation of miRNA and mRNA expression changes to identify genes that are regulated by miRNAs
 +
 +3) Conducting pathway analysis to determine which biological processes are controlled by miRNAs
 +
 +4) Construction of a miRNA/target interaction network to visualize predictions
 +This work will contribute to a scientific manuscript on miRNA-mediated gene regulation in pokeweed during response to JA.
 +
 +Requirements:
 +
 +1) Pre-requisites as per EECS Calendar
 +
 +2) Facility with script-writing/modification (in Perl or Python)
 +
 +3) Preference for students with knowledge of statistics and familiarity with R programming
 +
 +4) Able to begin in September 2015
 +
 +Learning outcomes:
 +
 +1) Manipulate and analyze quantitative biological data
 +
 +2) Develop and test hypotheses by modifying existing software and writing new script
 +
 +3) Manage a CentOS computer server to store and facilitate ongoing research 
 +
 +No knowledge of biology is required. 
 +
 +For more information, please see:
 + Hudak Lab website- http://hudak.lab.yorku.ca/
 +
 +RNA sequencing- http://www.illumina.com/applications/sequencing/rna.html
 +
 +miRNAs- http://en.wikipedia.org/wiki/MicroRNA
 +
 +\\
 +
  
 ===Dynamic Interface Detection and Control Project=== ===Dynamic Interface Detection and Control Project===
Line 16: Line 96:
  
 Specific goals of the project include: Specific goals of the project include:
-        • Develop a computer vision system that can detect and monitor the interface between two miscible fluids of different density.  + 
-        Evaluate the performance of the system over a range of different (and typical) fluids +Develop a computer vision system that can detect and monitor the interface between two miscible fluids of different density.  
-        Explore the use of different illuminant/filter choices to simplify the task for specific fluid combinations.+ 
 +Evaluate the performance of the system over a range of different (and typical) fluids 
 + 
 +Explore the use of different illuminant/filter choices to simplify the task for specific fluid combinations.
  
 The successful candidate(s) will have the experience of working with a diverse group of scientists and engineers toward the design and implementation of an automated liquid extraction device with applications across many industries. Upon successful prototyping, you will be able to interact with professionals in high-throughput manufacturing and system integration. Based on project success, you may be invited to join the MACOS(TM) team for implementation and process validation, which may involve opportunities in graduate school. You will have the opportunity to interact with the broad audience of MACOS(TM) technology including governmental regulatory agencies and industrial partners. This project will give you a great opportunity to apply your engineering expertise and gain experience in process implementation and technology transfer. The successful candidate(s) will have the experience of working with a diverse group of scientists and engineers toward the design and implementation of an automated liquid extraction device with applications across many industries. Upon successful prototyping, you will be able to interact with professionals in high-throughput manufacturing and system integration. Based on project success, you may be invited to join the MACOS(TM) team for implementation and process validation, which may involve opportunities in graduate school. You will have the opportunity to interact with the broad audience of MACOS(TM) technology including governmental regulatory agencies and industrial partners. This project will give you a great opportunity to apply your engineering expertise and gain experience in process implementation and technology transfer.
Line 112: Line 195:
 ------------ ------------
 \\  \\ 
-======Hybrid 2D/3D User Interfaces for 3D Rotation ====== 
  
-**Supervisor:** Wolfgang Stuerzlinger 
  
-**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 
  
-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 manipulation, but the 2D interface for precise adjustments. The project will use a Leap Motion or similar technology for 3D tracking. 
-\\  
------------- 
-\\  
-====== Immersive Virtual Reality Kitchen Planner ====== 
  
-**Supervisor:** Wolfgang Stuerzlinger 
- 
-**Required Background:** General 408X prerequisites, 3D Computer Graphics (3431) completed or equivalent, 4431 desired, Javascript or C# coding experience 
- 
-This project implements a kitchen planner application for an immersive virtual reality system. The implementation will be based on Unity 4. 
-\\  
------------- 
-\\  
-======3D Interaction in Immersive Virtual Reality====== 
- 
-**Supervisor:** Wolfgang Stuerzlinger 
- 
-**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. 
-\\  
------------- 
-\\ 
  
  
Line 156: Line 213:
 \\  \\ 
  
-======Reliably tracking horizontal eye movements====== 
  
-**Supervisor:** Wolfgang Stuerzlinger 
- 
-**Required Background:** General 408X prerequisites, C++/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====== ======Model-based Design and Development of Embedded Systems with Code Generation Tools======
projects.txt · Last modified: 2016/01/13 20:05 by stevenc