-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
105 lines (93 loc) · 2.51 KB
/
_pkgdown.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
url: https://rmacrostrat.palaeoverse.org
template:
bootstrap: 5
bootswatch: flatly
bslib:
navbar-padding-y: 8px
authors:
Lewis A. Jones:
href: https://www.lewisajones.com
William Gearty:
href: https://williamgearty.com
Bethany Allen:
href: https://bsse.ethz.ch/cevo/the-group/people/person-detail.html?persid=295484
Christopher D. Dean:
href: https://www.researchgate.net/profile/Christopher-Dean-15
home:
links:
- text: Twitter
href: https://twitter.com/ThePalaeoverse
- text: Palaeoverse website
href: https://palaeoverse.org
reference:
- title: Macrostrat data entities
desc: >
Functions for retrieving entities that exist as part of the Macrostrat data
hierarchy (i.e., units, sections/packages, and columns).
contents:
- get_units
- get_sections
- get_columns
- def_columns
- get_age_model
- title: Geologic map elements and sources
desc: >
Functions for retrieving various elements (e.g., shapes, points, and legends)
and metadata of geologic maps that have been ingested into the Macrostrat database.
contents:
- get_map_outcrop
- get_map_points
- get_map_legends
- def_sources
- title: External data linked to Macrostrat entities
desc: >
Functions for retrieving various external data (e.g., Paleobiology Database
fossil occurrences, rock sample measurements) that have been linked to Macrostrat entities.
contents:
- get_fossils
- get_eodp
- def_drilling_sites
- get_measurements
- def_measurements
- title: Paleogeography
desc: >
Functions for returning paleogeographic reconstructions and associated plate definitions.
contents:
- get_paleogeography
- def_plates
- title: Macrostrat database definitions
desc: >
Retrieve definitions for various data types stored within the Macrostrat database.
contents:
- catalog
- subtitle: Geologic features and attributes
contents:
- def_environments
- def_lithologies
- def_lithology_att
- def_econs
- def_grain_sizes
- def_minerals
- def_structures
- def_measurements
- subtitle: Stratigraphic names
contents:
- def_strat_names
- def_strat_name_concepts
- subtitle: Timescales and time intervals
contents:
- def_timescales
- def_intervals
- subtitle: Miscellany
contents:
- def_columns
- def_drilling_sites
- def_plates
- title: Macrostrat database metadata
desc: >
Functions for retrieving various metadata about the overall Macrostrat database.
contents:
- get_stats
- def_projects
- def_sources
- def_references