Skip to content

Commit

Permalink
varia
Browse files Browse the repository at this point in the history
  • Loading branch information
zoometh committed Nov 8, 2024
1 parent abbf8a1 commit c884323
Show file tree
Hide file tree
Showing 12 changed files with 335 additions and 44 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","metadata","wadi-naqqat","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","metadata","iiif","wadi-naqqat","non-coptic-heritage","city-of-the-dead-1","useful-links"],"entries":[]}
Binary file not shown.
8 changes: 8 additions & 0 deletions talks/2024-chma/_extensions/jmgirard/embedpdf/_extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: embedpdf
author: Jeffrey Girard
version: 0.4.1
quarto-required: ">=1.3.0"
contributes:
shortcodes:
- embedpdf.lua

65 changes: 65 additions & 0 deletions talks/2024-chma/_extensions/jmgirard/embedpdf/embedpdf.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
function pdf(args, kwargs)
local data = pandoc.utils.stringify(args[1]) or pandoc.utils.stringify(kwargs['file'])
local width = pandoc.utils.stringify(kwargs['width'])
local height = pandoc.utils.stringify(kwargs['height'])
local border = pandoc.utils.stringify(kwargs['border'])
local class = pandoc.utils.stringify(kwargs['class'])
local image = pandoc.utils.stringify(kwargs['image'])
local image_force = pandoc.utils.stringify(kwargs['image_force'])
local image_width = pandoc.utils.stringify(kwargs['image_width'])
local image_height = pandoc.utils.stringify(kwargs['image_height'])
local image_border = pandoc.utils.stringify(kwargs['image_border'])
local image_class = pandoc.utils.stringify(kwargs['image_class'])

if width ~= '' then
width = 'width="' .. width .. '" '
end

if height ~= '' then
height = 'height="' .. height .. '" '
end

if border ~= '' then
border = 'border="' .. border .. '" '
end

if class ~= '' then
class = 'class="' .. class .. '" '
end

if image_width ~= '' then
image_width = 'width="' .. image_width .. '" '
end

if image_height ~= '' then
image_height = 'height="' .. image_height .. '" '
end

if image_border ~= '' then
image_border = 'border="' .. image_border .. '" '
end

if image_class ~= '' then
image_class = 'class="' .. image_class .. '" '
end

-- detect html
if quarto.doc.isFormat("html:js") then
if image_force == 'TRUE' then
return pandoc.RawInline('html', '<a href="' .. data .. '" download><img src="' .. image .. '" ' .. image_width .. image_height .. image_class .. image_border .. ' /></a>')
end
if image ~= '' then
return pandoc.RawInline('html', '<object data="' .. data .. '" type="application/pdf"' .. width .. height .. class .. border .. '><a href="' .. data .. '" download><img src="' .. image .. '" ' .. image_width .. image_height .. image_class .. image_border .. ' /></a></object>')
else
return pandoc.RawInline('html', '<object data="' .. data .. '" type="application/pdf"' .. width .. height .. class .. border .. '><a href="' .. data .. '" download>Download PDF file.</a></object>')
end
else
return pandoc.Null()
end

end

-- Add alias shortcode
function embedpdf(...)
return pdf(...)
end
File renamed without changes
Binary file added talks/2024-chma/img/berketein-hp-report.pdf
Binary file not shown.
85 changes: 68 additions & 17 deletions talks/2024-chma/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ Paleolithic -- World War II

:::

## 3<sup>rd</sup> part projects



## Limits

::: {.panel-tabset}
Expand Down Expand Up @@ -508,7 +512,7 @@ Batist, Z.; Roe, J., 2024. Open archaeology, open source? Internet Archaeology

```{=html}
<div style="display: flex; justify-content: center;">
<embed src="https://achp-project.github.io/cultural-heritage/map-projects/arches-global-south.html" width="900px"/>
<embed src="https://achp-project.github.io/cultural-heritage/map-projects/arches-global-south.html" width="900px" height="400px"/>
</div>
```

Expand Down Expand Up @@ -597,22 +601,24 @@ Entity-Relations Diagram (ERD) of the EAMENA Heritage Place Resource Model with

:::: {.columns}

::: {.column width="25%"}
::: {.column width="30%"}
<small>
* Business Data

- 209,750 Heritage Places
- 136,555 Information Resources
- 2,150 Person-Organisation
**Business Data**

- 209,750 Heritage Places
- 136,555 Information Resources
- 2,150 Person-Organisation

* Reference Data
**Reference Data**

- 27,585 Grid Squares
- 3,239 Concepts
- 27,585 Grid Squares
- 3,239 Concepts

</small>
:::

::: {.column width="75%"}
::: {.column width="70%"}
<center>

<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/geoserver-map-wfs-gs-nb-hp-2024.png" height="340">
Expand Down Expand Up @@ -642,7 +648,8 @@ Entity-Relations Diagram (ERD) of the EAMENA Heritage Place Resource Model with

</center>

<b>Disturbances </b><u>caused at</u> & <b>Threats</b> as <u>future risks to</u> heritage places
* has occured: <b>Disturbances</b> caused at heritage places
* will occured (probably): <b>Threats</b> as future risks to heritage places



Expand Down Expand Up @@ -1114,6 +1121,8 @@ leaflet::leaflet(df, width = "600px", height = "400px") %>%
## Metadata


## IIIF


# Wadi Naqqat

Expand All @@ -1125,17 +1134,34 @@ leaflet::leaflet(df, width = "600px", height = "400px") %>%

::: {.panel-tabset}

### 3<sup>rd</sup> part and published projects


3rd-part-prj.png

### Background


<img src='https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/logo-arcadia.png' style='height: 60px;vertical-align: middle;'><br> Arcadia Fund

### Alignment
### Alignment: fields

::: columns

::: {.column width="70%"}
<center>

<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/projects/cod/img/image-7.png" height="300">
<div class="captiontext">Entity-Relationship Diagram of the COD database &copy;Archinos</div>

</center>
:::

::: {.column width="30%"}
<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/www/arches-ea-v4-rm-hp.png" height="300">
:::
:::


::::

### Alignment: values

* [General Description Type](https://eamena-project.github.io/eamena-arches-dev/dbs/database.eamena/data/reference_data/rm/hp/values/Resource_Summary/General_Description_Type.html)

Expand All @@ -1152,7 +1178,6 @@ leaflet::leaflet(df, width = "600px", height = "400px") %>%
|--------------------|----------------------------|
| presentuse | Heritage Place Function |

The CoD field `originaluse` hasn't been used

* [Conditions](https://eamena-project.github.io/eamena-arches-dev/dbs/database.eamena/data/reference_data/rm/hp/values/Condition_Assessment/Overall_Site_Condition.html)

Expand All @@ -1175,6 +1200,32 @@ The CoD field `originaluse` hasn't been used
| Ruin | 61-90% |


:::

# How You Can Get Involved

## Case Study

### Berketein

::: columns

::: {.column width="50%"}
<center>

<img src="https://raw.githubusercontent.com/eamena-project/eamena-arches-dev/master/talks/2024-chma/img/3rd-part-prj-berketein.png" height="300">
<div class="captiontext">Assessment of the Berketein Roman site, Jerash, Jordan &copy;EAMENA</div>

</center>
:::

::: {.column width="50%"}
{{< pdf img/berketein-report.pdf width=100% >}}
:::


::::

:::

# Useful links
Expand Down
Binary file added talks/2024-chma/pres/img/dal01-ir-report.pdf
Binary file not shown.
197 changes: 175 additions & 22 deletions talks/2024-chma/pres/index.html

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion talks/2024-chma/pres/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"href": "index.html#cases-study",
"title": "EAMENA",
"section": "Cases Study",
"text": "Cases Study\n\nRemote SensingAPAAMECity of the DeadDeir Abu Lifa\n\n\n\n\n\n\n\nFrom left to right: Hamun Lake in November 1976, June 1998, and July 2021. Images respectively from Landsat 2, Landsat 5, and Landsat 8, in Bijan and Huet, 2024, Historical Landscape of Sistan in Iran and Afghanistan, JOAD, 10.5334/joad.123\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDesert Kites, Jordan ©APAAME\n\n\n\n\n\n\nAerial photographies from helicopter ©APAAME\n\n\n\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"
"text": "Cases Study\n\nRemote SensingAPAAMECity of the DeadDeir Abu Lifa\n\n\n\n\n\n\n\nLeft to right: Hamun Lake in 1976, 1998, and 2021 (©USGS), in Bijan and Huet, 2024, Historical Landscape of Sistan in Iran and Afghanistan, JOAD, 10.5334/joad.123,\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDesert Kites, Jordan ©APAAME\n\n\n\n\n\n\nAerial photographies from helicopter ©APAAME\n\n\n\n\n\n\n\n\n\n\n\nLocation of the 91 Heritage Resources (in blue) overlaying the corresponding 91 Information Resources (in green) in the Northern Cemetery, Cairo, Egypt.\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#metadata",
Expand All @@ -97,6 +97,20 @@
"section": "Metadata",
"text": "Metadata"
},
{
"objectID": "index.html#iiif",
"href": "index.html#iiif",
"title": "EAMENA",
"section": "IIIF",
"text": "IIIF"
},
{
"objectID": "index.html#city-of-the-dead-1",
"href": "index.html#city-of-the-dead-1",
"title": "EAMENA",
"section": "City of the Dead",
"text": "City of the Dead\n\n3rd part and published projectsBackgroundAlignment\n\n\nDownload PDF file.\n\n\n\n\n\nAssessment of the Berketein Roman site, Jerash, Jordan\n\n\n\n\n \n\n\n\n\n\n Arcadia Fund\n\n\n\nGeneral Description Type\n\n\n\n\nCoD\nEAMENA\n\n\n\n\nconditiondetails\nComments\n\n\nhistory\nGeneral Description\n\n\nspecialfeatures\nSummary of Significance\n\n\ndescription\nArchitectural Description\n\n\n\n\nHeritage Place Function\n\n\n\n\nCoD\nEAMENA\n\n\n\n\npresentuse\nHeritage Place Function\n\n\n\n\nConditions\n\n\n\n\nCoD\nEAMENA\n\n\n\n\nFair\nFair\n\n\nGood\nGood\n\n\nPoor\nPoor\n\n\nPoor/Ruin\nVery Bad\n\n\nRuin\nDestroyed\n\n\n\n\nExtent of damage\n\n\n\n\nCoD\nEAMENA\n\n\n\n\nFair\n1-10%\n\n\nGood\nNo Visible/Known\n\n\nPoor\n11-30%\n\n\nPoor/Ruin\n31-60%\n\n\nRuin\n61-90%"
},
{
"objectID": "index.html#footnotes",
"href": "index.html#footnotes",
Expand Down

0 comments on commit c884323

Please sign in to comment.