-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubs.qmd
More file actions
44 lines (30 loc) · 1.71 KB
/
pubs.qmd
File metadata and controls
44 lines (30 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: "Research & Resources"
subtitle: Publications, presentations, datasets, and source code
bibliography: isamples-outcomes.bib
csl: cite-full-inline.csl
nocite: |
@*
number-sections: false
---
## Presentations {.unnumbered}
### 2020 SPNHC Conference Talk {.unnumbered}
{{< video https://youtu.be/eRUw5NMksFo?t=105 >}}
### iSamples Metadata Model Talk {.unnumbered}
<embed src="assets/2022-11_iSamplesMetadata.pdf" type="application/pdf" width="100%" height="600px">
[Download slides (PDF)](assets/2022-11_iSamplesMetadata.pdf)
## Publications {.unnumbered}
::: {#refs}
:::
## Zenodo Community {.unnumbered}
The [iSamples Zenodo Community](https://zenodo.org/communities/isamples) archives datasets for reproducible research, including the geoparquet files powering this site's tutorials and Interactive Explorer.
- [iSamples Combined Dataset](https://zenodo.org/communities/isamples) — 6.7M samples from SESAR, OpenContext, GEOME, and Smithsonian
- All data files are also served from [`data.isamples.org`](https://data.isamples.org) with HTTP range request support
## GitHub Repositories {.unnumbered}
All iSamples source code is available on [GitHub](https://github.com/isamplesorg/):
| Repository | Description |
|------------|-------------|
| [isamplesorg.github.io](https://github.com/isamplesorg/isamplesorg.github.io) | This website — Quarto, Observable JS, DuckDB-WASM |
| [metadata](https://github.com/isamplesorg/metadata) | iSamples metadata model and schema documentation |
| [isamples_inabox](https://github.com/isamplesorg/isamples_inabox) | iSamples-in-a-Box server infrastructure |
| [iSamples vocabularies](https://github.com/isamplesorg/metadata/tree/develop/vocabulary) | SKOS vocabulary RDF files |