[uf-discuss] Citation progress?

Bruce D'Arcus bdarcus.lists at gmail.com
Fri Jun 16 06:35:30 PDT 2006


On 6/14/06, Michael McCracken <michael.mccracken at gmail.com> wrote:

> I'm curious what the status of the citation microformat is now - I've
> seen some changes in the wiki pages, but can't really tell who's
> working on it or what level of consensus it has reached.

It seems stalled again. I think the last big decision is whether to
use a flat or a more relational structure.

It turns out MS is adding citation support to Word 2007, and to their
"Open XML" format. I've blogged about the details extensively over the
past week; see here:

<http://netapps.muohio.edu/blogs/darcusb/darcusb/archives/category/citations/word-2007/>

My latest addresses the flat vs. relational question, since MS has
(for now at least) chosen the former. I feel storongly if the uF
community recognizes the need to use hCard for contributor modeling,
it ought to be consistent and do the same with other critical
relations.

Bruce

PS -- Here's the result of a transform from the MS XML form config
file. Should give a good indication of the current schema. It lists
type, and then for each tag, the label, and the xpath
expression.There's a bug with the "Reporter" tag for "Case" though.

Word 2007 Model
===============
Book
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Title: b:Title
--
      Year: b:Year
--
      City: b:City
--
      State/Province: b:StateProvince
--
      Country/Region: b:CountryRegion
--
      Publisher: b:Publisher
--
      Editor: b:Author/b:Editor/b:NameList
--
      Volume: b:Volume
--
      Number of Volumes: b:NumberVolumes
--
      Translator: b:Author/b:Translator/b:NameList
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
BookSection
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Title: b:Title
--
      Book Author: b:Author/b:BookAuthor/b:NameList
--
      Book Title: b:BookTitle
--
      Year: b:Year
--
      Pages: b:Pages
--
      City: b:City
--
      State/Province: b:StateProvince
--
      Country/Region: b:CountryRegion
--
      Publisher: b:Publisher
--
      Editor: b:Author/b:Editor/b:NameList
--
      Translator: b:Author/b:Translator/b:NameList
--
      Volume: b:Volume
--
      Number of Volumes: b:NumberVolumes
--
      Chapter Number: b:ChapterNumber
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
JournalArticle
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Title: b:Title
--
      Journal Name: b:JournalName
--
      City: b:City
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      Pages: b:Pages
--
      Editor: b:Author/b:Editor/b:NameList
--
      Publisher: b:Publisher
--
      Volume: b:Volume
--
      Issue: b:Issue
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
ArticleInAPeriodical
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Title: b:Title
--
      Periodical Title: b:PeriodicalTitle
--
      City: b:City
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      Pages: b:Pages
--
      Editor: b:Author/b:Editor/b:NameList
--
      Publisher: b:Publisher
--
      Edition: b:Edition
--
      Volume: b:Volume
--
      Issue: b:Issue
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
ConferenceProceedings
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Title: b:Title
--
      Editor: b:Author/b:Editor/b:NameList
--
      Pages: b:Pages
--
      Year: b:Year
--
      Conference Publication Name: b:ConferenceName
--
      City: b:City
--
      Publisher: b:Publisher
--
      Volume: b:Volume
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
Report
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Title: b:Title
--
      Year: b:Year
--
      Department: b:Department
--
      Institution: b:Institution
--
      Publisher: b:Publisher
--
      City: b:City
--
      Pages: b:Pages
--
      Report Type: b:ThesisType
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
InternetSite
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Website Title: b:Title
--
      Website Home Page: b:InternetSiteTitle
--
      Editor: b:Author/b:Editor/b:NameList
--
      Producer Name: b:Author/b:ProducerName/b:NameList
--
      Production Company: b:ProductionCompany
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      Year Accessed: b:YearAccessed
--
      Month Accessed: b:MonthAccessed
--
      Day Accessed: b:DayAccessed
--
      URL: b:URL
--
      Version: b:Version
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
DocumentFromInternetSite
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Website Title: b:Title
--
      Website Home Page: b:InternetSiteTitle
--
      Editor: b:Author/b:Editor/b:NameList
--
      Producer Name: b:Author/b:ProducerName/b:NameList
--
      Production Company: b:ProductionCompany
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      Year Accessed: b:YearAccessed
--
      Month Accessed: b:MonthAccessed
--
      Day Accessed: b:DayAccessed
--
      URL: b:URL
--
      Version: b:Version
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
ElectronicSource
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Title: b:Title
--
      Publication Title: b:PublicationTitle
--
      City: b:City
--
      State/Province: b:StateProvince
--
      Country/Region: b:CountryRegion
--
      Editor: b:Author/b:Editor/b:NameList
--
      Producer Name: b:Author/b:ProducerName/b:NameList
--
      Production Company: b:ProductionCompany
--
      Translator: b:Author/b:Translator/b:NameList
--
      Publisher: b:Publisher
--
      Edition: b:Edition
--
      Medium: b:Medium
--
      Volume: b:Volume
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
Art
------------------------------
      Artist: b:Author/b:Artist/b:NameList
--
      Title: b:Title
--
      Institution: b:Institution
--
      Publication Title: b:PublicationTitle
--
      City: b:City
--
      State/Province: b:StateProvince
--
      Country/Region: b:CountryRegion
--
      Publisher: b:Publisher
--
      Year: b:Year
--
      Pages: b:Pages
--
      Short Title: b:ShortTitle
--
      Comments: b:Comments
--

------------------------------
SoundRecording
------------------------------
      Composer: b:Author/b:Composer/b:NameList
--
      Conductor: b:Author/b:Conductor/b:NameList
--
      Performer: b:Author/b:Performer/b:NameList
--
      Artist: b:Author/b:Artist/b:NameList
--
      Title: b:Title
--
      Album Title: b:AlbumTitle
--
      Producer Name: b:Author/b:ProducerName/b:NameList
--
      Production Company: b:ProductionCompany
--
      Year: b:Year
--
      Medium: b:Medium
--
      City: b:City
--
      State/Province: b:StateProvince
--
      Country/Region: b:CountryRegion
--
      Recording Number: b:RecordingNumber
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
Performance
------------------------------
      Title: b:Title
--
      Writer: b:Author/b:Writer/b:NameList
--
      Performer: b:Author/b:Performer/b:NameList
--
      Producer Name: b:Author/b:ProducerName/b:NameList
--
      Production Company: b:ProductionCompany
--
      Director: b:Author/b:Director/b:NameList
--
      Theater: b:Theater
--
      City: b:City
--
      State/Province: b:StateProvince
--
      Country/Region: b:CountryRegion
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
Film
------------------------------
      Title: b:Title
--
      Performer: b:Author/b:Performer/b:NameList
--
      Producer Name: b:Author/b:ProducerName/b:NameList
--
      Production Company: b:ProductionCompany
--
      Director: b:Author/b:Director/b:NameList
--
      Country/Region: b:CountryRegion
--
      Distributor: b:Distributor
--
      Writer: b:Author/b:Writer/b:NameList
--
      Medium: b:Medium
--
      Year: b:Year
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
Interview
------------------------------
      Interviewee: b:Author/b:Interviewee/b:NameList
--
      Title: b:Title
--
      Broadcast Title: b:BroadcastTitle
--
      Interviewer: b:Author/b:Interviewer/b:NameList
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      Publisher: b:Publisher
--
      Broadcaster: b:Broadcaster
--
      Station: b:Station
--
      City: b:City
--
      State/Province: b:StateProvince
--
      Country/Region: b:CountryRegion
--
      Editor: b:Author/b:Editor/b:NameList
--
      Translator: b:Author/b:Translator/b:NameList
--
      Compiler: b:Author/b:Compiler/b:NameList
--
      Pages: b:Pages
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------
Patent
------------------------------
      Inventor: b:Author/b:Inventor/b:NameList
--
      Title: b:Title
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      Country/Region: b:CountryRegion
--
      Type: b:Type
--
      Patent Number: b:PatentNumber
--
      Editor: b:Author/b:Editor/b:NameList
--
      Translator: b:Author/b:Translator/b:NameList
--
      Short Title: b:ShortTitle
--
      Comments: b:Comments
--

------------------------------
Case
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Title: b:Title
--
      Case Number: b:CaseNumber
--
      Reporter: b:Author/b:Reporter/b:NameList
--
      Place Published: b:City
--
      Court: b:Court
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      Counsel: b:Author/b:Counsel/b:NameList
--
      Abbreviated Case Number: b:AbbreviatedCaseNumber
--
      Short Title: b:ShortTitle
--
      Comments: b:Comments
--

------------------------------
Misc
------------------------------
      Author: b:Author/b:Author/b:NameList
--
      Title: b:Title
--
      Publication Title: b:PublicationTitle
--
      Media Type: b:Medium
--
      Year: b:Year
--
      Month: b:Month
--
      Day: b:Day
--
      City: b:City
--
      State/Province: b:StateProvince
--
      Country/Region: b:CountryRegion
--
      Publisher: b:Publisher
--
      Editor: b:Author/b:Editor/b:NameList
--
      Pages: b:Pages
--
      Volume: b:Volume
--
      Edition: b:Edition
--
      Issue: b:Issue
--
      Translator: b:Author/b:Translator/b:NameList
--
      Compiler: b:Author/b:Compiler/b:NameList
--
      Short Title: b:ShortTitle
--
      Standard Number: b:StandardNumber
--
      Comments: b:Comments
--

------------------------------


More information about the microformats-discuss mailing list