Skip to content

Commit

Permalink
Another batch of items from the past few weeks.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbatist committed Feb 21, 2023
1 parent 1dbbcd5 commit 3a982e1
Show file tree
Hide file tree
Showing 635 changed files with 11,143 additions and 4,899 deletions.
46 changes: 44 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,13 @@ This readme and the [web interface](https://open-archaeo.info) are automatically

----

* **DIGSS**: A simulation tool to estimate the rate of success that surveys possessing user-specific characteristics have in identifying archaeological sites (or any groups of clouds of objects), given specific parameters of survey area, survey methods, and site properties.
* by: markhubbe
* links: [GitHub](https://github.com/markhubbe/DIGSS) [CRAN](https://cran.rstudio.com/web/packages/DIGSS/index.html)
* tags: [Simulation] and [Statistical analysis]

----

* **DIYFieldworkDatabase**: Documenting and sharing my ad-hoc fieldwork database setup
* by: zackbatist
* links: [GitHub](https://github.com/zackbatist/DIYFieldworkDatabase)
Expand Down Expand Up @@ -808,7 +815,7 @@ This readme and the [web interface](https://open-archaeo.info) are automatically
* **IntChron**: An indexing service for chronological information. Information can be viewed as webpages or downloaded as data files in different formats.
* by: Christopher Bronk Ramsey
* links: [Website](https://intchron.org/) [DOI](https://doi.org/10.1017/RDC.2019.21)
* tags:
* tags: [Lists]

----

Expand Down Expand Up @@ -962,7 +969,7 @@ This readme and the [web interface](https://open-archaeo.info) are automatically
* **Material Sources for Early Islam and Late Antique Near East**: A list of resources and materials for research on the history of Early Islam and the Late Antique Near East.
* by: Hagit Nol
* links: [Website](https://materialsourcesforearlyislamandlateantiqueneareast.hcommons.org/)
* tags:
* tags: [Lists]

----

Expand Down Expand Up @@ -1323,6 +1330,13 @@ This readme and the [web interface](https://open-archaeo.info) are automatically

----

* **SEAHORS**: R Shiny application that allows easy and quick exploration of the spatial distribution of archaeological objects.
* by: AurelienRoyer
* links: [GitHub](https://github.com/AurelienRoyer/SEAHORS)
* tags: [Spatial analysis]

----

* **SPARSE**: Indexes >100,000 reference genomes in public databases in to hierarchical clusters and uses it to predict origins of metagenomic reads.
* by: zheminzhou
* links: [GitHub](https://github.com/zheminzhou/SPARSE) [Website](https://sparse.readthedocs.io/en/latest/)
Expand Down Expand Up @@ -1547,6 +1561,13 @@ This readme and the [web interface](https://open-archaeo.info) are automatically

----

* **ancient-artifacts**: Dynamic image analysis to identify ancient artifacts in soil samples.
* by: vanderbilt-data-science
* links: [GitHub](https://github.com/vanderbilt-data-science/ancient-artifacts)
* tags: [Shape recognition] and [Spatial analysis]

----

* **ancient-ceramic-kilns**: GeoJSON files for ceramic kilns of the ancient world, no chronological/spatial boundaries
* by: steko
* links: [Codeberg](https://codeberg.org/steko/ancient-ceramic-kilns)
Expand Down Expand Up @@ -1596,6 +1617,13 @@ This readme and the [web interface](https://open-archaeo.info) are automatically

----

* **aoristic-analysis**: Estimate probabilities of find numbers per period.
* by: LimesLimits
* links: [GitHub](https://github.com/LimesLimits/aoristic-analysis) [DOI](https://doi.org/https://doi.org/10.1016/j.jasrep.2016.10.006)
* tags: [Statistical analysis]

----

* **archSeries**: Frequency time-series tools for archaeology.
* by: davidcorton
* links: [GitHub](https://github.com/davidcorton/archSeries)
Expand Down Expand Up @@ -1680,6 +1708,13 @@ This readme and the [web interface](https://open-archaeo.info) are automatically

----

* **archaeosrp**: Read PDFs with archaeological site report information and return the information in the forms as a dataframe.
* by: seanbergin
* links: [GitHub](https://github.com/seanbergin/archaeosrp)
* tags: [Writing]

----

* **archchron**: For handling archaeological chronological data.
* by: oliver.nakoinz
* links: [GitLab](https://gitlab.com/oliver.nakoinz/archchron)
Expand Down Expand Up @@ -3136,6 +3171,13 @@ This readme and the [web interface](https://open-archaeo.info) are automatically

----

* **roev**: Functions for analysing and visualizing rates of evolution.
* by: benmarwick
* links: [GitHub](https://github.com/benmarwick/roev)
* tags: [Statistical analysis]

----

* **roman-amphitheaters**: A dataset and discussion relating to Roman amphitheaters
* by: sfsheath
* links: [GitHub](https://github.com/sfsheath/roman-amphitheaters)
Expand Down
15 changes: 15 additions & 0 deletions content/post/ancient-artifacts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "ancient-artifacts",
"description": ["Dynamic image analysis to identify ancient artifacts in soil samples."],
"links": {
"GitHub": "https://github.com/vanderbilt-data-science/ancient-artifacts"
},
"authors": ["vanderbilt-data-science"],
"categories": ["Packages and libraries"],
"tags": ["Shape recognition", "Spatial analysis"],
"doi": null
}

<!-- Generated by csv2md.R – do not edit by hand -->

Dynamic image analysis to identify ancient artifacts in soil samples.
15 changes: 15 additions & 0 deletions content/post/aoristic-analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "aoristic-analysis",
"description": ["Estimate probabilities of find numbers per period."],
"links": {
"GitHub": "https://github.com/LimesLimits/aoristic-analysis"
},
"authors": ["LimesLimits"],
"categories": ["Packages and libraries"],
"tags": ["Statistical analysis"],
"doi": "https://doi.org/10.1016/j.jasrep.2016.10.006"
}

<!-- Generated by csv2md.R – do not edit by hand -->

Estimate probabilities of find numbers per period.
15 changes: 15 additions & 0 deletions content/post/archaeosrp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "archaeosrp",
"description": ["Read PDFs with archaeological site report information and return the information in the forms as a dataframe."],
"links": {
"GitHub": "https://github.com/seanbergin/archaeosrp"
},
"authors": ["seanbergin"],
"categories": ["Packages and libraries"],
"tags": ["Writing"],
"doi": null
}

<!-- Generated by csv2md.R – do not edit by hand -->

Read PDFs with archaeological site report information and return the information in the forms as a dataframe.
16 changes: 16 additions & 0 deletions content/post/digss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"title": "DIGSS",
"description": ["A simulation tool to estimate the rate of success that surveys possessing user-specific characteristics have in identifying archaeological sites (or any groups of clouds of objects), given specific parameters of survey area, survey methods, and site properties."],
"links": {
"GitHub": "https://github.com/markhubbe/DIGSS",
"CRAN": "https://cran.rstudio.com/web/packages/DIGSS/index.html"
},
"authors": ["markhubbe"],
"categories": ["Packages and libraries"],
"tags": ["Simulation", "Statistical analysis"],
"doi": null
}

<!-- Generated by csv2md.R – do not edit by hand -->

A simulation tool to estimate the rate of success that surveys possessing user-specific characteristics have in identifying archaeological sites (or any groups of clouds of objects), given specific parameters of survey area, survey methods, and site properties.
4 changes: 2 additions & 2 deletions content/post/intchron.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"Website": "https://intchron.org/"
},
"authors": ["Christopher Bronk Ramsey"],
"categories": [null],
"tags": [],
"categories": ["Lists and datasets"],
"tags": ["Lists"],
"doi": "10.1017/RDC.2019.21"
}

Expand Down
15 changes: 15 additions & 0 deletions content/post/roev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "roev",
"description": ["Functions for analysing and visualizing rates of evolution."],
"links": {
"GitHub": "https://github.com/benmarwick/roev"
},
"authors": ["benmarwick"],
"categories": ["Packages and libraries"],
"tags": ["Statistical analysis"],
"doi": null
}

<!-- Generated by csv2md.R – do not edit by hand -->

Functions for analysing and visualizing rates of evolution.
15 changes: 15 additions & 0 deletions content/post/seahors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "SEAHORS",
"description": ["R Shiny application that allows easy and quick exploration of the spatial distribution of archaeological objects."],
"links": {
"GitHub": "https://github.com/AurelienRoyer/SEAHORS"
},
"authors": ["AurelienRoyer"],
"categories": ["Packages and libraries"],
"tags": ["Spatial analysis"],
"doi": null
}

<!-- Generated by csv2md.R – do not edit by hand -->

R Shiny application that allows easy and quick exploration of the spatial distribution of archaeological objects.
16 changes: 8 additions & 8 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ <h2>Categories</h2>
</li>

<li>
<a href="https://open-archaeo.info/categories/lists-and-datasets/" title="Entries in category 'Lists and datasets'" class="badge">LISTS AND DATASETS&nbsp;<span class="taxonomy-count post__meta">(72)</span></a>
<a href="https://open-archaeo.info/categories/lists-and-datasets/" title="Entries in category 'Lists and datasets'" class="badge">LISTS AND DATASETS&nbsp;<span class="taxonomy-count post__meta">(73)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/categories/packages-and-libraries/" title="Entries in category 'Packages and libraries'" class="badge">PACKAGES AND LIBRARIES&nbsp;<span class="taxonomy-count post__meta">(223)</span></a>
<a href="https://open-archaeo.info/categories/packages-and-libraries/" title="Entries in category 'Packages and libraries'" class="badge">PACKAGES AND LIBRARIES&nbsp;<span class="taxonomy-count post__meta">(229)</span></a>
</li>

<li>
Expand Down Expand Up @@ -280,7 +280,7 @@ <h2>Tags</h2>
</li>

<li>
<a href="https://open-archaeo.info/tags/lists/" title="Entries tagged 'Lists'" class="badge">Lists&nbsp;<span class="taxonomy-count post__meta">(18)</span></a>
<a href="https://open-archaeo.info/tags/lists/" title="Entries tagged 'Lists'" class="badge">Lists&nbsp;<span class="taxonomy-count post__meta">(19)</span></a>
</li>

<li>
Expand Down Expand Up @@ -364,27 +364,27 @@ <h2>Tags</h2>
</li>

<li>
<a href="https://open-archaeo.info/tags/shape-recognition/" title="Entries tagged 'Shape recognition'" class="badge">Shape recognition&nbsp;<span class="taxonomy-count post__meta">(23)</span></a>
<a href="https://open-archaeo.info/tags/shape-recognition/" title="Entries tagged 'Shape recognition'" class="badge">Shape recognition&nbsp;<span class="taxonomy-count post__meta">(24)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/simulation/" title="Entries tagged 'Simulation'" class="badge">Simulation&nbsp;<span class="taxonomy-count post__meta">(7)</span></a>
<a href="https://open-archaeo.info/tags/simulation/" title="Entries tagged 'Simulation'" class="badge">Simulation&nbsp;<span class="taxonomy-count post__meta">(8)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/site-mapping/" title="Entries tagged 'Site mapping'" class="badge">Site mapping&nbsp;<span class="taxonomy-count post__meta">(19)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/spatial-analysis/" title="Entries tagged 'Spatial analysis'" class="badge">Spatial analysis&nbsp;<span class="taxonomy-count post__meta">(26)</span></a>
<a href="https://open-archaeo.info/tags/spatial-analysis/" title="Entries tagged 'Spatial analysis'" class="badge">Spatial analysis&nbsp;<span class="taxonomy-count post__meta">(28)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/stable-isotope-analysis/" title="Entries tagged 'Stable isotope analysis'" class="badge">Stable isotope analysis&nbsp;<span class="taxonomy-count post__meta">(11)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/statistical-analysis/" title="Entries tagged 'Statistical analysis'" class="badge">Statistical analysis&nbsp;<span class="taxonomy-count post__meta">(43)</span></a>
<a href="https://open-archaeo.info/tags/statistical-analysis/" title="Entries tagged 'Statistical analysis'" class="badge">Statistical analysis&nbsp;<span class="taxonomy-count post__meta">(46)</span></a>
</li>

<li>
Expand All @@ -400,7 +400,7 @@ <h2>Tags</h2>
</li>

<li>
<a href="https://open-archaeo.info/tags/writing/" title="Entries tagged 'Writing'" class="badge">Writing&nbsp;<span class="taxonomy-count post__meta">(4)</span></a>
<a href="https://open-archaeo.info/tags/writing/" title="Entries tagged 'Writing'" class="badge">Writing&nbsp;<span class="taxonomy-count post__meta">(5)</span></a>
</li>

<li>
Expand Down
16 changes: 8 additions & 8 deletions docs/categories/guides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ <h2>Categories</h2>
</li>

<li>
<a href="https://open-archaeo.info/categories/lists-and-datasets/" title="Entries in category 'Lists and datasets'" class="badge">LISTS AND DATASETS&nbsp;<span class="taxonomy-count post__meta">(72)</span></a>
<a href="https://open-archaeo.info/categories/lists-and-datasets/" title="Entries in category 'Lists and datasets'" class="badge">LISTS AND DATASETS&nbsp;<span class="taxonomy-count post__meta">(73)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/categories/packages-and-libraries/" title="Entries in category 'Packages and libraries'" class="badge">PACKAGES AND LIBRARIES&nbsp;<span class="taxonomy-count post__meta">(223)</span></a>
<a href="https://open-archaeo.info/categories/packages-and-libraries/" title="Entries in category 'Packages and libraries'" class="badge">PACKAGES AND LIBRARIES&nbsp;<span class="taxonomy-count post__meta">(229)</span></a>
</li>

<li>
Expand Down Expand Up @@ -281,7 +281,7 @@ <h2>Tags</h2>
</li>

<li>
<a href="https://open-archaeo.info/tags/lists/" title="Entries tagged 'Lists'" class="badge">Lists&nbsp;<span class="taxonomy-count post__meta">(18)</span></a>
<a href="https://open-archaeo.info/tags/lists/" title="Entries tagged 'Lists'" class="badge">Lists&nbsp;<span class="taxonomy-count post__meta">(19)</span></a>
</li>

<li>
Expand Down Expand Up @@ -365,27 +365,27 @@ <h2>Tags</h2>
</li>

<li>
<a href="https://open-archaeo.info/tags/shape-recognition/" title="Entries tagged 'Shape recognition'" class="badge">Shape recognition&nbsp;<span class="taxonomy-count post__meta">(23)</span></a>
<a href="https://open-archaeo.info/tags/shape-recognition/" title="Entries tagged 'Shape recognition'" class="badge">Shape recognition&nbsp;<span class="taxonomy-count post__meta">(24)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/simulation/" title="Entries tagged 'Simulation'" class="badge">Simulation&nbsp;<span class="taxonomy-count post__meta">(7)</span></a>
<a href="https://open-archaeo.info/tags/simulation/" title="Entries tagged 'Simulation'" class="badge">Simulation&nbsp;<span class="taxonomy-count post__meta">(8)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/site-mapping/" title="Entries tagged 'Site mapping'" class="badge">Site mapping&nbsp;<span class="taxonomy-count post__meta">(19)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/spatial-analysis/" title="Entries tagged 'Spatial analysis'" class="badge">Spatial analysis&nbsp;<span class="taxonomy-count post__meta">(26)</span></a>
<a href="https://open-archaeo.info/tags/spatial-analysis/" title="Entries tagged 'Spatial analysis'" class="badge">Spatial analysis&nbsp;<span class="taxonomy-count post__meta">(28)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/stable-isotope-analysis/" title="Entries tagged 'Stable isotope analysis'" class="badge">Stable isotope analysis&nbsp;<span class="taxonomy-count post__meta">(11)</span></a>
</li>

<li>
<a href="https://open-archaeo.info/tags/statistical-analysis/" title="Entries tagged 'Statistical analysis'" class="badge">Statistical analysis&nbsp;<span class="taxonomy-count post__meta">(43)</span></a>
<a href="https://open-archaeo.info/tags/statistical-analysis/" title="Entries tagged 'Statistical analysis'" class="badge">Statistical analysis&nbsp;<span class="taxonomy-count post__meta">(46)</span></a>
</li>

<li>
Expand All @@ -401,7 +401,7 @@ <h2>Tags</h2>
</li>

<li>
<a href="https://open-archaeo.info/tags/writing/" title="Entries tagged 'Writing'" class="badge">Writing&nbsp;<span class="taxonomy-count post__meta">(4)</span></a>
<a href="https://open-archaeo.info/tags/writing/" title="Entries tagged 'Writing'" class="badge">Writing&nbsp;<span class="taxonomy-count post__meta">(5)</span></a>
</li>

<li>
Expand Down
Loading

0 comments on commit 3a982e1

Please sign in to comment.