-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (98 loc) · 4.95 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NLPT-home</title>
<meta name="description">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" type ="image/x-icon" href="images/favicon.ico">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation" style="background-color: blue">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a style="color: white" class="navbar-brand" href="index.html">NLPT @ COMSATS Lahore</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a style="color: white" href="index.html">Home</a></li>
<li><a style="color: white" href="team/index.html">Team</a></li>
<li><a style="color: white" href="publications/index.html">Publications</a></li>
<li><a style="color: white" href="research/index.html">Research</a></li>
<li><a style="color: white" href="joinus/index.html">Join US</a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div id="homeid" class="col-sm-8">
<h1>Welcome to the NLPT@COMSATS Lahore</h1>
<p><strong>The Natural Language Processing and Technology Group (NLPT)</strong> is a part of the Department of Computer Science, COMSATS Institute of Information Technology, Lahore, Pakistan. It was formed by a combined effort from faculty members and graduate students in February, 2014.</p>
<p>We, at NLPT, are interested to work on machine learning models that allow computers to process and understand human languages. Our mission is to develop innovative and robust natural language processing technologies that improve machine understanding of human language. Our members are widely recognized as being among the best in the field, winning prestigious research fellowships and .</p>
<p>Our research interests fall into the broad areas of:</p>
<ul>
<li>Text Reuse and Plagiarism Detection</li>
<li>Author Identification and Author Profiling</li>
<li>Sentiment Analysis</li>
<li>Word Sense Disambiguation</li>
<li>Information Extraction</li>
<li>Computational Resources for Pakistani languages</li>
</ul>
<p>The NLPT group has close associations with the UCREL at Lancaster University and NLP at The University of Sheffield research groups which carry out research into other areas of computational processing of human language.</p>
<p>We have several NLP resources related to our projects publicly available for other researchers. <a href="#">(more info)</a></p>
<p><strong>We are looking for passionate new Masters and PhD students to join our team <a href="#">(more info)</a> !</strong></p>
<figure class="fourth">
<p><img src="images/logopic/ciit_logo.png" style="width: 110px" />
<img src="images/logopic/lancaster_logo.jpeg" style="width: 110px" />
<img src="images/logopic/sheffield_logo.png" style="width: 120px" />
<img src="images/logopic/ucrel_logo.png" style="width: 110px" /></p>
</figure>
</div>
<div id="newsid" class="col-sm-4" >
<div class="well">
<h4>News</h4>
1,October,2017
<p><em></em></p>
<h4><a href="allnews.html">... see all News</a></h4>
</div>
</div>
</div>
<br/>
<br/>
</div>
<div id="footer" class="panel" >
<div class="panel-footer" style="background-color: blue">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<p style="color: white">@NLPT COMSATS.</a></p>
<p style="color: white">We are part of the Computer Science Department at <a style="color: gray" href="https://lahore.comsats.edu.pk/">COMSATS Institute of Information Technology, Lahore.</a></p>
<p style="color: white">Site powered by <a style="color: gray" href="https://jekyllrb.com/">Jekyll</a> </p>
<p> </p><p>
</div>
<div class="col-sm-4">
</div>
<div class="col-sm-4" style="color: white">
Contact:<br />
1.5 KM Defence Road<br/>
Off Raiwind Road<br/>
Lahore, Pakistan.
(<a style="color: gray" href="https://www.google.com/maps/place/COMSATS+Institute+of+Information+Technology/@31.4014266,74.2088896,17z/data=!4m12!1m6!3m5!1s0x3918ffd0bc7c5f71:0x879e9b82857bcd94!2sCOMSATS+Institute+of+Information+Technology!8m2!3d31.401422!4d74.2110783!3m4!1s0x3918ffd0bc7c5f71:0x879e9b82857bcd94!8m2!3d31.401422!4d74.2110783">Maps</a>)
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs /jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>