Bruce, do you have a canonical example that gets at exactly what you
mean by monolithic and flat vs. modular and relational? I think I used
to understand what you meant by those, but I want to be sure. Please
bear with me on this, I know I asked you a similar question a while
back, but I think that what you're asking for is actually not as
complicated as it may sound.

Do you just mean the ability to mark up a relation between two citation items?

For instance, if BibTeX had a convention of things like this:

@inbook{chapterkey,
title="chapter 1",
cites="articlekey,article2key,...",
partof="bookkey"}

@book{bookkey,
title="book"}

@article{articlekey,
title="article"}
etc...

Would you consider that relational? That kind of thing fulfills what I
think you want, but I'd like to know if you're talking about something
else too.

ISTR that you've also described BibTeX's model as flat because author
names in BibTeX are somewhat underspecified, but since a citation
microformat will use hCard, that's not an issue here, right?

Thanks,
-mike

On 8/29/06, Bruce D'Arcus <[EMAIL PROTECTED]> wrote:
On 8/29/06, Tantek Çelik <[EMAIL PROTECTED]> wrote:

> This is a good summary to date and deserving of being captured on the
> citation-brainstorming page.

I agree. I think the fundmental last hump to get over is the choice
between a largely monolithic and flat BibTeX-like approach, and a more
modular and relational DC-like approach. The choice is crtiical
because it has significant implications to the flexibility of hCite.

On the nesting example, though, this would be the more typical case
(chapter in a book, rather than vice versa), and one could forego
typing:

<div class="hcite">
 <div class=chapter">
  <span class="title">Chapter Title</span>
  <div class="isPartOf">
     <span class="title">Book Title</span>
  </div>
 </div>
</div>

To me typing is nice, but not critical, paricularly if the rest of the
data is sound.

Bruce
_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss



--
Michael McCracken
UCSD CSE PhD Candidate
research: http://www.cse.ucsd.edu/~mmccrack/
misc: http://michael-mccracken.net/wp/
_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to