-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
285 lines (186 loc) · 8.79 KB
/
Copy pathindex.html
File metadata and controls
285 lines (186 loc) · 8.79 KB
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
---
layout: splash
header:
overlay_image: "images/covers/banner_home.jpg"
overlay_filter: rgba(40, 99, 165, 0.5)
caption: "Book niches at Samarra, photograph by Ernst Herzfeld (Image courtesy of the [Smithsonian Online Virtual Archives](https://sova.si.edu/details/FSA.A.06?f=online_media_type%3AImages&s=2304&n=12&t=D&q=Mosques&i=2305#ref25861))"
title: "KITAB"
tagline: "Knowledge, Information Technology, & the Arabic Book"
pi_message:
- image_path: /images/kitab/all_team2.jpg
url: "/about/"
btn_label: "Read more"
btn_class: "btn--primary"
title: "A message from the PI"
excerpt: >
From January 2026, we begin a new chapter. With KITAB-Transform (ERC, grant no. 101199672), we continue to investigate the ways that authors work, but now – thanks to recent advances in machine learning and natural language processing (NLP) – we can be more ambitious. Previously, we were able to detect near-verbatim matches; now we want to detect matches that are semantically similar but worded differently.
all_blogs:
- image_path:
url: "/blogs"
btn_label: "Read more blogs"
btn_class: "btn--primary"
corpus_search:
- image_path: /images/covers/web_app.png
alt: "The KITAB portal"
title: "Explore the OpenITI corpus and reuse data"
excerpt: 'Click the button to start searching for books in our corpus and explore our text reuse data'
url: "https://kitab-project.org/explore"
btn_label: "Find a book"
btn_class: "btn--primary"
---
{% include feature_row id="pi_message" type="left" %}
<!Code block for the latest blogs - do not change!>
<h1> Our latest blogs </h1>
<br>
<div class = "feature__wrapper">
<div class = "grid__item">
<article class = "archive__item">
{% assign latest_post = site.posts[0]%}
<div class = "archive__item-teaser">
{% if latest_post.image %}
<img src = {{ latest_post.image | absolute_url }} </img>
{% else %}
<img src = {{"/images/kitab/mesa.jpg" | absolute_url }} > </img>
{% endif %}
</div>
<h2 class = "archive__item-title no_toc">{{ latest_post.title | truncate: 35 }} </h2> <a href="{{ latest_post.url | absolute_url }}">read more</a></b>
</article>
</div>
<div class = "grid__item">
<article class = "archive__item">
{% assign latest_post = site.posts[1]%}
<div class = "archive__item-teaser">
{% if latest_post.image %}
<img src = {{ latest_post.image | absolute_url }} </img>
{% else %}
<img src = {{"/images/kitab/mesa.jpg" | absolute_url }} > </img>
{% endif %}
</div>
<h2 class = "archive__item-title no_toc"> {{ latest_post.title | truncate: 35 }}</h2><a href="{{ latest_post.url | absolute_url }}">read more</a>
</article>
</div>
<div class = "grid__item">
<article class = "archive__item">
{% assign latest_post = site.posts[2]%}
<div class = "archive__item-teaser">
{% if latest_post.image %}
<img src = {{ latest_post.image | absolute_url }} </img>
{% else %}
<img src = {{"/images/kitab/mesa.jpg" | absolute_url }} > </img>
{% endif %}
</div>
<h2 class = "archive__item-title no_toc"> {{ latest_post.title | truncate: 35 }}</h2><a href="{{ latest_post.url | absolute_url }}">read more</a>
</article>
</div>
<div class = "grid__item">
<article class = "archive__item">
<div class = "archive__item-teaser">
<img src = {{ "/images/kitab/mesa.jpg" | absolute_url }} > </img>
</div>
<h2 class = "archive__item-title no_toc">Read more blogs </h2>
<div class = "archive__item-excerpt">
<p> Read more blogs about KITAB's corpus, methods and data </p>
</div>
<p> <a href="{{ '/blogs' | relative_url }}" class="btn btn--primary">Read other blogs</a></p>
</article>
</div>
</div>
<!-- Liquid based code that locates all of the pages with a layout category (which correspond to blog series on our website) and gives the most recent on the homepage-->
<h1> Our latest blog series </h1>
<br>
<div class = "feature__wrapper">
{% assign category_list = site.pages | where: "layout", "category" | sort: "date" | reverse %}
<div class = "grid__item">
<article class = "archive__item">
{% assign category_page = category_list[0]%}
{% assign taxonomy = category_page.taxonomy %}
{% assign posts = site.posts | where :"categories", taxonomy %}
<div class = "archive__item-teaser">
{% for post in posts %}
{% if post.image %}
{% assign series_image = post.image %}
{% break % }
{% else %}
{% assign series_image = '/images/kitab/mesa.jpg' %}
{% endif %}
{% endfor %}
<img src = {{ series_image | absolute_url }}> </img>
</div>
<h2 class = "archive__item-title no_toc">{{ category_page.title | truncate: 35 }} </h2> <a href="{{ category_page.permalink | absolute_url }}">read more</a></b>
</article>
</div>
<div class = "grid__item">
<article class = "archive__item">
{% assign category_page = category_list[1]%}
{% assign taxonomy = category_page.taxonomy %}
{% assign posts = site.posts | where :"categories", taxonomy %}
<div class = "archive__item-teaser">
{% for post in posts %}
{% if post.image %}
{% assign series_image = post.image %}
{% break % }
{% else %}
{% assign series_image = '/images/kitab/mesa.jpg' %}
{% endif %}
{% endfor %}
<img src = {{ series_image | absolute_url }}> </img>
</div>
<h2 class = "archive__item-title no_toc">{{ category_page.title | truncate: 35 }} </h2> <a href="{{ category_page.permalink | absolute_url }}">read more</a></b>
</article>
</div>
<div class = "grid__item">
<article class = "archive__item">
{% assign category_page = category_list[2]%}
{% assign taxonomy = category_page.taxonomy %}
{% assign posts = site.posts | where :"categories", taxonomy %}
<div class = "archive__item-teaser">
{% for post in posts %}
{% if post.image %}
{% assign series_image = post.image %}
{% break % }
{% else %}
{% assign series_image = '/images/kitab/mesa.jpg' %}
{% endif %}
{% endfor %}
<img src = {{ series_image | absolute_url }}> </img>
</div>
<h2 class = "archive__item-title no_toc">{{ category_page.title | truncate: 35 }} </h2> <a href="{{ category_page.permalink | absolute_url }}">read more</a></b>
</article>
</div>
<div class = "grid__item">
<article class = "archive__item">
<div class = "archive__item-teaser">
<img src = {{"/images/kitab/mesa.jpg" | absolute_url }} > </img>
</div>
<br>
<p> <a href="{{ '/categories' | relative_url }}" class="btn btn--primary">See all blog series</a></p>
</article>
</div>
</div>
<!-- end of code block for latest blog posts series -->
{% include feature_row id="corpus_search" type="right" %}
<!-- Code block for the twitter embed and sharing - do not change-->
<div class="feature__wrapper">
<div class="feature__item--left">
<div class="archive__item">
<div class="archive__item-teaser">
<a class="twitter-timeline" data-width="600" data-height="500" data-theme="light" href="https://twitter.com/cdh_kitab">Tweets by sarahsavant1</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">Follow us</h2>
<div class="archive__item-excerpt">
<p>Keep up to date with the KITABis. Follow us on twitter or subscribe to our mailing list.</p>
</div>
<p><a href="/subscribe" class="btn btn--primary">Subscribe!</a></p>
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">Get involved</h2>
<div class="archive__item-excerpt">
<p>Would you like to contribute to our Corpus? Do you have data you would like to share? Are you working in Classical Arabic NLP? We would love to hear from you!</p>
</div>
<p><a href="/about/get-involved" class="btn btn--primary">Get in touch!</a></p>
</div>
</div>
</div>
</div>
<! end of code block for twitter embed and sharing !>