Giter Site home page Giter Site logo

12-1 Class Meeting about cityslavegirls HOT 7 CLOSED

rjp43 avatar rjp43 commented on June 12, 2024
12-1 Class Meeting

from cityslavegirls.

Comments (7)

CodyKarch avatar CodyKarch commented on June 12, 2024

Just so y'all know, I basically finished changing the whole C.S.S. --who knew it would take one good evening? Anyway, I will show it to you in(or after) class Friday.

from cityslavegirls.

ebeshero avatar ebeshero commented on June 12, 2024

@CodyKarch Yay! But why keep us in suspense? Could you take some current HTML pages and save them with a slightly altered file name (like add "tester" to the end of the name) and put them up in the newtfire space with the new CSS? That way the team can give it some thought and you all can discuss the new look when you meet on Friday!

from cityslavegirls.

RJP43 avatar RJP43 commented on June 12, 2024

@CodyKarch yes go ahead and post it. Remember, I copied all of the files at the beginning of the week so that we can completely change everything without a worry that we don't have backups. So no fear if you save over something or like Dr. B. said name it tester and apply it to some or all of the pages and label it tester too ... whatever works for you to get it up for us to see :) great job!

from cityslavegirls.

RJP43 avatar RJP43 commented on June 12, 2024

<p>"<said who="workingGirl" select="female" ana="wageDesc" corresp="negative">Then I must pay 10 cents car fare each time, and that leaves only 40 cents. I had to pay $3 before I could get any work. I always knew how to crochet, but they made me pay $2 for lessons and $1 as a security. I began in January, the first week, and now I am through. I have made $15, and when they give me back the dollar I shall have $16.</said>" <said who="nellNelson" select="female" ana="wageDesc" corresp="negative" aloud="false">Here is a company paying a girl of 18 $15 for six months and one week's labor</said>.</p>
<p>When <persName>Mr. Ford</persName> came from the work-room he was met by a boy who had brought in some work and was in a hurry to be off.</p>
<p>"<said who="messenger" select="male"><persName>Mrs. Clark</persName> sent these mats and she, wants you to receipt for them.</said>"</p>

Okay so this is how I have started handling dialogue and quotes. @ebeshero I am almost certain that I am not using some of these attributes as the TEI intended and I am wondering how we can go about fixing this while still binding all of this information together. Can be seen in action in article 1888-07-30-ChTimes.

Let me explain what I have each of the attributes meaning though just as further clarification:

@who -- for this I am indicating who the person is speaking between a few selections workingGirl | foreman | forewoman | messenger | nellNelson | unidentified We could add to these as it becomes necessary, but only once the group has discussed the necessity.
@select -- here I am identifying the gender/sex of the speaker with values of male | female | unknown
@ana -- with this I am trying to indicate the subject matter being discussed with these few selections wageDesc (any conversation discussing wages) | livingCond (any conversation discussing how a person's living conditions are) | workEnvir (any conversation discussing the physical/literal environment being worked in) | wgDesc (descriptions of the workingGirls) | workDesc (any conversation describing the work being done) We could add to these as it becomes necessary, but only once the group has discussed the necessity.
@corresp -- then this attribute determines if the connotation in the @ana description is being discussed in a positive | negative | neutral manner
@aloud -- finally this I am using for the comments that Nelson makes as obvious assertions to the reader but are not spoken aloud ... we will assume the other quotes are spoen aloud unless specifed with this attribute and the corresponding false value. ex = aloud="false"

from cityslavegirls.

RJP43 avatar RJP43 commented on June 12, 2024

Here would be a conversation when there aren't real specifics being discussed
<p>"<said who="workingGirl" select="female">I brought the mate back.</said>"</p>
<p>"<said who="foreman" select="male">Oh, you have, eh?</said>" opening a piece of newspaper and unfolding a dozen hand-made mats the size of a tea-plate. The work is carefully examined on both sides and as he proceeds the scowl deepens. Without a word he tosses the lot on the little table and reaches for the proffered blank the girl had opened.</p>
<p>"<said who="foreman" select="male">What's your name?</said>"</p>
<p>"<said who="workingGirl" select="female"><persName>Rhafferty</persName>.</said>"</p>
<p>"<said who="foreman" select="male">How do you spell it?</said>"</p>
<p>"<said who="workingGirl" select="female">R-h-a-f-f-e-r-t-y.</said>"</p>
<p>"<said who="foreman" select="male">Oh, yes; <persName>Martha Rhafferty</persName>,</said>" after hunting through a long list.</p>
<p>"<said who="foreman" select="male">Do you want more work?</said>"</p>
<p>"<said who="workingGirl" select="female">No, sir.</said>"</p>
<p>"<said who="foreman" select="male">There's plenty more if you want it.</said>"</p>
<p>"<said who="workingGirl" select="female">No; my mother don't want me to do any more crocheting.</said>"</p>
<p>"<said who="foreman" select="male">Well, <persName>Mr. White</persName> isn't in now. Can't you come in again?</said>"</p>
<p>No answer. A look of discouragement comes over the young face.</p>
<p>"<said who="foreman" select="male">Don't you have to do any shopping about town?</said>"</p>
<p>"<said who="workingGirl" select="female">No, sir.</said>"</p>
<p>"<said who="foreman" select="male">Well, you can wait, can't you? Wait here. Take a chair.</said> (I had the only one.) <said who="foreman" select="male">Just go in the next room there and take a chair.</said>"</p>

from cityslavegirls.

ebeshero avatar ebeshero commented on June 12, 2024

@spadafour @CodyKarch @KariWomack @RJP43 Becca and I are talking about this now, and came to a decision: It's not technically right with the TEI (they have a harsh phrase on the Tech Council called "tag abuse") to use @corresp in that way. So it's best to nest a couple of elements for the specific use-cases you are thinking about here. Try nesting like this:

<said who="nellNelson" ana="female"><rs type="wageDesc" subtype="negative">quote goes in here</rs></said>
<said who="nellNelson" ana="female" aloud="false"><rs type="wageDesc" subtype="negative">quote goes in here</rs></said>

Will that work?

from cityslavegirls.

KariWomack avatar KariWomack commented on June 12, 2024

Hey, guys. I trying to get my work done for tomorrow, but my desktop GitHub isn't loading. I'll keep trying to reload it and maybe let it go for a bit before trying again, but hopefully it will be working by tonight/tomorrow so I have stuff done Friday. If not, maybe I can work it out on a lab computer or have someone look at it tomorrow. Just letting you guys know im trying here. See you tomorrow!

from cityslavegirls.

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.