You are on page 1of 117

ON

WEBSITE OF JAMMU UNIVERSITY

Submitted to:
SIKKIM MANIPAL UNIVERSITY For the partial fulfillment of the Award of Degree of
Bachelors of Computer Application

Developed By: Vikas Dhar

Under the guidance of: Tahir Tahrikee

CERTIFICATE

It is to certify that Vikas Dhar, Registration No. 520619737 has completed the project work, Website of Jammu University for the partial fulfillment of the award of the degree of BACHELORS OF COMPUTER APPLICATION by Sikkim Manipal University. (Academic Year: 2008-2009)

Sig. of Project Guide ( )

ACKNOWLEDGEMENT
I have conceived that it is virtually impossible for me to undertake and complete a project of this kind without the encouragement, guidance and assistance from our teachers and friends. Preparing any project requires views of many peoples but I suspect those technical projects are more difficult than others. A great many people are involved in various stages of the project preparation that shared their knowledge and experience.

At the very outset I express my heartful gratitude to

Tahir Tahrikee

and the administration of the college for giving me opportunity to complete the project well in time.

Lastly I would like to thank to all my friends for sharing their experiences of software and specially my parents whose principles and morale support helped me to rise to this position in which I am in today.

Index
Certificate 2. Acknowledgement 3. Title of the project. 4. Introduction of project 5. Objectives of the project. 6. SRS. 7. Introduction to Language used. 8. SDLC. 9. E R Diagrams. 10. BIBLOGRAPHY.
1.

TITLE OF THE PROJECT UNIVERSITY OF JAMMU INTRODUCTION:-

Cradled in the lap of mountains at the foothills of auspicious Trikuta, besides the river Tawi at an altitude of 1030 ft. in Jammu. This 'city of temples' has many places that are flocked by people from every nook and corner. Among all these, also comes the famed University of Jammu. A place, where imparting education is not considered just as a mere duty, but as a commitment towards the advancement of the society. A University with a vision and a single-minded mission. To make Jammu university a name to reckon with. A saga that has been continuing from the time of its inception.

The University of Jammu holds examinations, grants degrees, generates knowledge and confers diverse academic distinctions on persons who pursue approved courses of study in the University or in constituent colleges/institutions approved for the purpose also for those who appear as external/private candidates. It also confers honorary degrees or other distinctions on the persons of exceptional caliber. The University also admits, maintains, recognizes, and affiliates colleges and other institutions. It is primarily a research, teaching, affiliating, and examining body involved in promotion of arts, science and other branches of learning. The University is open to all classes and creeds with the sole objective to carry people from darkness to light.

OBJECTIVES OF THE PROJECT


1. Record maintenance in the system will be easier. 2. Increase the efficiency and man power will be less used. 3. Storage capacity will be more. 4. It will increase the accuracy. 5. It is Reliable. 6. It makes the system interactive. 7. Record updating will be easier and sample. 8. It will make the work more easily and fast. 9. It results in paper less office. 10. It is cost effective.

SRS (System Requirement Specification)


Working Environment
Min. Hardware Requirements: System with following configuration: Processor: RAM: Hard Disk: FDD: Pentium-4 256 MB 80 GB 1.44 MB

Min. Software Requirements: Servers: Web Server : IIS, Personal Web Server(PWS) Operating System : Win NT 4.0 options Pack with win 98 running on client machines. Markup Language: HTML 4.0 Browsers: IE 4.0, NE 4.5

Servers Web Servers:A web server is a computer that contains all the web pages for a particular web site and has special software installed to send these web pages to web browsers that request them Internet Information server (IIS): Internet Information Server is a professional web Server. An Internet Information Server project is a VB Project that runs on the server and services client requests. It is a web server that enables us a to publish information on a corporate Intranet or on the Internet. Internet Information Server can also be configured to provide File Transfer Protocol (FTP) and gopher services.

Working of Internet Information Server: The web is fundamentally a system of requests and responses. Web browsers request information by
Website of Handa College Of Education

sending a URL to a web server. The web server responds by returning a Hypertext Markup Language (HTML) page. IIS is meant to help VB developers who use the tools they are familiar with to the web. A web class is the

basic item of an IIS application. A web class replaces the custom component. A web class lets us combine VB Code with the objects of the ASP components to create HTML files. Personal Web Server (PWS) : Microsoft Personal Web Server (PWS) 4.0 is used for personal information sharing and Web development. PWS is a desktop Web Server that makes Web site setup quick and simple, from creating a personalized home page automatically, to drag-and-drop publishing of documents. Because Personal Web Server supports Active Server Pages, it can be used as a development and testing platform for web site. Create a page in the office or at home, and test it by using Personal Web Server, before hosting it on the corporate server or an Internet service provider. Features of Personal Web Server 4.0 a. New user interface: Personal Web Server includes Personal Web Manager, an enhanced server management utility that greatly simplifies server operation while retaining support for creating virtual directories, site traffic logging, and directory browsing. b. Locate Documents Easily: Ever get confused by cryptic file names on a shared directory? Avoid confusion by placing descriptive links on our home page. Visitors easily reach the correct document.

To place links on our home page, we just type the location and description of the file. PWS does the rest! c. Site traffic monitoring: Real-time graphs that display site traffic statistics, such as requests per day, requests per hour, visitors per day, and visitors per hour. Operating System: Windows 2000 Windows 2000 operating system family consist of Windows 2000 professional, Windows 2000 server, Windows 2000 Advanced server and Windows 2000 data center server Windows 2000 family is the successor to the Windows NT line of product . The Windows 2000 family built upon the technology from the Windows NT line of product adds many features and enhancements. Windows 2000 reliable scaleable and easily to manage, easy to use version of Microsoft Windows to date. It provides a solid backbone and infra structure to base your company computing needs upon. Markup Languages HTML 4.0 Web pages are written in a language called HTML(Hypertext Markup Language). HTML allows users to produce web pages that include text, graphics, and pointers to other WebPages.

HTML is a markup language, a language for describing how documents are to be formatted. The advantage of markup language over one with no explicit markup is that writing a browser for it is straightforward. The browser has to understand the markup commands. Documents written in Markup language can be contrasted to documents produced with a WYSIWYG (What You See Is What You Get) word processor, such as MS-Word. The main drawback of HTML is that it creates Static web pages. There are two basic approaches to making an HTML page. We can type out the text and HTML commands our self with a text editor, or we can use graphical software that generates the commands for us. It is recommended that we do not use the graphical software. We can use any text editor or processor to create HTML web pages. It is not needed to learn a new software program at the same time we are starting to learn HTML. Even a simple text editor like Windows Notepad will work just fine. TO design the HTML page we use the words starting with < and ending with\ >. These words are coded commands. These coded commands are called HTML kind of text it is. This allows the web browser to display the text appropriately.

