-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
328 lines (303 loc) · 16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>🐜 ANTCorpus - Arabic News Texts Corpus</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#page-top">🐜 ANT Corpus</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-left">
<li class="page-scroll">
<a href="index-ar.html">عربي</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">About the project <i class="fa fa-comments"></i></a>
</li>
<li class="page-scroll">
<a href="#team">Team <i class="fa fa-users"></i></a>
</li>
<li class="page-scroll">
<a href="#download">Download <i class="fa fa-download"></i></a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<!--img class="img-responsive" src="img/profile.png" alt=""-->
<div class="intro-text">
<span class="name">ANTCorpus project</span>
<hr class="star-light">
<span class="skills">Arabic News Texts Corpus</span>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About the project</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p>ANTCorpus stands for "Arabic News Texts Corpus". It is a research project that aims to collect texts from different sources of the web by incrementing the amount of data progressively.</p>
</div>
<div class="col-lg-4">
<p>The acronym ANT can remind the ants' work:<br/>
<cite>"Every ant should contribute to build the nest progressively".</cite></p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<a href="#download" class="btn btn-lg btn-outline">
<i class="fa fa-download"></i> Go to Download section
</a>
<a href="https://github.com/antcorpus" target="_blank" class="btn btn-lg btn-outline">
<i class="fa fa-github"></i> Visit GitHub project page
</a>
</div>
</div>
<br/><br/>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h3>How it works ?</h3>
<hr>
</div>
</div>
<div class="row">
<div class="col-lg-2 col-lg-offset-2 text-center">
<h1 class="btn-social btn-outline"><i class="fa fa-rss"></i></h1>
<p>From RSS feeds of news websites</p>
</div>
<div class="col-lg-1 text-center">
<p class="right-workflow "><i class="fa fa-arrow-right"></i></p>
</div>
<div class="col-lg-2 text-center">
<h1 class="btn-social btn-outline"><i class="fa fa-filter"></i></h1>
<p>Filter and Extract categorized data</p>
</div>
<div class="col-lg-1 text-center">
<p class="right-workflow"><i class="fa fa-arrow-right"></i></p>
</div>
<div class="col-lg-2 text-center">
<h1 class="btn-social btn-outline"><i class="fa fa-files-o"></i></h1>
<p>Generate corpus documents</p>
</div>
</div>
</div>
</section>
<!-- Team Grid Section -->
<section id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>The team behind the scene</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-sm-12"><h3>Technical staff</h3><hr/></div>
<div class="col-sm-4 portfolio-item">
<p>Dr. Oussama Ben Khiroun</p>
<i class="fa fa-fw fa-envelope-o"></i> oussama [DOT] ben [DOT] khiroun [@] gmail [DOT] com
<p>
<a href="https://oussamabenkhiroun.com/" target="_blank" class="btn-social-warm btn-outline btn-outline-warm"><i class="fa fa-fw fa-globe"></i></a>
<a href="http://tn.linkedin.com/in/oussamabk" target="_blank" class="btn-social-warm btn-outline btn-outline-warm"><i class="fa fa-fw fa-linkedin"></i></a>
</p>
</div>
<div class="col-sm-4 portfolio-item">
<p>Dr. Raja Ayed</p>
<i class="fa fa-fw fa-envelope-o"></i> ayed [DOT] raja [@] gmail [DOT] com
<p>
<a href="http://www.jarir.tn/rajaayed" target="_blank" class="btn-social-warm btn-outline btn-outline-warm"><i class="fa fa-fw fa-globe"></i></a>
</p>
</div>
<div class="col-sm-4 portfolio-item">
<p>Amina Chouigui</p>
<i class="fa fa-fw fa-envelope-o"></i> aminachouigui [@] gmail [DOT] com
<p>
<a href="#" target="_blank" class="btn-social-warm btn-outline btn-outline-warm"><i class="fa fa-fw fa-globe"></i></a>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12"><h3>Head staff</h3><hr/></div>
<div class="col-sm-4 portfolio-item">
<p>Dr. Bilel Elayeb</p>
<p>
<a href="http://www.jarir.tn/bilelelayeb" target="_blank" class="btn-social-warm btn-outline btn-outline-warm"><i class="fa fa-fw fa-globe"></i></a>
</p>
</div>
</div>
</div>
</section>
<!-- Download Section -->
<section id="download">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Download</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="https://github.com/antcorpus/antcorpus.multisource.data/releases/tag/v2.1" class="btn btn-lg" target="_blank">
Download v2.1 <i class="fa fa-download"></i> <span class="badge label-orange"> Multi-source </span>
</a> (Number of documents = <b>31.798</b> | Released version date = <b>05 December 2018</b>)
</div>
<div class="col-lg-8 col-lg-offset-2">
<a href="https://github.com/antcorpus/antcorpus.data/releases/tag/v1.1" class="btn btn-lg" target="_blank">
Download v1.1 <i class="fa fa-download"></i> <span class="badge label-blue-fade"> One source </span>
</a> (Number of documents = <b>10.161</b> | Released version date = <b>11 June 2018</b>)
</div>
<div class="col-lg-8 col-lg-offset-2">
<a href="https://github.com/antcorpus/antcorpus.data/releases/tag/v1.0" class="btn btn-lg" target="_blank">
Download v1.0 <i class="fa fa-download"></i> <span class="badge label-blue-fade"> One source </span>
</a> (Number of documents = <b>6.005</b> | Released version date = <b>12 August 2017</b>)
<!--a href="#download" class="btn btn-lg disabled">
No available downloads yet... Coming soon, stay tunned <i class="fa fa-clock-o"></i>
</a-->
</div>
<div class="col-lg-8 col-lg-offset-2"><hr/>
<h3>Citation Licence</h3>
<p>The files of ANT Corpus are subject to the following citation license:</p>
<blockquote>By downloading ANT Corpus, <b>you agree to cite at least one of our papers describing ANT Corpus</b> (refer to the <a href="#publications">section below</a>) <b>and/or refer the project's main page</b> in any kind of material you produce where ANT Corpus was used to conduct search or experimentation, whether be it a research paper, dissertation, article, poster, presentation, or documentation.
<h5>✅ By using this data, you have agreed to the citation licence.</h5>
</blockquote>
<h3 id="publications">Publications</h3>
📄 A. Chouigui, O. Ben Khiroun and B. Elayeb. <b>An Arabic Multi-source News Corpus: Experimenting on Single-document Extractive Summarization</b>.
In Arabian Journal for Science and Engineering (<a href="https://link.springer.com/article/10.1007/s13369-020-05258-z" target="_blank">AJSE 2021</a>), 46(08), 1-14, DOI : 10.1007/s13369-020-05258-z , February 2021.
<br/><br/>
📄 A. Chouigui, O. Ben Khiroun and B. Elayeb. <b>ANT Corpus : An Arabic News Text Collection for Textual Classification</b>.
In proceedings of the 14th ACS/IEEE International Conference on Computer Systems and Applications (<a href="http://www.aiccsa.net/AICCSA2017/" target="_blank">AICCSA 2017</a>), pp. 135-142, Hammamet, Tunisia, October 30 - November 3, 2017.
<br/><br/>
📄 A. Chouigui, O. Ben Khiroun and B. Elayeb. <b>A TF-IDF and Co-occurrence Based Approach for Events Extraction from Arabic News Corpus</b>.
In proceedings of the 23rd International Conference on Natural Language & Information Systems (<a href="http://nldb2018.cnam.fr/" target="_blank">NLDB 2018</a>), pp. 272-280, Paris, France, 13-15 June 2018.
<br/><br/>
📄 A. Chouigui, O. Ben Khiroun and B. Elayeb. <b>Related Terms Extraction from Arabic News Corpus using Word Embedding</b>.
In: OTM Conferences & Workshops: Proceedings of the 7th International Workshop on Methods, Evaluation, Tools and Applications for the Creation and Consumption of Structured Data for the e-Society (<a href="http://www.otmconferences.org/index.php/ws/meta4es-2018" target="_blank">Meta4eS'18</a>), Springer, LNCS, pp. 1-11, Valletta, Malta, 22-26 October 2018.
<h3 id="workshop">Workshop poster participation</h3>
<figure>
<figcaption>"ANT Corpus: un Corpus Multi-Sources pour la Classification et la Fouille des Textes Arabes" <br/>(Poster des Journées Scientifiques Pluridisciplinaires (JSP'2018)) (<b>in french</b>)</figcaption>
<img src="http://oussamabenkhiroun.com/blog/wp-content/uploads/2018/10/screenshot-ANTCorpus-JSP2018.png" alt="Poster ANT Corpus JSP-2018" >
</figure>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>RIADI Laboratory<br/>
ENSI, University of Manouba, Tunisia<br/>
ENISo, University of Sousse, Tunisia</p>
</div>
<div class="footer-col col-md-4">
<h3>Around the Web</h3>
<p><a href="http://jarir.tn" class="" target="_blank">JARIR</a> team website</p>
<p><a href="http://www.riadi.rnu.tn" class="" target="_blank">RIADI</a> lab. website</p>
</div>
<!--div class="footer-col col-md-4">
<h3>Around the Web</h3>
<ul class="list-inline">
<li>
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a>
</li>
<li>
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
<li>
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-dribbble"></i></a>
</li>
</ul>
</div-->
<div class="footer-col col-md-4">
<h3>About ANTCorpus project</h3>
<p>A research project that aims to collect Arabic texts from different sources of the web by incrementing the amount of data progressively.</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © <a href="https://antcorpus.github.io">ANTCorpus</a> 2017 - Theme by <a href="http://startbootstrap.com" target="_blank">Start Bootstrap</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/freelancer.min.js"></script>
</body>
</html>