<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
The 2010 EC members are 
<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.07 [en] (X11; I; Linux 2.0.36 i586) [Netscape]">
</HEAD>
<BODY>

<LI>
<A HREF="mailto:hari@ece.iisc.ernet.in">Prof. K V S Hari (ECE)</A> (President)</LI>

<LI>
<A HREF="mailto:sgr@caf.iisc.ernet.in">Dr. S G Ramachandra (CAF) </A> (Vice-President) </LI>

<LI>
<A HREF="mailto:reddy@hve.iisc.ernet.in">Mr. Subba Reddy (EE) </A> (Secretary) </LI>

<LI>
<A HREF="mailto:saqquaf@serc.iisc.ernet.in"> Mr. S S M Saqquaf</A> (Joint-Secretary)</LI>

<LI>
<A HREF="mailto:shiva@sscu.iisc.ernet.in">Dr. C Shiva Kumara (SSCU) </A>(Treasurer) </LI>
<LI> <A HREF="mailto:solarjnr@isu.iisc.ernet.in">Prof. J Nagaraju (ISU)</A> </LI>
<LI> <A HREF="mailto:nadig@ccf.iisc.ernet.in">Dr. D S Nadig (CCT)</A> </LI>
<LI> <A HREF="mailto:shivakumar@caf.iisc.ernet.in">Mr.K.R.Shivakumar (CAF)</A> </LI>
<LI> <A HREF="mailto:phani@serc.iisc.ernet.in">Dr. Phaneendra Yalavarthy (SERC)</A> </LI>

<LI> <A HREF="mailto:gajanan@ece.iisc.ernet.in">Mr.Gajanan S.Hegde (ECE)</A> </LI>

<LI> <A HREF="mailto:sathyam@physics.iisc.ernet.in">Mr.K.N.Sathyamurthy (PHY)</A> </LI>
<LI> <A HREF="mailto:vnkrishna@cedt.iisc.ernet.in">Mr.V.Nagakrishna (CEDT)</A> </LI>

<LI>
<A HREF="mailto:gsa@materials.iisc.ernet.in">Dr. G S Avadani (Mat Engg.)</A> (Ex-Officio Past Secretary) </LI>
</UL>
</UL>
The past members of EC/Officebearers (2010)
</BODY>
<img src="fa_offbrs_2010.jpg">

</HTML>
The FACULTY ASSOCIATION is an independent body registered under the Karnataka Societies Act. Its Aims and Objectives are: 

     (a)  to promote academic excellence and professional brotherhood among members of the Association; 

     (b)  to promote effective faculty participation in the formulation and implementation of policies of the Indian Institute of Science in the context of national 
            aspirations as appropriate to the premier national institute of teaching and scientific research; 

     (c)  to participate in the development of appropriate teaching methods and improve teaching standards so as to contribute to rapid national development; 

     (d)  to promote the development of science in all its aspects and to work for the most effective use of scientific research and the scientific method for the uplift 
            and welfare of  society as a whole; 

     (e)  to preserve, protect and promote the interests, rights, privileges, recognition, advancement, as well as the professional and social status of members; 

     (f)  to co-operate, federate or affiliate itself with fraternal national and international associations with similar aims and objectives 
  
  (g)  to promote any other activity as would contribute to the effective realization of the aims and objectives of the Association. 
  

<html>Cumulative Professional Development Allowance (CPDA) is an allowance given to each faculty member once in 3 years. The allowance is Rs 3 Lakhs for the block period of 3 years. The grant is released in chunks of Rs 1 lakh per year. However, if the expenses are more than the balance amount, the required funds will be released, subject to the maximum of Rs 3 lakh). 

Unused amount will not be carried over to the next block. 

One cannot borrow the amount from the next block.

The current block period ends 31 Aug 2011. The next block period starts on 1 Sep 2011.

The grant is for:
<li> Meeting expenses for participation in national and international conferences (travel expenses, registration fee, transport, boarding, lodging) 
<li> Contingent expenses for local travel, purchase of books, stationery, subscription to journals, membership fees of international professional societies, page charges.
<li> Conference related expenses of students who are co-authors can also be supported through these funds.
</html>
<html>Faculty members can provide consultancy services to organisations outside IISc for a fee. The <a href="http://www.csic.iisc.ernet.in/">Centre for Scientific and Industrial consultancy (CSIC)</a></html>. The fee is shared 60:40 in favour of the faculty member. The consultancy fee is then credited to your salary account after deducting Income-tax.
Our office is located next to TATA Book House on campus.

You may contact us by sending us email <html>(<a href="mailto:facasn@tejas.serc.iisc.ernet.in">click here</a>)</html>
[[Welcome]]
<html>
<table>
<tr>
<td><a href="clform.pdf">Casual Leave</a></td>
<td><a href="elform.pdf">Earned Leave</a></td>
<td><a href="sabbaticalFORM.pdf">Sabbatical Leave Request</a></td>
</tr>
<tr>
<td><a href="ltc_advance.pdf">LTC Advance Request</a></td>
<td><a href="cpda.pdf">CPDA Grant Request</a></td>
<td><a href="ta_advance.pdf">TA Advance Request</a></td>
<td><a href="tarequestschemes.pdf">TA Advance Request- Schemes</a></td>
</tr>
<tr>
<td><a href="medicalreimbursement.pdf">Medical Reimbursement Request</a></td>
<td><a href="medicalreimbursementclaim.pdf">Medical Reimbursement Claim/Settlement</a></td>
<td><a href="telreimbursement.pdf">Telephone Reimbursement</a></td>
</tr>
</table>
</html>
<html>

<li> The AGBM (held on 10 Mar 2011) amended the terms and conditions of the EC and office-bearers. 
<li> EC will have a 2-yr term
<li> Office Bearers will have a 2-year term
<li> EC will have 9 members. 7 will be elected every two years. Past President and Past Secretary will be the other 2 members.

<hr>

<table>
<td>
<h1>The new EC members for 2011-2013 are:</h1>

<li> B Subba Reddy (EE)           
<li> Venkatesh Babu (SERC)        
<li> C Shivakumara(SSCU)          
<li> V Jayaram (SSCU)
<li> K R Kannan (SSCU)
<li> J Nagaraju (ISU)
<li> K V S Hari (ECE)             
<li> P S Kulkarni (JATP) 
<li> Y Phaneendra (SERC)
</td>
<td>
<h1>The new Office Bearers of FA for 2011-2013 are:</h1>

<li> J Nagaraju (ISU),             President
<li> K V S Hari (ECE),             Vice- President
<li> B Subba Reddy (EE),           Gen. Secretary
<li> Venkatesh Babu (SERC),        Joint Secretary
<li> C Shivakumara(SSCU),          Treasurer
</td>
</table>
</html>


[[2010 EC]]
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
<html><a href = "http://www.iisc.ernet.in/">INDIAN INSTITUTE OF SCIENCE</a>. </html>
Under Construction.......

[[Research Grants]]            [[Teaching]]               [[Consultancy]]               [[CPDA]] 

[[Housing]]                    [[Medical Benefits]]        [[Pay Scales]]                [[LTA]]

[[Evaluation]]                   [[Leave Rules]]            [[Sabbatical]]            [[Entrepreneurship]]

[[Download various Forms]]
This is under construction. You may visit the following URL, maintained by some enthusiastic Faculty Volunteers:
Rajesh Sundaresan (ECE), Phaneendra Yalavarthy (SERC), Chandra Sekhar (EE), Giridhar Madras (ChE).
<html><a href="http://sites.google.com/site/newfacultyiisc/"> Information for Faculty </a></html>
<html>
The Executive Committee invites IISc faculty members to join the Faculty Association, IISc. There is only one membership grade: LIFE MEMBERSHIP. <br><br>

The Life membership fee is <b>Rs 1000 (Rupees One Thousand only)</b>, which can be paid by cash/cheque. Cheque should be in favour of "Faculty Association, IISc" and may be sent through IISc mail van/or through representative to <br>
<b>Dr C Shiva Kumara, Dept. of SSCU, IISc, Ph:2951, e mail: shiva@sscu.iisc.ernet.in </b>. <br>The receipt for the cheque will be sent to you.
<br><br>
You may join the Faculty Association, IISc, by clicking the link below to send us an email confirmation.
<br>
<a href="mailto:facasn@tejas.serc.iisc.ernet.in?subject=FA membership:New member&body=I wish to join the Faculty Association, IISc, Bangalore as a life-member and agree to pay the membership fee of Rs 1000 (Rupees One Thousand only). %0A%0A[Please include your name, designation, dept, contact number.]"><h1>I agree to join FA, IISc. (Click here)</h1></a>
</html>
[[About]]
[[Executive Committee]]
[[Other Committees]]
[[Contact Us]]

[[Join FA]]
[[Info for Faculty]]
[[Info for New Faculty]]

[[Photo Gallery]]
[[Past events]]
[[Minutes of Meetings]]

[[Rules&Regulations]]
[[Old Homepage]]

<html>
<em> pageviews</em>
<!-- hitwebcounter Code START -->
<a href="http://www.hitwebcounter.com/how-to/australia-web-hosting.php" target="_blank">
<img src="http://hitwebcounter.com/counter/counter.php?page=166998&style=0025&nbdigits=5&type=page&initCount=200" border="0" >
</a>
<em> since 04 Feb 11</em>
</html>
<html>
<li>Health Centre on Campus: Campus <a href="http://www.iisc.ernet.in/medicare/">Health Centre </a>provides medical care for minor ailments. 
<li>Insurance: 
Family of a faculty member is covered under the Institute's Group Insurance Policy called the CHSS. Every year, IISc's Medical Committee negotiates with a private medical insurance provider for Group coverage. The coverage amount is Rs 50,000 for the entire family. 

<li>The premium is 1% of Basic Pay + Grade Pay. People who draw more salary do not get higher coverage!

<li>Maternity Benefits:.....
</html> 
<html> 

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 11">
<link rel=File-List href="fa_life_%20mem_jun08_files/filelist.xml">
<link rel=Edit-Time-Data href="fa_life_%20mem_jun08_files/editdata.mso">
<link rel=OLE-Object-Data href="fa_life_%20mem_jun08_files/oledata.mso">
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>Proficience</o:Author>
  <o:LastAuthor>agrao</o:LastAuthor>
  <o:LastPrinted>2006-02-06T05:52:45Z</o:LastPrinted>
  <o:Created>2005-07-27T12:32:43Z</o:Created>
  <o:LastSaved>2008-06-05T11:57:08Z</o:LastSaved>
  <o:Version>11.5606</o:Version>
 </o:DocumentProperties>
</xml><![endif]-->
<style>
<!--table
	{mso-displayed-decimal-separator:"\.";
	mso-displayed-thousand-separator:"\,";}
@page
	{margin:1.0in .75in 1.0in .75in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;}
tr
	{mso-height-source:auto;}
col
	{mso-width-source:auto;}
br
	{mso-data-placement:same-cell;}
.style0
	{mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	white-space:nowrap;
	mso-rotate:0;
	mso-background-source:auto;
	mso-pattern:auto;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	border:none;
	mso-protection:locked visible;
	mso-style-name:Normal;
	mso-style-id:0;}
td
	{mso-style-parent:style0;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:none;
	mso-background-source:auto;
	mso-pattern:auto;
	mso-protection:locked visible;
	white-space:nowrap;
	mso-rotate:0;}
.xl24
	{mso-style-parent:style0;
	font-size:12.0pt;
	font-family:Arial, sans-serif;
	mso-font-charset:0;}
.xl25
	{mso-style-parent:style0;
	font-size:12.0pt;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	border:.5pt solid windowtext;}
.xl26
	{mso-style-parent:style0;
	font-size:12.0pt;
	font-weight:700;
	text-decoration:underline;
	text-underline-style:single;
	font-family:Arial, sans-serif;
	mso-font-charset:0;}
.xl27
	{mso-style-parent:style0;
	font-weight:700;
	text-decoration:underline;
	text-underline-style:single;
	font-family:Arial, sans-serif;
	mso-font-charset:0;}
.xl28
	{mso-style-parent:style0;
	font-size:12.0pt;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:center;
	border:.5pt solid windowtext;}
.xl29
	{mso-style-parent:style0;
	font-size:12.0pt;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:center;}
-->
</style>
<!--[if gte mso 9]><xml>
 <x:ExcelWorkbook>
  <x:ExcelWorksheets>
   <x:ExcelWorksheet>
    <x:Name>Sheet1</x:Name>
    <x:WorksheetOptions>
     <x:DefaultRowHeight>300</x:DefaultRowHeight>
     <x:Print>
      <x:ValidPrinterInfo/>
      <x:HorizontalResolution>-1</x:HorizontalResolution>
      <x:VerticalResolution>600</x:VerticalResolution>
      <x:Gridlines/>
     </x:Print>
     <x:Selected/>
     <x:Panes>
      <x:Pane>
       <x:Number>3</x:Number>
       <x:ActiveRow>1</x:ActiveRow>
       <x:RangeSelection>$A:$A</x:RangeSelection>
      </x:Pane>
     </x:Panes>
     <x:ProtectContents>False</x:ProtectContents>
     <x:ProtectObjects>False</x:ProtectObjects>
     <x:ProtectScenarios>False</x:ProtectScenarios>
    </x:WorksheetOptions>
    <x:Sorting>
     <x:Sort>Column B</x:Sort>
     <x:Sort>Column C</x:Sort>
     <x:Sort>Column A</x:Sort>
    </x:Sorting>
   </x:ExcelWorksheet>
   <x:ExcelWorksheet>
    <x:Name>Sheet2</x:Name>
    <x:WorksheetOptions>
     <x:ProtectContents>False</x:ProtectContents>
     <x:ProtectObjects>False</x:ProtectObjects>
     <x:ProtectScenarios>False</x:ProtectScenarios>
    </x:WorksheetOptions>
   </x:ExcelWorksheet>
   <x:ExcelWorksheet>
    <x:Name>Sheet3</x:Name>
    <x:WorksheetOptions>
     <x:ProtectContents>False</x:ProtectContents>
     <x:ProtectObjects>False</x:ProtectObjects>
     <x:ProtectScenarios>False</x:ProtectScenarios>
    </x:WorksheetOptions>
   </x:ExcelWorksheet>
  </x:ExcelWorksheets>
  <x:WindowHeight>6195</x:WindowHeight>
  <x:WindowWidth>11880</x:WindowWidth>
  <x:WindowTopX>0</x:WindowTopX>
  <x:WindowTopY>1950</x:WindowTopY>
  <x:AcceptLabelsInFormulas/>
  <x:ProtectStructure>False</x:ProtectStructure>
  <x:ProtectWindows>False</x:ProtectWindows>
 </x:ExcelWorkbook>
</xml><![endif]-->
</head>

<body link=blue vlink=purple class=xl24>

<table x:str border=0 cellpadding=0 cellspacing=0 width=488 style='border-collapse:
 collapse;table-layout:fixed;width:366pt'>
 <col class=xl29 width=64 style='width:48pt'>
 <col class=xl24 width=238 style='mso-width-source:userset;mso-width-alt:8704;
 width:179pt'>
 <col class=xl24 width=95 style='mso-width-source:userset;mso-width-alt:3474;
 width:71pt'>
 <col class=xl24 width=91 style='mso-width-source:userset;mso-width-alt:3328;
 width:68pt'>
 <tr height=21 style='height:15.75pt'>
  <td colspan=4 height=21 class=xl26 width=488 style='height:15.75pt;
  width:366pt'>LIST OF LIFE MEMBERS (ALPHABETICAL) as on 1-june-2008</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl29 style='height:15.0pt'></td>
  <td colspan=3 class=xl24 style='mso-ignore:colspan'></td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt' x:num>1</td>
  <td class=xl25 style='border-left:none' x:str="Abhinandanan T A ">Abhinandanan
  T A<span style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-left:none'>MET</td>
  <td class=xl25 style='border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>2</td>
  <td class=xl25 style='border-top:none;border-left:none'>Adinarayana Murthy M</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>3</td>
  <td class=xl25 style='border-top:none;border-left:none'>Akhilesh K B</td>
  <td class=xl25 style='border-top:none;border-left:none'>MS</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>4</td>
  <td class=xl25 style='border-top:none;border-left:none'>Aloke Paul</td>
  <td class=xl25 style='border-top:none;border-left:none'>MET</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>5</td>
  <td class=xl25 style='border-top:none;border-left:none'>Anandi Giridharan</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>6</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ananthanarayanan B</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHEP</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>7</td>
  <td class=xl25 style='border-top:none;border-left:none'
  x:str="Aninda J Bhattacharyya ">Aninda J Bhattacharyya<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>8</td>
  <td class=xl25 style='border-top:none;border-left:none'>Anindya Chatterjee</td>
  <td class=xl25 style='border-top:none;border-left:none'>ME</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>9</td>
  <td class=xl25 style='border-top:none;border-left:none'>Anjali Anoop Karande</td>
  <td class=xl25 style='border-top:none;border-left:none'>BC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>10</td>
  <td class=xl25 style='border-top:none;border-left:none'>Armugam Pillai</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>11</td>
  <td class=xl25 style='border-top:none;border-left:none'>Arnab Rai Choudhari</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>12</td>
  <td class=xl25 style='border-top:none;border-left:none'>Arunan E</td>
  <td class=xl25 style='border-top:none;border-left:none'>IPC</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>13</td>
  <td class=xl25 style='border-top:none;border-left:none'>Arup Kumar
  Raychaudhari</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>14</td>
  <td class=xl25 style='border-top:none;border-left:none'>Asokan S</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>15</td>
  <td class=xl25 style='border-top:none;border-left:none'>Atanu Kumar<span
  style='mso-spacerun:yes'>&nbsp; </span>Mohanty</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>16</td>
  <td class=xl25 style='border-top:none;border-left:none'>Avadhani G S</td>
  <td class=xl25 style='border-top:none;border-left:none'>MET</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>17</td>
  <td class=xl25 style='border-top:none;border-left:none'>Badarinarayana T</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>18</td>
  <td class=xl25 style='border-top:none;border-left:none'>Bala Subramanya M H</td>
  <td class=xl25 style='border-top:none;border-left:none'>MS</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>19</td>
  <td class=xl25 style='border-top:none;border-left:none'>Balachandra P</td>
  <td class=xl25 style='border-top:none;border-left:none'>MS</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>20</td>
  <td class=xl25 style='border-top:none;border-left:none'>Basudeb Datta</td>
  <td class=xl25 style='border-top:none;border-left:none'>MATHS</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>21</td>
  <td class=xl25 style='border-top:none;border-left:none'>Bhakthavatsalam R</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>22</td>
  <td class=xl25 style='border-top:none;border-left:none'>Bhat D M</td>
  <td class=xl25 style='border-top:none;border-left:none'>CES</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>23</td>
  <td class=xl25 style='border-top:none;border-left:none'>Biman Bagchi</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>24</td>
  <td class=xl25 style='border-top:none;border-left:none'>Chalapathi Rao N V</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>25</td>
  <td class=xl25 style='border-top:none;border-left:none'>Chanda J Jog</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="PHY ">PHY<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>26</td>
  <td class=xl25 style='border-top:none;border-left:none'>Chandan Das Gupta</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>27</td>
  <td class=xl25 style='border-top:none;border-left:none'>Chandran M</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>28</td>
  <td class=xl25 style='border-top:none;border-left:none'>Chandrappa T A</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>29</td>
  <td class=xl25 style='border-top:none;border-left:none'>Charlie Oomen</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>30</td>
  <td class=xl25 style='border-top:none;border-left:none'>Chokshi A H</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="MET ">MET<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>31</td>
  <td class=xl25 style='border-top:none;border-left:none'>Das P K</td>
  <td class=xl25 style='border-top:none;border-left:none'>IPC</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>32</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="Debanath Pal ">Debanath
  Pal<span style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>BIC</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>33</td>
  <td class=xl25 style='border-top:none;border-left:none'>Debasis Sen Gupta</td>
  <td class=xl25 style='border-top:none;border-left:none'>CAOS</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>34</td>
  <td class=xl25 style='border-top:none;border-left:none'>Debasish Ghoshe</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>35</td>
  <td class=xl25 style='border-top:none;border-left:none'>Deshpande R J</td>
  <td class=xl25 style='border-top:none;border-left:none'>MET</td>
  <td class=xl25 style='border-top:none;border-left:none'>SO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>36</td>
  <td class=xl25 style='border-top:none;border-left:none'>Dharuman C</td>
  <td class=xl25 style='border-top:none;border-left:none'>ME</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>37</td>
  <td class=xl25 style='border-top:none;border-left:none'>Dilip Patil</td>
  <td class=xl25 style='border-top:none;border-left:none'>MATHS</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>38</td>
  <td class=xl25 style='border-top:none;border-left:none'>Dinesh N S</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>39</td>
  <td class=xl25 style='border-top:none;border-left:none'>Dipankar Nandi</td>
  <td class=xl25 style='border-top:none;border-left:none'>BC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>40</td>
  <td class=xl25 style='border-top:none;border-left:none'>Diptiman Sen</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHEP</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>41</td>
  <td class=xl25 style='border-top:none;border-left:none'>Diwakar J E</td>
  <td class=xl25 style='border-top:none;border-left:none'>CPDM</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>42</td>
  <td class=xl25 style='border-top:none;border-left:none'>ELizabeth Rani K</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>43</td>
  <td class=xl25 style='border-top:none;border-left:none'>Flora Martin</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRDG</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>44</td>
  <td class=xl25 style='border-top:none;border-left:none'>Francis Jayakanth</td>
  <td class=xl25 style='border-top:none;border-left:none'>NCSI</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>45</td>
  <td class=xl25 style='border-top:none;border-left:none'
  x:str="Ganapathi Ayappa ">Ganapathi Ayappa<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>46</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ganeshan R</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>47</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ghosh M K</td>
  <td class=xl25 style='border-top:none;border-left:none'>MATHS</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>48</td>
  <td class=xl25 style='border-top:none;border-left:none'>Giridhar M</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>49</td>
  <td class=xl25 style='border-top:none;border-left:none'>Godbole Rohini
  Madhusudan</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHEP</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>50</td>
  <td class=xl25 style='border-top:none;border-left:none'>Gopakumar K</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>51</td>
  <td class=xl25 style='border-top:none;border-left:none'>Gopal B</td>
  <td class=xl25 style='border-top:none;border-left:none'>MBU</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>52</td>
  <td class=xl25 style='border-top:none;border-left:none'>Gopalaiah S V</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>53</td>
  <td class=xl25 style='border-top:none;border-left:none'>Gopinath K</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSA</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>54</td>
  <td class=xl25 style='border-top:none;border-left:none'>Govind Raj A</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>55</td>
  <td class=xl25 style='border-top:none;border-left:none'>Govinda Raju M</td>
  <td class=xl25 style='border-top:none;border-left:none'>MBU</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>56</td>
  <td class=xl25 style='border-top:none;border-left:none'>Govinda Swamy C</td>
  <td class=xl25 style='border-top:none;border-left:none'>Unit III</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>57</td>
  <td class=xl25 style='border-top:none;border-left:none'>Govindarajan R</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>58</td>
  <td class=xl25 style='border-top:none;border-left:none'>Gowranga K H</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>59</td>
  <td class=xl25 style='border-top:none;border-left:none'>Gunashekar K R</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>60</td>
  <td class=xl25 style='border-top:none;border-left:none'>Gunashekaran M K</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>61</td>
  <td class=xl25 style='border-top:none;border-left:none'>Gundu Rao A</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>62</td>
  <td class=xl25 style='border-top:none;border-left:none'>Guru Row T N</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>63</td>
  <td class=xl25 style='border-top:none;border-left:none'>Gurumurthy B</td>
  <td class=xl25 style='border-top:none;border-left:none'>CPDM</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>64</td>
  <td class=xl25 style='border-top:none;border-left:none'>Hansdah R C</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSA</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>65</td>
  <td class=xl25 style='border-top:none;border-left:none'>Haresh Seshadri</td>
  <td class=xl25 style='border-top:none;border-left:none'>MATHS</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>66</td>
  <td class=xl25 style='border-top:none;border-left:none'>Hari K V S</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>67</td>
  <td class=xl25 style='border-top:none;border-left:none'>Hegde G S</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>68</td>
  <td class=xl25 style='border-top:none;border-left:none'>Hegde M S</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>69</td>
  <td class=xl25 style='border-top:none;border-left:none'>Jagadish N</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSA</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>70</td>
  <td class=xl25 style='border-top:none;border-left:none'>Jamadagni H S</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>71</td>
  <td class=xl25 style='border-top:none;border-left:none'>Janardhanan Pillai</td>
  <td class=xl25 style='border-top:none;border-left:none'>CES</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>72</td>
  <td class=xl25 style='border-top:none;border-left:none'>Jayant M Modak</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>73</td>
  <td class=xl25 style='border-top:none;border-left:none'>Jayant R Harista</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>74</td>
  <td class=xl25 style='border-top:none;border-left:none'>Jayaram V</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>75</td>
  <td class=xl25 style='border-top:none;border-left:none'>Jaydeep Kumar Basu</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>76</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="Joseph Mathew ">Joseph
  Mathew<span style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>77</td>
  <td class=xl25 style='border-top:none;border-left:none'>Joshi N V</td>
  <td class=xl25 style='border-top:none;border-left:none'>CES</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>78</td>
  <td class=xl25 style='border-top:none;border-left:none'>Joy Thomas</td>
  <td class=xl25 style='border-top:none;border-left:none'>HVE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>79</td>
  <td class=xl25 style='border-top:none;border-left:none'>Jythirmoy Dey</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>80</td>
  <td class=xl25 style='border-top:none;border-left:none'>Kameshwara Rao L</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>81</td>
  <td class=xl25 style='border-top:none;border-left:none'>Kandagal S G</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>82</td>
  <td class=xl25 style='border-top:none;border-left:none'>Kannan K R</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="SSCU ">SSCU<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>83</td>
  <td class=xl25 style='border-top:none;border-left:none'>Karthikeyan S</td>
  <td class=xl25 style='border-top:none;border-left:none'>MET</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>84</td>
  <td class=xl25 style='border-top:none;border-left:none'>Kartik Venkaraman</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>85</td>
  <td class=xl25 style='border-top:none;border-left:none'>Karunanithi R</td>
  <td class=xl25 style='border-top:none;border-left:none'>CCT</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>86</td>
  <td class=xl25 style='border-top:none;border-left:none'>Kasturirengan S</td>
  <td class=xl25 style='border-top:none;border-left:none'>CCT</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>87</td>
  <td class=xl25 style='border-top:none;border-left:none'>Khincha H P</td>
  <td class=xl25 style='border-top:none;border-left:none'>EE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>88</td>
  <td class=xl25 style='border-top:none;border-left:none'>Kondaiah P</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRDG</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>89</td>
  <td class=xl25 style='border-top:none;border-left:none'>Krishna Murthy R</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>90</td>
  <td class=xl25 style='border-top:none;border-left:none'>Krishnakumar M</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>91</td>
  <td class=xl25 style='border-top:none;border-left:none'>Krupanidhi S B</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRC</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>92</td>
  <td class=xl25 style='border-top:none;border-left:none'>Kulkarni P S</td>
  <td class=xl25 style='border-top:none;border-left:none'>JATP</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>93</td>
  <td class=xl25 style='border-top:none;border-left:none'>Kumaran V</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>94</td>
  <td class=xl25 style='border-top:none;border-left:none'>Kuruvilla Verghese</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>95</td>
  <td class=xl25 style='border-top:none;border-left:none'>Lakshmisha K N</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>96</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="Mahapatra P R ">Mahapatra
  P R<span style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>97</td>
  <td class=xl25 style='border-top:none;border-left:none'>Mahesh G V</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="CEDT        ">CEDT<span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>98</td>
  <td class=xl25 style='border-top:none;border-left:none'>Mani V</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>99</td>
  <td class=xl25 style='border-top:none;border-left:none'>Manjula M V</td>
  <td class=xl25 style='border-top:none;border-left:none'>Phy</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>100</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="Marayanan G ">Marayanan
  G<span style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>EE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>101</td>
  <td class=xl25 style='border-top:none;border-left:none'>Mathew Jacob T</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>102</td>
  <td class=xl25 style='border-top:none;border-left:none'>Medhamurthy R</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRDG</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>103</td>
  <td class=xl25 style='border-top:none;border-left:none'>Menon A G</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>104</td>
  <td class=xl25 style='border-top:none;border-left:none'>Mohan Rao G</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>105</td>
  <td class=xl25 style='border-top:none;border-left:none'>Mohan S</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>106</td>
  <td class=xl25 style='border-top:none;border-left:none'>Mudkavi J R</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>107</td>
  <td class=xl25 style='border-top:none;border-left:none'>Mugesh G</td>
  <td class=xl25 style='border-top:none;border-left:none'>IPC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>108</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="Mukerjee P S ">Mukerjee
  P S<span style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>IPC</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>109</td>
  <td class=xl25 style='border-top:none;border-left:none'>Munichandraiah N</td>
  <td class=xl25 style='border-top:none;border-left:none'>IPC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>110</td>
  <td class=xl25 style='border-top:none;border-left:none'>Munjal M L</td>
  <td class=xl25 style='border-top:none;border-left:none'>ME</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>111</td>
  <td class=xl25 style='border-top:none;border-left:none'>Muthukumar K</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="CEDT      ">CEDT<span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>112</td>
  <td class=xl25 style='border-top:none;border-left:none'>Naga Krishna V</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>113</td>
  <td class=xl25 style='border-top:none;border-left:none'>Nagaraj V</td>
  <td class=xl25 style='border-top:none;border-left:none'>MCBL</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>114</td>
  <td class=xl25 style='border-top:none;border-left:none'>Nagaraju J</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>115</td>
  <td class=xl25 style='border-top:none;border-left:none'>Nagaseey K</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>116</td>
  <td class=xl25 style='border-top:none;border-left:none'>Nagendranath M K</td>
  <td class=xl25 style='border-top:none;border-left:none'>BC</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>117</td>
  <td class=xl25 style='border-top:none;border-left:none'>Nandakumaran A K</td>
  <td class=xl25 style='border-top:none;border-left:none'>MATHS</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>118</td>
  <td class=xl25 style='border-top:none;border-left:none'>Nanjunda Rao K S</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="CE     ">CE<span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>119</td>
  <td class=xl25 style='border-top:none;border-left:none'>Narahari Y</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="CSA  ">CSA<span
  style='mso-spacerun:yes'>&nbsp;&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>120</td>
  <td class=xl25 style='border-top:none;border-left:none'>Narasimha Murthy M</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSA</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>121</td>
  <td class=xl25 style='border-top:none;border-left:none'>Narasimha Murthy T</td>
  <td class=xl25 style='border-top:none;border-left:none'>DIC</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>122</td>
  <td class=xl25 style='border-top:none;border-left:none'>Narasimha Rao K</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>123</td>
  <td class=xl25 style='border-top:none;border-left:none'>Narayana B V</td>
  <td class=xl25 style='border-top:none;border-left:none'>MET</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>124</td>
  <td class=xl25 style='border-top:none;border-left:none'>Narayana Naik G</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>125</td>
  <td class=xl25 style='border-top:none;border-left:none'>Narayanan E K</td>
  <td class=xl25 style='border-top:none;border-left:none'>MATHS</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>126</td>
  <td class=xl25 style='border-top:none;border-left:none'>Narendra Dixit</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>127</td>
  <td class=xl25 style='border-top:none;border-left:none'>Natarajan S</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>128</td>
  <td class=xl25 style='border-top:none;border-left:none'>Navakanta Bhat</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>129</td>
  <td class=xl25 style='border-top:none;border-left:none'>Omkar S N</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>130</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="Pandey P C ">Pandey
  P C<span style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>CE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>131</td>
  <td class=xl25 style='border-top:none;border-left:none'>Parthasarathy R</td>
  <td class=xl25 style='border-top:none;border-left:none'>MS</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>132</td>
  <td class=xl25 style='border-top:none;border-left:none'>Prabhakar T V</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="CEDT  ">CEDT<span
  style='mso-spacerun:yes'>&nbsp;&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>SO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>133</td>
  <td class=xl25 style='border-top:none;border-left:none'>Prabhu K R</td>
  <td class=xl25 style='border-top:none;border-left:none'>OC</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>134</td>
  <td class=xl25 style='border-top:none;border-left:none'>Prabhu R Nott</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>135</td>
  <td class=xl25 style='border-top:none;border-left:none'>Pradeep S</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>136</td>
  <td class=xl25 style='border-top:none;border-left:none'>Prasad V B</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>137</td>
  <td class=xl25 style='border-top:none;border-left:none'>Priti shankar</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSA</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>138</td>
  <td class=xl25 style='border-top:none;border-left:none'>Pushparaj B K</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSA</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>139</td>
  <td class=xl25 style='border-top:none;border-left:none'
  x:str="Puttabasavaiah ">Puttabasavaiah<span style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>LIB</td>
  <td class=xl25 style='border-top:none;border-left:none'>AL</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>140</td>
  <td class=xl25 style='border-top:none;border-left:none'>Radhakant Padhi</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>141</td>
  <td class=xl25 style='border-top:none;border-left:none'>Radhaswamy G</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="E O ">E O<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>142</td>
  <td class=xl25 style='border-top:none;border-left:none'>Raghavan Varadarajan</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="MBU ">MBU<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>143</td>
  <td class=xl25 style='border-top:none;border-left:none'>Raghothama S</td>
  <td class=xl25 style='border-top:none;border-left:none'>SIF</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>144</td>
  <td class=xl25 style='border-top:none;border-left:none'>Raghuram P T</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>145</td>
  <td class=xl25 style='border-top:none;border-left:none'>Raghuraman K P</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSIC</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>146</td>
  <td class=xl25 style='border-top:none;border-left:none'>Raghuveer Rao P</td>
  <td class=xl25 style='border-top:none;border-left:none'>CE<span
  style='mso-spacerun:yes'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>TO</td>
  <td class=xl25 style='border-top:none;border-left:none'>SO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>147</td>
  <td class=xl25 style='border-top:none;border-left:none'>Rahul Pandit</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>148</td>
  <td class=xl25 style='border-top:none;border-left:none'>Rajan K</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>149</td>
  <td class=xl25 style='border-top:none;border-left:none'>Rajanna C</td>
  <td class=xl25 style='border-top:none;border-left:none'>MCB</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>150</td>
  <td class=xl25 style='border-top:none;border-left:none'>Rajanna K</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>151</td>
  <td class=xl25 style='border-top:none;border-left:none'>Rajesh Sundaresan</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>152</td>
  <td class=xl25 style='border-top:none;border-left:none'>Raju S</td>
  <td class=xl25 style='border-top:none;border-left:none'>MBU</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>153</td>
  <td class=xl25 style='border-top:none;border-left:none'>Rama Krishnan A G</td>
  <td class=xl25 style='border-top:none;border-left:none'>EE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>154</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramachandra Bhat M</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>155</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramachandra S G</td>
  <td class=xl25 style='border-top:none;border-left:none'>CAF</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>156</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramachandra T V</td>
  <td class=xl25 style='border-top:none;border-left:none'>CES</td>
  <td class=xl25 style='border-top:none;border-left:none'>SO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>157</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramachandran P</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>158</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramagopal S</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>159</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramakrishnan S</td>
  <td class=xl25 style='border-top:none;border-left:none'>IPC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>160</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramakumar S</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>161</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramamurthy U</td>
  <td class=xl25 style='border-top:none;border-left:none'>MET</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>162</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramanuja M N</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>163</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramasesha S</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>164</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramaswamy P</td>
  <td class=xl25 style='border-top:none;border-left:none'>MBU</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>165</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramesh K</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>166</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramesh K P</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>167</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ramesh V</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRDG</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>168</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ranganathan V T</td>
  <td class=xl25 style='border-top:none;border-left:none'>EE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>169</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ranjan Ganguli</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>170</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ravi R</td>
  <td class=xl25 style='border-top:none;border-left:none'>MET</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>171</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ravikrishna R V</td>
  <td class=xl25 style='border-top:none;border-left:none'>ME</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>172</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ravindranath N H</td>
  <td class=xl25 style='border-top:none;border-left:none'>ASTRA</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>173</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ravishankar M K</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>174</td>
  <td class=xl25 style='border-top:none;border-left:none'>Rout S K</td>
  <td class=xl25 style='border-top:none;border-left:none'>LIB</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>175</td>
  <td class=xl25 style='border-top:none;border-left:none'>Rudrapratap</td>
  <td class=xl25 style='border-top:none;border-left:none'>ME</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>176</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sachindeo Vaidya</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHEP</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>177</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sameer M Jalnapurar</td>
  <td class=xl25 style='border-top:none;border-left:none'>MATHS</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>178</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sampath S</td>
  <td class=xl25 style='border-top:none;border-left:none'>IPC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>179</td>
  <td class=xl25 style='border-top:none;border-left:none'>Samuelson A G</td>
  <td class=xl25 style='border-top:none;border-left:none'>IPC</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>180</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sandhya S
  Visweswaraiah</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRDG</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>181</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sangunni K S</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>182</td>
  <td class=xl25 style='border-top:none;border-left:none'>Saqquaf S S M</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>183</td>
  <td class=xl25 style='border-top:none;border-left:none'>Saraswathi
  Vishveshwara</td>
  <td class=xl25 style='border-top:none;border-left:none'>MBU</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>184</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sashidara Pandit S</td>
  <td class=xl25 style='border-top:none;border-left:none'>MET</td>
  <td class=xl25 style='border-top:none;border-left:none'>SO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>185</td>
  <td class=xl25 style='border-top:none;border-left:none'>Satheesh Raghavan</td>
  <td class=xl25 style='border-top:none;border-left:none'>BC</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>186</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sathish Govindarajan</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSA</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>187</td>
  <td class=xl25 style='border-top:none;border-left:none'
  x:str="Sathya Murthy K N ">Sathya Murthy K N<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>Phy</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>188</td>
  <td class=xl25 style='border-top:none;border-left:none'>Satish A.Patil</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>189</td>
  <td class=xl25 style='border-top:none;border-left:none'>Satish Kumar R</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>SO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>190</td>
  <td class=xl25 style='border-top:none;border-left:none'>Satish V Kailash</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="ME ">ME<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>191</td>
  <td class=xl25 style='border-top:none;border-left:none'>Satish Vadhiyar</td>
  <td class=xl25 style='border-top:none;border-left:none'>SERC</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>192</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sekhar M</td>
  <td class=xl25 style='border-top:none;border-left:none'>CE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>193</td>
  <td class=xl25 style='border-top:none;border-left:none'>Seshagiri P B</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRDG</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>194</td>
  <td class=xl25 style='border-top:none;border-left:none'>Shamala N</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>195</td>
  <td class=xl25 style='border-top:none;border-left:none'>Shankar T</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="CSA ">CSA<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>196</td>
  <td class=xl25 style='border-top:none;border-left:none'>Shenoy U J</td>
  <td class=xl25 style='border-top:none;border-left:none'>EE</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>197</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sheshadri T P</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>198</td>
  <td class=xl25 style='border-top:none;border-left:none'>Shivakumar C</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>SO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>199</td>
  <td class=xl25 style='border-top:none;border-left:none'>Shivakumar K R</td>
  <td class=xl25 style='border-top:none;border-left:none'>CAF</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>200</td>
  <td class=xl25 style='border-top:none;border-left:none'>Shivaleela E S</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>201</td>
  <td class=xl25 style='border-top:none;border-left:none'>Shivaprakash N C</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>202</td>
  <td class=xl25 style='border-top:none;border-left:none'>Shivashankar S A</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>203</td>
  <td class=xl25 style='border-top:none;border-left:none'>Siddartha P Sharma</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="MBU ">MBU<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>204</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sinha S K</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>205</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sitaram T G</td>
  <td class=xl25 style='border-top:none;border-left:none'>CE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>206</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sivapullaiah P V</td>
  <td class=xl25 style='border-top:none;border-left:none'>CE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>207</td>
  <td class=xl25 style='border-top:none;border-left:none'>Somasekhar H I</td>
  <td class=xl25 style='border-top:none;border-left:none'>ASTRA</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>208</td>
  <td class=xl25 style='border-top:none;border-left:none'>Soumyendu Raha</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="SERC ">SERC<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>209</td>
  <td class=xl25 style='border-top:none;border-left:none'>Srikant Y N</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSA</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>210</td>
  <td class=xl25 style='border-top:none;border-left:none'>Srinivas T</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>211</td>
  <td class=xl25 style='border-top:none;border-left:none'>Srinivasan N</td>
  <td class=xl25 style='border-top:none;border-left:none'>MBU</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>212</td>
  <td class=xl25 style='border-top:none;border-left:none'>Srinivasan R</td>
  <td class=xl25 style='border-top:none;border-left:none'>MS</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>213</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sriram Rama Swamy</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>214</td>
  <td class=xl25 style='border-top:none;border-left:none'>Subash Jacob</td>
  <td class=xl25 style='border-top:none;border-left:none'>CCT</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>215</td>
  <td class=xl25 style='border-top:none;border-left:none'>Subba Reddy B</td>
  <td class=xl25 style='border-top:none;border-left:none'>HVE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>216</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sudeep Punathanam</td>
  <td class=xl25 style='border-top:none;border-left:none'>Ch.Engg</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>217</td>
  <td class=xl25 style='border-top:none;border-left:none'>Suja Elizabeth</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>218</td>
  <td class=xl25 style='border-top:none;border-left:none'>Sukumar R</td>
  <td class=xl25 style='border-top:none;border-left:none'>CES</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>219</td>
  <td class=xl25 style='border-top:none;border-left:none'>Surendranath V</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>220</td>
  <td class=xl25 style='border-top:none;border-left:none'>Surolia A</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="MBU ">MBU<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>221</td>
  <td class=xl25 style='border-top:none;border-left:none'>Suryaprakash N</td>
  <td class=xl25 style='border-top:none;border-left:none'>SIF</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>222</td>
  <td class=xl25 style='border-top:none;border-left:none'>Suyambu A</td>
  <td class=xl25 style='border-top:none;border-left:none'>EE</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>223</td>
  <td class=xl25 style='border-top:none;border-left:none'>Thukaram D</td>
  <td class=xl25 style='border-top:none;border-left:none'>EE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>224</td>
  <td class=xl25 style='border-top:none;border-left:none'>Tirthankar
  Bhattacharya</td>
  <td class=xl25 style='border-top:none;border-left:none'>MATHS</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>225</td>
  <td class=xl25 style='border-top:none;border-left:none'>Udaya Kumar</td>
  <td class=xl25 style='border-top:none;border-left:none'>HVE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>226</td>
  <td class=xl25 style='border-top:none;border-left:none'>Umanand L</td>
  <td class=xl25 style='border-top:none;border-left:none'>CEDT</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>227</td>
  <td class=xl25 style='border-top:none;border-left:none'>Umapathy S</td>
  <td class=xl25 style='border-top:none;border-left:none'>IPC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>228</td>
  <td class=xl25 style='border-top:none;border-left:none'>Umarji A M</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRC</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>229</td>
  <td class=xl25 style='border-top:none;border-left:none'>Umesh Varshney</td>
  <td class=xl25 style='border-top:none;border-left:none'>MCB</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>230</td>
  <td class=xl25 style='border-top:none;border-left:none'>Utpal Mukherji</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>231</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vani V C</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>SO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>232</td>
  <td class=xl25 style='border-top:none;border-left:none'>Varma K B R</td>
  <td class=xl25 style='border-top:none;border-left:none'>MRC</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>233</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vasan H N</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>234</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vasant Natarajan</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="PHY ">PHY<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>235</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vasanthacharya N Y</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>236</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vasu R M</td>
  <td class=xl25 style='border-top:none;border-left:none'>IN</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>237</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vasudevan B</td>
  <td class=xl25 style='border-top:none;border-left:none'>AE</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>238</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vatsala P G</td>
  <td class=xl25 style='border-top:none;border-left:none'>BC</td>
  <td class=xl25 style='border-top:none;border-left:none'>TO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>239</td>
  <td class=xl25 style='border-top:none;border-left:none'>Veni Madhavan C E</td>
  <td class=xl25 style='border-top:none;border-left:none'>CSA</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>240</td>
  <td class=xl25 style='border-top:none;border-left:none'>Venkatakrishnappa D</td>
  <td class=xl25 style='border-top:none;border-left:none'>CST</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>241</td>
  <td class=xl25 style='border-top:none;border-left:none'>Venkatarama Reddy B V</td>
  <td class=xl25 style='border-top:none;border-left:none'>CE</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>242</td>
  <td class=xl25 style='border-top:none;border-left:none'>Venkataraman V</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>ACP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>243</td>
  <td class=xl25 style='border-top:none;border-left:none'>Venkatesh H.M</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>244</td>
  <td class=xl25 style='border-top:none;border-left:none'>Venugopal S</td>
  <td class=xl25 style='border-top:none;border-left:none'>CHE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>245</td>
  <td class=xl25 style='border-top:none;border-left:none'>Victor Suvisesha
  Muthu D</td>
  <td class=xl25 style='border-top:none;border-left:none'>PHY</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSO</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>246</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vijaya H S</td>
  <td class=xl25 style='border-top:none;border-left:none' x:str="IN ">IN<span
  style='mso-spacerun:yes'>&nbsp;</span></td>
  <td class=xl25 style='border-top:none;border-left:none'>SA</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>247</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vinod Sharma</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>248</td>
  <td class=xl25 style='border-top:none;border-left:none'>Vinoy K.J</td>
  <td class=xl25 style='border-top:none;border-left:none'>ECE</td>
  <td class=xl25 style='border-top:none;border-left:none'>AP</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>249</td>
  <td class=xl25 style='border-top:none;border-left:none'>Yadnyvalyka</td>
  <td class=xl25 style='border-top:none;border-left:none'>MS</td>
  <td class=xl25 style='border-top:none;border-left:none'>PRS</td>
 </tr>
 <tr height=20 style='height:15.0pt'>
  <td height=20 class=xl28 style='height:15.0pt;border-top:none' x:num>250</td>
  <td class=xl25 style='border-top:none;border-left:none'>Yeshonath S</td>
  <td class=xl25 style='border-top:none;border-left:none'>SSCU</td>
  <td class=xl25 style='border-top:none;border-left:none'>P</td>
 </tr>
 <![if supportMisalignedColumns]>
 <tr height=0 style='display:none'>
  <td width=64 style='width:48pt'></td>
  <td width=238 style='width:179pt'></td>
  <td width=95 style='width:71pt'></td>
  <td width=91 style='width:68pt'></td>
 </tr>
 <![endif]>
