Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new project #583

Merged
merged 3 commits into from
Jan 17, 2025
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
4 changes: 4 additions & 0 deletions PROJECTS.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,10 @@
"title": "Maparabia",
"path": "/PROJECTS/maparabia/"
},
"58284cd4-3a2a-4e3f-81cc-2ab8dd36b0d2": {
"title": "The Middle Eastern Historical Data Integration Endeavor",
"path": "/PROJECTS/mehdie/"
},
"377201a9-9b09-4a6b-b5e8-873190633e78": {
"title": "Middle East Librarians Association",
"path": "/PROJECTS/mela/"
Expand Down
108 changes: 108 additions & 0 deletions PROJECTS/mehdie/58284cd4-3a2a-4e3f-81cc-2ab8dd36b0d2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"schema_version": "0.2.6",
"record_metadata": {
"uuid": "58284cd4-3a2a-4e3f-81cc-2ab8dd36b0d2",
"record_created_on": "2025-01-17",
"record_created_by": "Sido Bozan, Joudy",
"last_edited_on": "2025-01-17",
"interviewed": false
},
"project": {
"title": "The Middle Eastern Historical Data Integration Endeavor",
"abbr": "MEHDIE",
"type": "project",
"ref": [],
"date": [{ "from": "2020", "to": "2023" }],
"maintained": null,
"websites": ["https://mehdie.org/#"],
"project_desc": "The project aims to integrate multilingual Medieval Middle Eastern historical and geographical data using Knowledge Graph technology, leveraging the linguistic affinity between Semitic languages and their English translations. By structuring and linking curated datasets in Arabic, Hebrew, and Judeo-Arabic, it provides a foundational resource for data-driven research in the digital humanities.",
"places": [
{
"place_name": {
"text": "Haifa",
"ref": ["https://www.geonames.org/294801/"]
},
"coordinates": { "lat": "32.81841", "lng": "34.9885" }
}
],
"lang": ["eng"],
"related_institutions": [
{
"relation_type": "host",
"org_name": {
"text": "University of Haifa",
"ref": [
"https://ror.org/02f009v59",
"https://www.wikidata.org/wiki/Q591115"
]
},
"websites": ["https://www.princeton.edu/"]
}
],
"related_entities": [],
"people": [
{
"pers_name": {
"text": "Sagi, Tomer",
"ref": [
"https://www.wikidata.org/wiki/Q110699727",
"https://orcid.org/0000-0002-8916-0128"
]
},
"roles": ["supervision"],
"websites": [
"https://is-web.hevra.haifa.ac.il/index.php/en/dr-tomer-sagi",
"https://sites.google.com/edu.haifa.ac.il/data-management-lab"
]
}
],
"research_data": {
"lang": ["ara", "heb", "eng", "jrb"],
"sustainability_plan": null,
"publications": { "open_access": 0, "licensing": [] },
"data": {
"datatypes": [
{ "label": "", "stage": "raw", "licensing": [], "open_access": 0 }
],
"repositories": [
{
"label": "",
"accessibility": "public",
"ref": [],
"websites": [],
"licensing": [],
"description": ""
}
]
}
},
"stack": {
"database": [],
"backend": [],
"frontend": [],
"tools": [
{
"label": "",
"self_developed": false,
"ref": [],
"websites": [],
"description": ""
}
],
"languages": []
},
"policies": [{ "description": "", "ref": [] }],
"keywords": [
"arabic_studies",
"geodata",
"jewish_studies",
"linguistics",
"map",
"manuscript",
"machine_learning"
],
"category": "digital_preservation",
"comment": "Website is in progress"
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"to": "2021"
}
],
"maintained": null,
"maintained": true,
"websites": [
"https://sqe.deadseascrolls.org.il/",
"https://gepris.dfg.de/gepris/projekt/282601852"
Expand Down
Loading