-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support decomposing compound concepts #524
Comments
In K10plus decomposed DDC can be put into 045H/00, e.g. this record:
could get in addition:
Which in JSKOS is {
"notation": [ "700.9044" ],
"memberList": [
{ "uri": "http://dewey.info/class/700/e23/", "notation": "700" },
{ "uri": "http://dewey.info/class/1--09044/e23/", "notation": "T1--09044" }
]
} |
See https://github.com/gbv/coli-ana-api for a draft of an API to be included in Cocoda. |
Since the coli-ana API is now available (see https://github.com/gbv/coli-ana and https://coli-conc.gbv.de/coli-ana/app/), we could integrate it into Cocoda. I'm going to try and implement a basic interface. I wouldn't offer everything that the coli-ana interface offers, but rather link to it for a full analysis. |
There's a first implementation in dev, see https://coli-conc.gbv.de/cocoda/dev/?fromScheme=http%3A%2F%2Fbartoc.org%2Fen%2Fnode%2F241&from=http%3A%2F%2Fdewey.info%2Fclass%2F103.02938764%2Fe23%2F for example. Things missing:
|
After we fix the issues with our CI, I suggest to release a new patch version with the current implementation of this. However, all the issues above should be fixed in a future update. |
The current implementation is now published with version 1.4.5. Since there's still some things to do, I will leave this issue open. |
I just added a few improvements to the feature, including one that wasn't mentioned before: In certain cases (no concept information available => likely a custom built number and not part of the standard tables), the coli-ana tab is activated automatically. I would suggest releasing another patch version with these changes as the last release before refactoring Cocoda to Vue 3. |
There's still a bug: Second notations will not be saved correctly if the same concept was already loaded before as part of another analysis. For example, first open the analysis for The reason for this is that the concepts will be saved like every other concept, and once Edit: Fixed. |
Both RVK and DDC support compound concepts. Concept Details should contain a tab to display which components a compound concept is build from. See https://coli-conc.gbv.de/coli-ana/ for a draft. This requires an additional web-service to query concept components for concepts of selected concept schemes.
The text was updated successfully, but these errors were encountered: