-
Notifications
You must be signed in to change notification settings - Fork 33
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
incorporating NeuroLibre data into CONP #761
Comments
In the backend database, when a dataset is added to CONP, there is a table called
The code of the portal will then query that table to display the relationship between parent datasets and child datasets if there are any linked to the dataset displayed. |
Does that all work automatically, or is any manual intervention needed? |
There is a cronjob on the portal that automatically runs Then the code reads that table for proper display of the relationships between datasets. |
Excellent. |
This issue is stale because it has been open 5 months with no activity. Remove stale label or comment or this will be closed in 3 months. |
This issue was closed because it has been stalled for 3 months with no activity. |
This issue is stale because it has been open 5 months with no activity. Remove stale label or comment or this will be closed in 3 months. |
This issue was closed because it has been stalled for 3 months with no activity. |
This issue is stale because it has been open 5 months with no activity. Remove stale label or comment or this will be closed in 3 months. |
This issue is stale because it has been open 5 months with no activity. Remove stale label or comment or this will be closed in 3 months. |
This issue was closed because it has been stalled for 3 months with no activity. |
This issue is stale because it has been open 5 months with no activity. Remove stale label or comment or this will be closed in 3 months. |
The proposed initial approach is that individual NeuroLibre datasets will show up on Zenodo with the appropriate flag for ingestion into CONP. Alternatively, they could be loaded manually using standard procedures. Examples for testing this process would be useful.
The NeuroLibre publication information will go in the
primaryPublication
field and subfields in the DATS model as usual. Currently publication information in CONP pages links back to the online primary publication via DOI in many cases; we should confirm that this will work for NeuroLibre.The connection between a NeuroLibre dataset and the source dataset should use the
extraProperties->derivedFrom
relationship in DATS.json, and the GUI and/or user-facing documentation should make this clear. As this is a property we added ourselves, I see no difficulty with extending it to include multiple values as needed in the longer term (though it is potentially confusing nomenclature, as the core DATS schema has a propertyderivesFrom
referring to the biological material from which a sample is taken).Linking from a parent dataset to derived datasets is already managed in a back-end table so should not need any changes to DATS.json. (@cmadjar could you link to some documentation of this functionality here?)
Once we get this more clearly sorted out and tested I will update user and developer-facing documentation as necessary.
The text was updated successfully, but these errors were encountered: