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

workflow invocation ro-crate export missing authors #17137

Open
hexylena opened this issue Dec 6, 2023 · 0 comments
Open

workflow invocation ro-crate export missing authors #17137

hexylena opened this issue Dec 6, 2023 · 0 comments

Comments

@hexylena
Copy link
Member

hexylena commented Dec 6, 2023

Could be an easy improvement to add authors from the WF metadata in galaxy when people/organisations are provided.

In gtn ro crates we have the following structure:

{                                               
  "@id": "qc-mapping-counting.ga",              
  "@type": [                                    
    "File",                                     
    "SoftwareSourceCode",                       
    "ComputationalWorkflow"                     
  ],                                            
  
  "author": [                                                           
    {                                                                   
      "@id": "https://orcid.org/https://orcid.org/0000-0001-9852-1987"  
    },                                                                  
    {                                                                   
      "@id": "https://orcid.org/https://orcid.org/0000-0003-2949-3921"  
    }
  ],
},
{                                                                      
  "@id": "https://orcid.org/https://orcid.org/0000-0001-9852-1987",    
  "@type": "Person",                                                   
  "name": "Bérénice Batut"                                             
},                                                                     
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant