Skip to content

Commit

Permalink
adding descriptors to barnes_1962 and brickell_1966
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Apr 11, 2024
1 parent 785ede3 commit 0ef5372
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 49 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/model.install.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions publications/a_e/barnes_1962.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ barnes_1962 <- Publication(
number = 1273,
year = 1962,
institution = "Department of Agriculture, Forest Service"
),
descriptors = list(
country = "US",
region = c("US-OR", "US-WA"),
taxa = Taxa(
Taxon(
family = "Pinaceae",
genus = "Tsuga",
species = "heterophylla"
)
)
)
)

Expand Down
11 changes: 11 additions & 0 deletions publications/a_e/brickell_1966.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ brickell_1966 <- Publication(
volume = 42,
year = 1966,
institution = "US Department of Agriculture, Forest Service"
),
descriptors = list(
country = "US",
region = c("US-ID", "US-MT", "US-WY", "US-CO", "US-UT"),
taxa = Taxa(
Taxon(
family = "Pinaceae",
genus = "Picea",
species = "engelmanii"
)
)
)
)

Expand Down

0 comments on commit 0ef5372

Please sign in to comment.