Skip to content

Commit

Permalink
varia
Browse files Browse the repository at this point in the history
  • Loading branch information
zoometh committed Nov 7, 2024
1 parent 23bca07 commit 98fb085
Show file tree
Hide file tree
Showing 8 changed files with 129 additions and 38 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion talks/2024-chma/.quarto/idx/index.qmd.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion talks/2024-chma/.quarto/xref/5272083c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"entries":[],"headings":["the-project","endangered-archaeology-in-middle-east-and-north-africa-eamena","who-we-are","aims","coverage","limits","funders","database-system","eamena-database","disturbances-and-threats","definition","cases","assessment","photographic-archive","data-structure","cases-study","useful-links"]}
{"headings":["the-project","endangered-archaeology-in-middle-east-and-north-africa-eamena","who-we-are","aims","coverage","limits","funders","database-system","eamena-database","disturbances-and-threats","definition","cases","assessment","photographic-archive","data-structure","cases-study","useful-links"],"entries":[]}
77 changes: 68 additions & 9 deletions talks/2024-chma/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ British Council Cultural Protection Fund

### Arches

<small><img src='https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/app-arches.png' style='height: 30px;vertical-align: middle;'>, open source semantic graph geoweb-based information platform for Cultural Heritage management developed by the Getty Conservation Institute (GCI) and the World Monument Fund (WMF) that natively integrates:
<small><img src='https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/app-arches.png' style='height: 30px;vertical-align: middle;'>, open source semantic graph geoweb-based information platform for Cultural Heritage management developed by the Getty Conservation Institute ([GCI](https://www.getty.edu/conservation/)) and the World Monument Fund ([WMF](https://www.wmf.org/)) that natively integrates:

:::: {.columns}

Expand All @@ -478,7 +478,7 @@ British Council Cultural Protection Fund
:::

::: {.column width="40%"}
<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/talks/2024-chma/img/dal01--relatedresources-1.png" height="370">
<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/talks/2024-chma/img/dal01--relatedresources-1.png" height="300">
:::

::::
Expand All @@ -487,7 +487,7 @@ British Council Cultural Protection Fund

[^21]: ISO 21127 <img src='https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/lod-crmbase.png' style='height: 35px;vertical-align: middle;'>
[^2]: ISO 15836 <img src='https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/lod-iso-dublin.png' style='height: 35px;vertical-align: middle;'>
[^3]: ISO 25964-1 <img src='https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/lod-iso-skos.png' style='height: 35px;vertical-align: middle;'>
[^3]: ISO 25964-1 <img src='https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/lod-iso-skos.png' style='height: 32px;vertical-align: middle;'>
[^6]: ISO 8601-2
[^7]: ISO 19111

Expand Down Expand Up @@ -661,7 +661,7 @@ Entity-Relations Diagram (ERD) of the EAMENA Heritage Place Resource Model with

::: {.panel-tabset}

### War
### <span style="font-size:30px">War</span>


:::: {.columns}
Expand Down Expand Up @@ -697,7 +697,7 @@ leaflet::leaflet() %>%

::::

### Agriculture
### <span style="font-size:30px">Agriculture</span>

:::: {.columns}

Expand Down Expand Up @@ -732,7 +732,7 @@ leaflet::leaflet() %>%

::::

### Construction
### <span style="font-size:30px">Construction</span>

:::: {.columns}

Expand Down Expand Up @@ -767,8 +767,45 @@ leaflet::leaflet() %>%

::::

### <span style="font-size:30px">Infrastructure</span>

:::: {.columns}

::: {.column width="60%"}

<center>

<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/threat-infrastructure.png" height="300">

</center>
<div class="captiontext">The trace of the TAPI pipeline will cross the top part of the qanat system (Kandahar, Afghanistan)</div>

:::

::: {.column width="40%"}


```{r}
#| out-width: 400
#| out-height: 400
leaflet::leaflet() %>%
leaflet::addProviderTiles(leaflet::providers$"Esri.WorldImagery", group = "Ortho") %>%
leaflet::addProviderTiles(leaflet::providers$"OpenStreetMap", group = "OSM") %>%
leaflet::addMarkers(lng = 65.833929765971, lat = 31.398548590582, popup="Qanat system") %>%
leaflet::addLayersControl(
baseGroups = c("Ortho", "OSM"),
position = "topright")
```

### Natural

:::

::::



### <span style="font-size:30px">Natural</span>

:::: {.columns}

Expand Down Expand Up @@ -804,7 +841,7 @@ leaflet::leaflet() %>%

::::

### Looting
### <span style="font-size:30px">Looting</span>

:::: {.columns}

Expand Down Expand Up @@ -949,14 +986,36 @@ Destruction: iconoclasm, looting, etc.

::::


:::

## Cases Study

::: {.panel-tabset}


### APAAME

<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/data-lifecycle-collect-aerial-photo.png" width="500">



### City of the Dead


::: columns

::: {.column width="50%"}
<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/projects/cod/img/image-6.png" width="500">

:::

::: {.column width="50%"}
<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/projects/cod/img/cod-photo-collection.png" width="500">
:::

:::


### Deir Abu Lifa


Expand Down
76 changes: 54 additions & 22 deletions talks/2024-chma/pres/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions talks/2024-chma/pres/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"href": "index.html#database-system",
"title": "EAMENA",
"section": "Database System",
"text": "Database System\n\nArchesOpen AccessProjectsSemantic Web \n\n\n, open source semantic graph geoweb-based information platform for Cultural Heritage management developed by the Getty Conservation Institute (GCI) and the World Monument Fund (WMF) that natively integrates:\n\n\n\nCRMbase (CIDOC-CRM)1\nDublin Core Metadata Initiative (DCMI)2\nSimple Knowledge Organisation System (SKOS)3\nExtended Date/Time Format (EDTF)4\nWorld Geodetic System 1984 (WGS84)5\n\n\n\n\n\n\n\n\n\n\n\nBatist, Z.; Roe, J., 2024. Open archaeology, open source? Internet Archaeology 67. 10.11141/ia.67.13\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\nEntity-Relations Diagram (ERD) of the EAMENA Heritage Place Resource Model with field names (nodes) colored according to their groups."
"text": "Database System\n\nArchesOpen AccessProjectsSemantic Web \n\n\n, open source semantic graph geoweb-based information platform for Cultural Heritage management developed by the Getty Conservation Institute (GCI) and the World Monument Fund (WMF) that natively integrates:\n\n\n\nCRMbase (CIDOC-CRM)1\nDublin Core Metadata Initiative (DCMI)2\nSimple Knowledge Organisation System (SKOS)3\nExtended Date/Time Format (EDTF)4\nWorld Geodetic System 1984 (WGS84)5\n\n\n\n\n\n\n\n\n\n\n\n\nBatist, Z.; Roe, J., 2024. Open archaeology, open source? Internet Archaeology 67. 10.11141/ia.67.13\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\nEntity-Relations Diagram (ERD) of the EAMENA Heritage Place Resource Model with field names (nodes) colored according to their groups."
},
{
"objectID": "index.html#eamena-database",
Expand All @@ -67,7 +67,7 @@
"href": "index.html#cases",
"title": "EAMENA",
"section": "Cases",
"text": "Cases\n\nWarAgricultureConstructionNaturalLooting\n\n\n\n\n\n\n\n\nDestruction of the Temple of Bel by ISIS on August 23, 2015 (Palmyra, Syria)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDevelopment of ploughed fields and orchards around and within an archaeological site (Udhma, Jordan)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nRoad over a section of an exposed church excavation (Ma’in, Jordan) ©APAAME .\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe rising sea waters slowly washed away the Temple of Isis (Sabratha, Libya)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nLooting and Illegal Activities destroying Deir Abu Lifa 1, Fayoum, Egypt ©Jan Ciglenečki, Coptic Monastic Heritage Archive\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDestruction: iconoclasm, looting, etc."
"text": "Cases\n\nWarAgricultureConstructionInfrastructureNaturalLooting\n\n\n\n\n\n\n\n\nDestruction of the Temple of Bel by ISIS on August 23, 2015 (Palmyra, Syria)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDevelopment of ploughed fields and orchards around and within an archaeological site (Udhma, Jordan)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nRoad over a section of an exposed church excavation (Ma’in, Jordan) ©APAAME .\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe trace of the TAPI pipeline will cross the top part of the qanat system (Kandahar, Afghanistan)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe rising sea waters slowly washed away the Temple of Isis (Sabratha, Libya)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nLooting and Illegal Activities destroying Deir Abu Lifa 1, Fayoum, Egypt ©Jan Ciglenečki, Coptic Monastic Heritage Archive\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDestruction: iconoclasm, looting, etc."
},
{
"objectID": "index.html#assessment",
Expand All @@ -88,7 +88,7 @@
"href": "index.html#cases-study",
"title": "EAMENA",
"section": "Cases Study",
"text": "Cases Study\n\nDeir Abu Lifa\n\n\n\n\n\n\n\n\nLooting and Illegal Activities destroying Deir Abu Lifa 1, Fayoum, Egypt 🔗 link ©Jan Ciglenečki, Coptic Monastic Heritage Archive"
"text": "Cases Study\n\nAPAAMECity of the DeadDeir Abu Lifa\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nLooting and Illegal Activities destroying Deir Abu Lifa 1, Fayoum, Egypt 🔗 link ©Jan Ciglenečki, Coptic Monastic Heritage Archive"
},
{
"objectID": "index.html#footnotes",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/threat-infrastructure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98fb085

Please sign in to comment.