Skip to content

inbo/citeme

Repository files navigation

Project Status: Concept - Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. Lifecycle: experimental GPL-3 Release GitHub Workflow Status GitHub repo size GitHub code size in bytes r-universe name r-universe package Codecov test coverage

citeme: Manage Person and Organisation Information

Onkelinx, ThierryORCID logo123 Research Institute for Nature and Forest (INBO)456

keywords: organisation, author, standardisation

Manage person and organisation information with validation and formatting capabilities. Provides R6 classes for managing organisations and their members, with support for multiple languages, ORCID identifiers, ROR identifiers, licensing requirements, publisher information, and integration with citation management systems.

Installation

You can install the development version of citeme from GitHub with:

# install.packages("remotes")
remotes::install_github("inbo/citeme")

Example

This is a basic example which shows you how to create an organisation item:

library(citeme)

# Create an organisation item
org <- org_item$new(
  name = c(
    `en-GB` = "Research Institute for Nature and Forest (INBO)",
    `nl-BE` = "Instituut voor Natuur- en Bosonderzoek (INBO)"
  ),
  email = "info@inbo.be",
  orcid = TRUE,
  rightsholder = "shared",
  funder = "when no other",
  publisher = "single"
)

# Print the organisation
org$print()

Code of Conduct

Please note that the citeme project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Footnotes

  1. author

  2. contact person

  3. Research Institute for Nature and Forest (INBO)

  4. copyright holder

  5. funder

  6. publisher

About

Manage person and organisation information

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors