You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Kemp core IDs more unique
study_id == "Kemp_et_al_2024" ~ paste(site_id, core_id, sep = "_")
"Tully_et_al_2024" surface samples should have unique core IDs
Schieder_and_Kirwan_2019 depthseries intervals overlapping in G12 and G13? At minimum, cores should be further distinguished by combining core_id and method_id
Running list:
Spot correction for Kauffman depths:
mutate(
depth_min = case_when(study_id == "Kauffman_et_al_2020_Brazil" & depth_max == 15 ~ 0,
study_id == "Kauffman_et_al_2020_Brazil" & depth_max == 30 ~ 15,
study_id == "Kauffman_et_al_2020_Brazil" & depth_max == 50 ~ 30,
study_id == "Kauffman_et_al_2020_Brazil" & depth_max == 100 ~ 50,
study_id == "Kauffman_et_al_2020_Brazil" & depth_max == 300 ~ 100,
T ~ depth_min))
Make Kemp core IDs more unique
study_id == "Kemp_et_al_2024" ~ paste(site_id, core_id, sep = "_")
"Tully_et_al_2024" surface samples should have unique core IDs
Schieder_and_Kirwan_2019 depthseries intervals overlapping in G12 and G13? At minimum, cores should be further distinguished by combining core_id and method_id
Add missing original paper citation for Phang et al 2016 (Sanderman synthesis): https://doi.org/10.1002/esp.3745
The text was updated successfully, but these errors were encountered: