You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't repeat the sections of the metadata when there are multiple sources, the sections just contain the combined information from all the sources. That is, all of the sources are together (I typically put all of the transcriptions together followed by all of the scans), all of the transcribers together, etc., just like in any other production. Using comments as you've done is perfect for showing which plays are where on the transcriptions and/or scans, but you would include all the plays in the comments for a given source.
The places where you've used divs should instead be their own sections. There probably won't be a good epub:type to use (at least for the ones I saw), so you can leave that empty. You can just use -1, -2, etc. for the id's. (Except for the How He Lied… postscript; that should probably be -postscript, with the main part -body). You can look at almost any of our short story collections for examples; I know both O Henry and Maupassant have stories with multiple (sub)sections in them.
The sources should not have the trailing slashes.
The rest of the poem/verse/song CSS needs to be added.
As does the epigraph cite CSS.
We use <strong> for especially strong emphasis (i.e. shouting), <b> when we just need unsemantic formatting (see SEMoS 8.3.3). So, the "Postscript", the placards in O'Flaherty, and the line at the end of the Annajanska preface should be the latter, not the former.
The z3998:postscript semantic is specifically for letters, not a generic postscript, so that semantic should not be used except on an actual letter.
Although I didn't see a scan source for Great Catherine (mentioned on the list), I found one on Hathi, and it has the expected (to me) comma in several places where the transcription has a colon, e.g. "Patiomkin, how dare you!", and just after that, "On his knees, tearfully" in the stage directions. Colons don't really make sense there, so I think a review of at least the colons against the scan would be a good idea.
We capitalize Negro. (Editorial)
I found an instance of stage direction not being tagged: The Music Cure, "… settles himself to sleep with his face …" I used a regex to look for other instances (a <td/> followed by a plain <td> that wasn't followed by a newline) and it didn't return anything else, so I think that's the only one.
There are several instances of unsemanticated italics (<i>), some that should be emphasis (<em>), and some that shouldn't be italics at all (e.g. magnum opus, in camera).
This one doesn't need any changes this time, just a hint for the future. Gathering all of the standard CSS at the beginning, followed by all of the custom CSS, makes it easier to review. Also, having a separate section for the dramatis personae and "together" CSS is fine, since they're separate in the manual as well, but splitting the standard drama CSS into two sections, and then putting something else between those sections makes it more difficult for a reviewer to determine that all of the needed CSS is present. :) There's no need to split it.
Do you have reason to think Patiomkin will be by a screen reader? Otherwise it doesn't need the language since it's a proper name.
I'm not sure of the validity of including the boxing essay here, but I'll leave that for Alex.
(I just happened to run across these while I was looking at/for other things.)
There is an extraneous space before the period in the last sentence of The Music Cure's preface.
There is also an extraneous period after "couch" in the same play's stage directions (… on the couch., …)
And an extraneous space in "under- secretary…"
At the end of How He Lied…, they reference a couple of names for the proposed volume of poems. I would think those should have book semantics? (We use them even for made-up books.)
The "shall" in "You shall have it." in Passion, Poison… is not italicized in the scans.
The em-dashes in "No—n—no" a little later in the same play are just hyphens in the scans (probably should be no-break hyphens).
We use unsemanticated italics for sounds (SEMoS 8.2.6); I don't know why we wouldn't do the same for plays. See, e.g., Tsst! in The Interlude…
We're now veering off into play structure, which is not my forte. However, in most of the cases below I've looked through several other of our plays to see how things are done. (Some of it's also logical to me.) So, it might be ignorance, but it's at least informed ignorance. :)
There are multiple instances where stage directions are mixed in with scene information. For example, in The Admirable Bashville, there's "A glade in Wilstoken Park," which is scene info, followed by "Enter Lydia," which is stage direction, and therefore should be in the table. There are multiple instances in AB, but several in other plays as well.
In our other plays with multiple scene paragraphs, they are indented normally (first unindented, remaining indented), so I'm not sure of the need for the CSS to unendent them all. (I would also expect that to be part of our standard drama CSS if we wanted that to happen.)
I'm not sure about the footers, for multiple reasons. First, we don't appear to keep "first performed" information in our plays, even for those that had that information available. (A search yields no hits; and I know at least one of them had it because I reviewed it.) Second, even if we did keep them, I'm not sure they qualify semantically as footers. If you feel strongly about keeping them, I'll ask Alex about it on the list and I'll ask about the footers at the same time.
In Bashville, Cashel has an aside immediately followed by something aloud. (… It wrings my heart to see …) The Aside directions are standalone, while the Aloud is not. Why would they be different? There's no visible difference in the scans.
In instances where there are stage directions for a "together" group, shouldn't they be inline with the text as they are in the scans, rather than standalone? E.g., in Passion, Poison…, when Magnesia/Fitz/Phyllis say "Let him sleep," the directions are standalone above them, rather then inline, i.e. "(Whispering together.) Let him sleep." The latter seems more in line with the scans, and makes more sense to me (otherwise, we don't know who is "whispering together"). That isn't the only instance, just the only example I'm listing here.
Also in Passion…, when the landlord makes his entrance, the persona tag is just on Landlord (… entrance of the LANDLORD…), while the persona on all of his speaking parts is "THE LANDLORD". Wouldn't that mean the "the" in the stage directions should be included in the tag? (I don't know much about how the personas work, and there's no way to efficient look at other instances, so I'll trust your judgment either way.)
<strong>for especially strong emphasis (i.e. shouting),<b>when we just need unsemantic formatting (see SEMoS 8.3.3). So, the "Postscript", the placards in O'Flaherty, and the line at the end of the Annajanska preface should be the latter, not the former.<td/>followed by a plain<td>that wasn't followed by a newline) and it didn't return anything else, so I think that's the only one.<i>), some that should be emphasis (<em>), and some that shouldn't be italics at all (e.g. magnum opus, in camera).(I just happened to run across these while I was looking at/for other things.)
We're now veering off into play structure, which is not my forte. However, in most of the cases below I've looked through several other of our plays to see how things are done. (Some of it's also logical to me.) So, it might be ignorance, but it's at least informed ignorance. :)