Coder Social home page Coder Social logo

FRUS1949v05 about frus-tei HOT 7 CLOSED

vak2ve avatar vak2ve commented on July 28, 2024
FRUS1949v05

from frus-tei.

Comments (7)

vak2ve avatar vak2ve commented on July 28, 2024

Abbreviations and terms not rendering in side box though look fine in XML. @joewiz help?

from frus-tei.

vak2ve avatar vak2ve commented on July 28, 2024

Possible typo in print version at top of p. 249--doesn't seem to follow from text of 248.

from frus-tei.

joewiz avatar joewiz commented on July 28, 2024

@vak2ve The issue is that the <term> and <hi> elements are appearing in essentially reverse order. In FRUS persons and terms list, the trailing comma that marks the end of the person/term being described is also bold.

screen shot 2015-01-23 at 3 18 59 pm

The correct way to capture this is (adding extra indenting for clarity here):

<item>
    <hi rend="strong">
        <term xml:id="t_ACR1">ACR</term>, 
    </hi> 
    Advisory Committee on Requirements
</item>

Instead, in this volume, the placement of hi is inside the term, as follows:

<item>
    <term xml:id="t_ACR1">
        <hi rend="strong">ACR</hi>,
    </term> 
    Advisory Committee on Requirements
</item>

Since our site assumes the former structure, it mangles the display of the latter. We should probably return these volumes to HCL to correct. Could you please assemble the list of affected volumes? This is probably also an opportunity for a schematron rule to check for this problem. Good catch, thanks!

from frus-tei.

vak2ve avatar vak2ve commented on July 28, 2024

This was a huge global error--see most recent commit for all files affected. They're fine now (relatively quick fix) but definitely something to communicate to HCL for the future.

from frus-tei.

joewiz avatar joewiz commented on July 28, 2024

Is this one all set now, or are there any remaining issues?

from frus-tei.

vak2ve avatar vak2ve commented on July 28, 2024

Yes, this and Malta should be good to go now!

On Wed, Apr 8, 2015 at 3:29 PM, Joe Wicentowski [email protected]
wrote:

Is this one all set now, or are there any remaining issues?


Reply to this email directly or view it on GitHub
#29 (comment).

from frus-tei.

joewiz avatar joewiz commented on July 28, 2024

Okay, I assume that one remaining checkbox is actually done, so I'll go ahead and close the issue. Thanks!

from frus-tei.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.