Você está na página 1de 40

A Project Report On

Delhi University Submitted in the partial fulfillment of the requirement for the Award of degree of Master of Computer Applications (2010-2013)

Submitted To:
Dr. Deepak Kumar Faculty Amity Institute of Information Technology

Submitted By:
Akash khilnani A1004809070 BCA 3 (2010-2013)

Amity Institute of Information Technology, Amity University, UTTAR PRADESH

Certificate
This is to certify that the Project Report entitled Delhi University submitted by Akash Khilnani with Enrollment no. A1004809070 on AUGUST/2011 is his own work and has been carried out under my supervision. It is recommended that the candidate may now be evaluated for his project work by the University.

(Project Guide) Dr. Deepak Kumar Faculty AIIT

Declaration
I hereby declare that the project work entitled Delhi University submitted to the Amity University, is a record of an original work done by me under the guidance of Dr. Deepak Kumar, Faculty Member, AIIT, and this project work has not performed the basis for the award of any Degree or diploma/ associate ship/fellowship and similar project if any. Akash Khilnani A1004809070

Acknowled gement
Any person alone can never do a work of this nature. It has been able to bring this present shape only because of hearty cooperation of a number of heads and hands. There are some who are blessed, some who have advised, some who have wished and some who have supplied and some who have supplemented. Thanks being a small word cannot express the immense sense of gratitude one dwells in the heart towards anyone. No endeavor can successfully accomplish without any active participation, sincere assistance and encoring inspiration of others this project is no exception. I express a deepest sense of gratitude and obligation to my Project Guide Dr. Deepak Kumar for his kind help, valuable suggestions and other teachers for their invaluable guidance and co-operation; I was able to complete this project. I am grateful to the authorities of the different Libraries for providing me with necessary facilities and support for carrying out the work. Unfailing blessings, affection and encouragement of my revered and dear Parents and Teachers to whom this work is dedicated. All cannot be mentioned but none is forgotten.

Akash Khilnani A1004809070 BCA 3rd Sem (2010-2013)

Table Of Contents
Particulars
The Languges used DFD Coding Screenshots Bibliography

Page No.
1 5 7 37 42

The Concepts And Languages used in this Project :


HTML
HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. HTML elements are the basic building-blocks of webpages. HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>), within the web page content. HTML tags normally come in pairs like <h1> and </h1>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags andclosing tags). In between these tags web designers can add text, tables, images, etc.. The purpose of a web browser is to read HTML documents and compose them into visual or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages. Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material.

JavaScript
JavaScript was designed to add interactivity to HTML pages JavaScript is a scripting language A scripting language is a lightweight programming language JavaScript is usually embedded directly into HTML pages JavaScript is an interpreted language (means that scripts execute without preliminary compilation) Everyone can use JavaScript without purchasing a license.

What Can JavaScript do?


JavaScript gives HTML designers a programming tool - HTML authors are normally not programmers, but JavaScript is a scripting language with a very simple syntax! Almost anyone can put small "snippets" of code into their HTML pages JavaScript can react to events - A JavaScript can be set to execute when something happens, like when a page has finished loading or when a user clicks on an HTML element JavaScript can read and write HTML elements - A JavaScript can read and change the content of an HTML element JavaScript can be used to validate data - A JavaScript can be used to validate form data before it is submitted to a server. This saves the server from extra processing JavaScript can be used to detect the visitor's browser - A JavaScript can be used to detect the visitor's browser, and - depending on the browser - load another page specifically designed for that browser JavaScript can be used to create cookies - A JavaScript can be used to store and retrieve information on the visitor's computer

CSS
Maybe you already heard about CSS without really knowing what it is. In this lesson you will learn more about what CSS is and what it can do for you. CSS is an acronym for Cascading Style Sheets.

What can I do with CSS?


CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things. Just wait and see! HTML can be (mis-)used to add layout to websites. But CSS offers more options and is more accurate and sophisticated. CSS is supported by all browsers today. After only a few lessons of this tutorial you will be able to make your own style sheets using CSS to give your website a new great look. Which benefits will CSS give me? CSS was a revolution in the world of web design. The concrete benefits of CSS include: control layout of many documents from one single style sheet; more precise control of layout; apply different layout to different media-types (screen, print, etc.); numerous advanced and sophisticated techniques.

DHTML
That's a great question, one that I admit I had a lot of trouble finding a straight answer to. I remember seeing a posting on a JavaScript newsgroup that attempted to answer this question with the reply: DHTML is the combination of HTML and JavaScript I said to myself "Isn't that just a webpage with JavaScript on it then?" I was confused, to say the least. After shuffling through hundreds of search results on search engines for that elusive answer to my question, I still could not find it. So I thought, what the heck, I'll learn DHTML first, then figure out what it is! Now that I'm somewhat a DHTML programmer, I think I'm ready to present you with a decent one-line definition to the word DHTML: DHTML is the combination of several built-in browser features in fourth generation browsers that enable a web page to be more dynamic You see, DHTML is NOT a scripting language (like JavaScript), but merely a browser feature- or enhancement- that gives your browser the ability to be dynamic. What you really want to learn is not DHTML itself, but rather, the syntax needed to use DHTML. Before anything else, you may want to quickly visit Dynamic Drive to see what this language is capable of. Like I said, DHTML is a collection of features that together, enable your web page to be dynamic. I think its important now to define just what the creators of DHTML meant when they say "dynamic". "Dynamic" is defined as the ability of the browser to alter a web page's look and style after the document has loaded. I remember when I was learning JavaScript, I was taught that you could use the document.write() method of JavaScript to create webpages on the fly.

Coding
<html> <title>University of Delhi</title> <meta name="generator" content="TYPO3 4.2 CMS"> <%--<script type="text/javascript" src="index.php_files/javascript_93077bb238.js"></script>--%> <script src="index.php/javascript_93077bb238.js" type="text/javascript"></script> </head> <body> <script type="text/javascript"> $(document).ready(function() { var lang = $.query.get('L'); if(lang=='1' || lang==1) { $('#logo-placeholder').attr('src','fileadmin/templates/HomePage/../../DU/images/titledu2-hindi.jpg'); } else { $('#logo-placeholder').attr('src','fileadmin/templates/HomePage/../../DU/images/titledu2.jpg'); $('#section-coming-up').html('Coming Up'); $('#section-copyright').html('Copyright &copy; University of Delhi 2011'); } }); </script> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td align="center"> <table class="bg-top" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 109px;"> <a href="http://www.du.ac.in/index.php?id=4"><img src="index.php/logo_du.jpg" alt="LOGO" border="0"></a></td> <td valign="top"><table style="height: 93px;" border="0" cellpadding="0" cellspacing="0" width="100%">

<tbody><tr> <td class="top-links" align="right"><div style="float:right;"><ul style="float:left;"><li><a href="http://www.du.ac.in/index.php?id=4" title="Home" onfocus="blurLink(this);">Home</a></li><li><a href="http://www.du.ac.in/index.php?id=166" title="Opportunities" onfocus="blurLink(this);">Opportunities</a></li><li><a href="http://www.du.ac.in/index.php?id=29" title="Alumni" onfocus="blurLink(this);">Alumni</a></li><li><a href="http://www.du.ac.in/index.php?id=6" target="_blank" title="DU Mail" onfocus="blurLink(this);">DU Mail</a></li></ul><ul style="float:left;"><li class="no-border"><a href="http://www.du.ac.in/index.php?id=5" title="Contact Us" onfocus="blurLink(this);">Contact Us</a></li></ul></div></td></tr> <tr> <td valign="bottom"><div style="float:left;"> <a href="http://www.du.ac.in/index.php?id=4"><img src="index.php/title-du2.jpg" id="logo-placeholder" alt="University of Delhi" border="0"></a></div> <div class="search"> <!-- CONTENT ELEMENT, uid:2633/page_php_content_pi1 [begin] --> <%--<script type="text/javascript" src="index.php_files/custom_search.js"></script>--%> <script src="index.php/custom_search.js" type="text/javascript"></script> <form id="form1" method="post" onsubmit="gsearch('6');" action=""> <table border="0" cellpadding="0" cellspacing="0" width="157"> <tbody><tr> <td><input value="Faculty Member" id="text" name="text" class="search-box" type="text"></td> <td><div style="cursor: pointer;" id="sample_attach_menu_parent" class="sample_attach"><img src="index.php/search-button.jpg" alt="Search" id="image1" height="28" width="58"><input name="show" type="hidden"></div> <div style="position: absolute; display: none; top: 70px; left: 938px;" id="sample_attach_menu_child"> <a class="sample_attach" href="#" onclick="gsearch('4');" onmouseover="populateText('4');">Directory</a> <a class="sample_attach" href="#" onclick="gsearch('1');" onmouseover="populateText('1');">Faculty Member</a> <a class="sample_attach" href="#" onclick="gsearch('5');" onmouseover="populateText('5');">Publications</a> <a class="sample_attach" href="#" onclick="gsearch('3');" onmouseover="populateText('3');">Site</a> <a class="sample_attach" href="#" onclick="gsearch('2');" onmouseover="populateText('2');">Web</a> </div> <script type="text/javascript"> at_attach("sample_attach_menu_parent", "sample_attach_menu_child", "hover", "y", "pointer"); </script>

</td> </tr> </tbody></table> </form> <!-- CONTENT ELEMENT, uid:2633/page_php_content_pi1 [end] --> </div> </td> </tr> </tbody></table></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <tbody><tr> <td style="background-image: url(&quot;fileadmin/DU/images/corner-duclb.jpg&quot;); background-position: right top; background-repeat: no-repeat; lineheight: 4px; vertical-align: top;"><img src="index.php_files/dot.gif" alt=" " height="5" width="5"></td> <td style="background-image: url(&quot;fileadmin/DU/images/corner-ducb.jpg&quot;); background-position: center top; background-repeat: repeat-x; lineheight: 4px; vertical-align: top; width: 100%;"><img src="index.php_files/dot.gif" alt=" " height="1" width="1"></td> <td style="background-image: url(&quot;fileadmin/DU/images/corner-ducrb.jpg&quot;); background-position: right top; background-repeat: no-repeat; lineheight: 4px; vertical-align: top;"><img src="index.php_files/dot.gif" alt=" " height="5" width="5"></td> </tr></tbody></table></td> </tr> </tbody></table> </td> <td style="width: 10px;"><img src="index.php_files/dot.gif" alt=""></td> <td style="padding-top: 0px ! important; width: 217px;" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="217"> <tbody><tr> <th style="background-image: url(&quot;fileadmin/DU/images/du-corner-left.gif&quot;); background-repeat: norepeat; background-position: right top; line-height: normal; vertical-align: top;"><img src="index.php_files/dot.gif" alt=" " height="1" width="5"></th> <th class="duc">University Corner</th>

<th style="background-image: url(&quot;fileadmin/DU/images/du-corner-right.gif&quot;); background-repeat: norepeat; background-position: center top; line-height: normal; vertical-align: top;"><img src="index.php_files/dot.gif" alt=" " height="1" width="5"></th> </tr> <tr> <td colspan="3" class="duc"> <ul><li><a href="?id=895&amp;L=0">South Campus</a> </li><li><a href="?id=136&amp;L=0">Exam Results</a> </li><li><a href="? id=34&amp;L=0">Equal Opportunity Cell</a> </li><li><a href="? id=660&amp;L=0">Admission Test Results</a> </li><li><a href="? id=164&amp;L=0">Tenders &amp; Quotations</a> </li><li><a href="? id=60&amp;L=0">News and Press Release</a> </li><li><a href="? id=28&amp;L=0">Rules, Policies &amp; Ordinances</a> </li><li><a href="? id=32&amp;L=0">Guidelines &amp; Notifications</a> </li><li><a href="? id=137&amp;L=0">Student Welfare</a> </li><li><a href="? id=163&amp;L=0">RTI </a> </li><li><a href="?id=161&amp;L=0">Academic Calendar 2011-12</a> </li></ul></td> </tr> <tr> <td style="background-image: url(&quot;fileadmin/DU/images/corner-duclb.jpg&quot;); background-position: right top; background-repeat: no-repeat; lineheight: 4px; vertical-align: top;"><img src="index.php_files/dot.gif" alt=" " height="5" width="5"></td> <td style="background-image: url(&quot;fileadmin/DU/images/corner-ducb.jpg&quot;); background-position: center top; background-repeat: repeat-x; lineheight: 4px; vertical-align: top; width: 242px;"><img src="index.php_files/dot.gif" alt=" " height="1" width="1"></td> <td style="background-image: url(&quot;fileadmin/DU/images/corner-ducrb.jpg&quot;); background-position: right top; background-repeat: no-repeat; lineheight: 4px; vertical-align: top;"><img src="index.php_files/dot.gif" alt=" " height="5" width="5"></td> </tr> </tbody></table> </td> <td style="width: 5px;"><img src="index.php_files/dot.gif" alt=""></td> </tr> </tbody></table><div style="clear:both!important;"></div> <table class="footer" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 4px;"><img src="index.php_files/footer-left-corner.jpg" alt="" height="33" width="4"></td> <td><div style="float:left;"> <ul>

<li class="no-border" id="section-copyright">Copyright University of Delhi 2011</li> </ul> </div> </td> <td><div style="float:right;"> <ul style="float:left;"><li><a href="?id=57" title="Disclaimer" onfocus="blurLink(this);">Disclaimer</a></li><li><a href="?id=55" title="Sitemap" onfocus="blurLink(this);">Sitemap</a></li><li><a href=" id=577" title="Maps" onfocus="blurLink(this);">Maps</a></li></ul> <ul style="float:left;"><li class="no-border"><a href="?id=54" title="Feedback" onfocus="blurLink(this);">Feedback</a></li></ul> </div></td> <td style="width: 4px;"><img src="index.php_files/footer-right-corner.jpg" alt="" height="33" width="4"></td> </tr> </tbody></table></td> </tr> </tbody></table> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17034823-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body></html> <html> <title>Admission Test Results</title> <meta name="generator" content="TYPO3 4.2 CMS">

<button spid="{0.5416885535392459}" id="SEARCH_PREDICT_EVAL" hidden="true"></button></head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td align="center"> <table class="bg-top" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 109px;"><a href="http://www.du.ac.in/index.php?id=4"><img src="index.php/logo_du.jpg" alt="LOGO" border="0"></a></td> <td valign="top"><table style="height: 93px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="top-links" align="right"><div style="float:right;"><ul style="float:left;"><li><a href="http://www.du.ac.in/index.php?id=4" title="Home" onfocus="blurLink(this);">Home</a></li><li><a href="http://www.du.ac.in/index.php?id=166" title="Opportunities" onfocus="blurLink(this);">Opportunities</a></li><li><a href="http://www.du.ac.in/index.php?id=29" title="Alumni" onfocus="blurLink(this);">Alumni</a></li><li><a href="http://www.du.ac.in/index.php?id=6" target="_blank" title="DU Mail" onfocus="blurLink(this);">DU Mail</a></li></ul><ul style="float:left;"><li class="no-border"><a href="http://www.du.ac.in/index.php?id=5" title="Contact Us" onfocus="blurLink(this);">Contact Us</a></li></ul></div></td></tr> <tr> <td valign="bottom"><div style="float:left;"> <a href="http://www.du.ac.in/index.php?id=4"><img src="index.php/title-du2.jpg" alt="University of Delhi" id="logo-placeholder" border="0"></a></div> <div class="search"> <!-- CONTENT ELEMENT, uid:2633/page_php_content_pi1 [begin] --> <a id="c2633"></a> <form id="form1" method="post" onsubmit="gsearch('6');" action=""> <table border="0" cellpadding="0" cellspacing="0" width="157"> <tbody><tr> <td><input id="text" name="text" class="search-box" type="text"></td> <td><div style="cursor: pointer;" id="sample_attach_menu_parent" class="sample_attach"><img src="index.php/search-button.jpg" alt="Search" id="image1" height="28" width="58"><input name="show" type="hidden"></div> <div style="position: absolute; display: none;" id="sample_attach_menu_child"> <a class="sample_attach" href="#" onclick="gsearch('4');" onmouseover="populateText('4');">Directory</a>

<a class="sample_attach" href="#" onclick="gsearch('1');" onmouseover="populateText('1');">Faculty Member</a> <a class="sample_attach" href="#" onclick="gsearch('5');" onmouseover="populateText('5');">Publications</a> <a class="sample_attach" href="#" onclick="gsearch('3');" onmouseover="populateText('3');">Site</a> <a class="sample_attach" href="#" onclick="gsearch('2');" onmouseover="populateText('2');">Web</a> </div> </td> </tr> </tbody></table> </form> <table style="width: 100%;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td>BHMS (7th Merit List) :- Faculty&nbsp;of Homeopathic Medicine&nbsp;:- <a href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/201011/BHMS_VIIthlist_2582010.pdf" target="_blank">Details</a></td> </tr> </tbody> </table> <p>BHMS (6th Merit List) :- Faculty&nbsp;of Homeopathic Medicine&nbsp;:- <a href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2010-11/6-Merit %20List-BHMS_1782010.xls" target="_blank">Details</a></p> <table style="width: 100%;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td>BHMS (5th Merit List) :- Faculty&nbsp;of Homeopathic Medicine&nbsp;:- <a href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/201011/BHMS_Vthlist_1082010.pdf" target="_blank">Details</a></td> </tr> </tbody> </table> <table style="width: 100%;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td>BHMS (4th Merit List) :- Faculty&nbsp;of Homeopathic Medicine&nbsp;:- <a href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/201011/BHMS_IVlist_282010.pdf" target="_blank">Details</a></td> </tr> </tbody>

</table> <table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td>Faculty of Homeopathic Medicine - BHMS (III Merit List):- <a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/201011/BHMS_III_2672010.pdf" class="download">Details</a> </td></tr></tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td>Department of Hindi:- B.A. (H) Hindi Journalism &amp; Mass Communication: <a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/201011/BA_Journalism_hindi_272010.pdf" class="download" title="Initiates file download">Result</a></td></tr><tr><td>Medical-Dental Entrance Test (DUMET2010): <a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2009/ug/dumet_res ult%282%20may%29.pdf" class="download" title="Initiates file download">Result</a></td></tr><tr><td><a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2010/ug/GENRNK. PDF">RANK WISE RESULT OF ALL QUALIFIED GENERAL CANDIDATES</a> </td></tr><tr><td><a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2010/ug/GENROL. PDF">ROLL NUMBER WISE RESULT OF ALL QUALIFIED GENERAL CANDIDATES</a></td></tr><tr><td><a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2010/ug/OBCRNK. pdf">RANK WISE RESULT OF ALL THE OBC CANDIDATES</a></td></tr><tr><td><a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2010/ug/OBCROL. pdf">ROLL NUMBER WISE RESULT OF ALL THE OBC CANDIDATES</a></td></tr><tr><td><a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2010/ug/GENABS. pdf">ROLL NUMBER WISE ABSENT LIST OF GENERAL CANDIDATES</a></td></tr><tr><td><b>RESULT OF CANDIDATES WHOSE 10+2 BEST 4 MARKS ARE NOT AVAILABLE :</b></td></tr><tr><td>In case the candidate has received 10+2 result then they can contact the Department of English with their marksheet. A certificate will be issued using which they can contact the concerned college.</td></tr><tr><td><a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2010/ug/GENROL 0.pdf">ROLL NUMBER WISE RESULT OF THOSE GENERAL CANDIDATES WHOSE 10+2 BEST 4 MARKS ARE NOT AVAILABLE</a></td></tr><tr><td><a target="_blank" href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2010/ug/OBCROL 0.pdf">ROLL NUMBER WISE RESULT OF THOSE OBC CANDIDATES WHOSE 10+2 BEST 4 MARKS ARE NOT AVAILABLE</a></td></tr></tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="100%">

<tbody><tr><td> <span><h2>Certificate/Diploma/Others</h2></span></td></tr></tbody></table> <p>MD/MS/Diploma courses&nbsp;admission Test result :- Faculty of Medical Sciences&nbsp;:- <a href="http://www.du.ac.in/fileadmin/DU/students/Pdf/admissions/2011/MDMS_result_1722011.pdf" target="_blank">Details</a></p> </div> <!--middle row end --> <tr> <td style="background-image: url(&quot;fileadmin/DU/images/lbcorner-content-college.gif&quot;); background-position: right top; backgroundrepeat: no-repeat; line-height: 5px; vertical-align: top;"><img src="course.php_files/dot.gif" alt=" " height="5" width="5"></td> <td class="bottom-shadow"></td> <td style="background-image: url(&quot;fileadmin/DU/images/rbcorner-content-college.gif&quot;); background-position: left top; background-repeat: no-repeat; line-height: 5px; vertical-align: top;"><img src="course.php_files/dot.gif" alt=" " height="5" width="5"></td> </tr> </tbody></table> <!--middle pan start --> <!--middle pan ends --></td> <td style="width: 12px; vertical-align: top;">&nbsp;</td> </tr> </tbody></table> </div><table class="footer" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 4px;"><img src="course.php_files/footer-left-corner.jpg" alt="footer left image" height="33" width="4"></td> <td><div style="float:left; margin-left:5px;"> <ul> <li class="no-border" id="section-copyright">Copyright &amp;copy; University of Delhi 2011</li> </ul> </div></td> <td><div style="float:right;"> <ul style="float:left;"><li><a href="http://www.du.ac.in/index.php?id=57" title="Disclaimer" onfocus="blurLink(this);">Disclaimer</a></li><li><a href="http://www.du.ac.in/index.php?id=55" title="Sitemap"

onfocus="blurLink(this);">Sitemap</a></li><li><a href="http://www.du.ac.in/index.php?id=577" title="Maps" onfocus="blurLink(this);">Maps</a></li></ul> <ul style="float:left;"><li class="no-border"><a href="http://www.du.ac.in/index.php?id=54" title="Feedback" onfocus="blurLink(this);">Feedback</a></li></ul> </div></td> <td style="width: 4px;"><img src="course.php_files/footer-right-corner.jpg" alt="footer right image" height="33" width="4"></td> </tr> </tbody></table> </td> </tr> </tbody></table> </body></html> <html> <title>Colleges</title> <meta name="generator" content="TYPO3 4.2 CMS"> <script type="text/javascript" src="index.php/javascript_93077bb238.js"></script> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td align="center"> <table class="bg-top" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 109px;"> <a href="http://www.du.ac.in/index.php?id=4"><img src="index.php/logo_du.jpg" alt="LOGO" border="0"></a></td> <td valign="top"><table style="height: 93px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="top-links" align="right"><div style="float:right;"><ul style="float:left;"><li><a href="http://www.du.ac.in/index.php?id=4" title="Home" onfocus="blurLink(this);">Home</a></li><li><a href="http://www.du.ac.in/index.php?id=166" title="Opportunities" onfocus="blurLink(this);">Opportunities</a></li><li><a href="http://www.du.ac.in/index.php?id=29" title="Alumni" onfocus="blurLink(this);">Alumni</a></li><li><a href="http://www.du.ac.in/index.php?id=6" target="_blank" title="DU Mail" onfocus="blurLink(this);">DU Mail</a></li></ul><ul style="float:left;"><li

class="no-border"><a href="http://www.du.ac.in/index.php?id=5" title="Contact Us" onfocus="blurLink(this);">Contact Us</a></li></ul></div></td></tr> <tr> <td valign="bottom"><div style="float:left;"> <a href="http://www.du.ac.in/index.php?id=4"><img src="index.php/title-du2.jpg" alt="University of Delhi" border="0"></a></div> <div class="search"> <!-- CONTENT ELEMENT, uid:2633/page_php_content_pi1 [begin] --> <a id="c2633"></a><script type="text/javascript" src="index.php/custom_search.js"></script> <form id="form1" method="post" onsubmit="gsearch('6');" action=""> <table border="0" cellpadding="0" cellspacing="0" width="157"> <tbody><tr> <td><input id="text" name="text" class="search-box" type="text"></td> <td><div style="cursor: pointer;" id="sample_attach_menu_parent" class="sample_attach"><img src="collage.php_files/search-button.jpg" alt="Search" id="image1" height="28" width="58"><input name="show" type="hidden"></div> <div style="position: absolute; display: none; top: 70px; left: 938px;" id="sample_attach_menu_child"> <a class="sample_attach" href="#" onclick="gsearch('4');" onmouseover="populateText('4');">Directory</a> <a class="sample_attach" href="#" onclick="gsearch('1');" onmouseover="populateText('1');">Faculty Member</a> <a class="sample_attach" href="#" onclick="gsearch('5');" onmouseover="populateText('5');">Publications</a> <a class="sample_attach" href="#" onclick="gsearch('3');" onmouseover="populateText('3');">Site</a> <a class="sample_attach" href="#" onclick="gsearch('2');" onmouseover="populateText('2');">Web</a> </div> <script type="text/javascript"> at_attach("sample_attach_menu_parent", "sample_attach_menu_child", "hover", "y", "pointer"); </script> </td> </tr> </tbody></table> </form> <!-- Raw HTML content: [end] --> <!-- CONTENT ELEMENT, uid:2837/html [end] --> <!--TYPO3SEARCH_end--></div> <div id="contentA2"></div> <div class="college-box" id="contentA3"><!-TYPO3SEARCH_begin-->

