Closed ErwinKomen closed 1 year ago
country
, city
and library
name, should that library be created in PASSIM?Signature
entry, a new SermonGold
entry, and a link from that SG to the correct SSG (=AF)?--
Erwin
Okay, just double-checking point (2) about when a link from sermon to SSG may be made.
One example that makes me wonder is this one: a sermon in a manuscript, and this sermon only occurs one time in inhalt
, yet its signatures (as linked to inhalt
) are pointing to a SG and SSG that are already 'on board'.
But since the opera only occurs once in inhalt
, still not make the link to the SSG?
{
"id": 11,
"idno": "279",
"handschrift_id": 15,
"support": "",
"extent": "",
"format": "",
"library_id": null,
"library": "Biblioth\u00e8que municipale",
"lcity": "Tours",
"lcountry": "France",
"msitems": [
{
"order": 1,
"parent": "",
"firstchild": "",
"next": 2,
"sermon": {
"type": "Plain",
"locus": "v94-r96",
"author": "",
"author_id": null,
"title": "",
"incipit": "",
"explicit": "",
"note": "",
"keywords": [ "HUWA" ],
"datasets": [ "HUWA_manuscripts" ],
"signaturesA": [
{ "editype": "cl", "code": "CPL 284.60", "gold": 1461, "ssg": 1326 },
{ "editype": "gr", "code": "AU s 60", "gold": 1461, "ssg": 1326 }
],
"opera_id": 5741,
"manu_count": 1
}
},
Response: true, act as shown above. Don't make an SSG link in this kind of situation!
manu_count
variable.
1
, then do not create an SG on the basis of it, nor make a link with a corresponding SSGSignature
entry, SermonGold
entry, These are some small fixes that were met when importing
Manuscript.custom_add()
: adding to notes
must not use self
but obj
HUWA_manuscripts
, while importe manuscripts are not added to a dataset. This is a fix for issue #532
datasets
for sermons should be HUWA_sermons
- donedatasets
for manuscripts should be HUWA_manuscripts
- donehandschrift
)
For the process of importing a JSON Manuscript into Passim, some of the matters above lead to action points. This is from issue #532
Manuscript.provenances
into the appropriate Codico
- doneManuscript.scribeinfo
into the appropriate Codico
- doneManuscript.scriptinfo
into the appropriate Codico
- doneSome more point(s) from issue #596:
nebenwerk
for those SermonDescr
records that have been read from the opera
table, and that have an entry in table nebenwerk
(see issue #596)Some more point(s) from issue #532:
codico_name
- addedcodico_notes
- addedsiglen
at the manuscript level
raw
field, and it can be visualized from theresiglen
informatin from raw
into the details view - done
edinote
field in EqualGold
edit view - doneUpon verification of the process, there are some more things that need to be dealt with.
Cod. 12 H
, sermon 74, the author should be Augustinus
, especially since author_id
is given. However, no author is assigned in the process of reading.Cod. 14920-22
autor_inms
seems to be ignored: the author assigned to 'all' items of a manuscript is not taken over (this should be 'overruled' by autor_opera
for any specific opera that has an author specified there). This is a problem that should be resolved first in issue #532
codico.save()
call ... :)It is possible that two manuscripts result with the same or almost the same idno
(identifier), e.g:
Note the last two manuscripts. The same item is ultimately in view. But the top item Cod. 641
(with two spaces) is from HUWA and the bottom item cod. 641
(with one space) is from SERMONES.
Okay, just checking, but look at opera 1478
that is part of handschrift 8
:
The field abk
is not used, nor are the bemerkungen
here.
Double check that with the HUWA to passim Excel with directions...
opera.abk
: this field doesn't have any specific treatment comments. However, it looks like a sermon title
. However the actual sermon titles are already taken care of by the table tit
. Solution: put this in the sermon note
field.opera.bemerkungen
: this field doesn' thave any comments either. But this is really something that should appear in the Note
field of a sermonopera.opera_langname
: this field is not processed either. In a couple of cases this is just the 'full' version of abk
. Solution: put this in the sermon note
field.The fields above should first of all be processed in making the JSON, as described in issue #532
Okay, at our side (importing from JSON) it means:
All issues above have been addressed. Perhaps this is enough...
Part of issue #530
Import the manuscripts from the HUWA-generated JSON file