</table>

</body>

</html>

<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.07 [en] (X11; I; Linux 2.0.36 i586) [Netscape]">
</HEAD>
<BODY>
<CENTER>
<P><A NAME="Minutes of General Body Meetings"></A>Minutes of General Body
&amp; Executive Committee Meetings</CENTER>

<TABLE BORDER COLS=10 WIDTH="100%" NOSAVE >
<TR>
<TD><FONT SIZE=-1><A HREF="gbm/190299.txt">GBM19/02/99</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="gbm/260799.txt">GBM26/07/99</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec021199.html">EC02/11/99</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="gbm/080200.txt">GBM08/02/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec210200.txt">EC21/02/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec060300.txt">EC06/03/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec070400.html">EC07/04/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec050500.txt">EC05/05/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec120500.txt">EC12/05/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec160600.txt">EC16/06/00</A></FONT></TD>
</TR>

<TR>
<TD><FONT SIZE=-1><A HREF="ec/ec230600.txt">EC23/06/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec030700.txt">EC03/07/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="EC/EC140700.TXT">EC14/07/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="gbm/gbm230800.html">GBM23/08/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec040900.TXT">EC04/09/00</A></FONT></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec271000.txt">EC27/10/00</A></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec101100.txt">EC10/11/00</A></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec250101.txt">EC25/01/01</A></TD>

<TD><FONT SIZE=-1><A HREF="gbm/elections01.html">Elections01</A></TD>

<TD><FONT SIZE=-1><A HREF="gbm/gbm070301.html">GBM07/03/01</A></TD>

</TR>

<TR>
<TD><FONT SIZE=-1><A HREF="ec/ec200301.html">EC20/03/01</A></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec270401.txt">EC27/04/01</A></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec250601.html">EC25/06/01</A></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec170801.html">EC17/08/01</A></TD>

<TD><FONT SIZE=-1><A HREF="gbm/gbm121001.html">GBM12/10/01</A></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec210102.html">EC21/01/02</A></TD>

<TD><FONT SIZE=-1><A HREF="gbm/gbm080302.txt">GBM08/03/02</A></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec260402.txt">EC26/04/02</A></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec260702.txt">EC26/07/02</A></TD>

<TD><FONT SIZE=-1><A HREF="gbm/gbm200902.htm">GBM/20/09/02</A></TD>



</TR>
<TR>
<TD><FONT SIZE=-1><A HREF="ec/ec151102.txt">EC/15/11/02</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec090103.txt">EC/09/01/03</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm140203.htm">GBM/14/02/03</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec030303.htm">EC/03/03/03</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec110403.htm">EC/11/04/03</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec200603.htm">EC/20/06/03</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec010803.htm">EC/01/08/03</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm050803.htm">GBM/05/08/03</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec071103.htm">EC/07/11/03</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec070104.htm">EC/07/01/04</A></TD>

</TR>
<TR>

<TD><FONT SIZE=-1><A HREF="gbm/gbm130204.htm">GBM/13/02/04</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm280704.htm">GBM/28/07/04</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm280105.pdf">GBM/28/01/05</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec070205.pdf">EC/07/02/05</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec270405.pdf">EC/27/04/05</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec080705.pdf">EC/08/07/05</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm280705.pdf">GBM/28/07/05</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec110805.pdf">EC/11/08/05</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec231205.pdf">EC/23/12/05</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec200106.pdf">EC/20/01/06</A></TD>

</tr>

<TR>
<TD><FONT SIZE=-1><A HREF="gbm/gbm270106.pdf">GBM/27/01/06</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec080206.pdf">EC/08/02/06</A></TD>

<TD><FONT SIZE=-1><A HREF="ec/ec27apr06.doc">EC/27/04/06</A></TD>
<TD><FONT SIZE=-1><A HREF="ec/ec11jul06.doc">EC/11/07/06</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm28jul06.doc">GBM/28/07/06</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm04Jan07.doc">GBM/04/01/07</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm06Mar09.pdf">GBM/06/03/09</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm30july09.pdf">GBM/30/07/09</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm260310.pdf">GBM/26/03/10</A></TD>
<TD><FONT SIZE=-1><A HREF="gbm/gbm100311.pdf">GBM/10/03/11</A></TD>
</TR>

</TABLE>



</BODY>
</HTML>
Under Construction
<html>To view the old homepage, please <a href="http://www.iisc.ernet.in/fa/indexold.html">click here</a>.</html>
<html><h1>Prof. Priti Shankar, Department of CSA, passed away on 17 Oct 2011. Faculty Association offers its condolences to the family of Prof. Priti Shankar. Here is a short <a href="priti_shankar.pdf"> autobiographical note </a> on Prof. Priti Shankar.</h1></html>
FA has representatives in the following IISc committees:

Medical Committee    : Main task is to pick a good Group Insurance Plan for all IISc employees
1. Dr. H N Vasan,  SSCU
2. Dr Y Phaneendra, SERC


Grievance Committee:  Main task to is to respond to any grievance of a faculty member with respect to career development
1. Prof H S Jamadagni,  CEDT 
2. Prof Raghavan Varadarajan, MBU


House allotment committee: Main task is to cosnider issues regarding Housing for faculty    
1. Mr M K Ravishankar,   ECE
2. Dr. P S Kulkarni,  JATP/AE


Mutual Benefit Fund Committee 
1. Dr. V Jayaram, SSCU 

Amenities Committee
1. Mr. K R Kannan, SSCU
<html>
<h2>
On behalf of the IISc Faculty Association, we cordially invite all of you to the felicitation function in  honour of the retiring faculty members. </h2>

<h3>
Venue: Choksi Hall<br>
Day/Date: Tuesday, 26th July 2011<br>
Time: 3.30pm <br>
High Tea: 3.15 pm<br>
</h3>
<b>We look forward to your participation.</b><hr>







<h2>
Transcript of  <a href="Does_India_Need_a_High_Tech_Industry-IISc.pdf">Does India need a High-Technology Industry? (Transcript)</a></h2> Special Lecture was delivered by Arogyaswami Paulraj, Professor (Emeritus), Department of EE, Stanford University, USA, at IISc on 13 Apr 2011.
<hr>
</html>

[[The Possiblity of Creating Wonders from Nothing]]                      [[Photos of the Event at IISc Challakere Campus]]

<html>
<table>
<td>


Welcome! <br>

FA has been active in addressing issues facing faculty on campus. A few major issues taken up by FA with the IISc Administration, over the past several years, have been:
<li> Campus Housing: The efforts of several FA members has resulted in the construction of NE, ND and new NE quarters on campus. This effort has eased the housing problem to a certain extent. FA recognises the fact that young faculty are still facing problems of getting the desired accommodation. We hope that the additional proposed 72 E-type quarters will help mitigate the problem. 
<li> Pay Commission: FA has been active in highlighting  several anomalies in the recent and previous pay commissions. 
<li> Other issues: FA has been active in requesting the administration to address cleanliness, dog menace, garbage, security measures, CPDA benefits etc, which concern faculty.
<br><br>
FA also plans to organise technical activities in the future.<br><br>
If you have any issue to be addressed by FA, kindly 
<a href="mailto:facasn@tejas.serc.iisc.ernet.in?subject=FA:<insert subject>&body=To%0A%0A FA, IISc%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A[Please include your name, designation, dept, contact number.]">contact us. </a>
</td>
<td>The Executive Committee invites IISc faculty members to join the Faculty Association, IISc. There is only one membership grade: LIFE MEMBERSHIP. <br><br>

The Life membership fee is Rs 410 (Rupees Four Hundred and ten only), which can be paid by cash/cheque. Cheque should be in favour of "Faculty Association, IISc" and may be sent through IISc mail van/or through representative to <br>
<b>Dr C Shiva Kumara, Dept. of SSCU, IISc, Ph:2951, e mail: shiva@sscu.iisc.ernet.in </b>. <br>The receipt for the cheque will be sent to you.
<br><br>
You may join the Faculty Association, IISc, by clicking the link below to send us an email confirmation.
<br>
<a href="mailto:facasn@tejas.serc.iisc.ernet.in?subject=FA membership:New member&body=I wish to join the Faculty Association, IISc, Bangalore as a life-member and agree to pay the membership fee of Rs 410 Rupees Four hundred and ten only). %0A%0A[Please include your name, designation, dept, contact number.]"><h1>I agree to join FA, IISc. (Click here)</h1></a>

 </td>
</table>


</html>




<html>
<h1>Special Lecture at 415pm on 13 April 2011 at Faculty Hall, IISc </b><br><br>
Title: <a href="paulraj_apr2011_final.pdf">Do we need a High-Technology Industry? (Abstract and Bio)</a><br><br>
Speaker: Arogyaswami Paulraj, Professor (Emeritus), Department of EE, Stanford University, USA
</h1>
</html>






<html> 
During 2010,
<li> We organised the annual event of felicitating retired faculty members.
<li> A talk on self-improvement by Cdr. J V Avadhanulu (Retd, Indian Navy)
</html>
Faculty Assoication activities are the responsibility of the Executive Committee (EC) which has 12 members. EC elects 6 members every year and 6 members retire after serving 2 years on the EC. The EC elects office-bearers among the active EC members, for a 1-year term. The current EC members are:

<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.07 [en] (X11; I; Linux 2.0.36 i586) [Netscape]">
</HEAD>
<BODY>

<LI>
<A HREF="mailto:hari@ece.iisc.ernet.in">Prof. K V S Hari (ECE)</A> (President)</LI>

<LI>
<A HREF="mailto:sgr@caf.iisc.ernet.in">Dr. S G Ramachandra (CAF) </A> (Vice-President) </LI>

<LI>
<A HREF="mailto:reddy@hve.iisc.ernet.in">Mr. Subba Reddy (EE) </A> (Secretary) </LI>

<LI>
<A HREF="mailto:saqquaf@serc.iisc.ernet.in"> Mr. S S M Saqquaf</A> (Joint-Secretary)</LI>

<LI>
<A HREF="mailto:shiva@sscu.iisc.ernet.in">Dr. C Shiva Kumara (SSCU) </A>(Treasurer) </LI>
<LI> <A HREF="mailto:solarjnr@isu.iisc.ernet.in">Prof. J Nagaraju (ISU)</A> </LI>
<LI> <A HREF="mailto:nadig@ccf.iisc.ernet.in">Dr. D S Nadig (CCT)</A> </LI>
<LI> <A HREF="mailto:shivakumar@caf.iisc.ernet.in">Mr.K.R.Shivakumar (CAF)</A> </LI>
<LI> <A HREF="mailto:phani@serc.iisc.ernet.in">Dr. Phaneendra Yalavarthy (SERC)</A> </LI>

<LI> <A HREF="mailto:gajanan@ece.iisc.ernet.in">Mr.Gajanan S.Hegde (ECE)</A> </LI>

<LI> <A HREF="mailto:sathyam@physics.iisc.ernet.in">Mr.K.N.Sathyamurthy (PHY)</A> </LI>
<LI> <A HREF="mailto:vnkrishna@cedt.iisc.ernet.in">Mr.V.Nagakrishna (CEDT)</A> </LI>

<LI>
<A HREF="mailto:gsa@materials.iisc.ernet.in">Dr. G S Avadani (Mat Engg.)</A> (Ex-Officio Past Secretary) </LI>
</UL>
</UL>

</BODY>
</HTML>
[[Photos of the Event at IISc Challakere Campus]]


<html>
Farewell Function in 2010 for Retiring Members of FA <hr>

<img src="bhat_2010.jpg">
<img src="munjal_2010.jpg">
<img src="biswas_2010.jpg">
<img src="hegde_2010.jpg">
<img src="scientist_2010.jpg">

</html>
<html>
&nbsp &nbsp <a href="san 362.jpg">&nbsp &nbsp Starting from IISc Bangalore</a>
&nbsp &nbsp <a href="san 363.jpg">&nbsp &nbsp Breakfast time</a>
&nbsp &nbsp <a href="san 369.jpg">&nbsp &nbsp Campus Land</a>
<br><br>
&nbsp &nbsp <a href="26022011501.jpg">&nbsp &nbsp Signboard for Talent Development Centre (TDC)</a>
&nbsp &nbsp <a href="san 382.jpg">&nbsp &nbsp Talent Development Centre (TDC)</a>
&nbsp &nbsp <a href="san 381.jpg">&nbsp &nbsp Welcome Banner at TDC</a>
&nbsp &nbsp <a href="26022011488.jpg">&nbsp &nbsp Rangoli at the entrance of TDC</a>
&nbsp &nbsp <a href="san 395.jpg">&nbsp &nbsp Floral arrangement in the Foyer of TDC</a>
&nbsp &nbsp <a href="26022011486.jpg">&nbsp &nbsp View from the Foyer of TDC</a>
<br><br>
&nbsp &nbsp <a href="san 384.jpg">&nbsp &nbsp Videoconferencing with Main campus</a>
&nbsp &nbsp <a href="san 387.jpg">&nbsp &nbsp TDC classroom</a>
&nbsp &nbsp <a href="san 393.jpg">&nbsp &nbsp Videoconference test</a>
<br><br>
&nbsp &nbsp <a href="san 398.jpg">&nbsp &nbsp Arrival of CM at TDC</a>
<br><br>
&nbsp &nbsp <a href="san 401.jpg">&nbsp &nbsp Dais at the venue of Public function</a>
&nbsp &nbsp <a href="san 372.jpg">&nbsp &nbsp Venue of Public function</a>
&nbsp &nbsp <a href="san 374.jpg">&nbsp &nbsp At the venue</a>
&nbsp &nbsp <a href="san 404.jpg">&nbsp &nbsp Lighting the lamp</a>
&nbsp &nbsp <a href="san 409.jpg">&nbsp &nbsp Dignitaries on the dais</a>
<br><br>
&nbsp &nbsp <a href="san 410.jpg">&nbsp &nbsp Signboard for Guest House</a>
&nbsp &nbsp <a href="san 377.jpg">&nbsp &nbsp Guest House Blocks</a>
&nbsp &nbsp <a href="26022011478.jpg">&nbsp &nbsp Guest House Blocks-2</a>
</html>
RULES AND REGULATIONS OF THE ASSOCIATION
1. Definitions : 
 
In these articles, unless the context otherwise requires: 

    (a)     The "Institute" means Indian Institute of Science, Bangalore - 560012. 

    (b)    Academic Staff means: 

            (i)    Professors/Associate Professors/Principal Scientific Officers/Librarian/Technical Officers-III 

            (ii)    Assistant Professors/Senior Scientific Officers/Technical Officers-II 

            (iii)    Lecturers/Scientific Officers/System programmers/Asst. Librarians-I/Technical Officers-I 

            (iv)    Scientific/Research/Technical Assistants/Asst. Librarians-II/Programmers, and 
                      other members of staff doing academic work and appointed to 
                      permanent positions at the Institute. 

    (c)   "Association" means the Faculty Association of the academic staff of the Institute. 

    (d)  "General Body" means the General Body consisting of all the members of the Association. 

    (e)   A "member" of the Association shall mean any Academic Staff who has signed the 
            Memorandum of the Association on or before 14th February 
           1979, and who agrees to abide by the Rules and Regulations of the Association or anybody 
            employed in the Institute who is accepted to the 
            definition given in Clause II(a) 

    (f)    The "year" of the Association shall mean the calendar year. The working hours will be 
              5.15 p.m. to 7.15 p.m.(Monday through Friday). 

    (g)    In these Articles "He", "His" shall also mean "She" ,"Her" respectively. 
  

II. Membership: 

    (a)    There shall be the following classes of members of the Association. 

            1)    Member 
            2)    Associate Member. 

Member: 

Every adult person who is an academic staff defined in I(b) and who signs the Memorandum and agree to abide by the Rules and Regulations of  the 
Association  and pays the admission fees as well as annual subscription, is a member of the Association.
Associate Member: 
  
The Executive Committee of the Association may enroll any person or persons, not specifically belonging to I(b), but still doing academic work at the 
Institute as Associate Members, subject to the approval by the General Body.  A person wanting to become an Associate Member, shall sign the 
Memorandum of the Association and agree  to abide by the Rules and Regulations of the Association and shall pay the admission fees as well as annual subscription.
Hereafter, a member will mean both categories of membership. 
    (b)    Subscription: 

  
[There shall be an admission fee of Rs. 10/- and annual subscription of Rs. 20/- which can be paid in one or two installments.] Amended in GBM 23/08/00. 
There shall be an admission fee of Rs. 10/- and a life membership of Rs. 400/-
    (c)    Membership Register : 
  
The Association shall open and maintain a Register of all its members which shall be open for inspection by any member of the Association at the Registered Office on any day during the working hours of the Association.

    (d)    Cessation of Membership : 

            The membership of the Association shall cease in the event of : 

            (1)    the member ceasing to be an employee of the Institute subject  to approval by the 
                      Executive Committee. 

            (2)    resignation from the Association 

            (3)    default in payment of annual subscription for one year, and 

            (4)     Termination of Membership : 

Membership of a person shall stand terminated in the event of his action being prejudicial to the interests of this Association. This shall be done according to the following procedure.  If the charges against him in this regard are proved beyond doubt, he shall be issued a notice by the secretary, calling for explanation of his conduct and in absence of reply convincing the Executive Committee about his faultless conduct and/or a solemn undertaking never to indulge in such activity coming forth within a reasonable time not exceeding 30 days after the issue of the notice, the General Body on recommendation by the Executive Committee can terminate his membership by the vote of a majority of two-thirds of those present  in the General Body meeting.  The quorum for such a General Body meeting shall be 50% of the total members of the Association.

        (e)    A member of the Association once removed according to Clause II(d)(4) can be readmitted 
                  to the Association after a lapse of one year from the date of termination only after the 
                  approval of the General Body by a majority of two-thirds of votes of those present in the 
                  General Body meeting. 

        (f)    Rights and Duties of Members : 

                (1)    Every member who has been on rolls of the Association for the preceding three months*  shall have right to : 

                    (a)    the benefits provided by the Association: 

                    (b)    vote candidates for the Executive Committee: 

                    (c)    inspect account books, register of the members and such other records. 

              (2)    Every member shall conduct himself in such a manner as to bring credit to the Association and the Institute. 

              (3)    While every member has the right to put forth genuine problems arising in his 
                        day-to-day work in the Institute, the same shall be scrutinized by the Executive 
                        Committee on merits and then if found appropriate, taken up with the Authorities. 
                        The Association shall make all efforts to secure redressal.  No member including the 
                         members of Executive Committee shall represent the Association  in his personal 
                         capacity  on issues which the Association has already taken up for solution. 

    III. Management of Association : 

            (a)    The business affairs of the Association, financial and otherwise shall be conducted by an Executive Committee 
                      consisting of members as detailed in the following sub-clauses. 

           [ (b)    The Executive Committee shall consist of a President, a Vice-President,  a Secretary,  a  Joint Secretary,  A Treasurer 
                      and Seven other members.  From each of the following four categories : 

                    (1)    Professors/Associate Professors/Principal Scientific Officers/Librarian/Technical Officers-III. 

                    (2)    Assistant Professors/Senior Scientific Officers/Technical Officers-II ; 

                    (3)    Lecturers/Scientific Officers/System Programmers/Asst. Librarians-I/Technical Officers-I ; 

                    (4)    Technical/Research/Scientific Assistant/Asst. Librarians-II/Programmers ; 

                    There shall be four members on the Executive Committee,  the President, Vice-President, Secretary, Joint Secretary 
                    and Treasurer  shall be elected from among and  by the members of Executive Committee every year after election 
                    detailed in Clause III(e) is over.]  Amended in GBM 23/08/2000. 

         (b)    The Executive Committee shall consist of a President, a Vice-President,  a Secretary,  a  Joint Secretary,  A Treasurer 
                      and Eleven other members.  From each of the following four categories : 

                    (1)    Professors/Associate Professors/Principal Scientific Officers/Librarian/Technical Officers-III. 

                    (2)    Assistant Professors/Senior Scientific Officers/Technical Officers-II ; 

                    (3)    Lecturers/Scientific Officers/System Programmers/Asst. Librarians-I/Technical Officers-I ; 

                    (4)    Technical/Research/Scientific Assistant/Asst. Librarians-II/Programmers ; 

                    There shall be two members on the Executive Committee.  The other sixteen members shall be distributed among the 
                    four categories in proportion to their representation in the General Body. The President, Vice-President, Secretary, Joint Secretary 
                    and Treasurer  shall be elected from among and  by the members of Executive Committee every year after election 
                    detailed in Clause III(e) is over. 

            (c)    The  category wise representation on the Executive Committee given in Clause III(b) shall be reviewed by the Executive 
                      Committee every two years. Any proposal based on this review concerning the category wise representation on the 
                      Executive Committee shall be subject to approval by the General Body. 

            (d)    Every  elected member present at the Executive Committee shall have one vote and all matters except for which special 
                      provision is made in the Rules and Regulations of the Association shall be decided by a simple majority. 

            (e)    The Executive Committee shall appoint Returning Officer(s) for conducting the elections to the Executive Committee. 
                      The Returning Officer(s) shall call nominations for election, shall give adequate notice for the same, shall declare in 
                      advance a date for withdrawal and shall within a reasonable time declare the results of election.  All the candidates 
                      seeking elections under each category will be arranged in decreasing order of the valid votes polled by them and the 
                      results declared accordingly.  In the case of tie, the Returning Officer(s)  shall decide the result of the election by drawing 
                      lots. 

            (f)    The term of office for every elected member on the Executive Committee shall be two years  beginning from the date on 
                      which the member is elected. The election which shall be by secret ballot shall be held on a date to be fixed by the 
                      Executive Committee but shall not be later than 31st  March of that year.  At the end of every year, half of the members 
                      of the Executive Committee from each category, as listed in (b); shall retire and the vacancies so created shall be filled by 
                      election through secret  ballot by the General Body.  No member of the Executive Committee shall hold office on the 
                     Committee  for more than four years consecutively.  At the end of the first year of operation  of the Association, in 
                     absence of voluntary retirement of half of the members of Executive Committee, lots will be drawn for deciding the 
                     retirement. For  subsequent years, however, the half of the Committee members who have not retired during the 
                     preceding year shall retire.  The members who are to retire at the end of their terms shall remain on the Executive 
                    Committee till the new elected members replace them. 

            (g)    Eligibility : 

                    (1)    Members who take any assignment of representing the authorities of the Institute on matters connected with the 
                             Association, are not eligible to  continue in the Executive Committee during the period of such assignment.  The 
                             opinion of the General Body shall be final in interpreting this clause. 

                    (2)    If at least four members of the Executive Committee are of the opinion that a certain member on the Committee is 
                              not eligible to remain a member of the Executive Committee under Clause III(g)(1) then the Executive Committee 
                              shall call the General Body Meeting within fifteen days  of the requisition of notice especially to decide the eligibility. 
                              The General Body shall decide the eligibility or otherwise by a simple majority of those present in the meeting. 

            (h)    Co-opting : 

                    The Executive Committee may co-opt/invite additional members from among the members of the Association to help the 
                    Committee in executing  its duties However, the co-opted members shall not have voting right in the meeting of the 
                    Executive Committee. 

             (i)    Vacancies in and removal from the Executive Committee : 

                    (1)    If the number of vacancies in the Executive Committee is four and more at any time before the lapse of the stipulated 
                              period of one year, then the vacancies shall be filled by election through secret ballot by the General Body. 

                    (2)    Any member of the Executive Committee can be removed from the Committee by the General Body meeting by a 
                              majority of two-thirds of the members present at the meeting ; the reason for the removal can be misuse of office or 
                              working against the interests of the Association or continued absence from the Executive Committee meetings for 
                              three times consecutively without valid reasons.  However, the member of the Executive Committee to be so 
                               removed shall be given adequate opportunity to explain his conduct. 

             (j)    The Executive Committee shall function towards fulfilling the Aims and Objectives of the Association as detailed in the 
                      Memorandum, and in execution of  its duties and exercising its powers, it shall follow the Rules and Regulations of the 
                      Association. 

IV. Powers/Duties of the Members of Executive Committee : 

            (a)    President/Vice-President : 

                    (1)    The President shall preside over all General Body and Executive Committee meetings and shall sign minutes of all 
                              these meetings. 

                    (2)    The President shall have the power to call for Special General Body Meeting or Executive Committee meeting 
                               whenever necessary or shall call a special meeting of the Executive Committee on receipt of a written requisition 
                               signed by more than 50% of the elected members of the Executive Committee within 15 days of the receipt of such a 
                               notice. 

                    (3)    The Vice-President shall assist the President in his duties and shall perform the same in his absence. 

                    (4)    In the absence of  both the President and the Vice-President,  the Executive Committee shall elect one person from 
                              amongst its elected members as President for the period of absence. 

            (b)    Secretary/Joint Secretary : 

                    (1)    The Secretary shall make a note of the discussion at all meetings of the General body and the Executive Committee 
                              and record minutes, conduct all correspondence on behalf of the Association/Executive Committee.  The Secretary 
                              shall put forward the minutes of the previous meetings of the Executive Committee and General Body for 
                              confirmation by these bodies.  The Secretary shall be responsible for calling all meetings of the Executive Committee 
                              and General Body. 

                    (2)    The Secretary shall be responsible for submitting all returns and notices as required. 

                    (3)    The Joint-Secretary shall assist the Secretary in his duties and perform the same in his absence. 

            (c)    Treasurer : 

                    (1)    The Treasurer shall be responsible for the funds of the Association and the relevant records.  He shall operate the 
                              funds under the directions of the Executive Committee. 

                    (2)    The Treasurer shall receive contributions, donations and subscription from the members and issue receipts provided 
                              for the purpose by theAssociation. 

                    (3)    The Treasurer shall make payments after getting vouchers in respect of them attested by the Scretary or 
                              President/Vice-President in the absence of Secretary. 

                    (4)    The Treasurer shall prepare the annual Balance Sheet and the statement of Income and Expenditure for the 
                              consideration of the General Body and thereafter for submission to the Registrar of Societies. 

                    (5)    In the absence of the Treasurer, a member authorised by the Executive Committee shall look after the functions of 
                              the Treasurer for the period of his absence. 

                    (6)    The Secretary, assisted by the Treasurer and three other office bearers of the Committee shall be responsible for 
                              preparation and filing with the concerned Registrar of such records, annual or other statements as specified in the 
                              Society's Act and Sections/Rules. 

                    (7)    Normally, the Treasurer shall not keep with him the in trust case of more than Rupees Five Hundred at a time unless 
                              permitted by the Executive Committee. He shall remit all the amounts received on any account whatsoever, to the 
                              bank to the credit of the Association. 

            (d)    Annual Audit : 

                    (1)    The Association shall make due provision for the annual audit of its accounts by the auditors appointed by the 
                              General Body. 

                    (2)    Copies of the rules, the receipt and expenditure account and the Balance Sheet will be kept  readily available in the 
                              registered office of the Faculty Association. 

            (e)    General Funds : 

                    (1)    The General Funds of the Association shall consist of the subscriptions and donations and contributions from 
                               members and others. 

                    (2)    All funds shall be deposited in a Bank or Banks approved by the Executive Committee in the name of the Association 
                              and the account shall be operated jointly by the Treasurer and the Secretary.  In the absence of the Secretary, the 
                             Joint Secretary shall operate the account. 

                    (3)    The day to day business of the Association, the expenditure to be incurred thereof shall be as stipulated in clauses 
                              (IVa), (IVb), (IVc) and (IVd). 

                    (4)    The Executive Committee shall have full power in operating/utilizing the funds of the Association while managing the 
                              Affairs/Business of the Association so as to be consistent with clause (IIIj). 

            (f)    The Executive Committee shall meet at least once in three months on a day and at a place as may be fixed by the 
                     Secretary in consultation with the President. 

            (g)    One half of the elected members of the Executive Committee shall constitute the quorum.  No quorum will be necessary 
                      for any adjourned meeting. 

            (h)    A notice of at least seven days shall be given for the meeting of the Executive Committee.  The President can, however, 
                      call emergency meetings. 

            (i)    In all matters connected with the association requiring any official/legal negotiations/discussions, a team of members 
                    nominated by the Executive Committee of whom at least four shall be elected members of the Executive Committee, shall 
                    represent the Association. 

V. General Body Meetings : 

            (a)    The annual General Body meeting of the Association shall be held in the beginning  of the year on a date as may be 
                      determined by the Executive Committee by giving a notice of atleast  fifteen days to transact the following : 

                    (1)    to adopt the the report of the work done by the Association during the preceding year and annual audited statement 
                              of accounts ; 

                    (2)    to transact such other business as may be brought before it is provided by the Rules and Regulations of the 
                             Association or as considered necessary by the Executive Committee. 

            (b)    (1)    The President or the Executive Committee may call special general body meeting of the Association whenever 
                                necessary by giving written notice. 

                    (2)     The President/Executive Committee shall call a General Body meeting of the Association on a requisition signed at 
                               least by one tenth of the total strength of the members of the Association within fifteen days of receipt of such 
                               requisition. 

                    (3)    In case the President or the Executive Committee shall fail to convene such requisitioned meeting, the requisitionists 
                              shall themselves call a meeting after a due notice of fifteen days and the proceedings of such meetings shall be 
                              forwarded to the Executive Committee for its consideration with a list of members who attended the requistioned 
                              meeting along with their signatures ;  the Executive Committee will have to abide by the above proceedings / 
                              resolutions if the relevant Rules and Regulations of the Association are satisfied. 

            (c)    Every member present at the General Body shall have one vote and all matters except for which special provision is 
                      made in the Rules and Regulation of the Association shall be decided by  a simple majority. 

            (d)    One-fifth of the total members of the Association shall constitute the quorum for any General Body meeting except for 
                      which a special provision is made in the Rules and Regulations of the Association and for the purpose of amendment 
                      one-half of the total members shall constitute the quorum. 

VI. Dissolution of the Association : 

            (a)    The Association shall not be dissolved except by a vote of a majority of three-fourths of the members present and 
                          voting at a General Body meeting convened for such purposes provided the total number of votes cast at such a 
                          meeting is not less than two-thirds of the total number of members then on the rolls of the Association. 

            (b)    The funds and assets of the Association, after meeting all liabilities shall be disposed off according to the decisions of the 
                      dissolution meeting as per the Karnataka Societies Registration Act, 1960. 

VII. Amendments to Rules and Regulations of the Association : 

                The name and the Rules and Regulations of the Association may be amended by a resolution passed at a special General 
                     Body meeting  convened for the purpose of which written or printed notice shall have been delivered or sent by post to 
                     every member of the Association twenty one days previous to the date of the special meeting and the resolution proposing 
                     the amendment is passed by the votes cast in favour of the resolution by member who being entitled to do so, vote in 
                     person, and such votes  are not less than three times the number of votes, if any, cast against the resolution by members 
                     so entitled and voting. 
  
  
  
  
  
  
  
  

<html><img src="iisc_logo.jpg">    WELCOME TO FACULTY ASSOCIATION, IISc</html>
<html><H1>The Possiblity of Creating Wonders from Nothing</h1>
The inauguration of the Talent Development Centre at Challakere, on 26 Feb 2011 by the Chief Minister, was a momentous occasion for IISc. As we drove to IISc's second campus, glimpses of the first segment of the boundary wall with "IISC" on it (yes, C was in uppercase) set a lump in our throats. To see a barren piece of land, more than twice the size of the present campus, set our minds to think about <b> THE POSSIBILITY OF CREATING WONDERS FROM NOTHING!</b>.

A beginning was made, rightly, by focussing on reaching out to train the teachers in basic science. The foundation of India's scientific community must be broadened and buttressed. The talent development centre is a great first step in that direction. 
<br>It was great to see the fruits of the toil of so many of our colleagues to transform a dilapidated set of buildings, where Australian sheep were reared several decades back, into inhabitable residential hostels and guest rooms. The internet link between the main campus and Challakere campus broke the distance barrier and brought us together in the virtual world (and almost prompted to think of the possibility of a virtual Faculty meeting across the campuses). The energy of all concerned, was wonderful and the mood, joyous!

<br><br>The boundaries of what can be done is only limited by the vision and will of all of us. IT IS TIME!
</html>
<html> 
<h1>
WISHING ALL OF YOU A VERY HAPPY, HEALTHY, SAFE, NEW YEAR!
</h1>
<h2> Update on CPDA norms are <a href="cpda_update_dec2011.pdf">here</a>.</h2>
<h2> Guidelines of Medical Insurance (Group) Policy of Star Health and Allied Insurance Company for IISc employees<a href="medical Insurance_CHSS_dec2011.pdf"> Download the Policy</a></h2>

<h3> Approval for Air travel by Non-Air-India carriers has been reverted to the old process of seeking approval from the department of Civil Aviation directly. Send email to:</h3>

<b>Shri S.K. Chhikara<br>
Under Secretary<br>
Ministry of Civil Aviation<br>
Rajiv Gandhi Bhawan, New Delhi<br>
Email: chhikara.sk@nic.in
</b><hr>

<h3> Information about the Chief Research Scientist (CRS) position in IISc is available:<a href="crs.pdf">Updated Info on CRS</a>.</h3><br>
<h2> Download Other Forms</h2>
<table>
<tr>
<td><a href="clform.pdf">Casual Leave</a></td>
<td><a href="elform.pdf">Earned Leave</a></td>
<td><a href="sabbaticalFORM.pdf">Sabbatical Leave Request</a></td>
<td><a href="Travel_NonAI_rules_IISc_8dec11.pdf">Travel by Non AIR-INDIA: Rules (as of 8 dec 11)</a><br><br>
</td>
</tr>
<tr>
<td><a href="ltc_advance.pdf">LTC Advance Request</a></td>
<td><a href="cpda.pdf">CPDA Grant Request</a><br> <a href="cpda_update_dec2011.pdf">Update on CPDA norms (Dec 2011)</a>.</td>
<td><a href="ta_advance.pdf">TA Advance Request</a></td>
<td><a href="tarequestschemes.pdf">TA Advance Request- Schemes</a></td>
</tr>
<tr>
<td><a href="medicalreimbursement.pdf">Medical Reimbursement Request</a></td>
<td><a href="medicalreimbursementclaim.pdf">Medical Reimbursement Claim/Settlement</a></td>
<td><a href="telreimbursement.pdf">Telephone Reimbursement</a></td>
<td><a href="foreign_trvl_DArates_2011.pdf">Revised DA rates for Intl. travel</a></td>
</tr>
</table>
</html>
<html>
<h2>
Transcript of  <a href="Does_India_Need_a_High_Tech_Industry-IISc.pdf">Does India need a High-Technology Industry? (Transcript)</a></h2> Special Lecture was delivered by Arogyaswami Paulraj, Professor (Emeritus), Department of EE, Stanford University, USA, at IISc on 13 Apr 2011.
<hr>
</html>

<html><b>The Institute Scheme, Regulations and Bye-Laws (including all amendments upto 2005) are available here: <a href="iisc_rules_laws.pdf">Download (16 MB)</a>
</b>
(Thanks to Dr. D. Pal,SERC) <br>
The previous version is available <a href="http://www.iisc.ernet.in/fa/iiscrules/contents.html"> here</a>.
</html>
[[The Possiblity of Creating Wonders from Nothing]]                      [[Photos of the Event at IISc Challakere Campus]]

<html>
<table>
<td>


Welcome! <br>

FA has been active in addressing issues facing faculty on campus. A few major issues taken up by FA with the IISc Administration, over the past several years, have been:
<li> Campus Housing: The efforts of several FA members has resulted in the construction of NE, ND and new NE quarters on campus. This effort has eased the housing problem to a certain extent. FA recognises the fact that young faculty are still facing problems of getting the desired accommodation. We hope that the additional proposed 72 E-type quarters will help mitigate the problem. 
<li> Pay Commission: FA has been active in highlighting  several anomalies in the recent and previous pay commissions. 
<li> Other issues: FA has been active in requesting the administration to address cleanliness, dog menace, garbage, security measures, CPDA benefits etc, which concern faculty.
<br><br>
FA also plans to organise technical activities in the future.<br><br>
If you have any issue to be addressed by FA, kindly 
<a href="mailto:facasn@tejas.serc.iisc.ernet.in?subject=FA:<insert subject>&body=To%0A%0A FA, IISc%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A[Please include your name, designation, dept, contact number.]">contact us. </a>
</td>
<td>The Executive Committee invites IISc faculty members to join the Faculty Association, IISc. There is only one membership grade: LIFE MEMBERSHIP. <br><br>

The Life membership fee is <b>Rs 1000 (Rupees One Thousand only)</b>, which can be paid by cash/cheque. Cheque should be in favour of "Faculty Association, IISc" and may be sent through IISc mail van/or through representative to <br>
<b>Dr C Shiva Kumara, Dept. of SSCU, IISc, Ph:2951, e mail: shiva@sscu.iisc.ernet.in </b>. <br>The receipt for the cheque will be sent to you.
<br><br>
You may join the Faculty Association, IISc, by clicking the link below to send us an email confirmation.
<br>
<a href="mailto:facasn@tejas.serc.iisc.ernet.in?subject=FA membership:New member&body=I wish to join the Faculty Association, IISc, Bangalore as a life-member and agree to pay the membership fee of Rs 1000 (Rupees One Thousand only). %0A%0A[Please include your name, designation, dept, contact number.]"><h1>I agree to join FA, IISc. (Click here)</h1></a>

 </td>
</table>


</html>