-
Notifications
You must be signed in to change notification settings - Fork 25
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
git: integrate US1232 into dev #896
Conversation
e59d260
to
2ca5138
Compare
Test création notice : champ titre : rien à signaler de particulier par rapport aux spécifications.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.
Some punctuation marks are still present in the data, and therefore are displayed twice. They come from zones 880 where the alphabet is from right to left (and maybe also from 245/250/264 with such alphabets).
In thoses cases, we have to remove the punctuation *in the beginning of the zone (see below - might be difficult to find a solution for /
but it is not that worse).
2.
When importing this document 9782952820646
from BnF, the statement of responsibility is imported twice in two languages (4 in total). If I save and reopen it, I have only one displayed in the editor.
(3.)
See eventually #906
b7626d3
to
0f3dfba
Compare
* Implements title and variants transformation for Marc21. * Implements title and variants transformation for Marc21 eBook. * Adapts ES mapping. * Adapts JSON schemas. * Adapts detailed document view. Related to: rero-ils-ui pr200 document: display title in brief and detail view Co-Authored-by: Gianni Pante <[email protected]> Co-Authored-by: Peter Weber <[email protected]>
* Implements title and variants transformation for BnF UNIMARC. * Fixes title_format_text_head for handling AttrDict accordingly. * Adapts email templates to use new title format. * Improves the way for getting the _text form bf:Title. * Changes order of the display of title: original alphabet before transliteration. * Changes order of the display of responsibilityStatement: original alphabet before transliteration. * Changes order of the display of editionStatement: original alphabet before transliteration. * Changes order of the display of provisionActivity: original alphabet before transliteration. * Closes #876. * Fixes bug in document JSONSchemas that prevent saving new document record in the editor. Co-Authored-by: Gianni Pante <[email protected]> Co-Authored-by: Peter Weber <[email protected]> Co-Authored-by: Johnny Mariethoz <[email protected]>
0f3dfba
to
f4e3e08
Compare
* Adapts transformation for unimarc for vernacular language support. * Adapts JSON schemas. * Fixes responsibiliyStatement transformation to avoid duplicates. Co-Authored-by: Gianni Pante <[email protected]>
Why are you opening this PR?
How to test?
Code review check list