publication-class | R Documentation |
A publication is liked to an individual Neotoma dataset object
They are grouped using an S4 publications
class.
object of class publication
{
simon <- new("contact", familyname = "Goring", givennames = "Simon J.")
socorro <- new("contact", familyname = "Dominguez", givennames = "Socorro")
first_author <- new("author", author = simon, order = 1)
second_author <- new("author", author = socorro, order = 2)
author_list <- new("authors", authors = list(first_author, second_author))
pub <- new("publication",
articletitle = "Top or bottom: Best toast spreading surfaces.",
journal = "Peanut Butter Science",
year = "2022",
volume = "2",
author = author_list)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.