Tags that HTML pages mostly have: Most HTML tag have two parts: an opening tag, to indicate where a piece of page begins, and a closing tag, to show where the piece of text ends. Closing tags start with a /(forward slash) just after the < symbol.

System development Life Cycle


System Development revolves around a life cycle that begins with the recognition at user needs. In order to develop good software, it has to go through different phases. There are various phases of the System Life Cycle of this project. There are different models, which depict these phases. We decided to use waterfall model, the oldest and the most widely used paradigm for software engineering. The Various relevant stages of the System Life Cycle of this Application Tool are depicted in the following flow diagram.

SYSTEM ANAYLSIS

SYSTEM DESIGN

SYSTEM TESTING

SYSTEM IMPLEMENTATION

SYSTEM MAINTAINANCE

Let us have a look on each of the above activities:


1. System Analysis System Analysis is the process of diagnosing situations, done with a defiant aim, with the boundaries of the system kept in mind to produce a report based on the findings. Analysis is fact-finding techniques where problem definition, objective, system requirement specifications, feasibility analysis and cost benefit analysis are carried out. The requirement of both the system and the software are document and reviewed with the user. Drawbacks of the Existing System

More Time Consumption A lot of time is wasted when we have to find some records of WEBSITE OF JAMMU UNIVERSITY and it requires a lot of manual effort

Data Storage & Access Data Storage becomes difficult, as the size of data grows large. Access of data is a time consuming and error prone task.

Proposed System
The proposed system is to develop a WEBSITE OF JAMMU UNIVERSITY based application that will keep all the data at a centralized place so that it can be retrieved by any person from anywhere at anytime for its use. There are different applications, which are to be taken account Retrieve information.

Significance of the proposed system


The WEBSITE OF JAMMU UNIVERSITY has become very advanced and so convenient means of information and retrieval of data. The significance of the project lies in the utilization of the records at one place rather searching for records at different files or papers.

Advantages of the proposed system


The various advantages of the proposed system are: User Friendliness Very user friendly and interactive User satisfaction The system is such that it stands up to the user expectations Information can be kept for longer time for the future needs. Considerable amount of time is saved. Any Information posted can be modified if required Common man can also access data that fulfills his needs. Response Time The response time of all the operations is very low. 2. System Design

System Design is actually a multistep process that focuses on four distinct attributes of a program: data structures, software architecture, interface representations, and procedural (algorithmic) detail. System design is concerned with identifying the software components (Functions, data streams, and data stores), specifying relationships among components, specifying software structure, maintaining a record of design decisions and providing a blueprint for the implementation phase.

E R DIAGRAM:-

Login

Stop

User

JAMMU UNIVERSIT Y

HISTOR Y

User

Entity Data Storage Processing Data Flow

WORKING ENVIRONMENT
Introduction To HTML What is HTML?
The computer world is full of acronyms - some pronounceable, some not. The acronym for the primary World Wide Web language is HTML (Hypertext markup language. Many other programming elements - such as Java applets and ActiveX controls - also are part of the Web, but without HTML the Web would not be such an exciting place for so many people to spend so much time. The creation of the Web and widespread implementation of HTML have resulted in World Wide explosion of everyday people logging onto the Internet. The Internet is no longer confined primarily to scientists and Computer geeks. HTML code is essentially a set of instructions given to a web browser for the formatting and lay out of the Web page. HTML does not actually tell a computer how a Web page will look to a visitor. Rather, you use HTML to compose the page, to specify all the elementary things that appear on that page - the texts, the graphics, the horizontal rules, headings, and so on. In addition, you use HTML to tell a computer what color to use where, and to indicate the relative size of text (headings versus regular text, for example). Although that description may sound like you use fairly complete instructions that leave little room for error or differences, in reality, the final appearance of a web page is left to the visitors browser. The size of text in a heading may vary from browser to browser, for example, as may the font the browser uses for the heading. Moreover, not all monitors reproduce colors the same way; in other words, red on one monitor may be darker or lighter on a different monitor. Additionally, some monitors may only

be able to reproduce a few colors for detailed photographs with thousand of colors. In essence, HTML provides browsers with guidelines, but browsers create the final product, and the look of the page on individual computers depends on each users unique computer setup. HTML enables us to do many things besides create (and color) text: we can insert graphics and sounds, insert simple animation, use a graphic in the background, create hyperlinks, and many other things. Anyone who has spent time surfing the web has experienced HTMLs capabilities. Those same people, however, also have experienced HTMLs shortcomings. That is where the exciting world of dynamic HTML comes to play.

The Ins and Outs of Tags:


Essentially, HTML consists of tags and their attributes and values. The tags give browsers the information they need to display the web page, many tags also take attributes, and the available attributes vary according to the tag. Most tags have more than one possible attribute. We assign a value to an attribute. An example of all the three is the following : <BODY TEXT = blue> The tag is <BODY>, the attribute is text, and the attributes value is blue. When we use attributes with a tag, all the attributes fit between the two brackets (< and >) of the start tag. Most tags have two variations, one that we use to indicate where the tag begins (the start tag), and another to indicate where that particular tag ends (the end tag). The tag that we place at the beginning of our HTML code for a web page, for example is the following : <HTML> At the very end of out HTML code, we place this end tag: </HTML> The only difference between these start and end tags is the placement of a slash before the letters HTML in the end tag. HTML tags come in two basic varieties:

Container Tag Empty Tag The preceding <HTML> tag is an example of a container tag. An example of an empty tag is as follows: <META NAME =author CONTENT Vikram Khorana> In this example, the tag is <META>, which contains so called meta information. Meta information doesnt show up in a visitors browser but can still be significant. Here, the NAME and CONTENT attributes work together to indicate that the author of the web page is Vikram Khorana.

Understanding URLS
A Uniform Resource Locator (URL) is simply an address on the internet. When we enter an URL, we are telling our browse exactly where to go to find the page we want, just the way putting an address on a letter tells postal employees exactly where our letter should go. URLs take the following general form: http://www.yourcompany.com/inventory.html In this fictional URL, http is short for hypertext transfer protocol (HTTP), which is the most common beginning for internet addresses these days. Unless we start one otherwise, browsers assume that each URL we enter begins with http. The slashes separate the parts of the address notice that two slashes are required after http, while subsequent slashes occur singly. The www in this URL stands for World Wide Web. The yourcompany.com in this example is the domain name, and references the particular server on the web where the file were looking for is located. The inventory portion of the address is the exact page within that server.

Rules for writing HTML:


HTML which some people consider more a formatting language than a programming language, requires to follow certain rules. Rules may vary

somewhat from one programming language to another, but those for HTML are few. They probably wont surprise experienced programmers. 1. Use the less than and greater than sign (< and >) as the outer part of the tag as in <BODY>. 2. If the tag used requires an end tag, one must not forget to put it in. The end tag is the same as the start tag, except that it includes a slash immediately to the right of < symbol, as in </BODY>. 3. Although no longer required, we should begin our HTML file with the <HTML> tag and end with the </HTML> tag. Everything else goes between these two tags. 4. When designating attributes, we use the equal sign (=), as in TEXT =. Do not put a space on either side of the equal sign when including attributes. 5. In the attribute designation, place quotation marks on both sides of the value, as in TEXT=#871E11. Many times, we may be able to write HTML without the quotation marks, but its better to include them. That way, we must avoid problems with any browsers that may have trouble interpreting what we mean. Besides, the quotation marks make it easier to find any attributes you want to change when were modifying our HTML files. 6. Use the pound sign (#) when indicating colors by means of their hexadecimal codes, as in the following: <BODY TEXT=#871E11> 7. We often will need to nest tags, so make sure that we keep track of the end tags in order not to forget any of them. 8. When nesting tags, it is very important to keep track of start and end tags so that we dont overlap them. In other words, if we want to underline a sentence in bold type, we put the other set of tags around the first set as follows : <U><B>This sentence appears underlined and in bold type.</B></U> 9. We must use all uppercase letters for tags and attributes, such as <BODY> and TEXT. We can use lower case letters, but that makes the

tags and attributes more difficult to identify when we want to make changes to the HTML. We must strive for readability in your code. Use tabs and returns to make our code more readable. Press Enter after each line of HTML code, because that vastly improves the ease with which we can read and follow the HTML. We dont necessarily need multiple blank lines of HTML, but it doesnt hurt, either. In addition, its good idea to indent code to show the relationships among the lines of code. In other words, be logical about how our code looks, and think in terms of revisiting that HTML sometime in future when we are modifying our site.

Introduction To ASP
How Active Server Pages Really Works An active server Page is a standard HTML file that is extended with additional features. Like a standard HTML file, an Active Server Page contains HTML tags that can be interpreted and displayed by a Web browser. Anything you could normally place in an HTML file --- Java applets, Blinking text, client-side script, client-side ActiveX controls--you can place in an Active Server Page. However, an Active Server Page has three important features that make it unique : 1. An Active Server Page can contain server-side script. By including server-side script. 2. An Active Server Page provides several built-in objects. 3. An Active Server Page can be extended with additional components. ASP Built-In Objects We can use any of the following Active Server Page built-in objects without explicitly declaring them in Active Server Page scripts. The Application Object

The Application object can be used to store and retrieve information that can be shared by all users of an application. The Object Context Object

The Object Context object is used to control Active Server Page transactions. The Request Object

The Request object represents all information sent in a request from a browser to your server. The Response Object

The Response object represents all the information that is sent from your server to a browser. The Session Object

The Session object represents the information about a particular user session. ASP Installable Components Before using any of the following installable components in the Active Server Page script, we must explicitly declare an instance of the component. The Ad Rotator Component The Ad Rotator component enables to display banner advertisements with different frequencies. <% Set MyAd = Server.CreateObject("MSWC.AdRotator") %> The Browser Capabilities Component The Browser Capabilities component enables you to detect the features of a Web browser . <% Set MyBrow = Server.CreateObject ("MSWC. BrowserType") %> The Content Linking Component <% Set MyLink = Server.CreateObject ("MSWC. NextLink") %> The Content Rotator Component The Content Rotator component enables to display HTML strings with different frequencies. <% Set MyContent = Server.CreateObject ("IISSample. ContentRotator") %>

The Counter Component The Counter component enables to create one or more counter to track information such as the number of visits to a Web site . The Lookup Table Component The Lookup Table component enables to cache information in an object that can be- created with page, session, or application scope. <% Set MyLookup = Server.CreateObject ("IISSample. LookupTable") %> The NewMail Object The newmail object enables you to send email from an Active Server Pages. <% Set MyMail = Server.CreateObject ("CDONT. NewMail") %> The Page Counter Component The page Counter component enables to track the number of times that a page has been requested. <% Set MyCNT=.Server.CreateObject ("IISSample. PageCounter") %>

Working with Scripting Languages


Programming languages such as Visual Basic, C++, and Java provide low-level access to computer resources and are used to create complex, large-scale programs. Scripting languages, however, are used to create programs of limited capability, called scripts that execute Web site functions on a Web server or browser. Unlike more complex programming languages, scripting languages are interpreted; instruction statements are sequentially executed by an intermediate program called a command interpreter. While interpretation reduces execution efficiency, scripting languages are easy to learn and provide powerful functionality. Scripts can be embedded in HTML pages to format content or used to implement COM components encapsulating advanced business logic. Active Server Pages makes it possible for Web developers to write scripts that execute on the server in variety of scripting languages. In fact, several scripting languages can be used within a single .asp file. In addition, because scripts are read and processed on the server-side, the browser that requests the .asp file does not need to support scripting. You can use any scripting language for which the appropriate scripting engine is installed on your Web server. A scripting engine is a program that processes

commands written in a particular language. Active Server Pages comes with two scripting engines: Microsoft Visual Basic Scripting Edition (VBScript) and Microsoft JScript. You can install and use engines for other scripting languages, such as REXX, PERL, and Python. If you are already a Visual Basic programmer, you can immediately begin using VBScript, which is a subset of Visual Basic. If you are a Java, C, or C++ programmer, you may find that JScript syntax is familiar to you, even though JScript is not directly related to Java or C. If you are familiar with another scripting language, such as REXX, Perl, or Python you can obtain and install the appropriate scripting engine so that you can use the language you already know. Active Server Pages is a COM scripting host; to use a language you must install a scripting engine that follows the COM Scripting standard and resides as a COM (Component Object Model) object on the Web server.

Using VBScript and JScript on the Server


When using VBScript on the server with ASP, two VBScript features are disabled. Because scripts written with Active Server Pages are executed on the server, the VBScript statements that present user-interface elements, InputBox and MsgBox, are not supported. In addition, do not use the VBScript functions CreateObject and GetObject in server-side scripts. Use Server.CreateObject instead so that ASP can track the object instance. Objects created by CreateObject or GetObject cannot access the ASP built-in objects and cannot participate in transactions. The exception to this rule is when you are using the IIS Admin Objects, and when you are using Java monikers.

Giving Variables Session or Application Scope


Global variables are accessible only in a single .asp file. To make a variable accessible beyond a single page, give the variable either session or application scope. Session-scoped variables are available to all pages in one ASP application that are requested by one user. Application-scoped variables are available to all pages in one ASP application that are requested by any user. Session variables are a good way to store information for a single user, such as preferences or the user's name or identification. Application variables are a good way to store information for all users of a particular application, such as an application-specific greeting or general values needed by the application. ASP provides two built-in objects into which you can store variables: the Session object and the Application object.

You can also create object instances with session or application scope. For more information, see Setting Object Scope.

Session Scope
To give a variable session scope, store it in the Session object by assigning a value to a namedentry in the object.To retrieve information from the Session object, access the named entry by using the output directive (<%=) or Response.Write. The following example uses the output directive to display the current value of Session ("FirstName"): Welcome <%= Session("FirstName") %> You can store user preferences in the Session object, and then access those preferences to determine what page to return to the user.

Application Scope
To give a variable application scope, store it in the Application object by assigning a value to a named entry in the object. For example, the following command stores an application-specific greeting in the Application object: <% Application("Greeting") = "Welcome to the Sales Department!" %> To retrieve information from the Application object, use the ASP output directive (<%=) or Response.Write to access the named entry from any subsequent page in the application. The following example uses the output directive to display the value of Application("Greeting"): <%= Application("Greeting") %>

Defining Procedures
Procedure definitions can appear within <SCRIPT> and </SCRIPT> tags and must follow the rules for the declared scripting language. Use the <SCRIPT> element for procedures in languages other than the primary scripting language. However, use the scripting delimiters (<% and %>) for procedures in the primary scripting language. When you use the HTML <SCRIPT> tag, you must use two attributes to ensure server-side processing of the script. The syntax for using the <SCRIPT> tag is:

<SCRIPT LANGUAGE=JScript defination</SCRIPT>

RUNAT=SERVER>Procedure

The RUNAT=SERVER attribute tells the Web server to process the script on the server. If you do not set this attribute, the script is processed by the client browser. The LANGUAGE attribute determines the scripting language used for this script block. You can specify any language for which you have the scripting engine installed with the server. To specify VBScript, use the value VBScript. To specify JScript, use the value JScript. If you do not set the LANGUAGE attribute, the script block is interpreted in the primary scripting language.

Calling Procedures
To call procedures, include the name of the procedure in a command. If you are calling JScript procedures from VBScript, you must use parentheses after the procedure name; if the procedure has no arguments, use empty parentheses. If you are calling either VBScript or JScript procedures from JScript, always use parentheses after the procedure name. For VBScript, you can also use the Call keyword when calling a procedure. However, if the procedure that you are calling requires arguments, the argument list must be enclosed in parentheses. If you omit the Call keyword, you also must omit the parentheses around the argument list. If you use Call syntax to call any built-in or user-defined function, the functions return value is discarded.

Limits of Microsoft Jet database engine The Microsoft Jet database engine: Allows a maximum of 2048 bytes in a record Allows a maximum of 255 fields in a table Supports files up to a maximum of I gigabyte in size.

Disadvantages of Access The main disadvantage of Access database is that it is a file server. More over Access is not a true backend because it is not doing any processing. Access uses the Microsoft Jet Engine to, communicate with data stored in an Access MDB database file stored on a file server.

Introduction To PWS

Microsoft Personal Web Server (PWS) 4.0 is the answer to your personal information sharing and Web development needs. PWS is a desktop Web server that makes Web site setup quick and simple, from creating a personalized home page automatically, to drag-and-drop publishing of documents. On the corporate intranet, Personal Web Server can be used to quickly share documents in their native format; or, convert documents to HTML, and then use PWS to share them across different operating systems. Because Personal Web Server supports Active Server Pages, it can be used as a development and testing platform for Web sites. Create your site in the office or at home, and test it by using Personal Web Server, before hosting it on the corporate server or an Internet service provider.

New Features of PWS


Personal Web Server 4.0 has a new look and many new features! Included in this release: New user interface:

Personal Web Server now includes Personal Web Manager, an enhanced server management utility that greatly simplifies server operation while retaining support for creating virtual directories, site traffic logging, and directory browsing. New site traffic monitoring:

Real-time graphs that display site traffic statistics, such as requests per day, requests per hour, visitors per day, and visitors per hour. Home Page Wizard:

Creating and editing your home page has never been quicker or easier. The home page wizard does not require any knowledge of HTML or scripting. Just answer a few simple questions and PWS creates your home page automatically! Guest Book and Drop Box Options:

Two great new features that automatically make your site fully interactive. Select these options when you create you home page, or add them later. The guest book can be signed and viewed by visitors to your site. The drop box allows visitors to leave private messages that only you can view. New Programmability :

Full support for Active Server Pages, including expanded functionality in the File System component, along with transaction processing for Web applications. Best viewed with Internet Explorer:

Personal Web Server 4.0 works together with Microsoft Internet Explorer 4.0.

CODING <html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="DIPLOMA IN COMPUTER ENGEENERING "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" WIDTH=100% HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=tab2> <td> <div align=justify> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1>

UNIVERSITY

WIDTH=100%

<tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from the ViceChancellor</a> </td> </tr> <tr> .html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td>

</td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th align=center colspan=2 class=table4>MODEL OF THE DATE SCHEDULE OF ADMISSION PROCESS</th> </tr> <tr> <td colspan=2>If BA/B.Sc./B.Com. results are declared by 15th of July, then following are the datesto be adhered regarding admission process :-</td> </tr> <tr> <td>Date of notification for admission</td><td>16th July</td> </tr> <tr> <tr> <td>Last date to recieve application form complete in all respects in the department concerned.</td><td>30th July</td> </tr> <tr> <td>Last date to recieve application form with a late fee of Rs. 15/- in the department concerned.</td><td>4th August</td> </tr> <tr> <td>Date of notification of selected candidates by the Department concerned.</td><td>11th August</td> </tr> <tr> <td>Last date for completion of admission, including a transfer cases from one discipline to another, in the Department concerned.</td><td>1st Sept.</td> </tr> <tr> <td>Last date for submission of appeals by the candidates to the Head of the Department concerned.</td><td>3rd Sept.</td> </tr>

</tr> <tr> <th align=center>S.No.</th> < <td align=center>11</td> <td align=center> 2-Es-95</td> <td align=center> Shoket Subhan Mir</td> <td align=center>P</td> <td align=center>A</td> </tr> </TABLE> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr>

UNIVERSITY

WIDTH=100%

from

the

Vice-

<td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2>

<a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>THE J&K BANK LTD</th> </tr> <tr> <td> <div align=justify> The University of Jammu has also providing the facility of J&K Bank. The above shown Picture is of J&K Bank that is situated also inside the University Campus. In this Branch we have the following facilities :<br> ATM (Automatic Teller Machine) <br> Lockers availability <br> Loans facility : <br> Car loans <br> Other vechiles loans<br>

Subsidy facility <br> Other facilities etc. </div> </td> </tr> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr>

UNIVERSITY

WIDTH=100%

from

the

Vice-

<td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr>

<td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>UNIVERSITY SCIENCE INSTRUMENTATION CENTER</th> </tr> <tr> <td> <div align=justify> After the establishment of USIC in 1987, the University Science Instrumentation Centre at Jammu University has been equipped with routine facilities for repairs and fabrication in various fields for which the workshops i.e. Glass Blowing, Electrical & Electronic Instruments repairs, Refrigerators, Grinding, Cutting lathe sheets and Computer have been set up. <br><br> From April 2000 to September 2000 apart from doing 130 repair jobs the centre has recently taken up the job of fabrication of new stabilizers and has fabricated over 10 stabilizers of different capacities for various departments of the University. The USIC has also prepared a project and sent to the Department of Science & Technology, New Delhi involving cost of Rs.60 lacs to set up an Analytical Laboratory so that centralized Analytical facilities are provided to the faculty members and the research scholars of the Science departments. <br><br> The up-gradation of USIC from Level I to Level II has been taken with the U.G.C. so that better facilities are made available in the centre to boost up the research activities. </div>

</td> </tr> </table> </body> </HTML> <html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td>

UNIVERSITY

WIDTH=100%

the

Vice-

</tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td>

</tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>ADMISSION PROCESS AND ITS CHARGES IN DETAILS</th> </tr> <tr CLASS=FONT3> <td colspan=2> The following are the admission process and its charges in details: <br><br> </td> </tr> <tr class=font2> <td> <a href="..\html\Model_Of_The_Date_Schedule_Of_Admission_Process.html"><u>Model Of The Date Schedule Of Admission Process</a></u><br><br> <a href="..\html\Admission_Fee_And_Other_Charges.html"><u>Admission_Fee And Other Charges</u></a><br><br> </td> </TR> </TABLE> </table> </body> </HTML><html> <head>

<title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr>

UNIVERSITY

WIDTH=100%

the

Vice-

<td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr>

<tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>DEPARTMENT OF ENGLISH</th> </tr> <tr CLASS=FONT3> <td> Total number of Seats : 50 <br> Department is providing us the following courses : <br> For admission to M.A(English) Course, a candidate is to be eligible, must have passed the qualifying exams with English Literature. <br> In the discipline of :<br><br> Science <br> Commerce <br> Arts <br> 50% of aggregate marks. <br> 5% for Higher merits. </td> </tr> <tr class=font2> <td align=right> <a href="..\html\Departments_Info.html"><u>Back</u><br><br></a> </td> </tr> <tr class=font2> <td align=center><a href="..\html\English_Photo.html"><u>click to see the picture of English Department</u></a> </tr> </table>

</body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a>

UNIVERSITY

WIDTH=100%

the

Vice-

</td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2>

<a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>DEPARTMENT OF MANAGEMENT STUDIES</th> </tr> <tr CLASS=FONT3> <td> Total number of Seats : 40 <br> Department is providing us the following courses : <br> For admission to M.B.A course, a candidate is to be eligible, must have passed the qualifying degree exams in any discipline :<br> 50% of aggregate marks. <br> 40% for Schedule Castes.<br><br> <b>NOTE:</b>-Selection for admission to the course shall be made through an Entrance Test. </td> </tr> <tr class=font2> <td align=right> <a href="..\html\Departments_Info.html"><u>Back</u><br><br></a> </td> </tr> <tr class=font2> <td align=center><a href="..\html\Management_Picture.html"><u>click here to see the picture of Management Department</u></a> </tr> </table> </body>

</HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td>

UNIVERSITY

WIDTH=100%

the

Vice-

</tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a>

</td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center COLSPAN=3>DIRECTORATE OF INFORMATION PUBLIC RELATIONS</th> </tr> <tr> <td> <div align=justify> In order to create liason of the University with the campus and out side agencies, such as students, staff, teaching faculity members, NGO's citizens, Government and Non-Government agencies and press media, the Directorate of Information and Public Relations was created on 29th of May 1995, under the Directorship of Dr. Pritam Singh, who also acts as the Mananger of the Jammu University New Bulletin and the Research Journals of the Faculities of Arts, Science and Social Sciences as well. <br><br> Besides, the Directorate was entrusted the job of organising Cultural/Literary activities of the Muffassil Collages of the Jammu division, which are on cards, for which Sh. O.P.Verma, Cultural Officer was attached to the Directorate for the supplementing the aforementioned duties besides being the Associate Editor-cum-Secretary of the JUNB. <br><br> The Directorate of Inforamtion/Public Relations has also published 8th & 9th Convocation Special Numbers of the Jammu University News Bulletin. The coppies of the Bulletin were distributed amongest the Delegates and V.V.I.Ps of the 72nd Annual Conference of the ViceChancellors organised by the University of Jammu under the auspicious of the Association of Indian Universities from 4-6 December, 1997. In addition, at the 72nd Vice-Chancellor's Conference, the Directorate was entrusted with the job of coordination of the Vice-Chancellors Conference with the press media which was completed with the entire satisfaction of the authorities. <br><br> Apart from above, the Directorate has published 9 Research Journals pertaining to the Faculity of Science, Social Sciences and Arts during the period under reference. Three Research Journals are

under print. Besides, several issues of JUNB on quearterly baisis were also published by the Directorate. <br><br> The Directorate has recently been equipped with information Section to the Students and allied sections of society to cater to their news in diaminating the information. </div> </td> </tr> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU UNIVERSITY "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" WIDTH=100% HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr>

from

the

Vice-

<tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr>

<tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>EXTENTION IN THE TEMPORARY AFFLIATION</th> </tr> <tr> <td> <DIV ALIGN=JUSTIFY> Temporary affiliation was granted to Govt. College of Engeneering and Technology, Jammu for imparting <br>instructions in five branches i.e<br><br> Civil Engeneering, <br> Mechnical, <br> Electrical, <br> Electronics and Communication and <br> Computer up to 2000-01.<br> Temporary affiliation to Acharya Shri Chander College of Medical Sciences and Hospital, Sidhra, Jammu was authorized up to 2000-01.<br>

Extension in the period of temporary affiliation / recogonition of the following Non-Govt. Colleges for imparting instruction in B.Ed course up to academic session 2000-01 was granted:<br><br> Dogra College of Education,Shastri Nagar,Jammu.<br><br> N.S.M. College . Patta Borhi, Jammu.<br><br> Vivekanamda College of Education, Kathua.<br><br> Divya College of Education, Gadhigarh Jammu.<br><br> Shivalik College of Education, Udhampur. </DIV> </td> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message Chancellor</a> </td> </tr> <tr>

UNIVERSITY

WIDTH=100%

from

the

Vice-

<td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2>

<a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr CLASS=FONT3> <th COLSPAN=3 align=center CLASS=TABLE4>FACULITY OF COMMERCE</TH> </TR> <TR align=center> <TH align=left>NAME OF DEPARTMENT</TH><TH>COURSE</TH> <TH>DURATION</TH> </TR> <TR align=center>

<TD align=left>Department of Commerce</TD><TD>M.Com</TD><TD>Two year</TD> </TR> <tr> <td colspan=3 align=right><a href="..\html\Teaching_Departments.html"><u>Back</u></a> </tr> </TABLE> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU UNIVERSITY "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" WIDTH=100% HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr>

from

the

Vice-

<td class=tab2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr>

<td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr CLASS=FONT3> <th COLSPAN=3 align=center CLASS=TABLE4>FACULITY OF MANANGEMENT STUDIES</TH> </TR> <TR align=center> <TH align=left>NAME OF DEPARTMENT<br><br></TH><TH>COURSE<br><br></TH> <TH>DURATION<br><br></TH> </TR> <TR align=center> <TD align=left>Department of Manangement Studies<br><br></td><td> Master of Business Administration (MBA)*<br><br> </td><td>Two years<br><br></TD> </TR> <TR align=center> <TD align=left>Department of Manangement Studies<br><br></TD><TD>Post-Graduate Diploma in Business Manangement<br><br></TD><TD>One year<br><br></TD> </TR> <TR align=center>

<TD align=left>Department of Manangement Studies<br><br></TD><TD>Post-Graduate Diploma in Office Manangement and Secretarial Practice<br><br></TD><TD>One year<br><br></TD> </TR> <tr> <td colspan=3 align=right><a href="..\html\Teaching_Departments.html"><u>Back</u></a></td> </tr> </TABLE> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU UNIVERSITY "+Date() --> </script> <Script Language="JavaScript"> function validation() { with (document.myForm) { if (username.value=="") { alert("Please fill the name field") username.value="" username.focus() return } i=0 while(i<username.value.lenght) { ch=username.value.charAt(i) if(!(((ch>="a") && (ch<="z")) || ((ch>="A") &&(ch<="Z")) || (ch==" "))) { alert ("Name must contain oly alphabets and spaces") username.value="" username.focus() return } i++ } if(age.value=="") { alert("Please fill the age field")

age.value="" age.focus() return } if(isNaN(age.value)) { alert("Age must contains numeric values only") age.value="" age.focus() return } if(email.value=="") { alert("Please fill the email field") email.value="" email.focus() return } if(email.value.indexOf("@")==-1) { alert("Email must have an @ symbol") age.value="" age.focus() return } alert("Thanks for filling the information") } } </Script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message Chancellor</a> </td> </tr> <tr> <td class=table2>

WIDTH=100%

from

the

Vice-

<a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a>

</td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>FeedbackForm</th> </tr> </table> <form name=myForm method="post"> <table border=0 align=center width=550 class=font3> <tr> <th align=left>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name<br><br><br></th> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="text" name="username" size="45" maxlength="30"><br><br><br></td>

</tr> <tr> <th align=left>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Age<br><br><br></th> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="text" name="age" size="45" maxlength="30"><br><br><br></td> </tr> <tr> <th align=left>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Email<br><br><br></th> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="text" name="email" size="45" maxlength="40"><br><br><br></td> </tr> <tr> <th align=left>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ADDRESS<br><br><br></th> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <textarea cols="34" rows="4"></textarea><br><br><br></td> </tr> <TR> <tr> <th align=left>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Please select your<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;favourite color:<br><br><br></th> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <select name="color" onChange="show()"> <option>RED <option>GREEN <option>BLUE <option>PINK </select> </tr> <tr> <th align=left>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Comments/Suggestions<br><br></th> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <textarea cols="34" rows="4"></textarea><br><br><br></td> </tr> <tr> <td align=center colspan=2><input type="reset" value="Reset" name="r2">&nbsp;<input type="button" value="Submit" onclick="validation();"></td> </tr> </TABLE> </FORM> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU UNIVERSITY "+Date()

--> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table>

WIDTH=100%

<table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from the ViceChancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2>

<a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2>

<a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center COLSPAN=3>INFORMATION ABOUT SLET CELL</th> </tr> <tr> <td> <div align=justify> The University of Jammu has been designated as an agency for conduct of State Level Eligibility Test for Lecturership/Assistant Librarian vide letter No. Edu. Coll/NET/Co-ord/89-90 date 20-021997. Three Committees viz/ Strreing/ Advisory Committee, Coordination/Implimentation Committee and the Moderation Committee have been constituted for conduct of test in terms of the UGC guidelines. After the approval of the UGC, the University of Jammu on behalf of the State Govt. conducted SLET-1999 and SLET-2000 successfully. Third SLET, shall be conducted after seeking approval of the UGC during the year 2001. </div> </td> </tr> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU UNIVERSITY "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center>

<th><EMBED HEIGHT=50></th></tr> </table>

SRC="..\IMAGES\ANIMATION2.SWF"

WIDTH=100%

<table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from the ViceChancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2>

<a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a>

</td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550> <TR class=font1> <TD><img src="..\images\2.jpg" height=330 width=550"></td> </tr> <tr class=font2> <td align=right> <a href="..\html\Department_Of_Management_Studies.html"><u>Back</u></a> </td> </TR> </TABLE> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=23% align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message Chancellor</a>

UNIVERSITY

WIDTH=100%

from

the

Vice-

</td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr>

<tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=73% class=font3> <tr> <th class=table4 align=center COLSPAN=3>NEW COLLEGES/INSTITUTE IN PRIVTE SECTOR</th> </tr> <tr> <td colspan=3>

<DIV ALIGN=JUSTIFY> In order to strengthen their higher education in the private sector, the University of Jammu has granted temporary/permanent affiliation to the following colleges/Institutes for imparting instructions in various disciplines/subjects: </DIV> </td> </tr> <tr> <th colspan=3 class=table4 align=center>DEGREE COLLEGES</th> </tr> <tr> <th>S.No.</th><th align=center>Colleges</th><th align=right>Year Of The Establishment</th> </tr> <tr> <td>i</td><td align=center>NSM College for Women</td><td align=right>1998 </td> </tr> <tr> <td>ii</td><td align=center>Sh. Swami Vishwatamanand Saraswati Degree College, Shiv Kashi, Sunderbani, Rajouri </td><td align=right>2000</td> </tr> <tr> <td>iii</td><td align=center>Muqaddas Degree College, Mendhar</td><td align=right>2000</td> </tr> <tr> <th colspan=3 class=table4 align=center>B.ED COLLEGES</th> </tr> <tr> <th>S.No.</th><th align=center>Colleges</th><th align=right>Year Of The Establishment</th> </tr> <tr> <td>i</td><td align=center>Chenab</td><td align=right>1999</td> </tr> <tr> <td>ii</td><td align=center>Luthra College of Education</td><td align=right>2000</td> </tr> <tr> <td>iii</td><td align=center>K.Cs College of Education</td><td align=right>2000</td> </tr> <tr> <td>iv</td><td align=center>Trikuta College of Education</td><td align=right>2000</td> </tr> <tr> <td>v</td><td align=center>Adarsh College of Education</td><td align=right>2000</td> </tr> <tr> <td>vi</td><td align=center>Tariq College of Education</td><td align=right>2000</td> </tr>

<tr> <td>vii</td><td align=center>Kalras College of Education</td><td align=right>2000</td> </tr> <tr> <td>viii</td><td align=center>New Millennium National College of Education</td><td align=right>2000</td> </tr> <tr> <th colspan=3 class=table4 align=center>ENGENEERING COLLEGE</th> </tr> <tr> <th>S.No.</th><th align=center>Colleges</th><th align=right>Year Of The Establishment</th> </tr> <tr> <td>i</td><td align=center>Model Institute of Engg. & Tech. Kot Raipur, Bantalab, Jammu</td><td align=right>1999</td> </tr> <tr> <td>ii</td><td align=center>M.B.S.Institute of Engeneering Technology Digiana Ashram, Jammu.</td><td align=right>1999</td> </tr> <tr> <th colspan=3 class=table4 align=center>AYURVEDIC COLLEGE</th> </tr> <tr> <th>S.No.</th><th align=center>Colleges</th><th align=right>Year Of The Establishment</th> </tr> <tr> <td>i</td><td align=center>Institute of Ayurveda and Research</td><td align=right>1999</td> </tr> <tr> <th colspan=3 class=table4 align=center>M.B.A INSTITUTES </th> </tr> <tr> <th>S.No.</th><th align=center>Colleges</th><th align=right>Year Of The Establishment</th> </tr> <tr> <td>i</td><td align=center>Institute of Manangement Sciences, Gangyal, Jammu</td><td align=right>1999</td> </tr> <tr> <td>ii</td><td align=center>Priya Darshani Institute of Manangement Sciences, Trikuta Nagar, Jammu.</td><td align=right>2000</td> </tr> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold}

</style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table>

UNIVERSITY

WIDTH=100%

<table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from the ViceChancellor</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a>

</td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a>

</td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>UNIVERSITY BODIES</th> </tr> <tr CLASS=FONT3> <td> <div align=justify> The Kashmir and jammu universities Act,1969, provides for the following Authorities:-<br><br> The University Counsil;<br><br> The Syndicate;<br><br> The Acedemic Counsil;<br><br> The Faculities;<br><br> The Boards of Studies;<br><br> The Boards of Research Studies;<br><br> The Boards of Inspection; and <br><br> Such other Authority/ies as may be declared by the Statutes to be the Authorities of the University. </td> </TR> </TABLE> </table> </body> </HTML><html> <head>

<title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr>

UNIVERSITY

WIDTH=100%

the

Vice-

<td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr>

<tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>VISITS OF DISTINGUISHED SCHOLARS</th> </tr> <tr> <td> <div align=justify> Below given are the views of some visitors who have visited in Jammu University's different departments. Prof. David Smith of Hartford Community College, USA visited the University of Jammu in 1999. He visited the Department of Law and the Department of Political Science. Besides interacting with the Faculty members of these two departments, Prof. Smith also interacted with the Faculty members of Economics, History, English and Management Departments. During his interaction with the University teachers, the idea of collaboration between the University of Jammu and the Hartford Community College was explored. Subsequently a Memorandum of Understanding was signed in this regard after identifying the areas of common concern. The collaborative research identified to be under taken includes American theatre (English Literature) Family violence (Law) and the Perceptions of Legislators (Political Science). Prof. K.L. Bhatia and Dr. Lalita Parihar of the Department of Law, Prof. K.B. Razdan, Professor Posh Charak of English Department and Prof. Rekha Chowdhary of Political Science Department have been involved in the respective collaborative research.<br> Professor Andras Balgoh, Former Hungarian Ambassador to India and Director General of Institute of Foreign Relations, Budapest, Hungry visited the University and interacted with the Faculty. He delivered a lecture on Global Politics and Asia Pacific on October 6, 2000. <br> Prof. Carol S. Love, Associate Dean of Academic Affairs, North Carolina State University, USA delivered a series of lectures in the University in different topics i.e. Aging and Leisure, Extension Education, Cultural Exchange and Education. Prof. Love also had a field visit and

inspected some of the Adult and Continuing Education Programmes being run by the University at Village Garhi, Bhalwal Block. </div> </td> </tr> </TABLE> </table> </body> </HTML> <html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU UNIVERSITY "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" WIDTH=100% HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr>

from

the

Vice-

<td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr>

<td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550> <tr class=font1> <td><img src="..\images\3.jpg" height=330 width=550></td> </tr> <tr class=font2> <td align=right> <a href="..\html\Department_Of_Computer_Sciences.html"><u>Back</u></a> </td> </tr> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!--

window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table>

UNIVERSITY

WIDTH=100%

<table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from the ViceChancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr>

<td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr>

<td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>DEPARTMENT OF ENVIRONMENTAL SCIENCE</th> </tr> <tr CLASS=FONT3> <td> Total number of Seats : 35 <br> Department is providing courses : <br> For admission to M.Sc. Environmental Sciences Course, a candidate is to be eligible, must have passed the qualifying degree exams. <br> In the discipline of :<br> Science <br> Agriculture <br> Forestry <br> Pharmacy <br> Medicine <br> Engineering or <br> Techonology <br> 50% of aggregate marks. <br> 40% for Schedule Castes.<br> <b>NOTE:</b> Selection for admission to the course shall be made through an Entrance Test. </td> </tr> <tr class=font2> <td align=right> <a href="..\html\Departments_Info.html"><u>Back</u><br><br></a> </td> </tr> <tr class=font2> <td align=center><a href="..\html\Environmental_Science_Photo.html"><u>click to see the picture of Environmental Science Department</u></a> </tr> </table> </body> </HTML><html>

<head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr>

