-
Notifications
You must be signed in to change notification settings - Fork 20
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
N/A publications #200
Comments
This is valuable information and it's essential we record it, but it has implications for biottoolsSchema, the bio.tools JSON model, API and UI. For now I propose a quick hack (a new field, whatever is easiest) to store the information in the database. In the longer term we need:
I don't think we have time to do any of this this Summer, but it certainly needs to be done. cc @ekry |
no ... that would break the syntactic constraints / validation / XML facets of those fields we could do such a thing where (for other attributes) we have an enum - which could simply be extended to include "n/a" |
OK, the only thing is that we need to be quick about it so I can get these things into the DB and produce the stats. |
I'd suggest just create two new fields:
but @ekry should call the shots here |
on 2nd thoughts, we could in principle (at least in biotoolsSchema XSD) trivially extend the facet to allow for "n/a", "Not available" or whatever. Whether we should I seriously doubt: folk (consuming bio.tools data) might reasonably expect e.g. a DOI field to only contain a syntactically valid DOI. |
The immediate action is to record not available (and date) in the back-end. We can do a proper implementation (involving scheme & UI change, etc.) later. |
@hansioan - please close this (if you agree) that we can |
The curation of tools which had no information about publication is done. At this point all tools (except the ones that were added after I provided the students with the list if any…) either have a publication id OR are marked as not published. Now that we now that some tools are not published, what do we do with this information? Should we have an N/A value where we know there is no publication? How should this be represented in the DB? Perhaps the web interface should provide a message like “No publication found” for this N/A publication tools. What do you think? I think we should do something with the information about a tool NOT having a publication.
The text was updated successfully, but these errors were encountered: