diff --git a/doc/projet_neonet.qgz b/doc/projet_neonet.qgz index 9a4470e..675ea93 100644 Binary files a/doc/projet_neonet.qgz and b/doc/projet_neonet.qgz differ diff --git a/doc/talks/2024-asd/img/_map_data_EN.png b/doc/talks/2024-asd/img/_map_data_EN.png index e5ddf6c..400809e 100644 Binary files a/doc/talks/2024-asd/img/_map_data_EN.png and b/doc/talks/2024-asd/img/_map_data_EN.png differ diff --git a/doc/talks/2024-asd/img/_map_data_LM.png b/doc/talks/2024-asd/img/_map_data_LM.png index 87ede51..2bd9f3c 100644 Binary files a/doc/talks/2024-asd/img/_map_data_LM.png and b/doc/talks/2024-asd/img/_map_data_LM.png differ diff --git a/doc/talks/2024-asd/index.qmd b/doc/talks/2024-asd/index.qmd index c195e9c..64025fb 100644 --- a/doc/talks/2024-asd/index.qmd +++ b/doc/talks/2024-asd/index.qmd @@ -37,7 +37,7 @@ format: # self-contained: true # embed-resources: true # logo: https://raw.githubusercontent.com/zoometh/neonet/master/doc/img/neonet.png - footer: " 18 Dec 2024, ASD-CSIC, Spain" + footer: "Huet & Mazzucco 18 Dec 2024, ASD-CSIC, Spain" margin: 0 width: 1200 --- @@ -302,9 +302,10 @@ Data: radiocarbon dates and palaeoclimatic data. ### 3rd parts -Brami, M.N. A graphical simulation of the 2,000-year lag in Neolithic occupation between Central Anatolia and the Aegean basin. Archaeol Anthropol Sci 7, 319–327 (2015). https://doi.org/10.1007/s12520-014-0193-4 +Brami, M.N. A graphical simulation of the 2,000-year lag in Neolithic occupation between Central Anatolia and the Aegean basin. Archaeol Anthropol Sci 7, 319–327 (2015). ::: columns + ::: {.column width="40%"} ![](https://raw.githubusercontent.com/zoometh/neonet/master/doc/references/brami15/fig1.png){width="550" style="horizontal-align: middle;"} ::: @@ -313,6 +314,8 @@ Data: radiocarbon dates and palaeoclimatic data. ![](https://raw.githubusercontent.com/zoometh/neonet/master/doc/references/brami15/fig2.png){width="550" style="horizontal-align: middle;"} ::: +::: + ### Alignment @@ -466,13 +469,21 @@ leaflet::addPolygons(popup = roi, fillOpacity = 0) ::: -## Climates data +## Climates data and model ::: {.panel-tabset} ### Sources + +```{=html} + +``` + + +### Variables + ::: columns ::: {.column width="33%"} @@ -497,36 +508,50 @@ leaflet::addPolygons(popup = roi, fillOpacity = 0) Beyer et *al.* 2020[^1] -```{=html} - -``` - - ### Methods ::: columns ::: {.column width="50%"}
[]{.smalltext} -::: -::: {.column width="50%"} ```{.r} -B <- MAP < 10 * Pthresh -BW <- B & MAP < 5 * Pthresh -BWh <- BW & MAT >= 18 -BWk <- BW & MAT < 18 -BS <- B & MAP >= 5 * Pthresh -BSh <- BS & MAT >= 18 -BSk <- BS & MAT < 18 - A <- Thot >= 18 & !B Af <- A & Pdry >= 60 Am <- A & !Af & Pdry >= 100 - MAP / 25 Aw <- A & !Af & Pdry < 100 - MAP / 25 ``` -![`pastclim::koeppen_geiger()`](https://github.com/EvolEcolGroup/pastclim/blob/master/R/koeppen_geiger.R) + +function [pastclim::koeppen_geiger()](https://github.com/EvolEcolGroup/pastclim/blob/master/R/koeppen_geiger.R) + + + +::: + +::: {.column width="50%"} + + +| code | num | value | hexa color | color | +|------------|-------:|:------------------------------------------|:-------|:---------------------------------------------------------| +| Af | 1 | Tropical, rainforest | 0000FF | ![#0000FF](https://placehold.co/15x15/0000FF/0000FF.png) | +| Am | 2 | Tropical, monsoon | 0078FF | ![#0078FF](https://placehold.co/15x15/0078FF/0078FF.png) | +| Aw | 3 | Tropical, savannah | 46AAF | ![#46AAF](https://placehold.co/15x15/46AAF/46AAF.png) | +| BWh | 4 | Arid, desert, hot | FF0000 | ![#FF0000](https://placehold.co/15x15/FF0000/FF0000.png) | +| BWk | 5 | Arid, desert, cold | FF9696 | ![#FF9696](https://placehold.co/15x15/FF9696/FF9696.png) | +| BSh | 6 | Arid, steppe, hot | F5A500 | ![#F5A500](https://placehold.co/15x15/F5A500/F5A500.png) | +| BSk | 7 | Arid, steppe, cold | FFDC64 | ![#FFDC64](https://placehold.co/15x15/FFDC64/FFDC64.png) | +| Csa | 8 | Temperate, dry summer, hot summer | FFFF00 | ![#FFFF00](https://placehold.co/15x15/FFFF00/FFFF00.png) | +| Csb | 9 | Temperate, dry summer, warm summer | C8C800 | ![#C8C800](https://placehold.co/15x15/C8C800/C8C800.png) | +| Csc | 10 | Temperate, dry summer, cold summer | 969600 | ![#969600](https://placehold.co/15x15/969600/969600.png) | +| Cwa | 11 | Temperate, dry winter, hot summer | 96FF96 | ![#96FF96](https://placehold.co/15x15/96FF96/96FF96.png) | +| Cwb | 12 | Temperate, dry winter, warm summer | 64C864 | ![#64C864](https://placehold.co/15x15/64C864/64C864.png) | + + + +function [neoent::neo_kss_create()](https://github.com/zoometh/neonet/blob/main/R/neo_kcc_create.R) + + ::: @@ -545,7 +570,7 @@ Aw <- A & !Af & Pdry < 100 - MAP / 25 -## Modelling +## Modelling dates ::: {.panel-tabset} @@ -990,7 +1015,81 @@ neo_dbs_info_dates_datatable(df.c14 = data, verbose = FALSE) ::: +## Central Anatolian barrier + +::: {.panel-tabset} + + +### 7,300 BC + +::: columns + +::: {.column width="50%"} +![](https://raw.githubusercontent.com/zoometh/neonet/master/doc/talks/2024-asd/img/isochr-7300-BC-CWAnatolie-koppen_9k.png){width="700" style="horizontal-align: middle;"} +::: + + +::: {.column width="50%"} + +```{r, message=FALSE} +df <- "isochr-7300-BC-CWAnatolie-koppen_9k" +root <- "https://raw.githubusercontent.com/zoometh/neonet/master/doc/talks/2024-asd/img/" +data <- paste0(root, df, ".tsv") +source(paste0(here::here(), "/R/neo_dbs_info_dates_datatable.R")) +neo_dbs_info_dates_datatable(df.c14 = data, font.size = "11pt", verbose = FALSE) +``` +::: + +::: + +### 7,000 BC + + +::: columns + +::: {.column width="50%"} +![](https://raw.githubusercontent.com/zoometh/neonet/master/doc/talks/2024-asd/img/isochr-7000-BC-CWAnatolie-koppen_9k.png){width="700" style="horizontal-align: middle;"} +::: + + +::: {.column width="50%"} + +```{r, message=FALSE} +df <- "isochr-7000-BC-CWAnatolie-koppen_9k" +root <- "https://raw.githubusercontent.com/zoometh/neonet/master/doc/talks/2024-asd/img/" +data <- paste0(root, df, ".tsv") +source(paste0(here::here(), "/R/neo_dbs_info_dates_datatable.R")) +neo_dbs_info_dates_datatable(df.c14 = data, font.size = "11pt", verbose = FALSE) +``` +::: + +::: + +### 6,700 BC + + +::: columns + +::: {.column width="50%"} +![](https://raw.githubusercontent.com/zoometh/neonet/master/doc/talks/2024-asd/img/isochr-6700-BC-CWAnatolie-koppen_9k.png){width="700" style="horizontal-align: middle;"} +::: + + +::: {.column width="50%"} + +```{r, message=FALSE} +df <- "isochr-6700-BC-CWAnatolie-koppen_9k" +root <- "https://raw.githubusercontent.com/zoometh/neonet/master/doc/talks/2024-asd/img/" +data <- paste0(root, df, ".tsv") +source(paste0(here::here(), "/R/neo_dbs_info_dates_datatable.R")) +neo_dbs_info_dates_datatable(df.c14 = data, font.size = "11pt", verbose = FALSE) +``` +::: + +::: + +::: ## Aegean (6,600 BC) diff --git a/doc/talks/2024-asd/pres/index.html b/doc/talks/2024-asd/pres/index.html index ffa1c00..de512ee 100644 --- a/doc/talks/2024-asd/pres/index.html +++ b/doc/talks/2024-asd/pres/index.html @@ -462,7 +462,7 @@

Introduction

}
@@ -613,14 +613,21 @@

Radiocarbon data

-

Brami15

+

Brami, M.N. A graphical simulation of the 2,000-year lag in Neolithic occupation between Central Anatolia and the Aegean basin. Archaeol Anthropol Sci 7, 319–327 (2015). https://doi.org/10.1007/s12520-014-0193-4

+
+
+

+
+

+
+
-
- +
+

ref_table_per.xlsx

@@ -681,8 +688,8 @@

Radiocarbon data

-
- +
+

c14_aberrant_dates.tsv

@@ -709,8 +716,8 @@

Radiocarbon data

-
- +
+
@@ -754,12 +761,15 @@

Radiocarbon dataset

-
-

Climates data

+
+

Climates data and model

- +
+ +
+
@@ -771,26 +781,122 @@

Climates data

Beyer et al. 20203

-
-
+


https://github.com/EvolEcolGroup/pastclim

+
A <- Thot >= 18 & !B
+Af <- A & Pdry >= 60
+Am <- A & !Af & Pdry >= 100 - MAP / 25
+Aw <- A & !Af & Pdry < 100 - MAP / 25
+

function pastclim::koeppen_geiger()

-
B <- MAP < 10 * Pthresh
-BW <- B & MAP < 5 * Pthresh
-BWh <- BW & MAT >= 18
-BWk <- BW & MAT < 18
-BS <- B & MAP >= 5 * Pthresh
-BSh <- BS & MAT >= 18
-BSk <- BS & MAT < 18
-
-A <- Thot >= 18 & !B
-Af <- A & Pdry >= 60
-Am <- A & !Af & Pdry >= 100 - MAP / 25
-Aw <- A & !Af & Pdry < 100 - MAP / 25
-

pastclim::koeppen_geiger()

+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
codenumvaluehexa colorcolor
Af1Tropical, rainforest0000FF#0000FF
Am2Tropical, monsoon0078FF#0078FF
Aw3Tropical, savannah46AAF#46AAF
BWh4Arid, desert, hotFF0000#FF0000
BWk5Arid, desert, coldFF9696#FF9696
BSh6Arid, steppe, hotF5A500#F5A500
BSk7Arid, steppe, coldFFDC64#FFDC64
Csa8Temperate, dry summer, hot summerFFFF00#FFFF00
Csb9Temperate, dry summer, warm summerC8C800#C8C800
Csc10Temperate, dry summer, cold summer969600#969600
Cwa11Temperate, dry winter, hot summer96FF96#96FF96
Cwb12Temperate, dry winter, warm summer64C864#64C864
+

function neoent::neo_kss_create()

@@ -814,15 +920,15 @@

Climates data

display:block!important; }
-
-

Modelling

+
+

Modelling dates

-

Most recent LM and most ancient EN date weighted medians by site

+

Most recent LM and most ancient EN date weighted medians (w-mendian) by site

@@ -985,8 +1091,8 @@

Near East (9,000 BC)

-
- +
+
@@ -999,7 +1105,11 @@

Near East (9,000 BC)

-

Lorem

+
    +
  • Neolithic mostly on Csa and BSk climates (Temperate, dry summer, hot summer and Temperate, dry summer, warm summer)
  • +
  • North Levant and South Levant farmers separated by Mount Lebanon range (Dsa: Cold, dry summer, hot summer).
  • +
  • Cyprus is settled with Klimonas (idf 51).
  • +

@@ -1029,8 +1139,8 @@

Near East (8,500 BC)

-
- +
+
@@ -1043,7 +1153,11 @@

Near East (8,500 BC)

-

Lorem

+
    +
  • Small changes in the estimated area with Neolithic economy
    +
  • +
  • Southward: new neolithic occupation in a BWh climate: Shkarat Msaied (idf 78).
  • +

@@ -1073,8 +1187,8 @@

Near East (8,000 BC)

-
- +
+
@@ -1087,7 +1201,10 @@

Near East (8,000 BC)

-

Lorem

+
    +
  • Mount Lebanon range (Dsa) still existing as a frontier between North Levant and South Levant Neolithic
  • +
  • Central Anatolia Plateau (BSk) with new sites: Asikli Höyük (idf 10), Kaletepe (idf 50) and Pinarbasi A (idf 69)
  • +

@@ -1117,8 +1234,8 @@

Near East (7,500 BC)

-
- +
+
@@ -1127,11 +1244,15 @@

Near East (7,500 BC)

-

+

-

Lorem

+
    +
  • Only one new occupation on the Central Anatolian Plateau, Musular (id 64): barrier
  • +
  • In Southern Levant, close concentration of occupations in different climates, Csa, BSk, BWh and newly BSh (Arid, steppe, hot)
  • +
  • BSh sites: Nahal Efe (id 65), Hemar (id 42)
  • +

@@ -1140,12 +1261,62 @@

Near East (7,500 BC)

+
+

Central Anatolian barrier

+
+ +
+
+
+
+

+
+
+
+
+ +
+
+
+
+
+
+
+
+

+
+
+
+
+ +
+
+
+
+
+
+
+
+

+
+
+
+
+ +
+
+
+
+
+
+
+

Aegean (6,600 BC)

- +
-
+

@@ -1154,21 +1325,21 @@

Aegean (6,600 BC)

-
+

-
- +
+
-
+

@@ -1191,9 +1362,9 @@

Aegean (6,600 BC)

Aegean (6,200 BC)

- +
-
+

@@ -1202,21 +1373,21 @@

Aegean (6,200 BC)

-
+

-
- +
+
-
+

@@ -1240,9 +1411,9 @@

Aegean (6,200 BC)

Aegean (5,800 BC)

- +
-
+

@@ -1251,21 +1422,21 @@

Aegean (5,800 BC)

-
+

-
- +
+
-
+

@@ -1290,9 +1461,9 @@

Aegean (5,800 BC)

Central Mediterranean (in BC)

- +
-
+

@@ -1301,7 +1472,7 @@

Central Mediterranean (in BC)

-
+

@@ -1310,7 +1481,7 @@

Central Mediterranean (in BC)

-
+

@@ -1325,9 +1496,9 @@

Central Mediterranean (in BC)

Western Mediterranean (in BC)

- +
-
+

@@ -1336,7 +1507,7 @@

Western Mediterranean (in BC)

-
+

