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

Fields are inconsistent #40

Closed
dgarijo opened this issue Mar 4, 2022 · 3 comments
Closed

Fields are inconsistent #40

dgarijo opened this issue Mar 4, 2022 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@dgarijo
Copy link
Member

dgarijo commented Mar 4, 2022

Right now we have doi for datasets, link for software and nothing for papers.

When we use the minimal version (which is the one I intend to use the most), I think it should be accepted to just have lists of links.

If you detect key-value pairs, then you know you have something a little more qualified.

@dgarijo dgarijo added the enhancement New feature or request label Mar 4, 2022
@dgarijo dgarijo added this to the v0.1.0 milestone Mar 16, 2022
@PavelAntonia
Copy link
Collaborator

Now this format is also supported:

# Mandatory field
type: "paper"

title: "Work done in SOSEN"

datasets:
  - https://doi.org/10.6084/m9.figshare.14916684.v1
  - https://doi.org/10.5281/zenodo.5139550


software:
  - https://github.com/KnowledgeCaptureAndDiscovery/somef

bibliography:
  - https://doi.org/10.1109/BigData47090.2019.9006447
  
authors:
  # Alternative way if participant has an ORCID
  -
    orcid: http://orcid.org/0000-0003-0454-7145
    role: "Supervisor"

PavelAntonia added a commit that referenced this issue Mar 26, 2022
@PavelAntonia
Copy link
Collaborator

I just updated the documentation

@dgarijo
Copy link
Member Author

dgarijo commented Mar 28, 2022

Looks good!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants