Creates the intellectual rights information of a dataset based off of EML standards.

create_license(
  default_license = c("CCO", "CCBY"),
  license_name = NULL,
  license_url = NULL,
  license_identifier = NULL,
  intellectual_rights_descripiton = NULL
)

Arguments

default_license

Use "CCO" or "CCBY" as argument value to use one of the CVPIA default licenses. Supply NULL if using another license.

license_name

(Optional) if using default_license = "CCO" or "CCBY" as default values are provided. Otherwise, please provide the appropriate license name. Other possible license examples include "MIT License" and "Creative Commons Attribution Non Commercial Share Alike 4.0 International".

license_url

(Optional) if using default_license = "CCO" or "CCBY" as default values are provided. Otherwise, please provide the correct license url to view further license information.

license_identifier

(Optional) if using default_license = "CCO" or "CCBY" as default values are provided. Otherwise, please provide the appropriate identifier. Other possible identifiers include "MIT" and "CC-BY-NC-SA".

intellectual_rights_descripiton

(Optional) if using default_license = "CCO" or "CCBY" as default values are provided. Otherwise, please provide a short description of the license being used and its regulations.

Value

A intellectual rights element that can be appended to a dataset or project list.

Details

Learn more about the default CVPIA licese options from Creative Commons:

  • CCO - The most premissive license, appropriate for data in the public domain.

  • CC BY - Attribution required

To understand the difference between license choice or to use another Creative Commons license this wikipedia page is helpful.

To view more license choices and find the appropriate url and identifier visit this link.

Examples

create_license() # defaults to CCO
#> $intellectualRights
#> $intellectualRights$para
#> [1] "This data package is released to the \"public domain\" under Creative Commons CC0 1.0 \"No Rights Reserved\" (see: https://creativecommons.org/publicdomain/zero/1.0/). It is considered professional etiquette to provide attribution of the original work if this data package is shared in whole or by individual components. A generic citation is provided for this data package on the website https://portal.edirepository.org (herein \"website\") in the summary metadata page. Communication (and collaboration) with the creators of this data package is recommended to prevent duplicate research or publication. This data package (and its components) is made available \"as is\" and with no warranty of accuracy or fitness for use. The creators of this data package and the website shall not be liable for any damages resulting from misinterpretation or misuse of the data package or its components. Periodic updates of this data package may be available from the website. Thank you."
#> 
#> 
#> $licensed
#> $licensed$licenseName
#> [1] "Creative Commons Zero v1.0 Universal"
#> 
#> $licensed$url
#> [1] "https://spdx.org/licenses/CC0-1.0.html"
#> 
#> $licensed$identifier
#> [1] "CC0-1.0"
#> 
#> 

create_license(default_license = "CCBY")
#> $intellectualRights
#> $intellectualRights$para
#> [1] "This information is released under the Creative Commons license - Attribution - CC BY (https://creativecommons.org/licenses/by/4.0/). The consumer of these data (\"Data User\" herein) is required to cite it appropriately in any publication that results from its use. The Data User should realize that these data may be actively used by others for ongoing research and that coordination may be necessary to prevent duplicate publication. The Data User is urged to contact the authors of these data if any questions about methodology or results occur. Where appropriate, the Data User is encouraged to consider collaboration or co-authorship with the authors. The Data User should realize that misinterpretation of data may occur if used out of context of the original study. While substantial efforts are made to ensure the accuracy of data and associated documentation, complete accuracy of data sets cannot be guaranteed. All data are made available \"as is.\" The Data User should be aware, however, that data are updated periodically and it is the responsibility of the Data User to check for new versions of the data. The data authors and the repository where these data were obtained shall not be liable for damages resulting from any use or misinterpretation of the data. Thank you."
#> 
#> 
#> $licensed
#> $licensed$licenseName
#> [1] "Creative Commons Attribution 4.0 International"
#> 
#> $licensed$url
#> [1] "https://spdx.org/licenses/CC-BY-4.0.html"
#> 
#> $licensed$identifier
#> [1] "CC-BY-4.0"
#> 
#> 

create_license(default_license = NULL, 
           license_name = "Creative Commons Attribution Non Commercial Share Alike 4.0 International", 
           license_url = "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html", 
           license_identifier = "CC-BY-NC-SA-4.0", 
           intellectual_rights_descripiton = "This information is released under 
           the Creative Commons license - Attribution - CC BY-NC-SA 
           (https://creativecommons.org/licenses/by-nc-sa/4.0/). The consumer 
           of these data (\"Data User\" herein) is required to cite it 
           appropriately in any publication that results from its use. 
           The Data User should realize that these data may be actively 
           used by others for ongoing research and that coordination may be 
           necessary to prevent duplicate publication. The Data User is urged 
           to contact the authors of these data if any questions about 
           methodology or results occur. Where appropriate, the Data User is 
           encouraged to consider collaboration or co-authorship with the authors. 
           The Data User should realize that misinterpretation of data may occur 
           if used out of context of the original study. While substantial efforts 
           are made to ensure the accuracy of data and associated documentation, 
           complete accuracy of data sets cannot be guaranteed. All data are made 
           available \"as is.\" The Data User should be aware, however, that 
           data are updated periodically and it is the responsibility of the
           Data User to check for new versions of the data. The data authors and
           the repository where these data were obtained shall not be liable for 
           damages resulting from any use or misinterpretation of the data. 
           You may not use the material for commercial purposes and you must 
           distribute your contributions on this same license. Thank you.
")
#> $intellectualRights
#> $intellectualRights$para
#> [1] "This information is released under \n           the Creative Commons license - Attribution - CC BY-NC-SA \n           (https://creativecommons.org/licenses/by-nc-sa/4.0/). The consumer \n           of these data (\"Data User\" herein) is required to cite it \n           appropriately in any publication that results from its use. \n           The Data User should realize that these data may be actively \n           used by others for ongoing research and that coordination may be \n           necessary to prevent duplicate publication. The Data User is urged \n           to contact the authors of these data if any questions about \n           methodology or results occur. Where appropriate, the Data User is \n           encouraged to consider collaboration or co-authorship with the authors. \n           The Data User should realize that misinterpretation of data may occur \n           if used out of context of the original study. While substantial efforts \n           are made to ensure the accuracy of data and associated documentation, \n           complete accuracy of data sets cannot be guaranteed. All data are made \n           available \"as is.\" The Data User should be aware, however, that \n           data are updated periodically and it is the responsibility of the\n           Data User to check for new versions of the data. The data authors and\n           the repository where these data were obtained shall not be liable for \n           damages resulting from any use or misinterpretation of the data. \n           You may not use the material for commercial purposes and you must \n           distribute your contributions on this same license. Thank you.
"
#> 
#> 
#> $licensed
#> $licensed$licenseName
#> [1] "Creative Commons Attribution Non Commercial Share Alike 4.0 International"
#> 
#> $licensed$url
#> [1] "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html"
#> 
#> $licensed$identifier
#> [1] "CC-BY-NC-SA-4.0"
#> 
#>