I am currently making all the demonyms for Apollodorus and came across "greeks" just after the bit with Deucalion's flood. All that happens is that they have their name changed to Hellenes. Lauren thinks that it's not good to mark them up as Greeks because that's not how it would show up in the Greek. I'm not sure what to do: Mark it up; leave it blank? Laurel? Simon
It's true that I think that a "Greeks" group might be too big to be useful, since it will include a huge number of people and groups, and criteria for membership will be difficult to define and apply consistently, especially since I don't think that "Greeks" is used consistently of any Greek word across texts and translations. I could be brought around to the idea of such a group, but only if we think carefully about it first and are explicit about what a "greeks" group is, who will be in it and when will we use it. --Lauren
Any annotation that goes beyond the size of the full transcript box leads to having a scrolldown bar appearing. However, it is impossible to scroll down, the screen and annotation flicker, and it makes it impossible to read the content of the annotation.
Simplest thing was to add more bottom-padding to the detailPanel in global.css, so that's what I did.
Any title (film, book, etc.) inserted in a <title> element within the titleStmt/title element does not show on the screen (see files sngl1 & sngl2)
Temporary improvement:
Modified the code in player.xql 40 from
let $title := $movie//tei:titleStmt/tei:title/text()
to
let $title := $movie//tei:titleStmt/tei:title/text() | $movie//tei:titleStmt/tei:title/tei:title/text()
Problem is that I eventually want to style any embedded titles, and the current approach isn't going to support that. I'll have to do some research to figure out how to parse the titleStmt element rather than just grab its text.
When generating an item in the list of related videos, the relatedList code in player.xql looked for
$relatedTitle := $related//tei:title
which I changed to
$relatedTitle := $related//tei:titleStmt/tei:title
so that only the title in the titleStmt would be returned and not all the title elements (e.g. of books, productions etc.) in the utterances
The space inserted between </ref> and <ref> is automatically deleted, which results in words annotated consecutively to be run together in the output xhtml. E.g. :
http://pear.hcmc.uvic.ca:8081/francotoile21/player.xql?id=accf1 (end of
6th paragraph)
in transcript.xsl added <xsl:text> </xsl:text> at end of template for tei:ref[@type='info'] to force a space to appear after the anchor in the xhtml generated from each tei:ref element
Again, haven't posted hours for a few weeks.
June 25 - June 29 +2.0 (M +0.5 T 0 W +0.5 R 0 F +1.0)
July 3 - July 6 +2.5 (M stat T +0.5 W +1.0 R +0.5 F +0.5)
July 9 - July 13 +1.5 (M +1.0 T 0 W+1.0 R -1.0 F +0.5)