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 [2011/09/14 18:18] dymondprojects [2015/08/11 20:45] jarek
Line 1: Line 1:
-====== Currently offered ProjectsFall 2011 (updated September 5, 2011)  ====== +====== Proposed Projects for Fall 2015 ====== 
-(Listed in order received.)+\\
  
-====== Building an autonomous motorboat ======+===Data visualization in Skydive===
  
-**Supervisor**: Michael Jenkin+**Supervisor: Jarek Gryz**
  
-**Required Background**General CSE408x prerequisites+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).
  
-**Recommended Background**Robotics+The goal of the project is to implement two additional ways of data visualization as well as 
 +extend some of existing ones, that is:
  
-__Description__ +1Implement and test functions for data pyramid-based visualization of time series.
-An opportunity exists for a small number of students to build an autonomous motorboat using a RC motorboat as a base and integrating computation and control in the form of a BeagleboardStudents will participate in lectures and labs associated with CSE6324 (Part I). Interested students should attend the first lecture of CSE6324. See the departmental schedule for time and place.+
  
 +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
-----+
  
-====== Athenians Data Project ======+\\ 
 +===Genome-wide identification of plant micro RNAs===
  
-**Supervisor**: Nick Cercone 
  
-**Required Background**: General CSE408x prerequisites+**Supervisor: Katalin Hudak**
  
-**Recommended Background**: Data Mining 
  
-__Description__ +The Hudak Lab in the Biology Department has an opening for fourth-year Honours student to assist with a bioinformatics project. We study the pokeweed plantPhytolacca americanawhich displays broad-spectrum virus resistance. To evaluate pokeweed gene expressionwe recently sequenced the plant’s mRNA and small RNA transcriptomes under jasmonic acid (JA) treatmentJA 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
-The Athenians Project is multi-year, ongoing project of compiling, computerizing and studying data about the persons of ancient Athens. +
-Possible project ideas for this term span from simpler ones such as +
-how to present data in the best possible wayadd spatial characteristics to existing data, +
-add multimedia dataimprove text searching, etc. to more complex ideas such as filling +
-missing parts for the "broken" words on the existing inscriptionsFilling text for the broken +
-words has been done in the past using expert knowledge. Those experts have establish +
-certain rules/guidelines that may be possible to extrapolate in some kind of expert system +
-when talking in IT terminologyFurthermore, any hypotheses on word completion enters +
-the database with some likelihood. Associating probabilities with hypotheses introduces +
-another opportunity for research projects. +
----- +
-+
-----+
  
-====== Three-Dimensional Context from Linear Perspective for Video Surveillance Systems ======+Working with the support of a PhD student, your project will involve:
  
-**Supervisor**:  James Elder+1) Prediction of micro RNA (miRNA) targets on the basis of complementary sequence matches
  
-**Requirements**:  Good facility with applied mathematics +2) Correlation of miRNA and mRNA expression changes to identify genes that are regulated by miRNAs
  
-__Description__+3) Conducting pathway analysis to determine which biological processes are controlled by miRNAs
  
-To provide visual surveillance over large environment, many surveillance cameras are typically deployed at widely dispersed locations.  Making sense of activities within the monitored space requires security personnel to map multiple events observed on two-dimensional security monitors to the three-dimensional scene under surveillance.  The cognitive load entailed rises quickly as the number of cameras, complexity of the scene and amount of traffic increases.+4) Construction of 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.
  
-This problem can be addressed by automatically pre-mapping two-dimensional surveillance video data into three-dimensional coordinates.  Rendering the data directly in three dimensions can potentially lighten the cognitive load of security personnel and make human activities more immediately interpretable.  +Requirements:
  
-Mapping surveillance video to three-dimensional coordinates requires construction of a virtual model of the three-dimensional scene.  Such a model could be obtained by survey (e.g., using LIDAR), but the cost and time required for each site would severely limit deployment.  Wide-baseline uncalibrated stereo methods are developing and have potential utility, but require careful sensor placement, and the difficulty of the correspondence problem limits reliability.+1Pre-requisites as per EECS Calendar
  
-This project will investigate a monocular method for inferring three-dimensional context for video surveillance.  The method will make use of the fact that most urban scenes obey the so-called “Manhattan-world” assumption, viz., a large proportion of the major surfaces in the scene are rectangles aligned with a three-dimensional Cartesian grid (Coughlan & Yuille, 2003).  This regularity provides strong linear perspective cues that can potentially be used to automatically infer three-dimensional models of the major surfaces in the scene (up to a scale factor).  These models can then be used to construct a virtual environment in which to render models of human activities in the scene.+2) Facility with script-writing/modification (in Perl or Python)
  
-Although the Manhattan world assumption provides powerful constraints, there are many technical challenges that must be overcome before a working prototype can be demonstrated.  The prototype requires six stages of processing:    1)The major lines in each video frame are detected.  2)  These lines are grouped into quadrilaterals projecting from the major surface rectangles of the scene.  3)  The geometry of linear perspective and the Manhattan world constraint are exploited to estimate the three-dimensional attitude of the rectangles from which these quadrilaterals project.  4)  Trihedral junctions are used to infer three-dimensional surface contact and ordinal depth relationships between these surfaces.  5)  The estimated surfaces are rendered in three-dimensions.  6)  Human activities are tracked and rendered within this virtual three-dimensional world.+3) Preference for students with knowledge of statistics and familiarity with R programming
  
-The student will work closely with graduate students and postdoctoral fellows at York University, as well as researchers at other institutions involved in the project.  The student will develop skills in using MATLAB, a very useful mathematical programming environment, and develop an understanding of basic topics in image processing and vision.+4) Able to begin in September 2015
  
-For more information on the laboratory[[http://www.elderlab.yorku.ca]]+Learning outcomes:
  
----- +1) Manipulate and analyze quantitative biological data
-+
-----+
  
-====== Estimating Pedestrian and Vehicle Flows from Surveillance Video ======+2) Develop and test hypotheses by modifying existing software and writing new script
  
-**Supervisor**:  James Elder+3) Manage a CentOS computer server to store and facilitate ongoing research 
  
-**Requirements**:  Good facility with applied mathematics +No knowledge of biology is required. 
  
-__Description__+For more information, please see: 
 + Hudak Lab website- http://hudak.lab.yorku.ca/
  
-Facilities planning at both city (e.g., Toronto) and institutional (e.g., York University) scales requires accurate data on the flow of people and vehicles throughout the environment.  Acquiring these data can require the costly deployment of specialized equipment and people, and this effort must be renewed at regular intervals for the data to be relevant.  +RNA sequencing- http://www.illumina.com/applications/sequencing/rna.html
  
-The density of permanent urban video surveillance camera installations has increased dramatically over the last several years.  These systems provide a potential source of low-cost data from which flows can be estimated for planning purposes.+miRNAshttp://en.wikipedia.org/wiki/MicroRNA
  
-This project will explore the use of computer vision algorithms for the automatic estimation of pedestrian and vehicle flows from video surveillance data.  The ultimate goal is to provide planners with accurate, continuous, up-to-date information on facility usage to help guide planning.+\\
  
-The student will work closely with graduate students and postdoctoral fellows at York University, as well as researchers at other institutions involved in the project.  The student will develop skills in using MATLAB, a very useful mathematical programming environment, and develop an understanding of basic topics in image processing and vision. 
  