<!-- CONTENT ELEMENT, uid:2785/page_php_content_pi1 [begin] --> <a id="c2785"></a><div id="PageLists"><table class="highlight-box" cellpadding="0" cellspacing="0"><tbody><tr><td><a href="http://www.du.ac.in/index.php?id=312&amp;L=0">Acharya Narendra Dev College</a></td><td><a href="http://www.du.ac.in/index.php? id=250&amp;L=0">Aditi Mahavidyalaya</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=247&amp;L=0">Atma Ram Sanatan Dharam College</a></td><td><a href="http://www.du.ac.in/index.php? id=339&amp;L=0">Ayurvedic &amp; Unani Tibbia College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=340&amp;L=0">Bhagini Nivedita College</a></td><td><a href="http://www.du.ac.in/index.php?id=245&amp;L=0">Bharati College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=342&amp;L=0">Bhaskaracharya College of Applied Sciences</a></td><td><a href="http://www.du.ac.in/index.php?id=343&amp;L=0">Bhim Rao Ambedkar College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=346&amp;L=0">College of Art</a></td><td><a href="http://www.du.ac.in/index.php?id=347&amp;L=0">College of Vocational Studies</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=246&amp;L=0">Daulat Ram College</a></td><td><a href="http://www.du.ac.in/index.php?id=349&amp;L=0">Deen Dayal Upadhyaya College </a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=350&amp;L=0">Delhi College of Arts &amp; Commerce</a></td><td><a href="http://www.du.ac.in/index.php?id=351&amp;L=0">Delhi College of Engineering</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=353&amp;L=0">Delhi Institute of Pharmaceutical Sciences &amp; Research</a></td><td><a href="http://www.du.ac.in/index.php? id=354&amp;L=0">Deshbandhu College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=388&amp;L=0">Dyal Singh College</a></td><td><a href="http://www.du.ac.in/index.php? id=389&amp;L=0">Dyal Singh College (Evening)</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=46&amp;L=0">Gargi College</a></td><td><a href="http://www.du.ac.in/index.php? id=45&amp;L=0">Hans Raj College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=390&amp;L=0">Hindu College</a></td><td><a href="http://www.du.ac.in/index.php? id=391&amp;L=0">Indira Gandhi Institute of Physical Education &amp; Sports Sciences</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=392&amp;L=0">Indraprastha College for Women</a></td><td><a href="http://www.du.ac.in/index.php?id=393&amp;L=0">Institute of Home Economics</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=394&amp;L=0">Janki Devi Memorial College</a></td><td><a href="http://www.du.ac.in/index.php?id=395&amp;L=0">Jesus &amp; Mary College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=396&amp;L=0">Kalindi College</a></td><td><a href="http://www.du.ac.in/index.php?id=397&amp;L=0">Kamala Nehru College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=398&amp;L=0">Keshav Mahavidyalaya</a></td><td><a href="http://www.du.ac.in/index.php?id=399&amp;L=0">Kirori Mal College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?

id=400&amp;L=0">Lady Hardinge Medical College</a></td><td><a href="http://www.du.ac.in/index.php?id=401&amp;L=0">Lady Irwin College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=402&amp;L=0">Lady Shri Ram College for Women</a></td><td><a href="http://www.du.ac.in/index.php?id=403&amp;L=0">Lakshmibai College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=404&amp;L=0">Maharaja Agrasen College</a></td><td><a href="http://www.du.ac.in/index.php?id=405&amp;L=0">Maharshi Valmiki College of Education</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=406&amp;L=0">Maitreyi College</a></td><td><a href="http://www.du.ac.in/index.php?id=407&amp;L=0">Mata Sundri College for Women</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=408&amp;L=0">Maulana Azad Medical College</a></td><td><a href="http://www.du.ac.in/index.php?id=409&amp;L=0">Miranda House</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=410&amp;L=0">Motilal Nehru College</a></td><td><a href="http://www.du.ac.in/index.php?id=411&amp;L=0">Motilal Nehru College (Evening)</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=412&amp;L=0">Nehru Homoeopathic Medical College &amp; Hospital</a></td><td><a href="http://www.du.ac.in/index.php? id=413&amp;L=0">Netaji Subhas Institute of Technology</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=414&amp;L=0">P.G.D.A.V. College</a></td><td><a href="http://www.du.ac.in/index.php? id=415&amp;L=0">P.G.D.A.V. College (Evening)</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=444&amp;L=0">Rajdhani College</a></td><td><a href="http://www.du.ac.in/index.php? id=445&amp;L=0">Rajkumari Amrit Kaur College of Nursing</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=446&amp;L=0">Ram Lal Anand College</a></td><td><a href="http://www.du.ac.in/index.php?id=447&amp;L=0">Ram Lal Anand College (Evening)</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=355&amp;L=0">Ramanujan College</a></td><td><a href="http://www.du.ac.in/index.php?id=456&amp;L=0">Ramjas College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=448&amp;L=0">Satyawati College</a></td><td><a href="http://www.du.ac.in/index.php?id=449&amp;L=0">Satyawati College (Evening)</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=450&amp;L=0">School of Open Learning</a></td><td><a href="http://www.du.ac.in/index.php?id=452&amp;L=0">Shaheed Bhagat Singh College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=453&amp;L=0">Shaheed Bhagat Singh College (Evening)</a></td><td><a href="http://www.du.ac.in/index.php?id=454&amp;L=0">Shaheed Rajguru College of Applied Sciences for Women</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=455&amp;L=0">Shaheed Sukhdev College of Business Studies</a></td><td><a href="http://www.du.ac.in/index.php? id=467&amp;L=0">Shivaji College </a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=470&amp;L=0">Shri Ram College of Commerce</a></td><td><a href="http://www.du.ac.in/index.php? id=472&amp;L=0">Shyam Lal College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=457&amp;L=0">Shyam Lal College

(Evening) </a></td><td><a href="http://www.du.ac.in/index.php? id=473&amp;L=0">Shyama Prasad Mukherji College for Women</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=474&amp;L=0">Sri Aurobindo College</a></td><td><a href="http://www.du.ac.in/index.php?id=475&amp;L=0">Sri Aurobindo College (Evening)</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=476&amp;L=0">Sri Guru Gobind Singh College of Commerce</a></td><td><a href="http://www.du.ac.in/index.php?id=477&amp;L=0">Sri Guru Nanak Dev Khalsa College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=478&amp;L=0">Sri Guru Teg Bahadur Khalsa College</a></td><td><a href="http://www.du.ac.in/index.php?id=479&amp;L=0">Sri Venkateswara College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=480&amp;L=0">St. Stephen's College</a></td><td><a href="http://www.du.ac.in/index.php?id=482&amp;L=0">Swami Shraddhanand College </a></td></tr><tr><td><a href="http://www.du.ac.in/index.php? id=465&amp;L=0">University College of Medical Sciences &amp; Guru Teg Bahadur Hospital</a></td><td><a href="http://www.du.ac.in/index.php? id=463&amp;L=0">Vallabhbhai Patel Chest Institute</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=461&amp;L=0">Vivekanand College</a></td><td><a href="http://www.du.ac.in/index.php? id=460&amp;L=0">Zakir Husain College</a></td></tr><tr><td><a href="http://www.du.ac.in/index.php?id=459&amp;L=0">Zakir Husain Post Graduate Evening College</a></td></tr></tbody></table></div><script type="text/javascript"> if(document.getElementById('content-index-pages')!=null) { document.getElementById('PageLists').style.display ='none'; } </script>

