Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor changes in datacite handling #29

Merged
merged 9 commits into from
Mar 22, 2021
Merged

Commits on Mar 18, 2021

  1. [datacite] Exclude missing-value authorID

    When encountering an authorID that is clearly missing
    its value e.g. 'orcid:' or 'researcherid:', parseAuthorID
    now returns nil instead of an authorID with URI and scheme
    but no value.
    mpsonntag committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3e38bb9 View commit details
    Browse the repository at this point in the history
  2. [datacite] Exclude reference on missing data

    References are no longer added to Datacite via the AddReference func
    if either the reference ID or type cannot be identified or are not
    provided.
    mpsonntag committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    f729186 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. [doi] Update RenderAuthor

    Closes G-Node#30
    
    Separators are now succeeded by spaces.
    mpsonntag committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    07880fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3cd7c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b0b04 View commit details
    Browse the repository at this point in the history
  4. [test/doi] Add GetType test

    mpsonntag committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    6dd1db3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0553faf View commit details
    Browse the repository at this point in the history
  6. [test/doi] Add GetURL test

    mpsonntag committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    58290e3 View commit details
    Browse the repository at this point in the history
  7. [doi] Update docstrings

    Adds docstrings to all functions, methods and structs.
    Adds projects references of used and deprecation notices of
    unused functions, methods and structs.
    mpsonntag committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    bdce4c3 View commit details
    Browse the repository at this point in the history