|
| 1 | +--- |
| 2 | +title: "39th regular meeting" |
| 3 | +date: 2024-05-08 |
| 4 | +--- |
| 5 | + |
| 6 | +6 ppl attended |
| 7 | + |
| 8 | +## Open exchange and announcements |
| 9 | + |
| 10 | +- Even more summerschools: |
| 11 | + - atRium Brno Training School on computational archaeology |
| 12 | + - https://petrpajdla.github.io/atRium |
| 13 | + - funding available for participants |
| 14 | + - planned for 16-20 September 2024, deadline for applications is May 31st |
| 15 | + - Summer School in Digital Palaeography |
| 16 | + - https://www.uni-goettingen.de/en/digital+palaeography+summer+school+2024/684265.html |
| 17 | + - Neural Networks for Archaeologists, with Python |
| 18 | + - http://www.mappaproject.org/nn4archaeologists |
| 19 | +- EUROPEAN DS4CH: European Data Space for Cultural Heritage |
| 20 | + - Flagship initiative of the European Commission to accelerate the digital transformation of Europe’s cultural sector, and foster the creation and reuse of content in the cultural and creative sectors |
| 21 | + - https://www.photoconsortium.net/european-ds4ch |
| 22 | +- GitHub & ORCID collaboration |
| 23 | + - https://info.orcid.org/orcid-and-github-sign-memorandum-of-understanding |
| 24 | + - it is now possible to link GitHub and ORCID accounts |
| 25 | +- New software tool for PCA analysis in genetics (triggered a discussion in the group about the use of PCA in archaeogenetics) |
| 26 | + - https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-024-05770-1 |
| 27 | +- R packages to make PCA and other methods of multivariate statistics available within tidy(verse) workflows |
| 28 | + - https://github.com/corybrunson/ordr |
| 29 | + - https://github.com/ISAAKiel/quantAAR |
| 30 | +- Online Survey of Cultural Heritage Professionals |
| 31 | + - https://alexandriaarchive.org/fair-care/ |
| 32 | +- TETRARCHs: Running seminar series on computational archaeology |
| 33 | + - https://www.tetrarchs.org/index.php/category/seminars |
| 34 | +- Archaeological paper in Nature by Riris et al. |
| 35 | + - "Frequent disturbances enhanced the resilience of past human populations" |
| 36 | + - https://www.nature.com/articles/s41586-024-07354-8 |
| 37 | + |
| 38 | +## Project discussion |
| 39 | + |
| 40 | +- Context: Reviving old archaeological research software tools |
| 41 | +- Concrete project: Reviving the "Tools for quantitative analysis" (http://tfqa.com) |
| 42 | + - James Allison contacted the author Keith Kintigh: |
| 43 | + - Prof. Kintigh appreciates the effort of rewriting some of the tools in R; he would even be willing to get involved directly |
| 44 | + - TFQA was a commercial project, but there is no significant demand for the old distribution, so making the rewritten code/tools openly available is OK |
| 45 | + - Some tools are computationally intensive and optimization may be an issue in R |
| 46 | + - There are some potential numerical analysis issues in computing the factorials for binomial probabilities for some of the tools - developers should rely on established numerical libraries and not implement this math from scratch |
| 47 | + - Matt Peeples has already implemented some of the tools in R (https://mattpeeples.net/data-and-software), but his focus was on the core algorithms - wrapping them in a convenient, well documented functions is still an open task |
| 48 | + - Various TFQA tools are described across different publications. See the discussion in the Google group for some relevant papers |
| 49 | + - https://groups.google.com/g/scientific-scripting-languages-in-archaeology/c/8na4TLw47Xg |
| 50 | + - Potential targets/low-hanging fruits to work on: |
| 51 | + - An R package compiling different archaeological diversity measure algorithms |
| 52 | + - A package or a set of blogposts/scripts reproducing some of the spatial data analysis tools |
| 53 | + - A key feature of TFQA is domain-appropriate resampling (e.g. temporal or spatial resampling), which should be preserved in any rewritten version |
| 54 | + - Technical observations about TFQA: |
| 55 | + - Multiple of the open-source TFQA tools are written in Delphi, a dialect of Pascal (https://en.wikipedia.org/wiki/Delphi_(software)) |
| 56 | + - They were usually compiled for MS-DOS or MS-Windows, some compiled executables do not run any more on modern Windows versions and require emulation |
| 57 | + - The tools typically have a simple TUI (terminal user interface) that guides the user through the input preparation |
| 58 | + - Some of the tools are pretty complex and include multiple subcommands |
| 59 | + - Further discussion should happen on GitHub in dedicated issues at https://github.com/sslarch/tfqar |
| 60 | + |
| 61 | +## Next SIG Meeting: Wednesday, June 5, 2024 |
| 62 | + |
| 63 | +We invited Nicolas Frerebeau to introduce the tesselle R package collection: https://www.tesselle.org |
| 64 | + |
| 65 | +This was originally planned for last session, but had to be postponed |
0 commit comments