<!-- CONTENT ELEMENT, uid:2785/page_php_content_pi1 [end] --> <!--TYPO3SEARCH_end--></div> </td> <td class="right-shadow"><img src="collage.php_files/dot.gif" alt=" " width="5"></td> </tr> <!--middle row end --> <tr> <td style="background-image: url(&quot;fileadmin/DU/images/lbcorner-content-college.gif&quot;); background-position: right top; backgroundrepeat: no-repeat; line-height: 5px; vertical-align: top;"><img src="collage.php_files/dot.gif" alt=" " height="5" width="5"></td> <td class="bottom-shadow"></td>

<td style="background-image: url(&quot;fileadmin/DU/images/rbcorner-content-college.gif&quot;); background-position: left top; background-repeat: no-repeat; line-height: 5px; vertical-align: top;"><img src="collage.php_files/dot.gif" alt=" " height="5" width="5"></td> </tr> </tbody></table> <!--middle pan start --> <!--middle pan ends --></td> <td style="width: 12px; vertical-align: top;">&nbsp;</td> </tr> </tbody></table> </div> <table class="footer" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 4px;"><img src="collage.php_files/footer-left-corner.jpg" alt="footer left image" height="33" width="4"></td> <td><div style="float:left; margin-left:5px;"> <ul> <li class="no-border">Copyright University of Delhi 2010</li> </ul> </div></td> <td><div style="float:right;"> <ul style="float:left;"><li><a href="http://www.du.ac.in/index.php?id=57" title="Disclaimer" onfocus="blurLink(this);">Disclaimer</a></li><li><a href="http://www.du.ac.in/index.php?id=55" title="Sitemap" onfocus="blurLink(this);">Sitemap</a></li><li><a href="http://www.du.ac.in/index.php?id=577" title="Maps" onfocus="blurLink(this);">Maps</a></li></ul> <ul style="float:left;"><li class="no-border"><a href="http://www.du.ac.in/index.php?id=54" title="Feedback" onfocus="blurLink(this);">Feedback</a></li></ul> </div></td> <td style="width: 4px;"><img src="collage.php_files/footer-right-corner.jpg" alt="footer right image" height="33" width="4"></td> </tr> </tbody></table> </td> </tr> </tbody></table> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17034823-2']); _gaq.push(['_trackPageview']);

(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body></html> <html> <title>Faculties</title> <meta name="generator" content="TYPO3 4.2 CMS"> <script type="text/javascript" src="index.php/javascript_93077bb238.js"></script> <button spid="{0.46374742563958216}" id="SEARCH_PREDICT_EVAL" hidden="true"></button></head> <body> <script type="text/javascript"> $(document).ready(function() { var lang = $.query.get('L'); if(lang=='1' || lang==1) { $('#logo-placeholder').attr('src','fileadmin/templates/HomePage/../../DU/images/titledu2-hindi.jpg'); } else { $('#logo-placeholder').attr('src','fileadmin/templates/HomePage/../../DU/images/titledu2.jpg'); $('#section-copyright').text('Copyright &copy; University of Delhi 2011'); } }); </script> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td align="center"> <table class="bg-top" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 109px;"><a href="http://www.du.ac.in/index.php?id=4"><img src="index.php/logo_du.jpg" alt="LOGO" border="0"></a></td>

<td valign="top"><table style="height: 93px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="top-links" align="right"><div style="float:right;"><ul style="float:left;"><li><a href="http://www.du.ac.in/index.php?id=4" title="Home" onfocus="blurLink(this);">Home</a></li><li><a href="http://www.du.ac.in/index.php?id=166" title="Opportunities" onfocus="blurLink(this);">Opportunities</a></li><li><a href="http://www.du.ac.in/index.php?id=29" title="Alumni" onfocus="blurLink(this);">Alumni</a></li><li><a href="http://www.du.ac.in/index.php?id=6" target="_blank" title="DU Mail" onfocus="blurLink(this);">DU Mail</a></li></ul><ul style="float:left;"><li class="no-border"><a href="http://www.du.ac.in/index.php?id=5" title="Contact Us" onfocus="blurLink(this);">Contact Us</a></li></ul></div></td></tr> <tr> <td valign="bottom"><div style="float:left;"> <a href="http://www.du.ac.in/index.php?id=4"><img src="index.php/title-du2.jpg" alt="University of Delhi" id="logo-placeholder" border="0"></a></div> <div class="search"> <!-- CONTENT ELEMENT, uid:2633/page_php_content_pi1 [begin] --> <a id="c2633"></a><script type="text/javascript" src="index.php/custom_search.js"></script> <form id="form1" method="post" onsubmit="gsearch('6');" action=""> <table border="0" cellpadding="0" cellspacing="0" width="157"> <tbody><tr> <td><input id="text" name="text" class="search-box" type="text"></td> <td><div style="cursor: pointer;" id="sample_attach_menu_parent" class="sample_attach"><img src="index.php/search-button.jpg" alt="Search" id="image1" height="28" width="58"><input name="show" type="hidden"></div> <div style="position: absolute; display: none;" id="sample_attach_menu_child"> <a class="sample_attach" href="#" onclick="gsearch('4');" onmouseover="populateText('4');">Directory</a> <a class="sample_attach" href="#" onclick="gsearch('1');" onmouseover="populateText('1');">Faculty Member</a> <a class="sample_attach" href="#" onclick="gsearch('5');" onmouseover="populateText('5');">Publications</a> <a class="sample_attach" href="#" onclick="gsearch('3');" onmouseover="populateText('3');">Site</a> <a class="sample_attach" href="#" onclick="gsearch('2');" onmouseover="populateText('2');">Web</a> </div> <script type="text/javascript"> at_attach("sample_attach_menu_parent", "sample_attach_menu_child", "hover", "y", "pointer");

</script> </td> </tr> </tbody></table> </form> <div id="mid-container"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 12px; vertical-align: top;">&nbsp;</td> <td style="vertical-align: top;"><div class="bredcrum_college"><span><a href="http://www.du.ac.in/index.php?id=12" title="ACADEMICS" onfocus="blurLink(this);">ACADEMICS</a></span>&nbsp;&gt;&gt;&nbsp;Faculti es</div></td> <td style="width: 12px; vertical-align: top;">&nbsp;</td> </tr></tbody></table> <table class="bg-content" id="middle-container" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 12px; vertical-align: top;">&nbsp;</td> <td style="width: 170px; vertical-align: top;"> <!--left pan start --> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td class="leftheading"> <div><h1>ACADEMICS</h1></div> <div><ul id="navleft"><li><a href="http://www.du.ac.in/index.php? id=214" onfocus="blurLink(this);" class="dropact">Faculties</a></li><li><a href="http://www.du.ac.in/index.php?id=215" onfocus="blurLink(this);">Departments</a></li><li><a href="http://www.du.ac.in/index.php?id=40" onfocus="blurLink(this);">Colleges</a></li><li><a href="http://www.du.ac.in/index.php?id=216" onfocus="blurLink(this);">Centres / Institutes</a></li><li><a href="http://www.du.ac.in/index.php?id=184" target="blank" title="Campus of Open Learning" onfocus="blurLink(this);">Campus of Open Learning</a></li><li><a href="http://www.du.ac.in/index.php?id=821" target="_blank" title=" NCWEB" onfocus="blurLink(this);">NCWEB</a></li><li><a href="http://www.du.ac.in/index.php?id=39" title="Courses" onfocus="blurLink(this);">Courses</a></li><li><a href="http://www.du.ac.in/index.php?id=674" title="International Relations" onfocus="blurLink(this);">International Relations</a></li></ul></div> </td></tr></tbody></table> <!--left pan end --> </td> <td style="width: 12px; vertical-align: top;">&nbsp;</td>

<td style="vertical-align: top;"><table class="shadow" border="0" cellpadding="0" cellspacing="0" width="100%"> <!--top shadow row start --> <tbody><tr> <td style="background-image: url(&quot;fileadmin/DU/images/ltcorner-content-college.gif&quot;); background-position: right bottom; backgroundrepeat: no-repeat; line-height: 5px; vertical-align: top;"><img src="faculty.php_files/dot.gif" alt=" " height="5" width="5"></td> <td class="top-shadow"></td> <td style="background-image: url(&quot;fileadmin/DU/images/rtcorner-content-college.gif&quot;); background-position: left bottom; backgroundrepeat: no-repeat; line-height: 5px; vertical-align: top;"><img src="faculty.php_files/dot.gif" alt=" " height="5" width="5"></td> </tr> <!--top shadow row ends --> <!--middle row starts --> <tr> <td class="left-shadow"><img src="index.php/dot.gif" alt=" " width="5"></td> <td style="vertical-align: top; background-color: rgb(255, 255, 255); width: 100%;"><!--<div class="scrolldiv">--> <div class="mid_addresses_txt"> <div class="middle-content"> <div class="content-box-detail"> <div class="admin-box"> <a name="top" id="top"></a> <div style="width:100%; border:0px;" id="expanded"><!-TYPO3SEARCH_begin--> <!-- CONTENT ELEMENT, uid:4554/page_php_content_pi1 [begin] --> <a id="c4554"></a><h1 id="head">Faculties</h1> <div class="demo-show2"> <h1 class="div_head">APPLIED SOCIAL SCIENCES &amp; HUMANITIES</h1> <div style="display: none;" class="div_body">Prof. V.K. Kaul<br> Dean, Faculty of Applied Social Sciences &amp; Humanities, <br> University of Delhi, Delhi - 110 007. <br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=311">Business Economics</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=313">Slavonic &amp; Finno-Ugrian Studies</a> </td> </tr> </tbody></table> </div>

<h1 class="div_head">ARTS</h1> <div style="display: none;" class="div_body">Prof. H.S. Prasad<br> Dean, Faculty of Arts <br> Main Adminstration Building, <br> University of Delhi, Delhi - 110 007. <br> Phone: 27662223, 27667725 X 1280<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=252">Arabic</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=253">Buddhist Studies</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=314">English</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=315">Germanic &amp; Romance Studies</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=316">Hindi</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=317">Library &amp; Information Science</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=319">Linguistics</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=320">Modern Indian Languages and Literary Studies</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=321">Persian</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=322">Philosophy</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=323">Psychology</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=324">Punjabi</a> </td> </tr>

<tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=325">Sanskrit</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=326">Urdu</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">AYURVEDIC &amp; UNANI MEDICINE</h1> <div style="display: none;" class="div_body">Dr. (Ms.) Rajni Sushma <br> Dean, Faculty of Ayurvedic &amp; Unani Medicine, <br> University of Delhi, Delhi - 110 007 <br> Phone: 23524180 <br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=327">Ayurvedic Medicine</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php?id=768">Unani Medicine</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">COMMERCE &amp; BUSINESS STUDIES</h1> <div style="display: block;" class="div_body">Prof. K.V. Bhanumurthy<br> Dean, Faculty of Commerce &amp; Business Studies, <br> University of Delhi, Delhi-110007. <br> Phone: 27667891 x 1632 (EPABX)<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=328">Commerce</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=329">Financial Studies</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">EDUCATION</h1> <div style="display: none;" class="div_body">Prof. (Ms.)Anita Rampal<br> Dean, Faculty of Education, <br> 33, Chhatra Marg, <br>

University of Delhi, Delhi-110007. <br> Phone: 27666377, 27667509, 27667030<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=330">Education</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">HOMEOPATHIC MEDICINE</h1> <div style="display: none;" class="div_body">Dean, Faculty of Homeopathic Medicine, <br> University of Delhi, Delhi-110007.<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%">Homoeopathic Medicine </tr> </td>

</tbody></table> </div> <h1 class="div_head">INTER-DISCIPLINARY AND APPLIED SCIENCES</h1> <div style="display: none;" class="div_body">Prof. Avinashi Kapoor <br> Dean, University of Delhi South Campus, Benito Juarez Marg, <br> Dhaula Kuan, New Delhi-110021.<br> Phone: 24106392<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php?id=332">BioPhysics</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=331">Biochemistry</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=333">Electronics Science</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=334">Genetics</a> </td> </tr>

<tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=335">Microbiology</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=336">Physical Education &amp; Sports Sciences</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php?id=337">Plant Molecular Biology</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">LAW</h1> <div style="display: none;" class="div_body">Prof. Gurdip Singh <br> Dean, Faculty of Law, <br> University of Delhi, Delhi 110007.<br> Phone: 27667483 x 1510 (EPABX)<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=344">Law</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">MANAGEMENT STUDIES</h1> <div style="display: none;" class="div_body">Prof. Raj S. Dhankar <br> Dean, Faculty of Management Studies, <br> University of Delhi, Delhi-110007.<br> Phone: 27666685 x 1620 (EPABX)<br> <a href="http://fms.edu/" target="_blank">http://fms.edu</a> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=345">Business Management &amp; Industrial Administration </a> </td> </tr> </tbody></table> </div>

<h1 class="div_head">MATHEMATICAL SCIENCES</h1> <div style="display: none;" class="div_body">Prof. Bal Kishan Dass <br> Dean, Faculty of Mathematical Sciences <br> New Academic Block, Adjoining Arts Faculty Building,<br> University of Delhi, Delhi 110007.<br> Phone: 27667591 x 1324 (EPABX)<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=265">Computer Science </a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=348">Mathematics</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=266">Operational Research</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=352">Statistics</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">MEDICAL SCIENCES</h1> <div style="display: none;" class="div_body"> Prof. (Ms.) Jolly Rohtagi <br> Dean, Faculty of Medical Sciences <br> V.P. Chest Institute,<br> University of Delhi, Delhi 110007.<br> Phone: 22282971<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=356">Anaesthesiology &amp; Critical Care</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=358">Anatomy</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=359">Community Medicine</a> </td> <td width="50%">Dental Sciences </td> </tr> <tr>

<td width="50%"><a href="http://www.du.ac.in/index.php? id=360">Dermatology &amp; Venereology</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=361">Forensic Medicine</a> </td> </tr> <tr> <td width="50%">Medical Bio-Chemistry </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=363">Medical Microbiology</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=364">Medicine</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=365">Obstetrics &amp; Gyanaecology</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=366">Opthalmology</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=367">Orthopaedics</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=368">Otolaryngology</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=369">Paediatrics</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=370">Pathology</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=371">Pharmacology</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=372">Physiology</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=374">Psychiatry</a> </td> </tr> <tr> <td width="50%">Radio Therapy </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=375">Radiology, Radio-diagnosis &amp; Radiation Medicine </a>

</td>

</tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=376">Surgery</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=378">Tuberculosis &amp; Respiratory Disease</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">MUSIC &amp; FINE ARTS</h1> <div style="display: none;" class="div_body">Prof. Anupam Mahajan <br> Dean, Faculty of Music &amp; Fine Arts, <br> Mall Road, University of Delhi, Delhi 110007.<br> Phone: 27667608 x 1616 (EPABX) <br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php?id=385">Fine Arts</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=386">Music</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">OPEN LEARNING</h1> <div style="display: none;" class="div_body">Dr. Savita Datta<br> Dean, Faculty of Open Learning, <br> University of Delhi, Delhi-110007.<br> Phone: 27667041<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%">Distance &amp; Continuing Education </td> </tr> </tbody></table> </div> <h1 class="div_head">SCIENCE</h1> <div style="display: none;" class="div_body"> Prof. S.C. Bhatla <br> Dean, Faculty of Science,<br> University of Delhi, Delhi-110007.<br>

Phone: 27667793, 27667725 x 1356, 1358 (EPABX)<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=387">Anthropology</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=262">Botany</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=263">Chemistry</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=416">Environmental Biology</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=417">Geology</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php?id=418">Home Science</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=419">Nursing</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=420">Pharmacy</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=421">Physics &amp; Astrophysics</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=422">Zoology</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">SOCIAL SCIENCES</h1> <div style="display: none;" class="div_body">Prof. (Ms.) Nandini Sundar <br> Dean, Faculty of Social Sciences Building <br> University of Delhi, Delhi 110007.<br> Phone: 27667866, 27667725 x 1348 (EPABX) )<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr>

<td width="50%"><a href="http://www.du.ac.in/index.php?id=423">Adult, Continuing Education &amp; Extension</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=424">African Studies</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php?id=259">East Asian Studies</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=260">Economics</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=433">Geography</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php? id=437">History</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=438">Political Science</a> </td> <td width="50%"><a href="http://www.du.ac.in/index.php?id=439">Social Work</a> </td> </tr> <tr> <td width="50%"><a href="http://www.du.ac.in/index.php? id=440">Sociology</a> </td> </tr> </tbody></table> </div> <h1 class="div_head">TECHNOLOGY</h1> <div style="display: none;" class="div_body">Prof. Ashutosh Trivedi <br> Dean, Faculty of Technology, <br> Netaji Subhas Institute of Technology, Azad Hind Fauj Marg, <br> Sector 3, Dwarka, New Delhi 110045.<br> Phone: 22960816<br> <div class="h2_heading">Department under this faculty</div> <table class="highlight-box" style="margin-top: 5px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="50%">Applied Sciences &amp; Humanities </td> <td width="50%">Civil Engineering </td> </tr> <tr> <td width="50%">Computer Engineering </td>

<td width="50%">Electrical Engineering </tr> <tr> </td>

</td>

<td width="50%">Electronics &amp; Communication Engineering <td width="50%">Instrumentation &amp; Control Engineering </tr> <tr> <td width="50%">Mechanical Engineering </td> <td width="50%">Production &amp; Industrial Engineering </tr> </tbody></table> </div> </div> </td>

</td>

<!-- </div>--></td> <td class="right-shadow"><img src="faculty.php_files/dot.gif" alt=" " width="5"></td> </tr> <!--middle row end --> <tr> <td style="background-image: url(&quot;fileadmin/DU/images/lbcorner-content-college.gif&quot;); background-position: right top; backgroundrepeat: no-repeat; line-height: 5px; vertical-align: top;"><img src="faculty.php_files/dot.gif" alt=" " height="5" width="5"></td> <td class="bottom-shadow"></td> <td style="background-image: url(&quot;fileadmin/DU/images/rbcorner-content-college.gif&quot;); background-position: left top; background-repeat: no-repeat; line-height: 5px; vertical-align: top;"><img src="faculty.php_files/dot.gif" alt=" " height="5" width="5"></td> </tr> </tbody></table> <!--middle pan start --> <!--middle pan ends --></td> <td style="width: 12px; vertical-align: top;">&nbsp;</td> </tr> </tbody></table> </div><table class="footer" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 4px;"><img src="index.php/footer-left-corner.jpg" alt="footer left image" height="33" width="4"></td> <td><div style="float:left; margin-left:5px;"> <ul>

<li class="no-border" id="section-copyright">Copyright &amp;copy; University of Delhi 2011</li> </ul> </div></td> <td><div style="float:right;"> <ul style="float:left;"><li><a href="http://www.du.ac.in/index.php?id=57" title="Disclaimer" onfocus="blurLink(this);">Disclaimer</a></li><li><a href="http://www.du.ac.in/index.php?id=55" title="Sitemap" onfocus="blurLink(this);">Sitemap</a></li><li><a href="http://www.du.ac.in/index.php?id=577" title="Maps" onfocus="blurLink(this);">Maps</a></li></ul> <ul style="float:left;"><li class="no-border"><a href="http://www.du.ac.in/index.php?id=54" title="Feedback" onfocus="blurLink(this);">Feedback</a></li></ul> </div></td> <td style="width: 4px;"><img src="index.php/footer-right-corner.jpg" alt="footer right image" height="33" width="4"></td> </tr> </tbody></table> </td> </tr> </tbody></table> </body></html>

Bibliograph y
www.Wikipedia.com www.w3cshools.net www.Webopedia.com www.Html.net IT LEARNING

Você também pode gostar