Category: Tasks

03/12/12

Permalink 01:09:20 pm, by mholmes, 64 words, 76 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 15

Changes to encoding and rendering of references

Task arising out of meeting with CC 2012-12-03:

  1. In references, any <ref> element in listBibl should be converted to a <ptr> element.
  2. Encoding instructions/documentation should be updated to reflect this.
  3. When rendering, the target attribute of the ptr should be used to create a link out of the first component in the reference (title of an article, etc.).

14/01/12

Permalink 10:40:09 am, by lspwong, 493 words, 203 views   English (CA)
Categories: Tasks, Academic; Mins. worked: 0

Mariage Project To Do List

1. le_blanc.xml:
Page number “76” in the t.o.c. should be in alignment with “ſon Mary.” in the chapter title, “La Conſolation & la Direction d'vne/Femme , qui n'eſt point aimée de/ſon Mary.” There seems to be a bug that’s creating a line break between the chapter title and page #.

2. maladies_des_femmes.xml:
a) Links to notes are still causing formatting issues in t.o.c. but I believe most of these problems should be fixed when the notes are replaced with <sic><corr> tags.

b) The note next to page number “75” (“Anomalie de pagination de la part de l'imprimeur; à la place de « 74 », il a mis « 75 ».”) is interfering with the first line of that page (“engendre la gonorrhee: il aduiẽt auſsi que la quãtité ou la quali-”). It’s creating an indent that shouldn’t be there.

3. References.xml file:
a) Link references within references. (Reminder: if a term appears more than once within the same reference, only tag the first occurrence.)

b) Remove <ref> links in all <cit><quote>s. (We decided not to put <ref> links in quoted material to avoid giving the erroneous impression that the source of the quote came from one of our references)

c) References need to be reviewed because there are still some, such as for word definitions, which should be converted into notes.

4. Review and standardize usage of <cit><quote> -> See MH’s blog post “Quotes and cits -- need to do a review and standardize” (15/06/11)

5. All <argument> tags need to be changed into <label> tags.

6. Include a “back” button (⇐) for references and notes? This could be helpful for the user because when you click on a link within a reference or a note, the only way to return to the original reference/note is by going back to the text and clicking on the link. By including a “back” button in the window of a reference/note, the user will be able to return to the original reference/note more easily. CC and MH will have to discuss this.

7) MH has to upload changes to Mariage site for GMM and EGB through Exist Client.

Reminders for CC:
1. Questions to ask Evelyne for Marinello text:
a) Does she want all abbreviated terms for medications written in Latin to be translated into French and then have references written for them?

b) Definitions for “thym,” “maladie de nymphe” and “ansules”?

2. Ask Hélène Cazes to:
a) transcribe missing Greek phrase in Sonnet 1609 (“Et voſtre Muſe eſt tanquam [missing greek text] vous ne portez...”)

b) verify that transcription of Greek word in Des maladies des femmes (“à raiſon dequoy les Grecs l'on appellé μπτοα”) is correct.

MH also suggested that he could ask a student who knows ancient Greek to complete these two tasks.

01/11/11

Permalink 03:33:13 pm, by lspwong, 102 words, 153 views   English (CA)
Categories: Tasks, Academic; Mins. worked: 5

"Maladies des femmes" t.o.c. issues

There's a problem with the display of the chapter heading "Le traictement de la femme nouuellement accouchee, & tout le temps de ſa couche" (c.50.p.845) in the Maladies des femmes table of contents. There is a break between "tout" and "le" but there shouldn't be one. EDIT by MDH: This appears to have solved itself, or to have been solved by a previous fix. There's no break I can see. It's possible to make lines break by setting very large text in a narrow browser window, but that's preferable to having the text disappear or intrude into another block of text.

18/10/11

Permalink 09:17:09 am, by lspwong, 25 words, 124 views   English (CA)
Categories: Tasks, Academic; Mins. worked: 0

<g> tags in the Maladies des femmes

Handler needs to be written for <g> tags that are not in context of an abbreviation. EDIT by MDH: This has been fixed.

12/10/11

Permalink 09:08:12 am, by lspwong, 80 words, 129 views   English (CA)
Categories: Tasks, Academic; Mins. worked: 0

"Margin-top/bottom: 0" not inherited in some paragraphs

Find out why paragraphs that begin with drop-caps don't inherit "margin-top: 0" and "margin-bottom: 0" from TEI header in the Maladies des femmes. EDIT by MDH: The simple answer to this is that I was explicitly excluding the paraStyle CSS in the case of a drop-cap paragraph because any text-indent setting screwed up the drop-cap. However, I've now done something more sophisticated, by stripping out the text-indent setting with a replace() using this regex:
(text-indent[\s]*:[\s]*[^;]*[;])|(text-indent[\s]*:[\s*][\d][^\s;]*$)

21/09/11

Permalink 03:42:54 pm, by lspwong, 182 words, 129 views   English (CA)
Categories: Tasks; Mins. worked: 20

"Maladies des femmes" t.o.c. issues

Task for MH: Please find out why note tags are interfering with alignment of chapter and page numbers in table of contents in Maladies des femmes text. Chapter and page numbers should be floating right.

EDIT by MDH: This task seems to have been obviated by two things: First, most of the notes included in the TOC should actually be <choice>/<sic>/<corr> or <choice>/<orig>/<reg> blocks, so there will be a lot fewer note buttons in the TOCs in any case. Second, including a note inside a linked page reference is impractical, because it's not clear what clicking on it could or should do -- show the note, or go to the page reference? So on balance, it makes more sense to attach notes to the text preceding floating page numbers, if there's actually a need for a note, but when the note is simply (for instance) noting an incorrect page number in the original, we can just use <choice>/<sic>/<corr>.

16/09/11

Permalink 09:37:14 am, by lspwong, 36 words, 169 views   English (CA)
Categories: Tasks, Academic; Mins. worked: 0

Left-aligned page numbers to be fixed

[EDIT BY MDH: Fixed this in the CSS. Look out for unwanted side-effects.] Task for MH: Figure out why page numbers for even-numbered pages float far left for both Le Blanc and Maladies des Femmes texts.

26/08/11

Permalink 02:16:28 pm, by mholmes, 151 words, 156 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 30

Arguments inside paragraphs

EDIT by MDH 2011-12-22: I believe this task has been obviated by the proposed (and partially-implemented) change from using <argument> to using <label>. Setting this task to Completed.

Note to self: I thought I had made substantial amendments to the schema that would permit us to use <argument> inside e.g. <p>, because that's where our marginal arguments most often show up. However, in the Le Blanc text, that seems to be failing, so I need to revisit it. The text has been marked up in such a way that open ps and divs are being closed before and argument and opened again afterwards, and when I try to refactor appropriately, the code turns out not to be valid. Either the validation process is failing somehow, or the schema is not the most recent, or perhaps my modifications didn't go far enough.

18/08/11

Permalink 08:57:07 am, by mholmes, 380 words, 132 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 90

Validation issues to tackle

EDIT by MDH 2011-12-22: I believe both of these issues are now fixed. I wrote a template to split lists and it's now in use, and I think LSPW has fixed the erroneous @target attributes. Setting this task to Completed.

Several XHTML validation issues have arisen recently. They fall into the following categories:

  • Unexpected elements inside lists. le_bon_mariage.xml has many instances of page breaks, and forme works which occur inside lists. The XSLT doesn't expect this, and outputs XHTML elements inside <ul> and <ol> which are of course invalid (only <li> is allowed).
  • Duplicate ids in reference links. Reference links inside the text are provided with unique ids so that you can navigate to them, and these ids are constructed from the target id of the reference itself, followed by an underscore and a number; numbers are provided in sequence by counting preceding references. This is going wrong somehow, resulting in more than one reference link with the same id attribute in the XHTML.

The first requires a policy decision (do we allow other elements than item inside of list?), followed by fixes to the XML and/or the XSLT to deal with the consequences of the policy. The second seems to be caused by typos in the @target attributes of ref elements in the references file; I've identified a set of these and asked LSPW to fix them. The same kind of typos also show up in anthology documents, so I've identified a stack of them using XQuery and sent them to LSPW too.

NOTE: With regard to the first issue, I wrote to the TEI list, and had a number of useful responses; I think the most appropriate was to keep the current markup (which is, after all, "correct"), but use a two-stage transformation to get the document to XHTML. In the first stage, any lists bisected by page breaks, forme works etc. would be split into two lists, allowing the second transform to proceed appropriately. This is a really good idea, and could also be used to handle bisected lgs, which are currently output as <ul>/<li> sets if they're not bisected, or <div>/<span> sets if they are.

11/08/11

Permalink 11:43:54 am, by mholmes, 177 words, 148 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 30

Normalizing the use of choice/orig/reg

Arising out of a discussion with CC: The intended use of <choice>/<orig>/<reg> in the original transcriptions of the engravings is to restore normal contemporary usage, while the modern transcription is a full modernization. However, there are instances of <choice>/<orig>/<reg> which are used to replace long s with short s (dating back to when we had no modernizations), so these are inconsistent with our policy, and we should get rid of them. I might be able to do this entirely mechanically -- in the case of any regularization where the only difference is between long and short s, I can simply replace the entire <choice> element with the contents of <orig>; while for every regularization where a long s exists in the <orig> but other things are also regularized in the <reg>, I can add an attribute we can use temporarily to find and manually fix them. This is now on my task list.

:: Next Page >>

Mariage

Faut-il se marier? La question de Panurge s’avère incontournable en Occident, surtout à partir de la contre-réforme. Des débuts de la Concile de Trente en 1545 jusqu’à la fin du règne de Louis XIV, la tentative de renouveler le mariage se heurte en France à l’intervention croissante de la monarchie dans cette institution dominée auparavent par l’Église. La rencontre entre ces deux autorités fut tumultueuse mais propice au foisonnement des documents qui font l’objet de ce site : « l’imaginaire nuptial » se compose de divers genres textuels, chacun ayant son caractère propre, mais tous traitant des peurs, des désirs et des fantasmes de plus en plus visibles dans la société d’Ancien Régime grâce aux débats soulevés par la nouvelle problématique de l’union conjugale. L’accent pour le moment est sur les textes et images misogames qui font partie d’un renouveau de la Querelle des femmes pendant les 25 premières années du XVIIe siècle.

Reports

Categories

May 2013
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

XML Feeds