paleomat
paleoMAT: Paleotemperature Reconstruction from Pollen using the Modern Analog Technique
Science Score: 59.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 6 committers (16.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Keywords
Repository
paleoMAT: Paleotemperature Reconstruction from Pollen using the Modern Analog Technique
Basic Info
Statistics
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
- Releases: 3
Topics
Metadata Files
README.md
paleoMAT: Paleotemperature Reconstruction from Pollen using the Modern Analog Technique
paleoMAT is an R package implementing functions to perform
temporal paleoclimate reconstruction from pollen using the
MAT (Modern Analog Technique).
This is the official R package for paleoMAT, which contains all code associated with the analyses described and presented, including figures and tables, in Gillreath-Brown et al. 2024:
Gillreath-Brown, A., R. K. Bocinsky, and T. A. Kohler (2024). A Low-Frequency Summer Temperature Reconstruction for the United States Southwest, 3000 BC AD 2000. The Holocene 34(4):451-466. https://doi.org/10.1177/09596836231219482
All code for analysis and reconstruction is in UUSSMATReconstruction.Rmd and all code for figures and tables is in Paleomat_Figures.Rmd.
Installation
You can install paleoMAT from GitHub with these lines of R code (Windows users are recommended to install a separate program, Rtools, before proceeding with this step):
r
if (!require("devtools")) install.packages("devtools")
devtools::install_github("Archaeo-Programmer/paleomat")
Repository Contents
The :file_folder: vignettes directory contains:
- :page_facing_up: UUSSMATReconstruction: R Markdown document with all analysis for Gillreath-Brown et al. 2024. It also has a rendered version, UUSSMATReconstruction.html.
- :page_facing_up: Paleomat_Figures: R Markdown document that includes code to reproduce the figures and tables for Gillreath-Brown et al. 2024. It also has a rendered version, Paleomat_Figures.html.
- :file_folder: figures: Plots, figures, and illustrations in the paper, including supplementary materials.
- :file_folder: tables: Tables in the paper, including supplementary materials.
- :file_folder: data: Data (
.rds) output files from various points throughout the analysis in the R Markdown, UUSSMATReconstruction.
How to Run the Code?
To reproduce the analysis, output, figures, and tables, you will need to clone the repository. To clone the repository, you can do the following from your Terminal:
bash
git clone https://github.com/Archaeo-Programmer/paleomat.git
cd paleomat
After installing the paleoMAT package (via install_github as shown above or by using devtools::install()), then you can render the analysis, visualizations, and tables.
You can compile the paleoMAT analysis within R by entering the following in the console:
r
rmarkdown::render(here::here('vignettes/UUSS_MAT_Reconstruction.Rmd'), output_dir = here::here('vignettes'))
You can also compile the figures and tables from the paleoMAT analysis within R by entering the following in the console:
r
rmarkdown::render(here::here('vignettes/Paleomat_Figures.Rmd'), output_dir = here::here('vignettes'))
If you do not want to compile the R Markdowns, then you can retrieve a readable HTML file by navigating to UUSSMATReconstruction.html. Then, click "Raw" and save the file as "UUSSMATReconstruction.html" (i.e., save file with .html extension or as HTML file type). Another option, after installing the paleoMAT package, is to use rstudioapi::viewer in the R console:
r
rstudioapi::viewer(here::here('vignettes/UUSS_MAT_Reconstruction.html'))
Another option for reproducing the results is to use the package itself and follow along with the vignette, UUSSMATReconstruction. Data and functions are already loaded into the package. There are also comments that point to output saved in the :file_folder: data directory and the :file_folder: vignettes data directory. The purpose of the output files in :file_folder: vignettes data directory was to save various stages of output throughout the analysis. So, if there is a chunk of code that you do not want to run, then you can run the accompanying commented out line to read in each variable. However, if you want to run the code yourself, then you can just ignore these commented lines of code.
Licenses
Code: GNU GPLv3
Data: CC-0 attribution requested in reuse
Acknowledgements
This material is based upon work supported by the National Science Foundation under Grants SMA-1637171 and SMA-1620462, and by the Office of the Chancellor, Washington State University-Pullman. Data were obtained from the Neotoma Paleoecology Database on October 23, 2021 using the neotoma 1.0 R package and its constituent database(s) (North American Pollen Database). The work of data contributors, data stewards, and the Neotoma community is gratefully acknowledged.
Owner
- Name: Andrew Gillreath-Brown
- Login: Archaeo-Programmer
- Kind: user
- Company: @YPCCC
- Twitter: andrewwbrown
- Repositories: 15
- Profile: https://github.com/Archaeo-Programmer
Data Scientist @YPCCC; Research Associate at MPI-GEA
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Andrew Gillreath-Brown | a****4@g****m | 345 |
| Kyle Bocinsky | b****y@g****m | 40 |
| Andrew Gillreath-Brown | A****r | 38 |
| Bocinsky | b****y@B****l | 6 |
| Andrew Gillreath-Brown | a****n@A****l | 5 |
| Andrew Gillreath-Brown | a****n@w****u | 4 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 2 years ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- Archaeo-Programmer (1)