-For more information on the laboratory: [[http://www.elderlab.yorku.ca]] +===Dynamic Interface Detection and Control Project===
-  +
----- +
-+
-----+
  
-====== Tandem repeat detection using spectral methods ======+**Supervisor: Michael Jenkin**
  
-**Supervisor**: Suprakash Datta 
  
-**Required Background**: The student should have completed undergraduate courses in Algorithms and Signals and Systems.+Contrary to most industries, fine chemical manufacturing is dominated by batch production methods. Increasing economic, environmental and safety pressures are motivating a turn towards continuous synthesis. Rather than making products in one big flask, continuous synthesis involves performing chemical reactions by flowing reagents through a tube. Working in this way provides more control over the reaction parameters leading to increases in product quality, and process efficiency and safety. The flow chemistry industry for fine chemical production is a relatively new but burgeoning field with a projected market capacity of billions of dollars by 2018
  
-**Recommended Background**: Some background in Statistics is desirable but not essential.+Extraction of the reaction mixture for purification and/or further processing is an important step in chemical manufacturing. This is a relatively straightforward operation in batch production, but offers several challenges for flowing processes. In order to facilitate continuous liquid extraction we require a sophisticated control system. This project involves designing, constructing and evaluating a pertinent practical problem in the field
  
-__Description__ +A key step in the process takes place in a clear tube that is mounted verticallyThe tube contains two fluids with boundary between them. During the process material flows into and out of the tube from the top and the bottomChemical reactions take place within this tube and It is essential that the position of the boundary be monitored as its position in the tube is used to control the flow of materials into the tube
-DNA sequences of organisms have many repeated substrings. These are called repeats in Biology, and include both exact as well as approximate repeatsRepeats are of two main types: interspersed repeats (which are spread across genome) and tandem repeats, which occur next to each otherTandem repeats play important roles in gene regulation and are also used as markers that have several important uses, including human identity testing.+
  
-Finding tandem repeats is an important problem in Computational Biology. The techniques that have been proposed for it fall into two classes: string matching algorithms and signal processing techniquesIn this projectwe will explore fast, accurate algorithms for detecting tandem repeats and evaluate the outputs of the algorithms studied by comparing their outputs with those of available packages, including mreps (http://bioinfo.lifl.fr/mreps/), SRF (http://www.imtech.res.in/raghava/srf/) and TRF (http://tandem.bu.edu/trf/trf.html).+One way of solving this problem is to float a marker at the boundary between the two liquids and to monitor this boundary using a video cameraAlthough this approach solves the problemit requires the introduction of a specific float within the tube. Can we build a system that monitors the boundary without resorting to the use of an artificial float?
  
-The student will implement existing spectral algorithms based on Fourier Transforms and on an autoregressive model. He will then make changes suggested by the supervisor, and evaluate the effect of the modifications. Throughout the course, the student is required to maintain a course Web site to report any progress and details about the project.+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
  
 +- 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.
-+
-----+
  
-====== Touch- and Gesture-based Text Entry With Automatic Error Correction ======+For further information please contact, 
  
-**Supervisor**: Scott Mackenzie+Michael Jenkin (jenkin@cse.yorku.ca) or Michal Organ (organ@yorku.ca)
  
-**Required Background**: +\\ 
-CSE3461 (or equivalent), CSE3311 (or equivalent), CSE4441 (or equivalent) +====== DDoS Attack using Google-bots ======
-A student wishing to do this project must be well versed in Java, Eclipse, and developing java code for the Android operating system.  +
  
 +**Supervisor**: Ntalija Vlajic
  
-**Recommended Background**: +**Recommended Background**: CSE 3213 or CSE 3214CSE 3482
-Possession of an Android touch-based phone or tablet would be an assetbut is not essential.+
  
-__Description__ +Not long agobotnets - networks of compromised computers - were seen as 
-This project involves extending a touch-based text entry method to include automatic error correction.  The method, as is, uses Graffiti strokes entered via a finger on a touch-based Android tablet The stroke recognizer works finebut it is not perfect.  Some strokes are mis-recognized while others are un-recognized.  The fault is sometimes attributable to the recognizer, but, often, the fault is simply that the user's input was sloppy The work involves developing, integrating, and testing software.  The core software is already writtenbut automatic error correction is lacking. The primary task of the added software is to receive sequence of characters representing a word and matching the sequence with words in dictionary.  If a match is found, all is well (presumably).  If a match is not found, the search is extended to find a set of candidate words that are "close" to the inputted sequence.  "Close", here, involves using a minimum string distance algorithm (provided).  The user interface must be modified to present the user with alternative words in the event an error occurred The user selects the desired word by tapping on a word in the list.  The project will involve testing the new input method in a small user study and writing up a report describing the work and presenting the results of the user study.+the most effective (if not the only) means of conducting Distributed Denial 
 +of Service (DDoS) attacksHoweverwith the growing popularity and prevalence 
 +of application-layer over other types of DDoS attacks, the DDoS execution 
 +landscape is becoming increasingly more diverseAn especially interesting 
 +new trend is the execution of application-layer DDoS attacks by means of 
 +skillfully manipulated Web-crawlerssuch as Google-bots. 
 +The goal of this project is to design, implement and test real-world 
 +framework consisting of the following: a) the attacker's web-accessible 
 +domain specially designed to attract Google-bots and then manipulate them 
 +into generating attack traffic towards the target/victim site; b) the 
 +victim's Web site set up in Amazon S3 cloudIn addition to the hands-on 
 +component, the project will also look into the statistical/numerical 
 +estimation of the framework's anticipated 'attack potential' relative 
 +to an actual (real-world) target/victim site.
  
  
  
----- 
-: 
----- 
-====== Early Breast Cancer Detection based on MRI’s. ====== 
  
-**Supervisor**: Amir Asif+\\ 
 +====== Attentive Sensing for Better Two-Way Communication in Remote Learning Environments ======
  
-**Required Background**: General CSE408x prerequisites+**Supervisor**: James Elder
  
-**Recommended background**: Signal processingi.e. CSE3451+**Required Background**: General CSE408x prerequisitesgood programming skills,  
 +good math skills, knowledge of C and MATLAB programming languages
  
-Project Description: This research will develop advanced computer-aided, signal +One of the challenges in remote learning is to allow students to communicate effectively with the lecturer For examplewhen a student asks a questioncommunication will be more effective if the instructor has a zoomed view of the student’s faceso that s/he can interpret expressions etc
-processing techniques for early detection of breast cancer using the available +  
-modalitiesIn particularwe propose to develop time reversal beamforming imager, +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 classroom and direct a high-resolution ‘attentive’ sensor to events of interest
-based on our earlier work in time reversal signal processingfor detecting early stage +  
-breast cancer tumours from MRI data+In particular, working with a senior graduate student or postdoctoral fellow, the  successful applicant will
-Our preliminary work has illustrated the type of +  
-results that are possible for breast cancer detection by applying time reversal signal +  - Study the problem of detecting hand-raises in the preattentive sensor stream 
-processing on MRI breast data. In this research, we propose to extend these results to +  - Implement algorithms for detecting hand-raises based upon this investigation 
-provide a quantitative understanding of the practical gains provided by time reversal +  - Evaluate these algorithms in a real-classroom setting, using proprietary attentive sensing technology
-in MRI based breast cancer detection and its limitations. This will be accomplished +
-local hospital, and running our algorithms on these datasets. The first step is +
-important to check the validity of our algorithmsThe next step is to compare the +
-estimated locations of the tumours (as derived with our algorithms) to their precise +
-locations as identified by the pathologists. The second step will quantify the accuracy +
-of our estimation algorithms.+
  
----- 
-: 
----- 
-====== Developing Fast Speech Recognition Engine using GPU ====== 
  
-**Supervisor**: Hui Jang+====== Attentive Sensing for Sport Video Recording Markets ======
  
-**Required Background**: +**Supervisor**: James Elder
-General prerequisites+
  
 +**Required Background**: Good programming skills; Good math skills; Knowledge of C and MATLAB programming languages
  
-__Description__ +  
- +The goal of this project is to modify York University’patented attentive sensor technology to the sport video recording market.  Specific application domains under investigation include skiingindoor BMX parks, and horse tracks
-Recently, Graphics Processing Units (GPU's) have been widely used as an extremely fast computing vehicle for a variety of real-world applications. Many software programs have been developed for GPU's to take advantage of its multi-core parallel computing architecture (see gpgpu.org). In the past few years, we have developed a state-of-the-art speech recognition engine using anti-C at York and it runs very well in a normal CPU-based platform. In this project, you are required to port this engine (the C source code is available) based on the standard CUDA or OpenCL library to make it run in GPU's. It has been reported that this may lead to a speedup of at least 10 times faster in many speech recognition tasks [1][2]. +  
- +The general problem is to use attentive sensing technology (www.elderlab.yorku.ca) to visually detect and track multiple moving agents (e.g., skiersridershorses) and to select specific agents for active high-resolution smooth pursuit. 
-During the recent years, there is an increasing demand in the job market for programmers who can use GPU's for general purpose computing tasksThis project will serve as a perfect vehicle for you to learn such a cutting-edge programming skill. +  
- +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: 
-References +  
- +1.     Ground-truth available datasets 
-[1] Kisun YouJike Chong, Youngmin Yi, Gonina, E., Hughes, C.J., Yen-Kuang Chen, Wonyong Sung, Keutzer, K., "Parallel Scalibility in Speech Recognition: inference engines in large vocabulary continuous speech recognition," IEEE Signal Processing Magazine, pp.124-135, No. 6, Vol 26, Nov 2009. +2    Evaluate current attentive algorithms on these datasets 
- +3    Modify these algorithms to improve performance on these datasets 
-[2] Jike Chong, Ekaterina Gonina, Youngmin Yi, Kurt Keutzer, "A Fully Data Parallel WFST-based Large Vocabulary Continuous Speech Recognition on a Graphics Processing Unit," Proc. of Interspeech 2009, Brigton, UK, 2009. +  
----- +------------ 
-+ 
----- +
-====== Solving Polynomials ====== +
- +
-**Supervisor**: Mike McNamee +
- +
-**Required Background**: +
-General prerequisites plus course in Numerical Methods, and knowledge of programming, preferably Fortran +
- +
- +
-__Description__ +
- +
-In this project you will compare several efficient methods for solving polynomials.  +
----- +
-+
----- +
-====== MF7114 Assembler ====== +
- +
-**Supervisor**: Zbigniew Stachniak +
- +
-**Required Background**: +
-Some knowledge of microprocessor architecture and assembly programming +
- +
-__Description__ +
- +
-Every microprocessor is supported by a variety of software tools, such as assemblers, disassemblers, and debuggers to allow the development and testing of application programs destined for that microprocessor. The purpose of an assembler is to translate a program written in the target CPU's assembly language into that CPU's machine language. The objective of this project is to write an assembler for the MF7114 microprocessor and test it on a recently written MF7114 emulator. +
- +
-Background Information: The MF7114 CPU was the first microprocessor designed and +
-manufactured in Canada (by Microsystems International Ltd, or MIL) and one of the earliest microprocessors ever produced. The microprocessor was used, among other applications as the CPU of the CPS-1 microcomputer. Although none of the CPS/1 computers (nor MF7114 software) have survived, technical information about the microprocessor and the CPS-1 has been preserved. This makes the design and +
-implementation of an assembler possible. More information on +
- +
-http://www.cse.yorku.ca/museum/collections/MIL/MIL.htm +
- +
----- +
-+
----- +
-====== MF7114 Debugger ====== +
- +
-**Supervisor**: Zbigniew Stachniak +
- +
-**Required Background**: +
-Some knowledge of microprocessor architecture and assembly programming +
- +
-__Description__ +
- +
-Every microprocessor is supported by a variety of software toolssuch as assemblers,disassemblers, and debuggers to allow the development and testing of application programs destined for that microprocessor. The purpose of an MF7114 debugger is to debug programs written in the assembly language of the MF7114 microprocessor. The objective of this project is to write an MF7114 debugger and test it on a recently written MF7114 emulator+
- +
-Background Information: The MF7114 CPU was the first microprocessor designed and +
-manufactured in Canada (by Microsystems International Ltd, or MIL) and one of the earliest microprocessors ever produced. The microprocessor was used, among other applications as the CPU of the CPS-microcomputerAlthough none of the CPS/1 computers (nor MF7114 software) have survived, technical information about the microprocessor and the CPS-1 has been preserved. This makes the design and +
-implementation of a debugger possibleMore information on +
- +
-http://www.cse.yorku.ca/museum/collections/MIL/MIL.htm +
- +
----- +
-+
----- +
- +
-======Web Crawlers Behaving Like Humans: Are We There Yet!? ====== +
- +
-**Supervisor**: Natalija Vlajic +
- +
-**Required Background**: General prerequisites +
  
-__Description__+\\  
 +====== Hunting for Bugs in Logging: applying JPF to log4j ======
  
 +**Supervisor:** Franck van Breugel
  
-Distributed Denial of Service (DDoSattacks are recognized as one +Description: 
-of the most serious threats to today's Internet due to the relative +Java PathFinder (JPFis a tool that can detect bugs in Java code. 
-simplicity of their execution and their ability to severely degrade +The Java library Apache log4j allows developers to control which log 
-the quality at which Web-based services are offered to the end users. +statements are output In the pastDickey et al[1] have attempted 
-An especially challenging form of DDoS attacks are the so-called +to detect bugs in log4j by means of JPF with very limited succes.
-Application-Layer DDoS attacksNamely: +
-1) In Application-Layer DDoS attacksthe attackers utilize a flood +
-of legitimate-looking Layer-7 network sessions (i.e., sessions that +
-are generally hard to detect and/or filter out by a firewall or an +
-IDS system); +
-2) Increasingly, these sessions comprise HTML requests generated by a +
-cleverly programmed crawler that executes a semi-random walk over the +
-web site links, thereby attempting to appear as a legitimate human +
-visitor.+
  
-The goal of this project is to investigate the state of the art in +Recently, in collaboration with Shafiei (NASA) we have developed 
-malicious web crawler design. In particular, the project will look +an extension of JPF called jpf-nhandler.  The aim of this project 
-into the challenges of designing a smart-DDoS-crawler from the +is to apply this extension to log4j.
-attacker point of view - one of these challenges being the estimation +
-of web-page popularity assuming no a priori access to the web-logs +
-of the victim web-site. +
----- +
-+
----- +
-====== GFI Sandbox  Analysis of Malware for DDoS ======+
  
-**Supervisor**: Natalija Vlajic+[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.
  
-**Required Background**General prerequisites+**Required Background:** General CSE408x prerequisites 
 +\\  
 +------------ 
 +\\ 
  
  
-__Description__ 
  
-GFI Sandbox is a sophisticated industry-leading tool for quick and 
-safe analysis of malware behaviour. The goals of this project are: 
-1) familiarize yourself with the operation of GFI Sandbox; 
-2) using readily available GFI Sandbox Feeds (i.e., ThreatTrack Feeds), 
-build a database of malware designed specifically for execution of 
-DDoS-attacks - the so-called botnet malware; 
-3) examine the behaviour of the collected malware 'upon execution'; 
-4) propose and build an environment - comprising the standard freeware 
-security tools - for longer term (beyond immediate execution) analysis 
-of the collected malware. 
  
  
----- 
-: 
----- 
  
