---
title: "Articles"
format: html
---
<style>
body {
background-image: url('/figures/reflora_bg.png');
background-repeat: repeat-y;
background-size: cover;
background-attachment: fixed;
background-position: top center;
position: relative;
z-index: 0;
}
.background-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8); /* white with 80% opacity */
z-index: -1;
}
</style>
::: {layout-ncol="2"}
::: {style="display: block;"}
### Summarize REFLORA collections
- [Summarize collections](/articles/summarize_reflora_collections.qmd)
::: {style="display: block;"}
:::
### Download and parse REFLORA records
- [Download specimen records](/articles/download_reflora_collections.qmd)
- [Parse REFLORA Darwin Core Archives](/articles/parse_reflora_dwca.qmd)
::: {style="display: block;"}
:::
### Filter REFLORA records
- [Retrieve taxon-specific specimens](/articles/filter_reflora_records.qmd)
- [Filter indeterminate specimens](/articles/filter_indeterminate_reflora_specimens.qmd)
:::
:::