EMBLAZON 09 by HMR Institute of Technology & Management, Delhi

HMR Institute of Technology & Management, Delhi. Affilated to GGSIP
University Delhi, Hamid Pur Delhi -110036
IEEE HMRITM Students Branch Presents
Celebrating 125 Years of IEEE
Annual Technical Cum Cultural Festival EMBLAZON' 09(25-26 March 2009)
"Techinary" -Technical Paper Presentation Event On - 25 March09, 12 PM

Rules of The Event
* Maximum number of participants allowed per team: 2-3
* This Event requires pre registration, participants have to submit short abstract.
* Last date for submission of abstract: 20 March 2009
* Any paper that is selected and is not presented in Emblazon’09 will eligible for any Awards
* Decision of the judges and the event heads will be treated as final & cannot be challenged on any grounds.

General Overview
* Send your entries to our Technical team via email to techinary@ieeehmritm.co.cc by 20 March 2009 17:00 Hrs IST, which will be screened by experts of the field. The subject of the email should be: Abstract : . The abstract should be sent as a MS Word 2003 document/PDF attachment. <br /> * Qualified teams will be notified by E-mail & SMS. <br /> * Each team should bring Three Hard copies of the paper to be presented, on the day of the contest. The contents of the paper should be printed only on one side of A4 size sheets. Selected Participants should also bring the copy of confirmation mail & their college ID - CARDS. <br /> <br /><span style="font-weight: bold;">Areas under which Paper can be Sent</span> <br />Electronics and Communications <br /> * Solid-State Devices <br /> * High Speed Electronics Devices <br /> * Field Programmable Gate arrays (FPGAs) <br /> * Photonics and Opto-Electronics circuits <br /> * Communication Systems and techniques ( Analog or Digital) <br /> * Mobile & Wireless Communication <br /> * Microwave Devices & Circuits <br /> * Embedded Systems <br /> * DSP & its Application using MATLAB <br /> * VLSI <br />IT & Computers <br /> * Gaming & Multimedia Systems <br /> * Computer Networks and Security <br /> * Web & Internet <br /> * Human Computer Interaction <br /> * Cognitive Processes <br /> * Neural Networks <br /> * Artificial Intelligence <br /> * DBMS & Data warehousing <br /> * Fuzzy Logic <br /> * Algorithms <br /> <br /><span style="font-weight: bold;">For More Info</span> Visit: <a href="http://emblazon09.co.cc/">http://emblazon09.co.cc/</a> <br />For Any Queries: <br />Heena: <br />Shivani: <br />Warm Regards <br />********************************************** <br />IEEE HMRITM Students Branch <br />********************************************** <br /></div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> </span> <span class='post-timestamp'> at <meta content='http://rajasthanijat.blogspot.com/2009/03/emblazon-09-by-hmr-institute-of.html' itemprop='url'/> <a class='timestamp-link' href='https://rajasthanijat.blogspot.com/2009/03/emblazon-09-by-hmr-institute-of.html?m=1' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-03-21T22:15:00+05:30'>Saturday, March 21, 2009</abbr></a> </span> <span class='post-comment-link'> </span> </div> <div class='post-footer-line post-footer-line-2'> <div class='mobile-link-button goog-inline-block' id='mobile-share-button'> <a href='javascript:void(0);'>Share</a> </div> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4>1 comment:</h4> <div class='comments-content'> <script async='async' src='' type='text/javascript'></script> <script type='text/javascript'> (function() { var items = null; var msgs = null; var config = {}; // <![CDATA[ var cursor = null; if (items && items.length > 0) { cursor = parseInt(items[items.length - 1].timestamp) + 1; } var bodyFromEntry = function(entry) { var text = (entry && ((entry.content && entry.content.$t) || (entry.summary && entry.summary.$t))) || ''; if (entry && entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') { return '<span class="deleted-comment">' + text + '</span>'; } } } return text; } var parse = function(data) { cursor = null; var comments = []; if (data && data.feed && data.feed.entry) { for (var i = 0, entry; entry = data.feed.entry[i]; i++) { var comment = {}; // comment ID, parsed out of the original id format var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t); comment.id = id ? id[2] : null; comment.body = bodyFromEntry(entry); comment.timestamp = Date.parse(entry.published.$t) + ''; if (entry.author && entry.author.constructor === Array) { var auth = entry.author[0]; if (auth) { comment.author = { name: (auth.name ? auth.name.$t : undefined), profileUrl: (auth.uri ? auth.uri.$t : undefined), avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined) }; } } if (entry.link) { if (entry.link[2]) { comment.link = comment.permalink = entry.link[2].href; } if (entry.link[3]) { var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href); if (pid && pid[1]) { comment.parentId = pid[1]; } } } comment.deleteclass = 'item-control blog-admin'; if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') { comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value; } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') { comment.displayTime = entry.gd$extendedProperty[k].value; } } } comments.push(comment); } } return comments; }; var paginator = function(callback) { if (hasMore()) { var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50'; if (cursor) { url += '&published-min=' + new Date(cursor).toISOString(); } window.bloggercomments = function(data) { var parsed = parse(data); cursor = parsed.length < 50 ? null : parseInt(parsed[parsed.length - 1].timestamp) + 1 callback(parsed); window.bloggercomments = null; } url += '&callback=bloggercomments'; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } }; var hasMore = function() { return !!cursor; }; var getMeta = function(key, comment) { if ('iswriter' == key) { var matches = !!comment.author && comment.author.name == config.authorName && comment.author.profileUrl == config.authorUrl; return matches ? 'true' : ''; } else if ('deletelink' == key) { return config.baseUri + '/comment/delete/' + config.blogId + '/' + comment.id; } else if ('deleteclass' == key) { return comment.deleteclass; } return ''; }; var replybox = null; var replyUrlParts = null; var replyParent = undefined; var onReply = function(commentId, domId) { if (replybox == null) { // lazily cache replybox, and adjust to suit this style: replybox = document.getElementById('comment-editor'); if (replybox != null) { replybox.height = '250px'; replybox.style.display = 'block'; replyUrlParts = replybox.src.split('#'); } } if (replybox && (commentId !== replyParent)) { replybox.src = ''; document.getElementById(domId).insertBefore(replybox, null); replybox.src = replyUrlParts[0] + (commentId ? '&parentID=' + commentId : '') + '#' + replyUrlParts[1]; replyParent = commentId; } }; var hash = (window.location.hash || '#').substring(1); var startThread, targetComment; if (/^comment-form_/.test(hash)) { startThread = hash.substring('comment-form_'.length); } else if (/^c[0-9]+$/.test(hash)) { targetComment = hash.substring(1); } // Configure commenting API: var configJso = { 'maxDepth': config.maxThreadDepth }; var provider = { 'id': config.postId, 'data': items, 'loadNext': paginator, 'hasMore': hasMore, 'getMeta': getMeta, 'onReply': onReply, 'rendered': true, 'initComment': targetComment, 'initReplyThread': startThread, 'config': configJso, 'messages': msgs }; var render = function() { if (window.goog && window.goog.comments) { var holder = document.getElementById('comment-holder'); window.goog.comments.render(holder, provider); } }; // render now, or queue to render when library loads: if (window.goog && window.goog.comments) { render(); } else { window.goog = window.goog || {}; window.goog.comments = window.goog.comments || {}; window.goog.comments.loadQueue = window.goog.comments.loadQueue || []; window.goog.comments.loadQueue.push(render); } })(); // ]]> </script> <div id='comment-holder'> <div class="comment-thread toplevel-thread"><ol id="top-ra"><li class="comment" id="c7153192517206360885"><div class="avatar-image-container"><img src="//resources.blogblog.com/img/blank.gif" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user">Anonymous</cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="https://rajasthanijat.blogspot.com/2009/03/emblazon-09-by-hmr-institute-of.html?showComment=1238308260000&m=1#c7153192517206360885">March 29, 2009 at 12:01 PM</a></span></div><p class="comment-content">if you are looking for Shivani kashyap's performance at fest.<br>Here it is: http://www.youtube.com/watch?v=nKMdnwlPVLE</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="7153192517206360885">Reply</a><span class="item-control blog-admin blog-admin pid-284250500"><a target="_self" href="https://www.blogger.com/comment/delete/2399551597792010254/7153192517206360885">Delete</a></span></span></div><div class="comment-replies"><div id="c7153192517206360885-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Replies</a></span></span><ol id="c7153192517206360885-ra" class="thread-chrome thread-expanded"><div></div><div id="c7153192517206360885-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="7153192517206360885">Reply</a></div></ol></div></div><div class="comment-replybox-single" id="c7153192517206360885-ce"></div></li></ol><div id="top-continue" class="continue"><a class="comment-reply" target="_self">Add comment</a></div><div class="comment-replybox-thread" id="top-ce"></div><div class="loadmore hidden" data-post-id="2233146345015498421"><a target="_self">Load more...</a></div></div> </div> </div> <p class='comment-footer'> <div class='comment-form'> <a name='comment-form'></a> <p> </p> <a href='https://www.blogger.com/comment/frame/2399551597792010254?po=2233146345015498421&hl=en&saa=85391&origin=https://rajasthanijat.blogspot.com&m=1' id='comment-editor-src'></a> <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410px' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'></iframe> <script src='https://www.blogger.com/static/v1/jsbin/2830521187-comment_from_post_iframe.js' type='text/javascript'></script> <script type='text/javascript'> BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html'); </script> </div> </p> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> </div> </div> </div> </div> <div class='blog-pager' id='blog-pager'> <div class='mobile-link-button' id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://rajasthanijat.blogspot.com/2009/03/bcci-call-emergency-meeting-on-ipl.html?m=1' id='Blog1_blog-pager-newer-link' title='Newer Post'>‹</a> </div> <div class='mobile-link-button' id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://rajasthanijat.blogspot.com/2009/03/power-grid-question-paper-with-answer.html?m=1' id='Blog1_blog-pager-older-link' title='Older Post'>›</a> </div> <div class='mobile-link-button' id='blog-pager-home-link'> <a class='home-link' href='https://rajasthanijat.blogspot.com/?m=1'>Home</a> </div> <div class='mobile-desktop-link'> <a class='home-link' href='https://rajasthanijat.blogspot.com/2009/03/emblazon-09-by-hmr-institute-of.html?m=0'>View web version</a> </div> </div> <div class='clear'></div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='Footer'><div class='widget AdSense' data-version='1' id='AdSenseMobileFOOTER'> <div class='widget-content'> <script type="text/javascript"> google_ad_client = "ca-pub-3547319988620187"; google_ad_format="300X250_mb"; google_ad_type="text_image"; google_ad_width=300; google_ad_height=250; google_ad_host = "ca-host-pub-1556223355139109"; google_ad_host_channel = "L0007"; </script> <!-- rajasthanijat_main_Blog1_468x60_as --> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/344097953-widgets.js"></script> <script type='text/javascript'> var BLOG_BASE_IMAGE_URL = 'https://resources.blogblog.com/img';var BLOG_LANG_DIR = 'ltr';window['__wavt'] = 'APlU3lwisBmvpruoO8Stmxh_TyxJ:1775366935553';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d2399551597792010254','//rajasthanijat.blogspot.com/2009/03/emblazon-09-by-hmr-institute-of.html?m\x3d1','2399551597792010254'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '2399551597792010254', 'title': 'Rajasthan News, Jaipur News, Ajmer, Udaipur, Jodhpur, Kota, News', 'url': 'https://rajasthanijat.blogspot.com/2009/03/emblazon-09-by-hmr-institute-of.html?m\x3d1', 'canonicalUrl': 'http://rajasthanijat.blogspot.com/2009/03/emblazon-09-by-hmr-institute-of.html', 'homepageUrl': 'https://rajasthanijat.blogspot.com/?m\x3d1', 'searchUrl': 'https://rajasthanijat.blogspot.com/search', 'canonicalHomepageUrl': 'http://rajasthanijat.blogspot.com/', 'blogspotFaviconUrl': 'https://rajasthanijat.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': true, 'isMobileRequest': true, 'mobileClass': ' mobile', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Rajasthan News, Jaipur News, Ajmer, Udaipur, Jodhpur, Kota, News - Atom\x22 href\x3d\x22https://rajasthanijat.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Rajasthan News, Jaipur News, Ajmer, Udaipur, Jodhpur, Kota, News - RSS\x22 href\x3d\x22https://rajasthanijat.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Rajasthan News, Jaipur News, Ajmer, Udaipur, Jodhpur, Kota, News - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/2399551597792010254/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Rajasthan News, Jaipur News, Ajmer, Udaipur, Jodhpur, Kota, News - Atom\x22 href\x3d\x22https://rajasthanijat.blogspot.com/feeds/2233146345015498421/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-3547319988620187', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/16d2a080d6cf52d7', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '2233146345015498421', 'pageName': 'EMBLAZON 09 by HMR Institute of Technology \x26 Management, Delhi', 'pageTitle': 'Rajasthan News, Jaipur News, Ajmer, Udaipur, Jodhpur, Kota, News: EMBLAZON 09 by HMR Institute of Technology \x26 Management, Delhi', 'metaDescription': ''}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'Simple', 'localizedName': 'Simple', 'isResponsive': false, 'isAlternateRendering': true, 'isCustom': false, 'variant': 'simplysimple', 'variantId': 'simplysimple'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': true, 'title': 'EMBLAZON 09 by HMR Institute of Technology \x26 Management, Delhi', 'description': 'Rajasthan News by Rajasthan Voice, Jaipur News, Ajmer News, Kota News, Udaipur News, Bikaner News, Shekhawati News, Bikaner News, Jodhpur News', 'url': 'https://rajasthanijat.blogspot.com/2009/03/emblazon-09-by-hmr-institute-of.html?m\x3d1', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 2233146345015498421}}]); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSenseMobileHEADER', 'header', document.getElementById('AdSenseMobileHEADER'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'mobile': true}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSenseMobileFOOTER', 'footer-3', document.getElementById('AdSenseMobileFOOTER'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); </script> </body> </html>