ctjlewis commited on
Commit
c7ca8ce
·
verified ·
1 Parent(s): 64253a9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +242 -0
README.md ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - la
5
+ ---
6
+ # Corpus Inscriptionum Latinarum (CIL)
7
+
8
+ A comprehensive dataset of Roman inscriptions from the Corpus Inscriptionum Latinarum.
9
+
10
+ ## Overview
11
+
12
+ The Corpus Inscriptionum Latinarum is the largest collection of Latin inscriptions, documenting the epigraphic heritage of the Roman world. This repository contains parsed data from over 258,000 inscriptions, including metadata, geographic coordinates, dating information, and references to associated images.
13
+
14
+ ## Geographic Distribution
15
+
16
+ ### Dated inscriptions only
17
+ [[Interactive version]](https://cil-locations.vercel.app/dated_locations.html)
18
+
19
+ ![Dated locations](dated_locations.png)
20
+ *Distribution of inscriptions with dating information*
21
+
22
+
23
+ ### All inscriptions with location data
24
+ [[Interactive version]](https://cil-locations.vercel.app/all_locations.html)
25
+
26
+ ![All locations](all_locations.png)
27
+ *Distribution of all inscriptions with geographic coordinates*
28
+
29
+ ## Usage
30
+
31
+ ```python
32
+ from datasets import load_dataset
33
+
34
+ dataset = load_dataset("SpellcraftAI/CIL")
35
+ texts = dataset['train'].to_pandas()
36
+ texts
37
+ ```
38
+
39
+ <div>
40
+ <style scoped>
41
+ .dataframe tbody tr th:only-of-type {
42
+ vertical-align: middle;
43
+ }
44
+
45
+ .dataframe tbody tr th {
46
+ vertical-align: top;
47
+ }
48
+
49
+ .dataframe thead th {
50
+ text-align: right;
51
+ }
52
+ </style>
53
+ <table border="1" class="dataframe">
54
+ <thead>
55
+ <tr style="text-align: right;">
56
+ <th></th>
57
+ <th>publication</th>
58
+ <th>dating</th>
59
+ <th>edcs_id</th>
60
+ <th>province</th>
61
+ <th>place</th>
62
+ <th>latitude</th>
63
+ <th>longitude</th>
64
+ <th>inscription</th>
65
+ <th>inscription_genus</th>
66
+ <th>material</th>
67
+ </tr>
68
+ </thead>
69
+ <tbody>
70
+ <tr>
71
+ <th>0</th>
72
+ <td>CIL 03, 12297</td>
73
+ <td>None</td>
74
+ <td>EDCS-31400030</td>
75
+ <td>Achaia</td>
76
+ <td>?</td>
77
+ <td>NaN</td>
78
+ <td>NaN</td>
79
+ <td>Leius</td>
80
+ <td>[]</td>
81
+ <td>lapis</td>
82
+ </tr>
83
+ <tr>
84
+ <th>1</th>
85
+ <td>CIL 01, 02650 (p 1097) = IG-05-01, 00741 = ILL...</td>
86
+ <td>None</td>
87
+ <td>EDCS-24700151</td>
88
+ <td>Achaia</td>
89
+ <td>Afesou</td>
90
+ <td>NaN</td>
91
+ <td>NaN</td>
92
+ <td>Δέκιος Λείβιος (Ζ)εῦξις // D(ecimi) Leivei D(e...</td>
93
+ <td>["praenomen et nomen","tituli sepulcrales","vi...</td>
94
+ <td>lapis</td>
95
+ </tr>
96
+ <tr>
97
+ <th>2</th>
98
+ <td>CIL 01, 00746 (p 944) = D 00867 = ILLRP 00374 ...</td>
99
+ <td>[-68,-68]</td>
100
+ <td>EDCS-24900077</td>
101
+ <td>Achaia</td>
102
+ <td>Agia Triada / Merbaka / Midea</td>
103
+ <td>37.638113</td>
104
+ <td>22.805299</td>
105
+ <td>Q(uinto) Caecilio C(ai) f(ilio) Metel(l)o / im...</td>
106
+ <td>["officium/professio","ordo senatorius","titul...</td>
107
+ <td></td>
108
+ </tr>
109
+ <tr>
110
+ <th>3</th>
111
+ <td>CIL 01, 02955 = ILLRP 00370 (p 327) = ILGR 000...</td>
112
+ <td>[-74,-74]</td>
113
+ <td>EDCS-13800065</td>
114
+ <td>Achaia</td>
115
+ <td>Aigio / Egio / Aiyion / Aegeum</td>
116
+ <td>38.250714</td>
117
+ <td>22.085822</td>
118
+ <td>Italicei / quei Aegei negotiantur / P(ublium) ...</td>
119
+ <td>["officium/professio","ordo senatorius","titul...</td>
120
+ <td>lapis</td>
121
+ </tr>
122
+ <tr>
123
+ <th>4</th>
124
+ <td>CIL 03, 07251 = D 00214 = NDIEC-07, p 81 = AE ...</td>
125
+ <td>[49,50]</td>
126
+ <td>EDCS-28500283</td>
127
+ <td>Achaia</td>
128
+ <td>Alea / Tegea</td>
129
+ <td>37.454501</td>
130
+ <td>22.420877</td>
131
+ <td>T[(iberius)] Claudius Caesar Aug(ustus) / G[er...</td>
132
+ <td>["Augusti/Augustae","leges","viri"]</td>
133
+ <td>lapis</td>
134
+ </tr>
135
+ <tr>
136
+ <th>...</th>
137
+ <td>...</td>
138
+ <td>...</td>
139
+ <td>...</td>
140
+ <td>...</td>
141
+ <td>...</td>
142
+ <td>...</td>
143
+ <td>...</td>
144
+ <td>...</td>
145
+ <td>...</td>
146
+ <td>...</td>
147
+ </tr>
148
+ <tr>
149
+ <th>258346</th>
150
+ <td>CIL 05, 08653 = IulCarnicum-01, 00040 = IulCar...</td>
151
+ <td>[1,200]</td>
152
+ <td>EDCS-05401454</td>
153
+ <td>Venetia et Histria / Regio X</td>
154
+ <td>Zuglio / Iulium Carnicum</td>
155
+ <td>46.461796</td>
156
+ <td>13.026040</td>
157
+ <td>] / XX libert(is) / libertabus [</td>
158
+ <td>["liberti/libertae"]</td>
159
+ <td>lapis</td>
160
+ </tr>
161
+ <tr>
162
+ <th>258347</th>
163
+ <td>CIL 05, 08968,01c</td>
164
+ <td>None</td>
165
+ <td>EDCS-32400049</td>
166
+ <td>Venetia et Histria / Regio X</td>
167
+ <td>Zuglio / Iulium Carnicum</td>
168
+ <td>46.461796</td>
169
+ <td>13.026040</td>
170
+ <td>T(itus) Ae(lius?) [Max()]</td>
171
+ <td>[]</td>
172
+ <td>lapis</td>
173
+ </tr>
174
+ <tr>
175
+ <th>258348</th>
176
+ <td>CIL 05, 08968,02</td>
177
+ <td>None</td>
178
+ <td>EDCS-32400048</td>
179
+ <td>Venetia et Histria / Regio X</td>
180
+ <td>Zuglio / Iulium Carnicum</td>
181
+ <td>46.461796</td>
182
+ <td>13.026040</td>
183
+ <td>C(ai) B() Anti()</td>
184
+ <td>[]</td>
185
+ <td>lapis</td>
186
+ </tr>
187
+ <tr>
188
+ <th>258349</th>
189
+ <td>CIL 05, 08968,09b</td>
190
+ <td>None</td>
191
+ <td>EDCS-32400047</td>
192
+ <td>Venetia et Histria / Regio X</td>
193
+ <td>Zuglio / Iulium Carnicum</td>
194
+ <td>46.461796</td>
195
+ <td>13.026040</td>
196
+ <td>M(arci) Iul(i) Stallani</td>
197
+ <td>[]</td>
198
+ <td>lapis</td>
199
+ </tr>
200
+ <tr>
201
+ <th>258350</th>
202
+ <td>CIL 05, 08968,12</td>
203
+ <td>None</td>
204
+ <td>EDCS-32400046</td>
205
+ <td>Venetia et Histria / Regio X</td>
206
+ <td>Zuglio / Iulium Carnicum</td>
207
+ <td>46.461796</td>
208
+ <td>13.026040</td>
209
+ <td>Q() Numeri</td>
210
+ <td>[]</td>
211
+ <td>lapis</td>
212
+ </tr>
213
+ </tbody>
214
+ </table>
215
+ <p>258351 rows × 10 columns</p>
216
+ </div>
217
+
218
+ ## Data Structure
219
+
220
+ The dataset contains the following fields:
221
+
222
+ - **publication**: Citation reference (e.g., "CIL 05, 02392")
223
+ - **dating**: Date range as `[from, to]` array (e.g., `[101, 200]` represents 101-200 CE)
224
+ - Negative values indicate BCE dates
225
+ - May be `None` for undated inscriptions
226
+ - **edcs_id**: EDCS database identifier
227
+ - **province**: Roman province name
228
+ - **place**: Geographic location name
229
+ - **latitude**: Latitude coordinate
230
+ - **longitude**: Longitude coordinate
231
+ - **inscription**: The actual text of the inscription
232
+ - **inscription_genus**: Array of classification tags ("inscription genus /
233
+ personal status")
234
+ - **material**: Material of inscription (e.g., "lapis" for stone)
235
+
236
+ ## Citations
237
+
238
+ Data retrieved from the **EDCS - Epigraphik-Datenbank Clauss / Slaby**, courtesy of Universität Zürich. Manfred Clauss, Anne Kolb, Wolfgang A. Slaby, Barbara Woitas. https://db.edcs.eu
239
+
240
+ ### License
241
+
242
+ This dataset is compiled from publicly available epigraphic data. Users should cite both this dataset and the original EDCS database when using this data in research or publications.