diff --git a/doc/talks/2024-asd/pres/search.json b/doc/talks/2024-asd/pres/search.json index 04af92d..22bbc28 100644 --- a/doc/talks/2024-asd/pres/search.json +++ b/doc/talks/2024-asd/pres/search.json @@ -18,7 +18,7 @@ "href": "index.html#radiocarbon-data", "title": "Climates during the Spread of Farming in the Mediterranean", "section": "Radiocarbon data", - "text": "Radiocarbon data\n\nSources3rd partsAlignmentOutliersROIWorflow\n\n\n\n\n\n\n\n\nhttps://github.com/ropensci/c14bazAAR\nhttps://github.com/zoometh/neonet\nhttps://github.com/ahb108/rcarbon\n\n\n\n\nBrami15\n\n\n\n\n\n\n\n\n\nref_table_per.xlsx\n\n\n\n\n\n\nEM - Early Mesolithic\n\n\n\n\nMM - Middle Mesolithic\n\n\n\n\nLM - Late Mesolithic\n\n\n\n\nEN - Early Neolithic\n\n\n\n\nMN - Middle Neolithic\n\n\n\n\nLN - Late Neolithic\n\n\n\n\n\n\n8 different databases and datasets. Among which 2 are the Neonet datasets. We collect using the c14bazAAR and curated with NeoNet functions.\nmapping table with period and culture coming from different datasest to be mapped to the Neonet main classes (10 classes, among which 4 are undefined and period transition).\nUsing\n\n\n\n\n\n\n\n\n\n\nc14_aberrant_dates.tsv\n\n\nWith R functions coming from the C14bazaar R package and curated with the NeoNet R series of functions, we are gathering some 10,000 radiocarbon dates coming from 8 different datasets and databases.\nWe map these dates to the Neonet periods (here on the left class).\nThen we remove duplicated dates and discard outliers (currently in process).\nSome 4,000 dates are now available for the study." + "text": "Radiocarbon data\n\nSources3rd partsAlignmentOutliersROIWorflow\n\n\n\n\n\n\n\n\nhttps://github.com/ropensci/c14bazAAR\nhttps://github.com/zoometh/neonet\nhttps://github.com/ahb108/rcarbon\n\n\n\n\nBrami, M.N. A graphical simulation of the 2,000-year lag in Neolithic occupation between Central Anatolia and the Aegean basin. Archaeol Anthropol Sci 7, 319–327 (2015). https://doi.org/10.1007/s12520-014-0193-4\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nref_table_per.xlsx\n\n\n\n\n\n\nEM - Early Mesolithic\n\n\n\n\nMM - Middle Mesolithic\n\n\n\n\nLM - Late Mesolithic\n\n\n\n\nEN - Early Neolithic\n\n\n\n\nMN - Middle Neolithic\n\n\n\n\nLN - Late Neolithic\n\n\n\n\n\n\n8 different databases and datasets. Among which 2 are the Neonet datasets. We collect using the c14bazAAR and curated with NeoNet functions.\nmapping table with period and culture coming from different datasest to be mapped to the Neonet main classes (10 classes, among which 4 are undefined and period transition).\nUsing\n\n\n\n\n\n\n\n\n\n\nc14_aberrant_dates.tsv\n\n\nWith R functions coming from the C14bazaar R package and curated with the NeoNet R series of functions, we are gathering some 10,000 radiocarbon dates coming from 8 different datasets and databases.\nWe map these dates to the Neonet periods (here on the left class).\nThen we remove duplicated dates and discard outliers (currently in process).\nSome 4,000 dates are now available for the study." }, { "objectID": "index.html#radiocarbon-dataset", @@ -28,18 +28,18 @@ "text": "Radiocarbon dataset\n\nENLM" }, { - "objectID": "index.html#climates-data", - "href": "index.html#climates-data", + "objectID": "index.html#climates-data-and-model", + "href": "index.html#climates-data-and-model", "title": "Climates during the Spread of Farming in the Mediterranean", - "section": "Climates data", - "text": "Climates data\n\nSourcesMethods\n\n\n\n\n\nMean annual temperature (ºC) \n\nAnnual precipitation (mm year -1) \n\nBiome (pollen-based) \n\n\n Beyer et al. 20203\n\n\n\n\n\nhttps://github.com/EvolEcolGroup/pastclim\n\nB <- MAP < 10 * Pthresh\nBW <- B & MAP < 5 * Pthresh\nBWh <- BW & MAT >= 18\nBWk <- BW & MAT < 18\nBS <- B & MAP >= 5 * Pthresh\nBSh <- BS & MAT >= 18\nBSk <- BS & MAT < 18\n\nA <- Thot >= 18 & !B\nAf <- A & Pdry >= 60\nAm <- A & !Af & Pdry >= 100 - MAP / 25\nAw <- A & !Af & Pdry < 100 - MAP / 25\n\n\n\n\n\n\n\n\npastclim R package to recreate the Koppen Climate classification (KCC) for past periods, currently from 8,000 BC to 5,000 cal BC (expressed here in cal BP)\nKCC based on average temperature and precipitation patterns, dividing them into five main types: tropical, dry, temperate, continental, and polar. Each type is further subdivided based on seasonal precipitation and temperature patterns (30 classes).\nThe pastclim KCC current resolution is 30” = 0.5 degrees = c. 50 km. It uses the Beyer et al. 2020 dataset." + "section": "Climates data and model", + "text": "Climates data and model\n\nSourcesVariablesMethods\n\n\n\n\n\n\n\n\nMean annual temperature (ºC) \n\nAnnual precipitation (mm year -1) \n\nBiome (pollen-based) \n\n\n Beyer et al. 20203\n\n\n\n\nhttps://github.com/EvolEcolGroup/pastclim\nA <- Thot >= 18 & !B\nAf <- A & Pdry >= 60\nAm <- A & !Af & Pdry >= 100 - MAP / 25\nAw <- A & !Af & Pdry < 100 - MAP / 25\n function pastclim::koeppen_geiger() \n\n\n\n\n\n\n\n\n\n\n\ncode\nnum\nvalue\nhexa color\ncolor\n\n\n\n\nAf\n1\nTropical, rainforest\n0000FF\n\n\n\nAm\n2\nTropical, monsoon\n0078FF\n\n\n\nAw\n3\nTropical, savannah\n46AAF\n\n\n\nBWh\n4\nArid, desert, hot\nFF0000\n\n\n\nBWk\n5\nArid, desert, cold\nFF9696\n\n\n\nBSh\n6\nArid, steppe, hot\nF5A500\n\n\n\nBSk\n7\nArid, steppe, cold\nFFDC64\n\n\n\nCsa\n8\nTemperate, dry summer, hot summer\nFFFF00\n\n\n\nCsb\n9\nTemperate, dry summer, warm summer\nC8C800\n\n\n\nCsc\n10\nTemperate, dry summer, cold summer\n969600\n\n\n\nCwa\n11\nTemperate, dry winter, hot summer\n96FF96\n\n\n\nCwb\n12\nTemperate, dry winter, warm summer\n64C864\n\n\n\n\n function neoent::neo_kss_create() \n\n\n\n\n\n\n\npastclim R package to recreate the Koppen Climate classification (KCC) for past periods, currently from 8,000 BC to 5,000 cal BC (expressed here in cal BP)\nKCC based on average temperature and precipitation patterns, dividing them into five main types: tropical, dry, temperate, continental, and polar. Each type is further subdivided based on seasonal precipitation and temperature patterns (30 classes).\nThe pastclim KCC current resolution is 30” = 0.5 degrees = c. 50 km. It uses the Beyer et al. 2020 dataset." }, { - "objectID": "index.html#modelling", - "href": "index.html#modelling", + "objectID": "index.html#modelling-dates", + "href": "index.html#modelling-dates", "title": "Climates during the Spread of Farming in the Mediterranean", - "section": "Modelling", - "text": "Modelling\n\nDates medians and KCC extractionDates interpolation\n\n\n\n\nMost recent LM and most ancient EN date weighted medians by site \n\n\n\n\n\n\nFor a given site, we select either the most recent LM date (ex: Monte Frignone) or simetrically the most ancient EN date (ex: Le Baratin)\nExtract on the radiocarbon date weighted median from the Summed probability density (SPD)\n\n\n\n\nWith R functions coming from the C14bazaar R package and curated with the NeoNet R series of functions, we are gathering some 10,000 radiocarbon dates coming from 8 different datasets and databases.\nWe map these dates to the Neonet periods (here on the left class).\nThen we remove duplicated dates and discard outliers (currently in process).\nSome 4,000 dates are now available for the study.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nFor a given site, we select either the most recent LM date (ex: Monte Frignone) or simetrically the most ancient EN date (ex: Le Baratin)\nExtract on the radiocarbon date weighted median from the Summed probability density (SPD)" + "section": "Modelling dates", + "text": "Modelling dates\n\nDates medians and KCC extractionDates interpolation\n\n\n\n\nMost recent LM and most ancient EN date weighted medians (w-mendian) by site \n\n\n\n\n\n\nFor a given site, we select either the most recent LM date (ex: Monte Frignone) or simetrically the most ancient EN date (ex: Le Baratin)\nExtract on the radiocarbon date weighted median from the Summed probability density (SPD)\n\n\n\n\nWith R functions coming from the C14bazaar R package and curated with the NeoNet R series of functions, we are gathering some 10,000 radiocarbon dates coming from 8 different datasets and databases.\nWe map these dates to the Neonet periods (here on the left class).\nThen we remove duplicated dates and discard outliers (currently in process).\nSome 4,000 dates are now available for the study.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nFor a given site, we select either the most recent LM date (ex: Monte Frignone) or simetrically the most ancient EN date (ex: Le Baratin)\nExtract on the radiocarbon date weighted median from the Summed probability density (SPD)" }, { "objectID": "index.html#eastern-mediterranean-in-bc", @@ -53,28 +53,35 @@ "href": "index.html#near-east-9000-bc", "title": "Climates during the Spread of Farming in the Mediterranean", "section": "Near East (9,000 BC)", - "text": "Near East (9,000 BC)\n\nClimatesSitesAssumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nLorem" + "text": "Near East (9,000 BC)\n\nClimatesSitesAssumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nNeolithic mostly on Csa and BSk climates (Temperate, dry summer, hot summer and Temperate, dry summer, warm summer)\nNorth Levant and South Levant farmers separated by Mount Lebanon range (Dsa: Cold, dry summer, hot summer).\nCyprus is settled with Klimonas (idf 51)." }, { "objectID": "index.html#near-east-8500-bc", "href": "index.html#near-east-8500-bc", "title": "Climates during the Spread of Farming in the Mediterranean", "section": "Near East (8,500 BC)", - "text": "Near East (8,500 BC)\n\nClimatesSitesAssumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nLorem" + "text": "Near East (8,500 BC)\n\nClimatesSitesAssumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSmall changes in the estimated area with Neolithic economy\n\nSouthward: new neolithic occupation in a BWh climate: Shkarat Msaied (idf 78)." }, { "objectID": "index.html#near-east-8000-bc", "href": "index.html#near-east-8000-bc", "title": "Climates during the Spread of Farming in the Mediterranean", "section": "Near East (8,000 BC)", - "text": "Near East (8,000 BC)\n\nClimatesSitesAssumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nLorem" + "text": "Near East (8,000 BC)\n\nClimatesSitesAssumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nMount Lebanon range (Dsa) still existing as a frontier between North Levant and South Levant Neolithic\nCentral Anatolia Plateau (BSk) with new sites: Asikli Höyük (idf 10), Kaletepe (idf 50) and Pinarbasi A (idf 69)" }, { "objectID": "index.html#near-east-7500-bc", "href": "index.html#near-east-7500-bc", "title": "Climates during the Spread of Farming in the Mediterranean", "section": "Near East (7,500 BC)", - "text": "Near East (7,500 BC)\n\nClimatesSitesAssumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nLorem" + "text": "Near East (7,500 BC)\n\nClimatesSitesAssumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOnly one new occupation on the Central Anatolian Plateau, Musular (id 64): barrier\nIn Southern Levant, close concentration of occupations in different climates, Csa, BSk, BWh and newly BSh (Arid, steppe, hot)\nBSh sites: Nahal Efe (id 65), Hemar (id 42)" + }, + { + "objectID": "index.html#central-anatolian-barrier", + "href": "index.html#central-anatolian-barrier", + "title": "Climates during the Spread of Farming in the Mediterranean", + "section": "Central Anatolian barrier", + "text": "Central Anatolian barrier\n\n7,300 BC7,000 BC6,700 BC" }, { "objectID": "index.html#aegean-6600-bc", diff --git a/doc/talks/2024-asd/run_asd.R b/doc/talks/2024-asd/run_asd.R index bd7ecf1..a7a1c0e 100644 --- a/doc/talks/2024-asd/run_asd.R +++ b/doc/talks/2024-asd/run_asd.R @@ -67,8 +67,8 @@ obj.case <- list("NearEast", c(-7500), c(30, 30, 45, 41), "koppen_10k.tif") # obj.case <- list("CWAnatolie", c(-7900), c(24, 28, 45, 41), "koppen_10k.tif") # obj.case <- list("CWAnatolie", c(-7600), c(24, 28, 45, 41), "koppen_10k.tif") obj.case <- list("CWAnatolie", c(-7300), c(23, 30, 45, 40), "koppen_9k.tif") -obj.case <- list("CWAnatolie", c(-7000), c(24, 28, 45, 41), "koppen_9k.tif") -obj.case <- list("CWAnatolie", c(-6700), c(24, 28, 45, 41), "koppen_9k.tif") +obj.case <- list("CWAnatolie", c(-7000), c(23, 30, 45, 40), "koppen_9k.tif") +obj.case <- list("CWAnatolie", c(-6700), c(23, 30, 45, 40), "koppen_9k.tif") obj.case <- list("Egee", c(-6600), c(18, 35, 34, 42), "koppen_9k.tif") # anct obj.case <- list("Egee", c(-6200), c(18, 35, 34, 42), "koppen_8k.tif") obj.case <- list("Egee", c(-5800), c(18, 35, 34, 42), "koppen_8k.tif") diff --git a/inst/extdata/c14_corrected_sitenames.geojson b/inst/extdata/c14_corrected_sitenames.geojson index 73e58d1..ed0a134 100644 --- a/inst/extdata/c14_corrected_sitenames.geojson +++ b/inst/extdata/c14_corrected_sitenames.geojson @@ -1619,12 +1619,8 @@ { "type": "Feature", "properties": { "SiteName": "Těšetice", "AlternativeNames": null }, "geometry": { "type": "Point", "coordinates": [ 16.1581, 48.889 ] } }, { "type": "Feature", "properties": { "SiteName": "Téviec", "AlternativeNames": null }, "geometry": { "type": "Point", "coordinates": [ -3.1651449, 47.55602 ] } }, { "type": "Feature", "properties": { "SiteName": "Thalathat II", "AlternativeNames": null }, "geometry": { "type": "Point", "coordinates": [ 42.5, 36.48 ] } }, -{ "type": "Feature", "properties": { "SiteName": "Thatcham", "AlternativeNames": "food processing activity" }, "geometry": { "type": "Point", "coordinates": [ -1.2783, 51.3975 ] } }, -{ "type": "Feature", "properties": { "SiteName": "Thatcham II", "AlternativeNames": null }, "geometry": { "type": "Point", "coordinates": [ -1.2769, 51.3975 ] } }, -{ "type": "Feature", "properties": { "SiteName": "Thatcham III", "AlternativeNames": null }, "geometry": { "type": "Point", "coordinates": [ -1.2783, 51.3975 ] } }, -{ "type": "Feature", "properties": { "SiteName": "Thatcham IV", "AlternativeNames": null }, "geometry": { "type": "Point", "coordinates": [ -1.2783, 51.3975 ] } }, -{ "type": "Feature", "properties": { "SiteName": "Theopetra", "AlternativeNames": "Theopetra Cave | Theopetra Cave, Kalambaka | Theopetra Cave. Kalambaka" }, "geometry": { "type": "Point", "coordinates": [ -1.2726, 51.3975 ] } }, -{ "type": "Feature", "properties": { "SiteName": "Theopetra", "AlternativeNames": "Theopetra Cave | Theopetra Cave. Kalambaka | Theopetra Cave, Kalambaka" }, "geometry": { "type": "Point", "coordinates": [ 21.67, 39.68 ] } }, +{ "type": "Feature", "properties": { "SiteName": "Thatcham", "AlternativeNames": "Thatcham III | Thatcham IV | Thatcham II" }, "geometry": { "type": "Point", "coordinates": [ -1.2783, 51.3975 ] } }, +{ "type": "Feature", "properties": { "SiteName": "Theopetra", "AlternativeNames": "Theopetra Cave | Theopetra Cave. Kalambaka | Theopetra Cave, Kalambaka | food processing activity" }, "geometry": { "type": "Point", "coordinates": [ 21.67, 39.68 ] } }, { "type": "Feature", "properties": { "SiteName": "Three Holes Cave", "AlternativeNames": null }, "geometry": { "type": "Point", "coordinates": [ -3.6709, 50.4938 ] } }, { "type": "Feature", "properties": { "SiteName": "Tietjerk", "AlternativeNames": null }, "geometry": { "type": "Point", "coordinates": [ 5.91, 53.213 ] } }, { "type": "Feature", "properties": { "SiteName": "Tilburg-Labe", "AlternativeNames": null }, "geometry": { "type": "Point", "coordinates": [ 5.05, 51.5833 ] } },