-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
605 lines (549 loc) · 30.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<link rel="icon" href="./ku-logo.png" type="image/icon type">
<title>Department of Mathematics - University of Karachi</title>
<link rel="icon" href="./ku-logo1.png" type="image/icon type">
<!-- animate.css -->
<link rel="stylesheet" href="./libaries/OwlCarousel2-2.3.4/docs/assets/css/animate.css">
<!-- fontawsome -->
<link rel="stylesheet" href="./libaries/fontawesome-free-5.15.3-web/css/all.css">
<!-- animates on scroll -->
<link rel="stylesheet" href="./libaries/aos-master/dist/aos.css">
<!-- owl carousel -->
<link rel="stylesheet" href="./libaries/OwlCarousel2-2.3.4/dist/assets/owl.carousel.min.css">
<link rel="stylesheet" href="./libaries/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.css">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="./css/utlities.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/responsive.css">
</head>
<body>
<!-- header start -->
<header class="header capitalize " id="top">
<div class="container-100 fixed containerfixed">
<div id="Sidenav" class="sidenav">
<a class="closebtn">
<i class="fas fa-times"></i>
</a>
<ul class="sidenav-list">
<li class="side-item">
<a href="./index.html" class="side-link active">home</a>
</li>
<li class="side-item">
<a href="./result.html" class="side-link">results</a>
</li>
<li class="side-item dropdown ">
<a href="javascript:void(0)" class="side-link"><span class="program-nav">programs</span> <i
class="fas fa-chevron-down" style="position: relative; top: 3px;"></i></a>
<ul class="dropdown-content">
<li><a href="#fm">B.S In Financial Mathematics</a></li>
<li><a href="#cm">B.S In Computational Mathematics</a></li>
<li><a href="./program.html"> BSc. (Hons) In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">MSc. In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">M.S./M.Phil. In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">Ph.D. In Pure And Applied Mathematics</a></li>
</ul>
</li>
<li class="side-item">
<a href="./faculty.html" class="side-link">faculty</a>
</li>
<li class="side-item">
<a href="./news.html" class="side-link ">News</a>
</li>
<li class="side-item">
<a href="./events.html" class="side-link">Events</a>
</li>
<li class="side-item">
<a href="./gallery.html" class="side-link">Gallery</a>
</li>
<li class="side-item">
<a href="./contact.html" class="side-link">contact/staff</a>
</li>
</ul>
<div class="footer-col footer-social-link" id="side-social-list">
<h4 class="side-follow">follow us</h4>
<div class="social-links" id="side-social">
<a href="https://www.facebook.com/groups/416373102043603/"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="navcontainer">
<nav class="navbar flex align-center justify-between ">
<button type="button" id="mobile-nav-toggle">
<i class="fas fa-bars" id="navtext"></i>
</button>
<div class="mathlogo uppercase flex align-center">
<a href="https://www.uok.edu.pk/" target="_blank" class="logo-link ">
<img src=".//ku-logo.png" alt="ku-logo" width="85px">
</a>
<span>Department of <br> <b class="math-logo-text">mathematics</b></span>
</div>
<div id="navbar-collapse">
<ul class="navbar-nav flex">
<li class="nav-item ">
<a class="nav-link active" href="./index.html">home</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="./news.html">news</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="javascript:void(0)"><span class="program-nav">programs</span>
<i class="fas fa-chevron-down" style="position: relative; top: 3px;"></i></a>
<ul class="dropdown-content">
<li><a href="#fm">B.S In Financial Mathematics</a></li>
<li><a href="#cm">B.S In Computational Mathematics</a></li>
<li><a href="./program.html"> BSc. (Hons) In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">MSc. In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">M.S./M.Phil. In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">Ph.D. In Pure And Applied Mathematics</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./faculty.html">faculty</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./result.html">result</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./events.html">events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./gallery.html">gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">contact/staff</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="back-to-top ">
<a href="#top" class="back-to-top-link">
<i class="fas fa-arrow-circle-up"></i>
</a>
</div>
<div class="go-to-bottom">
<a href="#bottom" class="go-to-bottom-link">
<i class="fas fa-arrow-circle-down"></i>
</a>
</div>
<div class="progress-container">
<div class="progress" id="myBar"></div>
</div>
</div>
</header>
<!-- header end here -->
<!-- carousel start here-->
<div id="myslider" class="container-100">
<div class="owl-carousel owl-theme">
<div class="slide slide-1">
<div class="slide-content ">
<h1 class=" ">department of mathematics</h1>
<p class=" ">The mission of the Department of the Mathematical Sciences is to pursue teaching and
research in the area of Pure Mathematics, Applied Mathematics and Financial Mathematics, and
service to the community.</p>
<!-- <button class="btn">ADMISSIONs</button> -->
</div>
</div>
<div class="slide slide-2">
<div class="slide-content ">
<h1 class=" ">mathematics is everywhere</h1>
<p>Math is Everywhere. All too often math is seen as a subject that is a world of its own, isolated
from the humanities and other subjects. Math is not just a class but a topic that constantly
impacts our decisions.</p>
<!-- <button class="btn">button</button> -->
</div>
</div>
<div class="slide slide-3">
<div class="slide-content">
<h1 class=" ">queen of all sciences</h1>
<p>Mathematics is considered as the mother of all sciences because it is a tool which solves
problems of every other science.</p>
<!-- <button class="btn">button</button> -->
</div>
</div>
</div>
</div>
<style>
.owl-dots {
bottom: 10%;
}
</style>
<!-- carousel end here-->
<!-- section news and overveiw start here-->
<section class="sec-news-overveiw ">
<div class="container flex capitalize" id="news-oveiw-container">
<aside class="news-side ">
<div class="news-content">
<h1 class=" news-heading ">latest news</h1>
<ul class="news-list">
<li class="news-item">
<a href="UOK List mphil phd.pdf" class="news-link">ms, m.s.(surgery) &
m.d.(medicine)</a>
</li>
<li class="news-item">
<a href="UOK List mphil phd.pdf" class="news-link">ph.d.admissions 2020</a>
</li>
<li class="news-item">
<a href="UOK List mphil phd.pdf" class="news-link"> admissions 2020</a>
</li>
</ul>
</div>
<div class="results-content capitalize">
<a href="./result.html">
<h1 class=" result-heading">results</h1>
</a>
<ul class="result-list">
<li class="result-item">
<a href="./results/first year/Year 2020/Results 2020 II/Asif Iqbal 302 (S).pdf"
class="result-link">Mr.Asif Iqbal 302(S)</a><span class="result-new">New</span>
</li>
<li class="result-item">
<a href="./results/third year/Year 2020/Results 2020 II/Ahmad Hassan 506.pdf" class="result-link">Dr. Ahmad Hassan 506</a><span class="result-new">New</span>
</li>
<li class="result-item">
<a href="./results/fourth year/Year 2020/Results 2020 II/Dr Mushtaq 656.pdf" class="result-link">Dr. mushtaq Ahmed 656</a><span class="result-new">New</span>
</li>
</ul>
</div>
<div class="guideline-content">
<h1 class="guideline-heading">
Guide lines
</h1>
<p class="guideline-para">Research Proposal Guidelines for M.Phil. and Ph.D.</p>
<ul class="guideline-list">
<li class="guideline-item">
<a href="Guidelines Research Proposal 01.docx" class="guideline-link">Sample 01</a>
</li>
<li class="guideline-item">
<a href="Guidelines Research Proposal 02.docx" class="guideline-link">Sample 02</a>
</li>
<li class="guideline-item">
<a href="Guidelines Research Proposal 03.docx" class="guideline-link">Sample 03</a>
</li>
</ul>
<h1 class="guideline-heading">Sample Research Proposals</h1>
<ul class="guideline-list">
<li class="guideline-item">
<a href="Guidelines Research Proposal 01.docx" class="guideline-link">Sample 01</a>
</li>
<li class="guideline-item">
<a href="Guidelines Research Proposal 02.docx" class="guideline-link">Sample 02</a>
</li>
<li class="guideline-item">
<a href="Guidelines Research Proposal 03.docx" class="guideline-link">Sample 03</a>
</li>
</ul>
</div>
</aside>
<div class="overveiw ">
<div class="overveiw-content">
<h1 class="uppercase overveiw-heading">overveiw</h1>
<div class="overveiw-paras text-justify">
<p class="overveiw-p">
Department of Mathematics was established in 1956. Prof. Dr. Suleman Kerawala was the first
chairman.
</p>
<p class="overveiw-p">
It is one of the biggest departments in the faculty of Science at University of Karachi. The
mission
of the department is to bring life to Mathematics and vice versa. Pure, Applied and
inter−disciplinary Mathematics is being pursued in teaching and research.
</p>
<p class="overveiw-p">
Undergraduate, graduate and postgraduate programs are being offered. At all levels, students
are
instructed in the rigor and precision characteristics of mathematical reasoning. They are
facilitated to become acquainted with the elementary tools of Mathematics and techniques to
use
them. Also, they acquire mathematical knowledge and reasoning skills necessary to make
effective use
of mathematics.
</p>
<p class="overveiw-p">
The aim of the department’s activities is to help students to develop a significant
understanding
and appreciation of Mathematics as a creative discipline. Students have facilities of
computer lab
and seminar library to serve for this purpose. A conference hall has also been established
this year
for research and other academic activities.
</p>
<p class="overveiw-p">
Students graduating from this department get employed in various R&D organizations like
SUPARCO,
PCSIR, Pakistan Science Federation, Meteorologist Department of Pakistan and Financial
organizations
like State Bank of Pakistan and numerous public/private educational sectors.
</p>
<p class="overveiw-p">
The department currently has 31 full-time teaching staff and, approximately 1200 enrolled
students.
The department provides full undergraduate degree programs in Mathematics B.Sc (Hons.), B.S
(Financial Mathematics) and M.Sc. These degrees are also offered in the evening under
self-finance
program. Additionally, this Department imparts different courses to other degree programs in
the
Faculties of Social and Applied Science (first two years as subsidiary).
</p>
</div>
</div>
</div>
</div>
</section>
<!-- section news and overveiw end here-->
<!-- section counter start here -->
<section class="sec-counter">
<div class="container">
<div class="container-100 ">
<div class="counter-heading center">
<h1>tends to infinity</h1>
</div>
<div class="counter-box flex justify-between flexwrap" id="counter">
<div class="counter-item " data-aos="fade-up">
<div class="counter-img center">
<i class="fas fa-user-graduate student-icon"></i>
</div>
<div class="counter-content center">
<p class="counter-text" id="counters_1">
<span class="counter" data-TargetNum="1600" data-Speed="1500"></span>
<span class="plus-sign">+</span>
</p>
<h1>Students</h1>
</div>
</div>
<div class="counter-item " data-aos="fade-up">
<div class="counter-img center">
<i class="fas fa-user-graduate student-icon"></i>
</div>
<div class="counter-content center">
<p class="counter-text" id="counters_1">
<span class="counter" data-TargetNum="100" data-Speed="2000"></span>
<span class="plus-sign">+</span>
</p>
<h1>Full-Time faculty</h1>
</div>
</div>
<div class="counter-item " data-aos="fade-up">
<div class="counter-img center">
<i class="fas fa-user-graduate student-icon"></i>
</div>
<div class="counter-content center">
<p class="counter-text" id="counters_1">
<span class="counter" data-TargetNum="200" data-Speed="2000"></span><span
class="plus-sign">+</span>
</p>
<h1>courses</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section counter start here -->
<!-- section program start here -->
<section class="sec-programs">
<div class="container">
<div class="container-100">
<div class="program-heading center">
<h1>
programs
</h1>
</div>
<div class="programs">
<div class="bs-fm flex " id="fm" data-aos="fade-right">
<div class="fm-promo">
<a href="./images/programs/bs-fm.jpg" target="blank">
<img src="./images/programs/bs-fm.jpg" alt="" class="fm-img">
</a>
</div>
<div class="fm-text">
<h1 class="fm-heading ">bs in Financial mathematics</h1>
<p class="fm-para">Financial mathematics programmes aim to prepare highly qualified
professionals who will address issues related to the globalisation of financial markets,
the development of financial transactions, the increasing complexity of portfolio
investments, the expansion of the labour market, the development of the banking
environment, and more.</p>
<p class="fm-para">Sub-disciplines of financial mathematics cover macroeconomics, applied
mathematics or computational mathematics. Courses include topics such as: capital
markets and operational research, currency and banking systems, financial management,
international finance, multinational companies finance.</p>
<p class="fm-para">Students in financial mathematics will gain a wide range of skills such
as technology skills, an in-depth understanding of advanced economics concepts as well
as knowledge of how the financial and banking sectors operate. They will also analyse
and identify suitable software applications for solving any problems they encounter
during their practice.</p>
<p class="fm-para">Career paths for financial mathematics graduates cover a large area of
the financial service industry and include job opportunities in: investment banks, hedge
funds, consulting firms, investment firms, insurance companies, commercial banks,
brokerage houses and other corporations.</p>
<div class="center">
<a href="./Course Outlines/FM CM/Syl-Fin-Math-10.pdf" class="btn fm-btn ">course
outline</a>
</div>
</div>
</div>
<div class="bs-cm flex " id="cm" data-aos="fade-left">
<div class="cm-text">
<h1 class="cm-heading">bs in computional mathematics</h1>
<p class="cm-para">This major aims to produce graduates in computing mathematics with a strong background of knowledge, skills and tools for mathematical modelling, scientific computation and technical computer software. The major provides students training in the ability to think quantitatively and analyse problems critically.</p>
<p class="cm-para">The computational mathematics major combines the beauty and logic of mathematics with the application of today’s fastest and most powerful computers. The major uses computers as problem-solving tools to come up with mathematical solutions to real-world problems in engineering, operations research, economics, business and other areas of science. </p>
<p class="cm-para">The skills you learn can be applied to everyday life, from computing security and telecommunication networking to routes for school buses and delivery companies. The computational mathematics major gives you a solid foundation in both mathematics and computational methods that you need to be successful in the field or in graduate school.
</p>
<p class="cm-para">Students often pursue positions as mathematical analysts, scientific programmers, software engineers, or systems analysts. Job opportunities in private industry and government abound in this field.</p>
<div class="center">
<a href="./Course Outlines/FM CM/BS-Comp-Math.docx.pdf" class="btn fm-btn ">course
outline</a>
</div>
</div>
<div class="cm-promo">
<a href="./images/programs/bs-cm.jpg" target="_blank">
<img src="./images/programs/bs-cm.jpg" alt="" class="cm-img">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sec-faculty">
<div class="container">
<div class="container-100">
<div class="faculty-heading center">
<h1>faculty</h1>
</div>
<div class="faculty flex justify-between flexwrap" data-aos="zoom-in">
<div class="faculty-person-box center">
<div class="fac-img-box center ">
<img src="./images/faculty/Dr-najeeb-alam-khan.jpg" alt="Dr-najeeb-alam-khan"
class="faculty-img">
<span class="education"><b>ph.D</b></span>
</div>
<div class="faculty-intro">
<h3 class="fac-name">
dr najeeb alam
</h3>
<p class="faculty-para">
<span>Chairman / Associate Professor</span>
<span>Non-linear Mechanics, Fractional Differential Equation, Fuzzy Differential
Equations</span>
</p>
<div class="center">
<a href="./faculty profile/Dr Najeeb Alam.html" class="btn fm-btn ">profile</a>
</div>
</div>
</div>
<div class=" faculty-person-box center">
<div class="fac-img-box center">
<img src="./images/faculty/Wajiha Riaz.jpg" alt="Wajiha Riaz" class="faculty-img ">
</div>
<span class="education"><b>M.phil</b></span>
<div class="faculty-intro">
<h3 class="fac-name">
Ms Wajiha Riaz
</h3>
<p class="faculty-para">
<span>Lecturer</span>
<span>Operations Research, Data Structures</span>
</p>
<div class="center">
<a href="./faculty profile/Ms. Wajiha Riaz.html" class="btn fm-btn ">profile</a>
</div>
</div>
</div>
<div class=" faculty-person-box center">
<div class="fac-img-box center">
<img src="./images/faculty/Saqib ur Rehman.jpg" alt="Saqib ur Rehman" class="faculty-img ">
</div>
<span class="education"><b>ph.D</b></span>
<div class="faculty-intro">
<h3 class="fac-name">
dr Saqib ur Rehman
</h3>
<p class="faculty-para">
<span>Assistant Professor</span>
<span>Mathematical and Statistical Modeling Climate Dynamics, Time Series
Analysis</span>
</p>
<div class="center">
<a href="./faculty profile/Dr. Saqib-Ur-Rehman.html" class="btn fm-btn ">profile</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer here -->
<footer class="footer">
<div class="row flex justify-evenly">
<div class="footer-col mission-col ">
<h4>mathematics</h4>
<p class="misson-footer-para">
The mission of the department is to serve the country and wider international community in the
development and communication of Mathematics through high quality research, publication and training
at both undergraduate and postgraduate levels..
</p>
</div>
<div class="footer-links-wrapper flex justify-between">
<div class="footer-col footer-link">
<h4>quick link</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">libary</a></li>
<li><a href="#">download book</a></li>
<li><a href="#">suggestion</a></li>
</ul>
</div>
<div class="footer-col footer-link">
<h4>contact us</h4>
<ul>
<li><a href="#">about us</a></li>
<li><a href="#">our services</a></li>
<li><a href="#">privacy policy</a></li>
<li><a href="#">complain</a></li>
</ul>
</div>
</div>
<div class="footer-col footer-social-link">
<h4>follow us</h4>
<div class="social-links">
<a href="https://www.facebook.com/groups/416373102043603/"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="copyright center">
<p> © Copyrights Department of Mathematics. All rights reserved.</p>
<p>Designed & Developed by <a href="https://www.facebook.com/Zeeehope" target="_blank">Zeeshan
Shabbir</a>
</p>
</div>
</footer>
<!-- javascript files -->
<script src="./libaries/jquery/jquery-3.6.0.min.js"></script>
<script src="./jss/multi-animated-counter.js"></script>
<script src="./libaries/OwlCarousel2-2.3.4/dist/owl.carousel.min.js"></script>
<script src="./libaries/aos-master/dist/aos.js"></script>
<script>
AOS.init({
offset: 200,
delay: 100,
duration: 1000,
startEvent: 'load',
});
</script>
<!-- custom javascript -->
<script src="./jss/app.js"></script>
<script src="./jss/nav.js"></script>
</body>
</html>