UNIVERSITY

WIDTH=100%

the

Vice-

<tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td>

</tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr> <th class=table4 align=center>DEPARTMENT OF PHYSICS AND ELECTRONICS</th> </tr> <tr CLASS=FONT3> <td> Total number of Seats : 60 <br> Department is providing us the following courses : <br> Candidates seeking admission to Master Degree courses, a candidate is to be eligible, must have passed the qualifying degree exams. <br> In the discipline of :<br><br> Physics <br> Mathematics<br> Computer Applications <br> With, 60% of aggregate marks. </td> </tr> <tr class=font2> <td align=right> <a href="..\html\Departments_Info.html"><u>Back</u><br><br></a> </td> </tr> <tr class=font2> <td align=center><a href="..\html\Physics_And_Electronics_Photo.html"><u>click to see the picture of Physics and Electronic Department</u></a> </tr> </table> </body>

</HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from Chancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td>

UNIVERSITY

WIDTH=100%

the

Vice-

</tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a>

</td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr CLASS=FONT3> <th COLSPAN=3 align=center class=table4>FACULITY OF EDUCATION</TH> </TR> <TR align=center> <TH align=left>NAME OF DEPARTMENT<br><br></TH><TH>COURSE<br><br></TH> <TH>DURATION<br><br></TH> </TR> <TR align=center> <TD align=left>Department of Education<br><br></td><td>M.Ed<br><br></td><td>One year<br><br></TD> </TR> <TR align=center> <TD align=left>Department of Education</TD><TD>M.A.Edu.</TD><TD>Two years</TD> </TR> <tr> <td colspan=3 align=right><a href="..\html\Teaching_Departments.html"><u>Back</u></a> </tr> </TABLE> </table> </body> </HTML><html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript">

<!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table>

UNIVERSITY

WIDTH=100%

<table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from the ViceChancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr>

<tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr>

<tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550 class=font3> <tr CLASS=FONT3> <th COLSPAN=3 align=center CLASS=TABLE4>FACULITY OF SCIENCE </TH> </TR> <TR align=center> <TH align=left>NAME OF DEPARTMENT</TH><TH>COURSE</TH> <TH>DURATION</TH> </TR> < < <tr> <th class=table4 align=center colspan=2>INTODUCTION OF VOCATIONAL SUBJECTS IN COLLEGES</th> </tr> <tr> <td colspan=2>The following are the subjects provided by the university in colleges</td> </tr> <tr class=table4><th align=center>Colleges</th><th align=center>Subjects</th></tr> < </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU UNIVERSITY "+Date() --> </script> </head> < Welcome to the world of Jammu. In Higher Education the Jammu University experiment has succeeded and the University has established a track record that is unequalled in comparision with others in (J&K).<br> University is providing both Non-formal and Formal modes of Higher Education in all courses that are provided by the University. <br>

I alluded that our efforts to present a model, modern and viable system of education was being severely jeopardized due to inadequate staff in colleges, adhoc appointments of teachers, failure to appoint Principals on permanent basis, tendency of lax supervision in the Examination Halls coupled with menance of copying rampant practice of tution by College teachers which acted as implements in introducing better ideas and educational innovations. <br> I am sure that large section of the society would be able to made the best use of both of th modes. <br> God may bless all of you in getting the appropriate benifit from our courses.<br> <br> With warm regards,<br> Vice-Chancellor. </td> </TR> </TABLE> </table> </body> </HTML> <html> <head> <title>Jammu University</title> <LINK rel="stylesheet" href="style.css" MEDIA="screen" TYPE="text/css"> <STYLE fprolloverstyle>A:hover{color:darkbrown; font-weight:bold} </style> <SCRIPT LANGUAGE="Javascript"> <!-window.status="BIT-6 SEMESTER PROJECT-JAMMU "+Date() --> </script> </head> <body TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0> <table border=0 width=100% WIDTH=60 align=center> <tr align=center> <th><EMBED SRC="..\IMAGES\ANIMATION2.SWF" HEIGHT=50></th></tr> </table> <table border=0 width=100 align=left class=font1> <tr> <td class=table2> <a href="..\html\FrontPage.html">History</a> </td>

UNIVERSITY

WIDTH=100%

</tr> <tr> <td class=table2> <a href="..\html\Message_from_the_Vice-Chancellor.html">Message from the ViceChancellor</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Bodies.html">University Bodies</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Counsil.html">University Counsil</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Teaching_Departments.html">Teaching Departments</a> </td> </tr> <tr> <td class=tab2> <a href="..\html\Departments_Info.html">Departments Informantion</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Admission_Process_And_Its_Charges_In_Details.html">Admission Process And Its Charges in Details</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Introduction_Of_Vocational_Subjects_In_College.html">Introduction Of Vocational Subjects In College</a> </td> </tr> <tr> <td class=table2> <a href="..\html\New_Colleges_Institutes_In_The_Private_Sector.html">New Colleges/Institutes In The Private Sector</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Extention_In_The_Temporary_Affiliation.html">Extention In The Temporary Affiliation</a> </td> </tr>

<tr> <td class=table2> <a href="..\html\Information_About_SLET_Cell.html">Information About SLET Cell</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Directorate_Of_Information_Public_Relations.html">Directorate Of Information Public Relations</a> </td> </tr> <tr> <td class=table2> <a href="..\html\University_Science_Instrumentation_Center.html">University Science Instrumentation Center</a> </td> </tr> <tr> <td class=table2> <a href="..\html\The_J&K_Bank_Ltd.html">The J&K Bank Ltd</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Games_Sports_Provided_By_The_University.html">Games/Sports Provided By The University</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Facilities.html">Facilities</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Students_Based_M.PHIL_Degree.html">Students Based M.PHIL Degree</a> </td> </tr> <tr> <td class=table2> <a href="..\html\Visits_Of_Distinguished_Scholars.html">Visits Of Distinguished Scholars</a> </td> </tr> <tr> <td class=table2> <a href="..\html\FeedbackForm.html">FeedbackForm</a> </td> </tr> </table> <table border=0 align=center width=550> <tr class=font1>

<td><img src="..\images\6.jpg" height=330 width=550></td> </tr> <tr class=font2> <td align=right> <a href="..\html\Department_Of_Physics_And_Electronics.html"><u>Back</u></a> </td> </tr> </table> > Prof. Inderjit Singh, Former Chairman, J&K Board of School Education; <br> Prof. J.K Rathore, Former Chairman, J&K Board of School Education. <br> </td> </TR> </TABLE> </table> </body> </HTML>

OUTPUT SCREENS

Bibliography:1. HTML (The definitive guide) By Bill Kennedy, Chuck Musciano.

You might also like