r1 - 13 Oct 2005 - 17:48:02 - KimTryka? You are here: TWiki >  DHquarterly Web > TechnicalSpecs > IssuesSuggestions > IssuesSuggestionsUsage
DHQ Wiki | Policy Documents | Journal Development

Technical Specs

Issues and Suggestions for XML Core Model

Usage

  • related to <bibl>
    • What is the purpose of <label> in this context? It's required, but I don't see why I'd want to use it. KimTryka?
      • The label is what will appear in display as the "referencing string", as in "[Piez 2005]" (brackets or parens provided by the stylesheet) if referencing a paper by me, and along with that paper's listing in the bibliography. IME it is good to have this string kept distinct from the @id, which is often dragged into service for this. WendellPiez
      • I wonder whether encoding this as a label= attribute on <bibl> would be a reasonable thing to do? I realize this is a trivial change--so why would it matter? but it feels less odd than putting this into content. This suggestion is premised on the notion that the problem is one of author understanding, rather than actual function. JuliaFlanders
      • The primary reason this is modeled as an element (with a constrained position) is out of an analogy to the way
    • We need <editor> as choice under <bibl> KimTryka?
    • Do we need a tag for pages (for giving the total pagination or for citing a piece in a larger work)? Or is it assumed that this type of information will float in mixed content? Maybe this needs to be something like an <extent> tag - could hold the number of dvds, amount of time of a performance, etc. KimTryka?
      • I like the idea of . WendellPiez
      • I still like the mixed content model for its flexibility, but would like a structured display when the data is sufficiently structured to support it. (It's trying to structure it when it ain't, is what is hard.) WendellPiez
    • should there be a place for ISBN and price for published monographs? KimTryka?
      • Hm, what would this be under TEI? We could add them. Let's use an <idno> as in the header (which can serve for any ISBN, DOI or other), plus <price>. Is okay? WendellPiez
      • Can we provide a rationale for the <price> element? Is price ever included in standard citations? JuliaFlanders
      • A quick look around (New York Review of Books, NYT Book Review, Science, New Scientist, First Monday, American Archivist, Journal of the Society of Archivists) says, 'yes' to price! Though it won't always be needed. (actually, I got the idea when looking at reviews in various publications smile KimTryka?
      • Ah! sorry--I was being an "articles" bigot. Of course you need price in a review. Apologies for being dense!! JuliaFlanders
      • They do get included in standard citations of works under review. (A link to a book dealer might do as well however! smile WendellPiez

  • related to <div>
    • I think that <div>s need attributes beyond 'id' -- I'd definitely like at least 'type'. KimTryka?
      • Okay. (But you're not suggesting any special magic for these types yet are you? smile WendellPiez
    • What is <xtext> (under <div>)? I don't see a similar tag in TEI so I can't come up with an analogy. KimTryka?
      • xtext is like a div only even looser, when you want entire external texts embedded. We don't expect for it to be used much. (Mostly <quote> should do the job.) Mostly it included since it's easy to model and occasionally useful -- and since it's so free form we can constrain div in a TEIish way (which is preferable when we can get it). WendellPiez
      • I would perhaps gloss this by suggesting that xtext is like div only looser--see the TEI-L strand on floating divs for the background on this. In other words, the idea of xtext is not based on the idea ofsubdivision (<div>), but on the idea of wholeness (<text>). Except that it omits some of the things that make the <text> element a high-level element. JuliaFlanders
    • I think I'm using in an unexpected way, not to create a list of citations, but within . In this case <label>, as described by Wendell above, serves no purpose because the <bibl> is not serving as a bibliographic reference that is cited inline within the text. So, no referencing string needed as far as I can tell. <span class="twikiNewLink">KimTryka<a href="/edit/Main/KimTryka?topicparent=DHquarterly.IssuesSuggestionsUsage" rel="nofollow" title="Create this topic">?</a></span> <ul> <li> Hm, this is an interesting Ourobouros problem. Should the full bibl listing be there, I wonder? We could probably find a way to give a special rendition to a <ref target="biblitem"/> (and then put the bibl elsewhere) in that location, if you liked, or just have a rule about generating subtitles naming works, so bibls don't have to appear as literals in titles. <a href="/view/Main/WendellPiez" class="twikiLink">WendellPiez</a> </li></ul> </li></ul> </li> <li> <strong><em>Other</em></strong> <ul> <li> <strong>Do <abstract> and <teaser> need to be mandatory? I'm just not sure that they are very useful in the context of reviews.</strong> <span class="twikiNewLink">KimTryka<a href="/edit/Main/KimTryka?topicparent=DHquarterly.IssuesSuggestionsUsage" rel="nofollow" title="Create this topic">?</a></span> <ul> <li> This is an interesting question. Maybe for reviews they are not, and should be made optional. We can do that, and have the Schematron layer check for them perhaps. The requirement is due to the theory that we should get these from authors where possible, not write them ourselves. I'd be interested in others' opinions on this question. <a href="/view/Main/WendellPiez" class="twikiLink">WendellPiez</a> </li> <li> I have now made the changes requested. Testing for abstract and teaser are now in the Schematron, not the schema. <a href="/view/Main/WendellPiez" class="twikiLink">WendellPiez</a> </li></ul> </li> <li> <strong>Might anyone be interested in a tag (within <text>?) for "call outs" (quotes that an editor might like to highlight in some manner, maybe in a sidebar?)</strong> <span class="twikiNewLink">KimTryka<a href="/edit/Main/KimTryka?topicparent=DHquarterly.IssuesSuggestionsUsage" rel="nofollow" title="Create this topic">?</a></span> <ul> <li> I was actually thinking about that -- it's effectively a kind of inline teaser, which can be presented in callouts. The only objection I can see is that such elements cross a line from rhetoric to presentation, and even that's arguable. It is also an interesting boundary question whether an author can and should write these and expect them to be rendered, or whether such callouts don't have to be the job of production staff (wrt which authors should have no particular expectations). I'd be interested in others' thoughts on this one too. <a href="/view/Main/WendellPiez" class="twikiLink">WendellPiez</a> </li></ul> </li> <li> <strong>When using a shortened version of a title in the text, should it go inside <title> or in <hi>? Or would someone claim that this might be a place to reference <label>? <img src="http://digitalhumanities.org/twiki/pub/TWiki/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" /> Though that seems more complex than it needs to be...</strong> <span class="twikiNewLink">KimTryka<a href="/edit/Main/KimTryka?topicparent=DHquarterly.IssuesSuggestionsUsage" rel="nofollow" title="Create this topic">?</a></span> <ul> <li> I think this is a <title>, which in the main text is little more than renditional. <a href="/view/Main/WendellPiez" class="twikiLink">WendellPiez</a> </li></ul> </li></ul> </li></ul> <p /> -- <span class="twikiNewLink">KimTryka<a href="/edit/Main/KimTryka?topicparent=DHquarterly.IssuesSuggestionsUsage" rel="nofollow" title="Create this topic">?</a></span> - 13 Oct 2005</div><!-- /patternTopic--> <div class="twikiAfterText"></div></div><!-- /patternContent--> <a name="topic-actions"> </a><div class="patternTopicActions"><div class="patternTopicAction"><span class="patternActionButtons"> <span class="patternButton"><a href='http://digitalhumanities.org/edit/DHquarterly/IssuesSuggestionsUsage?t=1227344578' rel='nofollow' title='Edit this topic text' accesskey='e'><span class='twikiAccessKey'>E</span>dit</a></span><span class='twikiSeparator'> | </span><span class="patternButton"><a href='http://digitalhumanities.org/edit/DHquarterly/IssuesSuggestionsUsage?cover=kupu&t=1227344578' rel='nofollow' title='Edit this topic text' accesskey='w'><span class='twikiAccessKey'>W</span>YSIWYG</a></span><span class='twikiSeparator'> | </span><span class='patternButton'><a href='/attach/DHquarterly/IssuesSuggestionsUsage' rel='nofollow' title='Attach an image or document to this topic' accesskey='a'><span class='twikiAccessKey'>A</span>ttach</a></span><span class='twikiSeparator'> | </span><span class='patternButton'><a href='/view/DHquarterly/IssuesSuggestionsUsage?cover=print' rel='nofollow' title='Printable version of this topic' accesskey='p'><span class='twikiAccessKey'>P</span>rintable</a></span><span class='twikiSeparator'> | </span><span class='patternButton'><a href='/view/DHquarterly/IssuesSuggestionsUsage?raw=on' rel='nofollow' title='View raw text without formatting' accesskey='r'><span class='twikiAccessKey'>R</span>aw View</a></span><span class='twikiSeparator'> | </span>Backlinks: <span class='patternButton'><a href='/oops/DHquarterly/IssuesSuggestionsUsage?template=backlinksweb' rel='nofollow' title='Search the DHquarterly Web for topics that link to here' accesskey='b'>We<span class='twikiAccessKey'>b</span></a></span>, <span class='patternButton'><a href='/oops/DHquarterly/IssuesSuggestionsUsage?template=backlinksallwebs' rel='nofollow' title='Search all webs for topics that link to here' accesskey='l'>A<span class='twikiAccessKey'>l</span>l Webs</a></span><span class='twikiSeparator'> | </span><span class="patternRevision"><span class='patternButton'><a href='/rdiff/DHquarterly/IssuesSuggestionsUsage?type=history' rel='nofollow' title='View total topic history' accesskey='h'><span class='twikiAccessKey'>H</span>istory</a></span>: r1</span><span class='twikiSeparator'> | </span><span class='patternButton'><a href='/oops/DHquarterly/IssuesSuggestionsUsage?template=oopsmore&param1=1&param2=1' rel='nofollow' title='Delete or rename this topic; set parent topic; view and compare revisions' accesskey='m'><span class='twikiAccessKey'>M</span>ore topic actions</a></span></span></div></div><!--/patternTopicActions--><div class="patternMoved"></div><!-- /patternMoved--> </div><!-- /patternMainContents--> </div><!-- /patternMain--><div id="patternLeftBar"><div id="patternClearHeaderLeft"></div> <div id="patternLeftBarContents"> <div class="patternWebIndicator"><b><a href="/view/DHquarterly/WebHome">DHquarterly</a></b></div> <ul> <li> <a href="/view/DHquarterly/WebHome" class="twikiCurrentWebHomeLink twikiLink">Home</a> </li> <li> <a href="/view/DHquarterly/PolicyDocuments" class="twikiLink">Policy Documents</a> </li> <li> <a href="/view/DHquarterly/Development" class="twikiLink">Journal Development</a> </li> <li> <a href="/view/DHquarterly/WebChanges" class="twikiLink">Changes</a> </li> <li> <a href="/view/DHquarterly/WebIndex" class="twikiLink">Index</a> </li> <li> <a href="/view/DHquarterly/WebSearch" class="twikiLink">Search</a> </li></ul> </div><!-- /patternLeftBarContents--></div><!-- /patternLeftBar--> </div><!-- /patternFloatWrap--> <div class="clear"> </div> </div><!-- /patternOuter--></div><!-- /patternWrapper--><div id="patternTopBar"><div id="patternTopBarContents"><table border="0" cellpadding="0" cellspacing="0" style="width:100%; margin-top:11px;"> <tr><td valign="middle"><a href="http://TWiki.org/"><img src="/twiki/pub/DHquarterly/WebPreferences/dhqTitle.gif" border="0" alt="DHQuarterly " /></a></td> <td align="right" valign="top" class="patternMetaMenu"> <ul> <li> <form name="jumpForm" action="/view/DHquarterly/IssuesSuggestionsUsage"><input id="jumpFormField" type="text" class="twikiInputField patternFormFieldDefaultColor" name="topic" size="14" value="Jump" onfocus="clearDefaultandCSS(this);" onblur="setDefaultText(this);" /></form> </li> <li> <form name="quickSearchForm" action="/view/DHquarterly/WebSearch"><input type="text" class="twikiInputField patternFormFieldDefaultColor" name="search" value="Search" size="14" onfocus="clearDefaultandCSS(this);" onblur="setDefaultText(this);" /></form> </li> <li> <form name="TWikiWebTopBarChangeLanguage" action="/oops/DHquarterly/IssuesSuggestionsUsage" method="get"><select name="language" onchange="document.TWikiWebTopBarChangeLanguage.submit()"><option selected="selected" value="en">English</option> <option value="fr">Français</option> <option value="it">Italiano</option></select><input type="hidden" name="template" value="oopslanguagechanged" /><noscript><input class="twikiButton" type="submit" value="Change language" /></noscript></form> </li></ul> </td></tr></table></div></div><!-- /patternTopBar--><div id="patternBottomBar"><div id="patternBottomBarContents"><span class="twikiRight"> <a href="http://twiki.org/"><img src="/twiki/pub/TWiki/TWikiLogos/T-logo-80x15.gif" alt="This site is powered by the TWiki collaboration platform" width="80" height="15" title="This site is powered by the TWiki collaboration platform" border="0" /></a></span>Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors. <br /> Ideas, requests, problems regarding TWiki? <a href='mailto:web@digitalhumanities.org?subject=TWiki Feedback on DHquarterly.IssuesSuggestionsUsage'>Send feedback</a> </div><!-- /patternBottomBarContents--></div><!-- /patternBottomBar--> </div><!-- /patternPage--> </div><!-- /patternPageShadow--> </div><!-- /patternScreen--> </body></html>