Tao Ma Department of Electrical and Computer Engineering Mississippi State University Research Update September 1, 2006.

Slides:



Advertisements
Similar presentations
SEO Search Engine Optimization: Communicating well with search engines and with human beings. GET OUT OF YOUR SEO TIME MACHINE SEO hasn’t died, but it.
Advertisements

Perimeter Church Perimeter Network Introduction 2005.
Center Accreditation Online System
Read Me (Delete this slide.) Required Template  Do not edit the Slide Masters.  Do edit the Handout Master (6 Slides Per Page) o In the lower left footer,
VisIt Software Engineering Infrastructure and Release Process LLNL-PRES Lawrence Livermore National Laboratory, P. O. Box 808, Livermore,
1 University of York Department of Health Sciences Journals & Databases By Ian Cole Lecturer in C&IT Last updated 6/4/04.
New School Process Please read the following slides carefully, as they provide helpful information about the new school account creation process.
General Project 7/6/06 SCIPP Internship Santa Cruz Institute Particle Physics Ryan, Alex, Michael, Thomas, Julie Anne, Megan SCIPP Intern Summer 2006.
Chapter Accreditation Online System Usage Tutorial Department of Member Relations & Grants National Children’s Alliance.
 You can buy on the web with low prices like video games and even computers and laptop and phone’s.
Websites 101 Creating Effective Websites for UU Congregations.
SQA Work Procedures.
Unit 1 – Improving Productivity Instructions ~ 100 words per box.
Michael Burnside Blog: Software Quality Assurance, Quality Engineering, and Web and Mobile Test.
Evaluating Sources and Making Source Cards. Infohio.org Remember: Infohio is a data base. The sources on Infohio are trustworthy and reliable. You will.
EPA Web Procedures and Standards October 26, 2010.
Level 2 IT Users Qualification – Unit 1 Improving Productivity Jordan Girling.
H.Melikian Introduction on C C is a high-level programming language that forms the basis to other programming languages such as C++, Perl and Java. It.
Simplifying Variable Expressions 1. What are the coefficients of 6 + 2s s + 8g?
Use THIS LINK to get to AutoDesk’s Educational webpage.THIS LINK.
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials The internet: Blogging Suitable for: Advanced.
President John F. Kennedy established the Peace Corps in What were his reasons? Use this link to the JFK Presidential Library to READ AND LISTEN.
Lecture 2: Classes and Objects, using Scanner and String.
URL://icee.usm.eduURL://icee.usm.edu Phone: (601) 266 Web Based Text to Speech and Speech to Text Application for.
Seungchan Lee Intelligent Electronic Systems Human and Systems Engineering Department of Electrical and Computer Engineering Software Release and Support.
Faculty Webpage Design Minimum Requirements. Go to: then High Schoolhttp://gcsc.groupfusion.net/
Audacity Audacity web address:
Daniel May Department of Electrical and Computer Engineering Mississippi State University Analysis of Correlation Dimension Across Phones.
The consistency Checker, or Overhauling a PGDB By Ron Caspi.
Seungchan Lee Intelligent Electronic Systems Human and Systems Engineering Department of Electrical and Computer Engineering Speaker Verification Experiment.
Special Education Student Information System Project New York City Department of Education | Special Education Student Information System Project 1 SESIS.
Developing Computer Games Testing & Documentation.
EPICS Engineering Projects In Community Service… September 2009.
Seungchan Lee Institute for Signal and Information Processing Department of Electrical and Computer Engineering Research Updates.
Release Progress Report Daniel May Intelligent Electronic Systems Human and Systems Engineering Department of Electrical and Computer Engineering min XMLABNF.
Unit 1 – Improving Productivity Instructions ~ 100 words per box.
PETS Shop Front Database s Publisher Events Archives.
Active Standards – Q/A By Jeppe Pedersen and Alexander Karlsson 18/08/2015.
Tao Ma Department of Electrical and Computer Engineering Mississippi State University gcc compatiblility October 19, 2006.
Android Multi-Meter (AMM)
Pivot: Researcher Home Page. Today’s Agenda Overview of what Pivot is and how you can access Learn about claiming profiles – who should do it, how you.
EGEE-II INFSO-RI Enabling Grids for E-sciencE EGEE and gLite are registered trademarks Task tracking SA3 All Hands Meeting Prague.
The School Portal and New and Improved IFAP Tools for Our Partners Today’s Focus: What is a Portal? (general definitions) What is the School Portal? How.
Now what? 1.  I have short-listed projects I am interested in  I know the types of projects I would like to pursue  I have an idea of the resources.
Seungchan Lee Department of Electrical and Computer Engineering Mississippi State University RVM Implementation Progress.
Website Presentation Task Force on Alzheimer’s Disease 23 October 2015.
Class of 2016 Senior Advisory 2/17/16. What’s next?
What you need to know.  Each TDI vessel is equipped with satellite communications that supplies a LOW BANDWIDTH internet connection. Even though the.
Resource Certification in MyAPNIC Robert Loomans Senior Software Engineer, APNIC.
Using Microsoft Office Word Assignment Layout. Target Create a Cover Page (Front Page) Create a Table of Contents Page Create a Table of Figures Page.
Presented by: Karen G. Karrenbauer Assistive Technology Resource Teacher ATS/Fairfax County Public Schools Compiled by a variety of ATS staff.
Madhulika Pannuri Intelligent Electronic Systems Human and Systems Engineering Department of Electrical and Computer Engineering Correlation Dimension.
CLHEP Infrastructure Improvements CHEP 2004 Lynn Garren, FNAL and Andreas Pfeiffer, CERN.
Register training Click one of the boxes below to enter a training area Using “My 5 Day Timetable” The student view 1 Using the college register system.
Practical Project Maintenance
Annual Performance Management Cycle Management Training Tutorial
How To Download And Install Software For Lexmark Printer?
Introduction to TAMIU’s Dusty Works!
Google Chrome is the best available browsers in the earth. It provides you choice to utilize its advanced features with lots of extensions, plug-ins,
HP Printer Support Number. Support for HP Computer Support for Update your Printer Drivers 24/7 Support Services Support for Diagnosis & Fixing.
Janet has used PSP for the last 6 months
Dennis L Bosch Arkansas State Webmaster Web Administrator
Register training Using the college register system
The logistics of applying to college
Topics discussed in this section:
Classic Linear Design Process
Signing in for Patient Access
NOTICE! These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.
Tuesday, September 25th Narrative Paper.
Speaker Recognition Experiment
Presentation transcript:

Tao Ma Department of Electrical and Computer Engineering Mississippi State University Research Update September 1, 2006

Page 1 of 4 Research Update Accomplishment Fixed 5 pages with broken header and footer problem in /isip/projects/speech/software/legacy/ Created a personnel directory page with photo and phone list for ISIP members Met with Michael Lane, the software documentation home directory is accessible now. (but lower level links still get problems) Updated “graduation page” and “What’s New” ISIP Website:

Page 2 of 4 Research Update Accomplishment Got a temporary solution for Fedora/RedHat (gcc3.2.3 compatible RPM package) –Tested under Fedora 4 (gcc4.0.0), all our IFC C++ classes passed “make test”. –According to GNU gcc4 release change announcement, gcc4.1.* don’t have compiler check change comparing to gcc This solution should be fine with gcc4.1.0, but still need testing to confirm. Modified SysComplex and Integral classes, these two classes themselves passed gcc4.1.0 compiling now –gcc4.1.0 doesn’t allow a constant variable related to other constant variables. We should add this into our c++ standard. –Discussing with Daniel, narrowed Checksum class problem into “SysComplex” template. IFC gcc Compatible Problem:

Page 3 of 4 Research Update Current Issues Finish the rest of “website issues _v03” SysComplex and Integral class depend on each other. They can pass the “make test”, but every other classes in system library can’t invoke these two classes smoothly, which cause gcc4.1.0 errors. (Daniel and I believe that the SysComplex Template causes this problem, I am still checking the gcc4.1 documentation now.) “IFC gcc Compatible” task turns out to be lots of work, it would be very helpful if Daniel can help me on this.

Page 4 of 4 Research Update Plans Focus on “IFC gcc Compatible” task to meet the Sep. 15 deadline Read papers related to statistic modeling and nonlinear analysis Continue studying IFC Documentation to learn IFC classes deeper Continue studying related Speech Recognition knowledge base.