pubs {inlpubs}R Documentation

Publications of the INLPO

Description

Bibliographic information for reports, articles, maps, and theses related to scientific monitoring and research conducted by the U.S. Geological Survey (USGS), Idaho Water Science Center, Idaho National Laboratory Project Office (INLPO).

Usage

pubs

Format

An object of class 'pub' that inherits behavior from the 'data.frame' class and includes the following columns:

pub_id

Unique identifier for the publication.

institution

Name of the institution that published and/or sponsored the report.

type

Type of publication.

text_ref

Text reference (also known as the in-text citation) that excludes the year of publication.

year

Year of publication.

author_id

Identifier(s) of the author(s), referes to the primry key of the authors data table.

title

Title of publication.

bibentry

Bibliographic entry of class bibentry.

abstract

Abstract of publication.

annotation

Annotation of publication.

annotation_src

Identifier for the annotation source publication (Knobel and others, 2005; Bartholomay, 2022).

Source

Many of these publications are available through the USGS Publications Warehouse.

References

Bartholomay, R.C., 2022, Historical development of the U.S. Geological Survey hydrological monitoring and investigative programs at the Idaho National Laboratory, Idaho, 2002-2020: U.S. Geological Survey Open-File Report 2022-1027 (DOE/ID-22256), 54 p., doi:10.3133/ofr20221027.

Knobel, L.L., Bartholomay, R.C., and Rousseau, J.P., 2005, Historical development of the U.S. Geological Survey hydrologic monitoring and investigative programs at the Idaho National Engineering and Environmental Laboratory, Idaho, 1949 to 2001: U.S. Geological Survey Open-File Report 2005–1223 (DOE/ID–22195), 93 p., doi:10.3133/ofr20051223.

Examples

# Subset Fisher and others (2012) and display structure:
id <- "FisherOthers2012"
pub <- pubs[id, ]
str(pub, max.level = 3, width = 75, strict.width = "cut")

# Print suggested citation:
attr(unclass(pub$bibentry[[1]])[[1]], which = "textVersion")

# Print authors full name:
format(pub$bibentry[[1]]$author, include = c("given", "family"))

# Print abstract:
pub$abstract

[Package inlpubs version 1.1.1 Index]