Skip to content

Commit 503ff8a

Browse files
committed
added cidar
1 parent b00192d commit 503ff8a

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

assets/imgs/cidar-logo.png

22.7 KB
Loading

index.html

+24-17
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<div class="row py-lg-5">
6969
<div class="col-lg-8 col-md-8 mx-auto text-center">
7070
<h1 class="heading-bold-900 ">ARBML</h1>
71-
<p class="lead m-4" id="hero_text">ARBML is a community of +500 researchers working on Arabic NLP
71+
<p class="lead m-4" id="hero_text">ARBML is a community of +700 researchers working on Arabic NLP
7272
research and development. Although we come from different walks of life, we all strive to achieve
7373
one goal: empowering our beloved language with open-source Arabic tools and applications. </p>
7474
</div>
@@ -96,6 +96,29 @@ <h2 class="font-weight-800" id="highlighted_projects"> Highlighted Projects</h2>
9696
</section>
9797
<div class="container">
9898
<div class="row">
99+
<div class="col-lg-4 col-md-12 col-sm-12 mt-4">
100+
<div class="card">
101+
<img src="assets/imgs/cidar-logo.png" class="card-img-top img-fluid rounded maxHeight" alt="...">
102+
<div class="card-body project-card">
103+
<h5 class="card-title"> <span>CIDAR</span>
104+
<a href="https://arxiv.org/pdf/2402.03177" target="_blank"
105+
class="btn btn-color btn-sm right mr-2"><i class="fa fa-file"></i> <span class="paper">
106+
Paper </span></a>
107+
<a href="https://github.com/ARBML/CIDAR" target="_blank"
108+
class="btn btn-color btn-sm right mr-2"><i class="fa fa-github"></i> <span class="code">
109+
Code </span></a>
110+
<a href="https://huggingface.co/datasets/arbml/CIDAR" target="_blank"
111+
class="btn btn-color btn-sm right mr-2"><i class="fa fa-github"></i> <span class="web">
112+
Demo </span> </a>
113+
</h5>
114+
<hr>
115+
<p class="card-text mt-4" id="arbml_text">
116+
Culturally Relevant Instruction Dataset For Arabic. CIDAR contains 10,000 instructions and their output.
117+
</p>
118+
</div>
119+
</div>
120+
</div>
121+
99122
<div class="col-lg-4 col-md-12 col-sm-12 mt-4">
100123
<div class="card">
101124
<img src="assets/imgs/ashaar-logo.png" class="card-img-top img-fluid rounded maxHeight" alt="...">
@@ -219,22 +242,6 @@ <h5 class="card-title"> <span id="calliar">Calliar</span>
219242
</div>
220243
</div>
221244
</div>
222-
<div class="col-lg-4 col-md-12 col-sm-12 mt-4">
223-
<div class="card">
224-
<img src="assets/imgs/quafii.jpg" class="card-img-top img-fluid rounded maxHeight" alt="...">
225-
<div class="card-body project-card">
226-
<h5 class="card-title"> <span id="qawafi">Qawafi</span>
227-
<a href="https://github.com/ARBML/qawafi" target="_blank"
228-
class="btn btn-color btn-sm right mr-2"><i class="fa fa-github"></i> <span class="code">
229-
Code </span></a>
230-
</h5>
231-
<hr>
232-
<p class="card-text mt-4" id="qawafi_text">
233-
Platform for Arabic Poetry Analysis using knowledge-based and deep learning approaches.
234-
</p>
235-
</div>
236-
</div>
237-
</div>
238245
<div class="col-lg-4 col-md-12 col-sm-12 mt-4">
239246
<div class="card">
240247
<div class="media">

0 commit comments

Comments
 (0)