My name is zeenab alhayki Im 25. I graduated from Texas A&M University in Qatar with a bachelor of Electrical and computer Engineering. My greatest achievements: 1. Platinum prize in Education Excellence Day, September 2008
Awarded the Platinum prize by His Highness Sheikh Tamim Bin Hamad
Bin Khalifa Al Thani, the Emir of the State of Qatar in the Educational Excellence day for achievements in Education field
2.Best distinguished design award April 2013
The senior design project (The Smart Parking Project) was recognized and awarded by the faculty of electrical engineering to be the best distinguished design among the senior class / I want it to sound very intellectual and smart. The projects main scope involved designing a smart parking system controlled through the image processing software (LabVIEW), including a website/phone application control of the parking system.
Instruction files
zeenab_alhayki_cv.pdf(224,02 KiB)
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