-Network analysis of EEG data: Understanding connections in the brain+====== Mining Software Repositories Data======
  
-====== Network analysis of EEG dataUnderstanding connections in the brain ======+**Supervisor:** Zhen Ming (Jack) Jiang (zmjiang at cse dot yorku dot ca)
  
-**Supervisor**: Andrew Eckford+**Required Background:** Good programming skills in Java; Good analytical and communication skills; Knowledge in AI and statistics; Interested in large scale software analysis
  
-**Required Background**: CSE 3213 (Computer Networks), CSE 3451 (Signals and Systems)and MATH 2030 (Elementary Probability); or equivalents+**Short Description:** Software engineering data (e.g., source code repositories and bug databasescontains 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 knowledgewhich can guide the software development process. For example, one can derive correct API usage patterns and flag anomalous (and potentially buggyAPI usages by mining the source code across many projects in GitHub and Google Code. In this project, the student(swill research and develop an efficient infrastructure, where MSR researchers and practitioners can share and analyze such data.
  
-**Preferred**: At least a B in all of the above courses+\\  
 +------------------ 
 +\\ 
  
  
-__Description__ 
-Electroencephalogram (EEG) data indicates electrical activity at particular locations in the brain. Using EEG data from multiple sensors, it is possible to find correlations among the measurements, and identify “networks” of activity in the brain. These networks help researchers to determine exactly how the brain processes various stimuli. 
  
-The tools that are used to analyze communication networks can also be used to analyze brain networks. In this interdisciplinary project, you will work with a collection of EEG data to identify correlated measurements, and determine network-type relationships based on those measurements. To do so, you will apply skills you learned in courses on Signals and Systems, Computer Networks, and Probability. Your work may lead to a research publication.+======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.
-----+
  
-====== An Open Source Structural Equation Modeling Path Diagram to Syntax Application ======+**Project Description:**
  
-**Supervisor**: Jeff Edmonds+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.
  
-**Required Background**: JAVA+\\  
 +------------------ 
 +\\ 
  
-**Recommended Background**: GUI Development+======C2000 Concerto Microcontrollers======
  
-__Description__ +**Supervisor:** Jia Xu
-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.+
  
-To date 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 interfaceand then the application needs to be extended to output syntax appropriate for additional software applications (openMXMPlus and EQS).+**Required Background:** At least B+ in Embedded Systems (CSE3215), 
 +strong C programming skills, solid knowledge of microcontrollers
  
-This cross-disciplinary project with the Quantitative Methods division of the Department of Psychology. As such, the student will be working with individuals with expertise in the relevant statistics but are not themselves software developers, which is reflective of real-world situations The student is not expected to have any familiarity with statistics or the software packages mentioned above, this background will be provided.+**Description:** The C2000 Concerto family of microcontrollers combines 
 +two cores on 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======
-+
-----+
  
-====== YUsend Thermal Vacuum (TVAC) Test Manager  ======+**Supervisor:** Jia Xu
  
-**Supervisor**: Rob Allison (co-supervised with Hugh Chesser) +**Required Background:** At least a B+ in Operating System Fundamentals 
-**Required Background**: General CSE408x prerequisitesfamiliarity with C++ and Windows software tools+(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).
  
-__Description__ +\\  
-The YUsend (York University Space Engineering Nanosatellite Demonstration) Lab has procured a 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 days, 24 hours a day) of a TVAC test. +------------------ 
 +\\ 
  
-Specific tasks include:  +======Circuit and Board Design for a Pulsed Ground Penetrating Radar======
-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's ("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 (c) 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 package called Satellite Toolkit (STK) which has an TCP/IP-based API. +
  
 +**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