Closed davidamichelson closed 7 years ago
@wsalesky 2 questions:
@ref
in NHSL but may use @name
in SBD.It does not matter to me what form is used as long as it is consistent. I can programmatically handle singular and plural.
It would be nice to use this across all modules (except places).
Sent from my iPhone
On Jan 4, 2017, at 2:46 PM, nathangibson notifications@github.com wrote:
@wsalesky 2 questions:
Do you need these labels as verbs? Participles? E.g., "This work commemorates 3 persons." Or "3 persons are commemorated in this work." Or simply "3 persons commemorated"? Trying to figure out if we need different labels for singular/plural/active/passive. Will this affect NHSL only or also other modules like SBD? I'm asking b/c I think relations consistently use @ref in NHSL but may use @name in SBD. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
OK, try this on for size: https://github.com/srophe/srophe-eXist-app/blob/dev/srophe-app/documentation/syriaca-tei-main.odd#L775. @ref
value is in the @ident
and the gloss is designed to be a singular verb connecting the @active
and the @passive
of the relation. So you could construct a sentence, e.g., "This work commemorates 3 persons".
I will need to update some data in persons before it will work there (https://github.com/srophe/srophe-app-data/issues/676). I assume this would not affect SPEAR, right?
@nathangibson Remember when I said it didn't matter if you used the xml extension... well, turns out it does. Can we save the odd file as .xml?
I have added the new relationships view... let me know what you all think, I'm on the fence, even though I suggested the shortened view.
Example record: http://wwwb.library.vanderbilt.edu/work/792
As far as the odd file, we could save it as XML. There are a couple issues to consider.
The reason I asked to switch it to .odd is so that the TEI plugin in Oxygen recognizes it and makes available the RNG/RNC conversion options. Perhaps I could set up the same transformation scenarios manually for .xml files? Or we could keep it as .xml and rename it to do the conversion?
Will other projects recognize our ODD file as easily if it's .xml instead of .odd? I suppose if we link to it in appropriate places it shouldn't be a problem, right?
If you don't think either of these are problems, feel free to rename it .xml.
On relationships view, my personal opinion ...
I like having the sentence text with the number. ("This work commemorates 1 person.") I'm not sure I like hiding the related entities unless there's a long list of them. When they are hidden, it looks rather bare and it doesn't spark people's curiosity. However, with them expanded, it does look a bit cluttered or undefined.
Possible solutions:
I'm just brainstorming -- the others should weigh in.
RE: ODD, let me see if I can do it programatically. eXist is storing it as a binary file, based on extension I guess, I wonder if I could force it to save it as an xml file.
Okay, it took some wrangling but I can parse the file as is. No need to save as '.xml'
Here is a revised version: http://wwwb.library.vanderbilt.edu/work/792
Uses the constructed sentence and shows the first two hits. More then two are hidden with the toggle button. I think the indenting helps with the visual separation.
I like that!
On Monday, January 16, 2017, Winona Salesky notifications@github.com wrote:
Here is a revised version: http://wwwb.library.vanderbilt.edu/work/792
Uses the constructed sentence and shows the first two hits. More then two are hidden with the toggle button. I think the indenting helps with the visual separation.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/srophe/srophe-eXist-app/issues/918#issuecomment-272878903, or mute the thread https://github.com/notifications/unsubscribe-auth/AEY0lD9aRF8WK7ar9Iv4ltpDtLlmMH_kks5rS4CrgaJpZM4La3t0 .
-- Sent by my large poodle - please excuse typos
I think this is the best version yet!
Okay, I think I will close this issue. @nathangibson is this dev only?
As far as dev, perhaps we should ask that at the next meeting.
For work records, please use http://syriaca.org/place/139.html as a model.
Specifically:
Work to Work relationships will be listed in the main column (in the identity box?).
Work to other entity relationships will be listed in the right column but with better labels and abbreviations. The labels will be drawn from the ODD file.