Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion data/universities.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,23 @@
},
"locality": {
"en": "Al-Hawash"
},
"centroid": {
"latitude": 34.78034,
"longitude": 36.33102
}
},
"externalIds": {
"wikidata": "Q12204421",
"website": "http://hpu.edu.sy/"
},
"sourceIds": ["wikipedia-list-universities-syria"],
"sourceIds": ["wikidata", "wikipedia-list-universities-syria"],
"sourceReferences": [
{
"sourceId": "wikidata",
"accessedAt": "2026-07-09T00:00:00.000Z",
"sourceRecordId": "Q12204421"
},
{
"sourceId": "wikipedia-list-universities-syria",
"accessedAt": "2026-06-29T00:00:00.000Z"
Expand Down
2 changes: 1 addition & 1 deletion docs/COVERAGE_ANALYSIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pnpm run coverage:data
- 57 records include English and Arabic canonical names.
- 57 records include governorate and locality values.
- 0 records currently have locality/governorate normalization warnings.
- 33 records include Wikidata identifiers.
- 34 records include Wikidata identifiers.
- 6 records currently have no official website.
- 57 approved CDN logo asset records in `data/assets.json`, covering 57 of 57
canonical universities.
Expand Down
4 changes: 2 additions & 2 deletions docs/DATA_QUALITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Known cleanup gaps:

- all 57 records currently keep `operationalStatus: "unknown"`,
- 6 records are missing official websites,
- 24 records are missing Wikidata identifiers,
- 31 records are missing source-backed centroids,
- 23 records are missing Wikidata identifiers,
- 30 records are missing source-backed centroids,
- 0 records do not yet have approved CDN logo assets,
- 13 records are not listed by the approved ranking providers imported so far,
- 0 records have locality/governorate conflicts that require source review,
Expand Down
4 changes: 2 additions & 2 deletions docs/post-seed/IDENTITY_CLEANUP_BATCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Use `pnpm run report:data` and `pnpm run report:production` for current counts.

- 57 records have `operationalStatus: "unknown"`.
- 6 records have no official website.
- 24 records have no Wikidata identifier.
- 31 records have no source-backed centroid.
- 23 records have no Wikidata identifier.
- 30 records have no source-backed centroid.
- 0 records have locality/governorate conflicts that need source review.
- 16 records have reviewed comparison-conflict notes.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"sourceId": "wikidata",
"sourceTitle": "Wikidata",
"sourceUrl": "https://www.wikidata.org/",
"license": "CC0 1.0",
"licenseUrl": "https://www.wikidata.org/wiki/Wikidata:Licensing",
"accessedAt": "2026-07-09T00:00:00.000Z",
"status": "reviewed",
"rawFiles": [
{
"name": "https://www.wikidata.org/wiki/Q12204421",
"notes": "Reviewed Wikidata item for Al-Hawash Private University."
}
],
"importedFields": ["externalIds", "location"],
"targetFiles": ["data/universities.json"],
"transforms": [
"Matched Q12204421 to sy-al-hawash-private-university by exact English label, Arabic label, and country.",
"Added the Wikidata QID as an external identifier.",
"Added the WGS84 coordinate location as the source-backed centroid."
],
"reviewNotes": "Single-record identity cleanup for Al-Hawash Private University. Wikidata Q12204421 is already covered by the approved wikidata source and identifies the same institution."
}