US20060236228A1 - Extensible markup language schemas for bibliographies and citations - Google Patents

Extensible markup language schemas for bibliographies and citations Download PDF

Info

Publication number
US20060236228A1
US20060236228A1 US11/280,609 US28060905A US2006236228A1 US 20060236228 A1 US20060236228 A1 US 20060236228A1 US 28060905 A US28060905 A US 28060905A US 2006236228 A1 US2006236228 A1 US 2006236228A1
Authority
US
United States
Prior art keywords
tag
label
datatag
bibliographic
schema
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/280,609
Inventor
Jennifer Michelstein
Joe Yap
Edison Nica
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US11/280,609 priority Critical patent/US20060236228A1/en
Priority to MX2007011598A priority patent/MX2007011598A/en
Priority to RU2007138848/08A priority patent/RU2422889C2/en
Priority to PCT/US2006/014253 priority patent/WO2006113538A2/en
Priority to KR1020077021670A priority patent/KR101251686B1/en
Priority to EP06750320.1A priority patent/EP1872263A4/en
Priority to JP2008507762A priority patent/JP4954978B2/en
Priority to BRPI0610288-3A priority patent/BRPI0610288A2/en
Priority to CN2006800129389A priority patent/CN101548273B/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICHELSTEIN, JENNIFER P, NICA, EDISON, YAP, JOE K
Publication of US20060236228A1 publication Critical patent/US20060236228A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • G06F40/154Tree transformation for tree-structured or markup documents, e.g. XSLT, XSL-FO or stylesheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/143Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/169Annotation, e.g. comment data or footnotes

Definitions

  • Extensible markup language schemas for bibliographies and citations facilitate utilization of bibliographic information.
  • a schema utilization module may enable the creation, modification, interpretation, etc. of a schema for bibliographic information.
  • a schema utilization module may be an independent program, part of an application program, and so forth.
  • a schema for bibliographic information defines a framework for bibliographic information.
  • the bibliographic information may be embedded in a document, may be embodied as a master list, and so forth.
  • the schema for bibliographic information is realized using an open-standard such as extensible markup language (XML).
  • XML extensible markup language
  • the schema enumerates multiple source types and the data types associated therewith.
  • employing a schema utilization module in conjunction with a schema for bibliographic information enables bibliographic source information to be created, to be inserted into a document as a citation, to be added to a master list, to be reused later, and so forth.
  • FIG. 1 is a block diagram example of a presented file including presentation data resulting from a field.
  • FIG. 2 is a block diagram example of a presentable file and an application that is capable of presenting the presentable file using raw data and a transformation engine.
  • FIG. 3 is a flow diagram that illustrates an example of a method for presenting a presentable file having an embedded field.
  • FIG. 4 is a block diagram of an example interpretation of an embedded field.
  • FIG. 5 is a block diagram of an example extraction of raw data for the embedded field.
  • FIG. 6 is a block diagram of an example transformation of the extracted raw data.
  • FIG. 7 is a block diagram of an example transformation engine.
  • FIG. 8 is a block diagram that provides bibliographic-related examples for the more general concepts and terms illustrated in FIGS. 1-7 .
  • FIG. 9 illustrates an example of a computing (or general device) operating environment that is capable of (wholly or partially) implementing at least one aspect of extensible markup language schemas for bibliographies and citations as described herein.
  • FIG. 10 illustrates an example schema that defines a framework for bibliographic information and/or that enables utilization of the bibliographic information.
  • bibliographic information may be input once, edited at will, and retrieved for reuse across different documents using open-standard technology, for example.
  • creating the bibliographic information in accordance with a schema can enable utilization of the bibliographic information in different environments.
  • extensible markup language schemas for bibliographies and citations are described herein.
  • Extensible markup language is a universal language that provides a way to identify, exchange, and process various kinds of data.
  • XML may be used to create documents that can be utilized by a variety of different application programs.
  • Elements of an XML file typically have an associated namespace and schema.
  • a namespace is a unique identifier for a collection of names that are used in XML documents to define element/attribute names and types. The name of a namespace is commonly used to uniquely identify each class of XML document.
  • XML schemata (schema) provide a way to describe and validate data in an XML context.
  • a schema indicates, for example, what elements and attributes are used to describe content in an XML document, where each element is allowed, what types of content are allowed within it, and/or which elements can appear within which other elements.
  • the use of schemas can ensure that documents are structured in a consistent and predictable manner, which facilitates a standard document construction and enables subsequent interpretation of individual documents.
  • a first section is related to FIGS. 1-3 and is entitled “General Example Implementations for Determining Fields”.
  • a second section is related to FIGS. 4-7 and is entitled “Specific Example Implementations for Determining Fields”.
  • a third section is related to FIG. 8 and is entitled “Bibliographic-Related Example Implementations for Determining Fields”.
  • a fourth section is entitled “Conclusion for Determining Fields”.
  • a fifth section references FIG. 9 and is entitled “Example Operating Environment for Computer or Other Device”.
  • a sixth section is related to FIG. 10 and is entitled “Extensible Markup Language Schemas for Bibliographies and Citations”.
  • the description of the seventh section which is entitled “Extensible Markup Language-Based Descriptions of Source Types for bibliographies and Citations”, interfaces with the description of the sixth section.
  • Word processing documents can include embedded fields. Fields represent a portion of a document that is visibly represented by presentation data based on a field type and at least one field parameter. The presentation data can therefore change in response to changes in the value(s) of the at least one field parameter. There can be different types of fields for different purposes. Examples include a number of pages of a document, a name of the file of the document, the current date/time, a number for a (e.g., paragraph, outline, page, etc.) numbering feature, and so forth.
  • the presentation data is likewise updated based on the at least one parameter. For example, if there is a field for a number of pages of a document, each time the document is updated for printing, the current number of pages of the document is inserted as the presentation data at the location of the embedded field.
  • the at least one field parameter pertains to intrinsically known or determinable information.
  • the date and/or time are intrinsically known by a computing system.
  • the file name and the internal numbering operations are intrinsically determinable from the document itself Consequently, existing embedded field technology is limited and inflexible.
  • a field can be a transform reference field type.
  • a transformed reference field type indicates that referenced raw data is to be transformed, and the transformed raw data is then presented as the presentation data result of the field.
  • a set of presentation rules may be selected from a transformation engine so that the referenced raw data is presented in a desired manner.
  • the transformation engine is independent of the application presenting the field, and the application is unaware of the specifics of the internal mechanics (e.g., the presentation rules) of the transformation engine. Moreover, a user can independently create or modify a transformation engine without utilizing the application, relying on the application, or even understanding details on how the application is to apply the transformation engine, as long as the created transformation engine adheres to or comports with a schema as promulgated for transformation engines generally. For example, using non-proprietary, open standards such as XML and XSLT enables a user to create, edit, etc. the raw data and the transformation engine, respectively, without involving the application.
  • Fields of a transform reference field type may be employed in a myriad of contexts.
  • a bibliographic feature employs transform reference field type schemes, mechanisms, techniques, etc.
  • Raw data contains one or more bibliographic sources, and the transformation engine includes at least one set of presentation rules.
  • Each presentation rule can implement a documented approach for citing bibliographic sources. Additionally, bibliographies and citations can be quickly repurposed by changing the selected set of presentation rules. This can cause the presentation of each cited bibliographic source to be changed accordingly.
  • FIG. 1 is a block diagram example of a presented file 102 having presentation data 106 resulting from a field 108 .
  • presented file 102 comprises a data stream presentation 104 including presentation data 106 .
  • Presented file 102 may be from a presentable file of any type.
  • Example presentable file types include a word processing file, a spreadsheet file, a slideshow file, an email file, a browser file, a multimedia file, some combination thereof, and so forth.
  • data stream presentation 104 and presentation data 106 may comprise any number of symbols of any kind.
  • Data stream construction 110 for field 108 is illustrated.
  • Data stream construction 110 may be represented as ⁇ (Field Type) (Field Parameter(s))
  • the “Field Type” indicates a field type of many possible field types to which a given field 108 belongs.
  • the “Field Parameter(s)” recite at least one field parameter that serves as an argument for the Field Type.
  • the “Result” symbolizes the result of a function characterized by a Field Type and Field Parameter(s) pair.
  • the field type may be a paragraph reference number with the field parameter being a pointer to the referenced paragraph having a number.
  • the result is therefore the current paragraph number of the referenced paragraph.
  • the field parameter may be empty or omitted when the field type alone provides information that is sufficient to determine the result.
  • Field 108 includes function information 114 and result 120 .
  • Function information 114 includes the pair of field type 116 and one or more parameters 118 .
  • result 120 is produced.
  • result 120 is presented as presentation data 106 as part of data stream presentation 104 .
  • FIG. 2 is a block diagram example of a presentable file 202 and an application 208 that is capable of presenting the presentable file 202 using raw data 204 and a transformation engine 206 .
  • application 208 determines result 120 of field 108 based on field type 116 and at least one parameter 118 and responsive to raw data 204 and transformation engine 206 .
  • Presentable file 202 is the origin or underlying information for presented file 102 (of FIG. 1 ). In other words, the information in presentable file 202 enables an application to create data stream presentation 104 (of FIG. 1 ) when presentable file 202 is being presented. Presentable file 202 may be presented on a visual screen, on a print out, and so forth.
  • presentable file 202 includes data stream information 210 and additional information 212 .
  • Data stream presentation 104 is produced primarily from data stream information 210 .
  • Additional information 212 if present, contains additional information that is usable for manipulating, presenting, or otherwise utilizing data stream information 210 and/or the overall presentable file 202 .
  • additional information 212 may include properties information, a change history, etc. for presentable file 202 .
  • additional information 212 can contain all or a portion of raw data 204 and/or transformation engine 206 to enhance the portability of presentable file 202 , as is described further herein below with particular reference to FIG. 8 .
  • Raw data 204 and transformation engine 206 are also illustrated in FIG. 2 .
  • Raw data 204 includes data that is to be at least partially presented as presentation data 106 (of FIG. 1 ) for field 108 .
  • Transformation engine 206 includes presentation rules (not explicitly shown in FIG. 2 ) that transform raw data 204 into result 120 .
  • Transformation engine 206 in an example implementation, complies with an open standard so that individual users may elect to modify or augment a transformation engine provided by others or to create a new transformation engine without using application 208 (which may be of any general application type, including a word processing program such as Microsoft® Word from Microsoft® Corporation). Examples of raw data 204 are described further herein below with particular reference to FIGS. 5 and 6 , and examples of transformation engine 206 (including presentation rules) are described further herein below with particular reference to FIGS. 6 and 7 . Also, the transformation is described further herein below with particular reference to FIGS. 6 and 7 .
  • Application 208 includes field interpreter 214 , raw data extractor 216 , and raw data transformer 218 .
  • Field interpreter 214 is capable of interpreting field 108 , especially function information 114 .
  • Raw data extractor 216 is capable of extracting raw data from raw data 204 in accordance with a parameter 118 that contains a reference to raw data 204 .
  • Raw data transformer 218 is capable of transforming the extracted raw data in accordance with one or more presentation rules of transformation engine 206 without being in direct control of the transformation.
  • Raw data transformer 218 is capable of applying transformation engine 206 to the extracted data of raw data 204 without being aware of the internal mechanics (including the specifics of any included presentation rules) of transformation engine 206 .
  • result 120 of field 108 can be independent of application 208 .
  • a schema 220 is known to application 208 , and application 208 is adapted to interoperate with transformation engines 206 that adhere to/comport with schema 220 .
  • Schema 220 specifies one or more formats for transformation engine 206 . Consequently, as long as transformation engine 206 adheres to/comports with schema 220 , raw data transformer 218 is capable of applying transformation engine 206 to raw data 204 without being aware of the internal mechanics thereof.
  • application 208 may also be capable of independently interpreting other (e.g., traditional) fields 108 without relying on raw data 204 or a transformation engine 206 .
  • raw data 204 and transformation engine 206 are separate from presentable file 202 and application 208 .
  • raw data 204 may be a separate file, such as a separate master raw data file.
  • transformation engine 206 may be an independent file, a separate program, a plug-in module, an operating system (OS) feature, and so forth. As noted above, however, all or a portion of raw data 204 and/or transformation engine 206 may alternatively be included as part of additional information 212 .
  • OS operating system
  • At least a portion of raw data 204 is stored as part of additional information 212 , and at least a portion of transformation engine 206 may be utilized by application 208 when transforming referenced raw data 204 to produce result 120 .
  • at least the relevant (e.g., referenced) raw data of raw data 204 is transportable as part of presentable file 202 . Consequently, a presentable file 202 may be e.g. emailed to a recipient with the relevant raw data being included as part of presentable file 202 .
  • the recipient has an application 208 that is expected to access and properly present presentable file 202
  • the inclusion of at least a portion of transformation engine 206 as a part of additional information 212 ensures that presentable file 202 can be presented in a manner intended by its creator.
  • FIG. 3 is a flow diagram 300 that illustrates an example of a method for presenting a presentable file having an embedded field.
  • Flow diagram 300 includes five (5) “primary” blocks 302 - 310 and six (6) “secondary” blocks.
  • FIGS. 1 and 2 are used in particular to illustrate certain aspects and examples of the method.
  • the actions of flow diagram 300 may be performed by an application 208 on a presentable file 202 using raw data 204 and transformation engine 206 .
  • data stream information of a presentable file is processed until an embedded field is encountered.
  • data stream information 210 of presentable file 202 may be processed into data stream presentation 104 of presented file 102 until a field 108 is encountered.
  • the field is interpreted.
  • field interpreter 214 of application 208 may interpret field 108 .
  • a field type is ascertained.
  • field interpreter 214 may ascertain field type 116 of function information 114 .
  • one or more parameters 118 are acquired.
  • field interpreter 214 may acquire parameter(s) 118 of function information 114 .
  • field type 116 comprises a transform reference field type 116 .
  • at least one parameter 118 comprises a reference to raw data 204 .
  • Another parameter 118 may identify all or part of transformation engine 206 .
  • a transformation engine 206 that is to be employed for a presentable file 202 may be identified (and optionally contained) in the additional information 212 .
  • transformation engine 206 may be identified by a global setting that is set by or through application 208 .
  • raw data for the field is extracted.
  • raw data extractor 216 of application 208 may extract raw data for field 108 from raw data 204 .
  • raw data is located responsive to acquired parameter(s).
  • raw data extractor 216 may locate raw data 204 , and/or a portion thereof, responsive to at least one parameter 118 that includes a reference to the raw data.
  • the located raw data is retrieved.
  • raw data extractor 216 may retrieve the located raw data from raw data 204 .
  • the extracted raw data is transformed.
  • raw data transformer 218 of application 208 may cause the extracted raw data of raw data 204 to be transformed responsive to the separate transformation engine 206 .
  • the relevant transformation engine 206 is identified.
  • raw data transformer 218 may identify the relevant transformation engine 206 , and/or the relevant presentation rules thereof, using at least one parameter 118 , using a transform identification (e.g., a transformation engine identifier) in additional information 212 , using a global setting of application 208 , and so forth.
  • the identified transformation engine is applied to the retrieved raw data.
  • raw data transformer 218 may apply the identified transformation engine 206 , including a set of presentation rules thereof, to the retrieved raw data of raw data 204 to produce result 120 .
  • Raw data transformer 218 can cause transformation engine 206 to perform this transformation without knowing any specifics about the contents of transformation engine 206 .
  • the transformed raw data, or field result is presented as part of the data stream presentation of the presented file.
  • application 208 may present result 120 , which comprises the transformed raw data, as presentation data 106 for field 108 as part of presented file 102 .
  • the actions of flow diagram 300 may be performed in orders that vary from those that are illustrated.
  • the transforming of block 308 may be performed prior to or completely or partially overlapping with the extracting of block 306 .
  • only those portions of the raw data that are to remain after any filtering need be fully extracted.
  • FIG. 4 is a block diagram of an example interpretation of an embedded field 108 .
  • a field 108 includes a field type 116 and at least one parameter 118 .
  • field type 116 comprises a transform reference 402 field type
  • parameter(s) 118 includes at least a raw data reference 404 .
  • Field interpreter 214 ascertains that field type 116 is a transform reference field type 402 as indicated by arrow 408 .
  • field 108 is determined based on raw data reference 404 and responsive to (i) raw data 204 (of FIG. 2 ) that is referenced by raw data reference 404 and (ii) transformation engine 206 .
  • Field interpreter 214 provides raw data reference 404 to raw data extractor 216 as indicated by arrow 410 .
  • Field interpreter 214 also provides transform identification 406 to raw data transformer 218 as indicated by arrow 412 .
  • Three example locations at which transform identification 406 may be found are illustrated. These examples include parameter(s) 118 , additional information 212 , and application 208 .
  • transform identification 406 may alternatively be located within or in association with other component(s).
  • raw data transformer 218 may alternatively be capable of independently acquiring transform identification 406 from any location.
  • FIG. 5 is a block diagram of an example extraction of raw data 204 for the embedded field.
  • raw data 204 includes one or more data items 502 .
  • raw data 204 includes “k” data items 502 ( 1 . . . k): item # 1 502 ( 1 ), item # 2 502 ( 2 ) . . . item #k 502 ( k ).
  • Each data item 502 corresponds to a data item type.
  • data item # 1 502 ( 1 ) corresponds to data item type “ ⁇ ”
  • data item # 2 502 ( 2 ) corresponds to data item type “ ⁇ ”
  • data item #k 502 ( k ) also corresponds to data item type “ ⁇ ”.
  • Data item types are described further herein below with particular reference to FIGS. 6 and 7 .
  • Data items 502 include one or more respective tag fields 504 and associated respective data 506 , which are referred to herein as tag-data couplets.
  • data item #k 502 ( k ) includes “n” respective tag fields 504 that are associated with “n” respective data entries 506 .
  • tag field # 1 is associated with data entry # 1
  • tag field # 2 is associated with data entry # 2
  • tag field # 3 is associated with data entry # 3
  • tag field #n is associated with data entry #n.
  • the manner in which tag fields 504 are utilized by raw data transformer 218 is described further herein below with particular reference to FIG. 6 .
  • raw data reference 404 references data item #k 502 ( k ).
  • Raw data reference 404 can comprise a link, a pointer, an address, a universal resource locator, a uniform resource locator, some combination thereof, and so forth.
  • Raw data extractor 216 uses raw data reference 404 to locate and then retrieve data item #k 502 ( k ) as indicated by arrow portion 508 .
  • Data item #k 502 ( k ), or at least a portion thereof, is then provided to raw data transformer 218 as indicated by arrow portion 510 .
  • FIG. 6 is a block diagram of an example transformation of the extracted raw data 204 .
  • raw data transformer 218 applies data item #k 502 ( k ) to transformation engine 206 as indicated by arrow 604 .
  • transformation engine 206 includes a filter, order, and/or format capability 602 .
  • the specifics of filter, order, and/or format capability 602 are unknown to raw data transformer 218 .
  • Filter, order, and/or format capability 602 is adapted so as to filter, order, and/or format data item #k 502 ( k ) with respect to tag fields 504 , in accordance with a selected set of presentation rules, and responsive to a data item type of data item #k 502 ( k ).
  • the selected set of presentation rules pertaining to data item type “ ⁇ ” is applied to data item #k 502 ( k ) because it is of data item type “ ⁇ ”.
  • presentation rules can stipulate which tag fields 504 are filtered out, how the remaining tag fields 504 are ordered, and how the surviving data entries 506 are formatted.
  • tag-data couplets e.g., respective tag fields 504 that are associated with respective data entries 506
  • tag-data couplets may be filtered, ordered, and/or formatted. More specifically, one or more individual tag-data couplets may be filtered out (e.g., removed and/or excluded from presentation).
  • tag-data couplets may be reordered into a prescribed order.
  • tag-data couplets may be formatted such that the presented text is centered, bolded, italicized, underlined, spaced appropriately, capitalized, punctuated, some combination thereof, and so forth.
  • filter, order, and/or format capability 602 of transformation engine 206 produces result 120 , which is presented as presentation data 106 .
  • the tag-data couplets from # 1 to #n have been filtered out except for the tag-data couplets # 1 , # 3 , and #m as shown at result 120 .
  • These couplets have also been re-ordered as follows: tag-data couplet # 3 , tag-data couplet # 1 , and tag-data couplet #m.
  • the data entries 506 may also be formatted individually or as a group to produce the final appearance for presentation data 106 .
  • result 120 is shown as including tag fields 504 in addition to data entries 506 , result 120 may alternatively be streamlined by omitting tag fields 504 such that result 120 is effectively equivalent to presentation data 106 . Consequently, result 120 may be presented as presentation data 106 without first stripping out tag fields 504 .
  • FIG. 7 is a block diagram of an example transformation engine 206 .
  • transformation engine 206 includes at least one set of presentation rules 702 .
  • transformation engine 206 includes four (4) sets of presentation rules 702 : presentation rules A 702 (A), presentation rules B 702 (B), presentation rules C 702 (C), and presentation rules D 702 (D).
  • presentation rules A 702 A
  • presentation rules B 702 B
  • presentation rules C 702 C
  • presentation rules D 702 D
  • transformation engine 206 may alternatively have fewer or more than four sets of presentation rules 702 .
  • presentation rules A 702 (A) includes rule subsets 704 that target data items of type ⁇ , type ⁇ , type ⁇ . . . type ⁇ .
  • the presentation rule subsets 704 for each data item type may include their own set of filter, order, and/or format capability 602 . Consequently, data entries 506 that are associated with the same kind of tag field 504 may be filtered, ordered, and/or formatted differently if they are part of data items 502 that correspond to different data item types. This is further explained by way of example in the following section with the bibliographic-related examples.
  • Transform identification 406 may identify an individual set of presentation rules 702 of a transformation engine 206 . If the set of presentation rules 702 is globally established (e.g., by application 208 or additional information 212 ), then fields 108 of the transform reference 402 field type are each presented in accordance with the globally established set of presentation rules 702 . Alternatively, the set of presentation rules 702 to be used may be established for each field (e.g., with a parameter 118 ), for each section or area of a file (e.g., also possibly identified in additional information 212 ), or in any other manner.
  • the set of presentation rules 702 to be used may be established for each field (e.g., with a parameter 118 ), for each section or area of a file (e.g., also possibly identified in additional information 212 ), or in any other manner.
  • presentation rule subsets 704 may differ.
  • presentation rules C 702 (C) does not include a presentation rules subset 704 for data items 502 of type ⁇ , but it does have a presentation rules subset 704 for data items 502 of type ⁇ .
  • presentation rules D 702 (D) only includes presentation rule subsets 704 for data items 502 of types ⁇ , ⁇ , ⁇ , and ⁇ .
  • a presentation rule subset 704 for a given data item type may be exclusive to a single set of presentation rules 702 .
  • Other combinations and permutations of presentation rule sets 702 and presentation rule subsets 704 are possible.
  • An example application for determining fields, in accordance with certain implementations as described herein above, is in a bibliographic context.
  • bibliographic data for cited sources may be entered once, and the bibliographic data may subsequently be used for footnotes, endnotes, and so forth.
  • a user can retrieve bibliographic data for a citation or bibliography entry to a given source whenever that source data has been entered.
  • cited sources within a presentable file 202 are included within data stream information 210 as fields 108 having a field type 116 of transform reference 402 .
  • bibliographic data may be extracted from raw data 204 .
  • the raw bibliographic data 204 may be transformed in accordance with an established presentation rule 702 .
  • the presented file 102 may then be re-purposed merely be selecting a different presentation rule 702 .
  • the user can insert a citation or bibliographic entry, pulling raw data (the source data) and transforming it according to a documentation style such as MLA or APA. After a citation or bibliographic entry is inserted, it can be repurposed by selecting a different documentation style (transform).
  • FIG. 8 is a block diagram that provides bibliographic-related examples for the more general concepts and terms illustrated in FIGS. 1-7 .
  • the bibliographic-related examples and realizations are annotated in the illustration of FIG. 8 with italicized text.
  • FIG. 8 includes raw data 204 and transformation engine 206 .
  • raw data 204 may be implemented in various ways, in a described implementation raw data 204 comprises an extensible markup language (XML) file or a portion of a file that is configured in accordance with XML.
  • transformation engine 206 comprises an extensible stylesheet language (XSLT) file or a portion of a file that is configured in accordance with XSLT in a described implementation. However, either may be realized using other mechanism(s).
  • XML extensible markup language
  • XSLT extensible stylesheet language
  • Using a non-proprietary, open standard such as XML and XSLT enables a user to create, edit, etc. raw data 204 and/or transformation engine 206 without
  • Transformation engine 206 (e.g., as an XSLT or other non-proprietary file) is installed and/or called by application 208 .
  • application 208 need not be used to create or modify a transformation engine 206 .
  • a user may utilize any program that is capable of generating a file that adheres to or comports with the schema 220 that specifies available format(s) for transformation engine 206 .
  • a transformation engine 206 that is generated by an unknown file can be installed and/or called by application 208 to determine fields in presentable files.
  • a word processing program realization of application 208 may install or call any transformation engine 206 that comports with the specified schema 220 , regardless of how the transformation engine 206 was created.
  • raw data 204 may comprise a master bibliographic data file and/or a portion of additional information 212 of presentable file 202 .
  • a user may enter bibliographic data directly into a master file and have cited portions thereof copied into additional information 212 .
  • a user may enter bibliographic data directly into additional information 212 (e.g., via an application 208 ) and have the bibliographic data of the newly-entered citations copied into the master file for subsequent use.
  • inclusion of bibliographic data in additional information 212 is an optional implementation.
  • Raw data 204 includes at least one data item 502 .
  • raw data 204 includes data item #k 502 ( k ) of type ⁇ .
  • data item #k 502 ( k ) comprises an individual bibliographic source #k that is being cited
  • the type ⁇ comprises a source type such as a book.
  • Other example bibliographic source types include, but are not limited to: periodicals, journals, broadcast programs, conference proceedings, speeches, journal articles, magazine or newspaper articles, sound recordings, performances, theses/dissertations/reports, art works, musical compositions, internet sites, documents from internet sites, and so forth.
  • Data item #k 502 ( k ) typically includes multiple entries. Specifically, there are respective data entries 506 that are associated with respective tag fields 504 .
  • Tag field #n 504 is shown in this example as a title for the book that is the source for this data item 502 . Consequently, the associated data entry #n 506 comprises the actual title of source #k.
  • FIG. 8 Although only one tag-data couplet is shown in FIG. 8 , there are typically multiple such couplets. Additional example bibliographic-related realizations for tag fields 504 include, but are not limited to: author, publication date, pages, publisher, chapter title, article title, volume, issue, edition, URL, performer, writer, artist, version, director, and so forth.
  • the specific tag fields 504 that are supported may optionally vary by data item type.
  • transformation engine 206 comprises one or more bibliographic formatting standards.
  • each presentation rule 702 may be realized as an individual bibliographic formatting standard.
  • presentation rules A 702 (A) is realized as a set of rules that transforms raw bibliographic data into bibliographic data that comports with the American Psychological Association (APA) rules of documentation style.
  • APA American Psychological Association
  • Other example bibliographic-related realizations for presentation rules 702 include, but are not limited to the following bibliographic standards: Modern Language Association (MLA), Chicago Manual of Style, Turabian, Author-Date, and so forth.
  • transformation engine 206 can therefore be an XSLT for MLA, APA, etc. that is installed or called by a word processing application.
  • Other XSLTs for other bibliographic documentation styles can be created by users and then installed or called by the word processing application.
  • Such other transformation engine 206 realizations operate in conjunction with the word processing application as long as they are created so as to adhere to the specified schema 220 .
  • the word processing application need not understand the internal mechanics of a transformation engine, and the user need not create or modify the transformation engine with the word processing application.
  • presentation rules 702 tend to differ by source type, each source type has a corresponding item type presentation rule subset 704 . Consequently, book citations may be formatted differently from periodical citations.
  • item type ⁇ 704 is realized as a presentation rules subset 704 of APA that is targeted to transforming raw data for books into book citations that comport with the APA
  • item type ⁇ is realized as a presentation rules subset 704 of APA that is targeted to transforming raw data for periodicals into periodical citations that comport with the APA.
  • parameters in a presentation rules subset 704 stipulate which tag fields 504 are to be present in result 120 as well as their order. They may also stipulate the appropriate formatting, including capitalization and punctuation. More specifically, the parameters stipulate which ones of data entries 506 are to be presented as presentation data 106 of presented file 102 .
  • a transformation engine is created in accordance with a selected open standard (e.g., XSTL) so as to adhere to a given schema.
  • the given schema is associated with a given application.
  • the given schema specifies a format for transformation engines with which the given application is capable of interoperating.
  • the given application is adapted to apply the transformation engine to fields of a presentable file (e.g., by installing and/or calling the transformation engine).
  • the fields may be determined by the given application based on a field type and at least one parameter of the field, as well as responsive to raw data and the transformation engine. This determination may be effectuated by the application even if the application is unaware of the internal mechanics of the transformation engine.
  • the transformation engine may be created, modified, etc. by a user without utilizing the given application.
  • the creation and/or modification is performed such that the resulting transformation engine comports with the given schema.
  • the user may utilize any program that is capable of manipulating files for transformation engines.
  • the fields being determined can be bibliographic-related entries for a word processing document.
  • the raw data which may be formatted in accordance with an open standard such as XML, may include bibliographic-related data.
  • the transformation engine may comprise one or more bibliographic citation styles, such as APA and MLA. A user may create his or her own bibliographic citation style or modify a documented one without utilizing the word processing application.
  • the word processing application may determine bibliographic-related fields of the word processing document by applying a transformation engine comprising at least one bibliographic citation style without the word processing application having to understand details of the internal mechanics of the transformation engine.
  • FIG. 9 illustrates an example computing (or general device) operating environment 900 that is capable of (fully or partially) implementing at least one system, device, apparatus, component, arrangement, protocol, approach, method, procedure, media, application programming interface (API), some combination thereof, etc. for extensible markup language schemas for bibliographies and citations as described herein.
  • Operating environment 900 may be utilized in the computer and network architectures described below.
  • Example operating environment 900 is only one example of an environment and is not intended to suggest any limitation as to the scope of use or functionality of the applicable device (including computer, network node, entertainment device, mobile appliance, general electronic device, etc.) architectures. Neither should operating environment 900 (or the devices thereof) be interpreted as having any dependency or requirement relating to any one or to any combination of components as illustrated in FIG. 9 .
  • implementations for extensible markup language schemas for bibliographies and citations may be realized with numerous other general purpose or special purpose device (including computing system) environments or configurations.
  • Examples of well known devices, systems, environments, and/or configurations that may be suitable for use include, but are not limited to, personal computers, server computers, thin clients, thick clients, personal digital assistants (PDAs) or mobile telephones, watches, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set-top boxes, programmable consumer electronics, video game machines, game consoles, portable or handheld gaming units, network PCs, videoconferencing equipment, minicomputers, mainframe computers, network nodes, distributed or multi-processing computing environments that include any of the above systems or devices, some combination thereof, and so forth.
  • PDAs personal digital assistants
  • Implementations for extensible markup language schemas for bibliographies and citations may be described in the general context of processor-executable instructions.
  • processor-executable instructions include routines, programs, protocols, objects, functions, interfaces, components, schemas, data structures, etc. that perform and/or enable particular tasks and/or implement particular abstract data types.
  • Realizations of extensible markup language schemas for bibliographies and citations may also be practiced in distributed processing environments where tasks are performed by remotely-linked processing devices that are connected through a communications link and/or network.
  • processor-executable instructions may be located in separate storage media, executed by different processors, and/or propagated over transmission media.
  • Example operating environment 900 includes a general-purpose computing device in the form of a computer 902 , which may comprise any (e.g., electronic) device with computing/processing capabilities.
  • the components of computer 902 may include, but are not limited to, one or more processors or processing units 904 , a system memory 906 , and a system bus 908 that couples various system components including processor 904 to system memory 906 .
  • Processors 904 are not limited by the materials from which they are formed or the processing mechanisms employed therein.
  • processors 904 may be comprised of semiconductor(s) and/or transistors (e.g., electronic integrated circuits (ICs)).
  • processor-executable instructions may be electronically-executable instructions.
  • the mechanisms of or for processors 904 , and thus of or for computer 902 may include, but are not limited to, quantum computing, optical computing, mechanical computing (e.g., using nanotechnology), and so forth.
  • System bus 908 represents one or more of any of many types of wired or wireless bus structures, including a memory bus or memory controller, a point-to-point connection, a switching fabric, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures.
  • bus architectures may include an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an Enhanced ISA (EISA) bus, a Video Electronics Standards Association (VESA) local bus, a Peripheral Component Interconnects (PCI) bus also known as a Mezzanine bus, some combination thereof, and so forth.
  • Computer 902 typically includes a variety of processor-accessible media. Such media may be any available media that is accessible by computer 902 or another (e.g., electronic) device, and it includes both volatile and non-volatile media, removable and non-removable media, and storage and transmission media.
  • processor-accessible media may be any available media that is accessible by computer 902 or another (e.g., electronic) device, and it includes both volatile and non-volatile media, removable and non-removable media, and storage and transmission media.
  • System memory 906 includes processor-accessible storage media in the form of volatile memory, such as random access memory (RAM) 910 , and/or non-volatile memory, such as read only memory (ROM) 912 .
  • RAM random access memory
  • ROM read only memory
  • a basic input/output system (BIOS) 914 containing the basic routines that help to transfer information between elements within computer 902 , such as during start-up, is typically stored in ROM 912 .
  • BIOS basic input/output system
  • RAM 910 typically contains data and/or program modules/instructions that are immediately accessible to and/or being presently operated on by processing unit 904 .
  • Computer 902 may also include other removable/non-removable and/or volatile/non-volatile storage media.
  • FIG. 9 illustrates a hard disk drive or disk drive array 916 for reading from and writing to a (typically) non-removable, non-volatile magnetic media (not separately shown); a magnetic disk drive 918 for reading from and writing to a (typically) removable, non-volatile magnetic disk 920 (e.g., a “floppy disk”); and an optical disk drive 922 for reading from and/or writing to a (typically) removable, non-volatile optical disk 924 such as a CD, DVD, or other optical media.
  • a hard disk drive or disk drive array 916 for reading from and writing to a (typically) non-removable, non-volatile magnetic media (not separately shown)
  • a magnetic disk drive 918 for reading from and writing to a (typically) removable, non-volatile magnetic disk 920 (e.g., a “floppy disk”
  • Hard disk drive 916 , magnetic disk drive 918 , and optical disk drive 922 are each connected to system bus 908 by one or more storage media interfaces 926 .
  • hard disk drive 916 , magnetic disk drive 918 , and optical disk drive 922 may be connected to system bus 908 by one or more other separate or combined interfaces (not shown).
  • the disk drives and their associated processor-accessible media provide non-volatile storage of processor-executable instructions, such as data structures, program modules, and other data for computer 902 .
  • example computer 902 illustrates a hard disk 916 , a removable magnetic disk 920 , and a removable optical disk 924
  • processor-accessible media may store instructions that are accessible by a device, such as magnetic cassettes or other magnetic storage devices, flash memory, compact disks (CDs), digital versatile disks (DVDs) or other optical storage, RAM, ROM, electrically-erasable programmable read-only memories (EEPROM), and so forth.
  • Such media may also include so-called special purpose or hard-wired IC chips.
  • any processor-accessible media may be utilized to realize the storage media of the example operating environment 900 .
  • processor-executable instructions may be stored on hard disk 916 , magnetic disk 920 , optical disk 924 , ROM 912 , and/or RAM 910 , including by way of general example, an operating system 928 , one or more application programs 930 , other program modules 932 , and program data 934 .
  • These processor-executable instructions may include, for example, a schema, the accessing of a schema, the modifying of a schema, the use of a schema to interpret and/or create a data structure, and so forth.
  • a user may enter commands and/or information into computer 902 via input devices such as a keyboard 936 and a pointing device 938 (e.g., a “mouse”).
  • Other input devices 940 may include a microphone, joystick, game pad, satellite dish, serial port, video camera, scanner, and/or the like.
  • input/output interfaces 942 are coupled to system bus 908 .
  • input devices and/or output devices may instead be connected by other interface and bus structures, such as a parallel port, a game port, a universal serial bus (USB) port, an infrared port, an IEEE 1394 (“Firewire”) interface, an IEEE 802.11 wireless interface, a Bluetooth® wireless interface, and so forth.
  • USB universal serial bus
  • IEEE 1394 IEEE 1394 (“Firewire”) interface
  • IEEE 802.11 wireless interface IEEE 802.11 wireless interface
  • Bluetooth® wireless interface a Bluetooth® wireless interface
  • a monitor/view screen 944 or other type of display device may also be connected to system bus 908 via an interface, such as a video adapter 946 .
  • Video adapter 946 (or another component) may be or may include a graphics card for processing graphics-intensive calculations and for handling demanding display requirements.
  • a graphics card includes a graphics processing unit (GPU), video RAM (VRAM), etc. to facilitate the expeditious display of graphics and performance of graphics operations.
  • other output peripheral devices may include components such as speakers (not shown) and a printer 948 , which may be connected to computer 902 via input/output interfaces 942 .
  • Computer 902 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computing device 950 .
  • remote computing device 950 may be a peripheral device, a personal computer, a portable computer (e.g., laptop computer, tablet computer, PDA, mobile station, etc.), a palm or pocket-sized computer, a watch, a gaming device, a server, a router, a network computer, a peer device, another network node, or another device type as listed above, and so forth.
  • remote computing device 950 is illustrated as a portable computer that may include many or all of the elements and features described herein with respect to computer 902 .
  • Logical connections between computer 902 and remote computer 950 are depicted as a local area network (LAN) 952 and a general wide area network (WAN) 954 .
  • LAN local area network
  • WAN wide area network
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, the Internet, fixed and mobile telephone networks, ad-hoc and infrastructure wireless networks, mesh networks, other wireless networks, gaming networks, some combination thereof, and so forth.
  • Such networks and logical and physical communications connections are additional examples of transmission media.
  • computer 902 When implemented in a LAN networking environment, computer 902 is usually connected to LAN 952 via a network interface or adapter 956 . When implemented in a WAN networking environment, computer 902 typically includes a modem 958 or other component for establishing communications over WAN 954 . Modem 958 , which may be internal or external to computer 902 , may be connected to system bus 908 via input/output interfaces 942 or any other appropriate mechanism(s). It is to be appreciated that the illustrated network connections are examples and that other manners for establishing communication link(s) between computers 902 and 950 may be employed.
  • remote application programs 960 reside on a memory component of remote computer 950 but may be usable or otherwise accessible via computer 902 .
  • application programs 930 and other processor-executable instructions such as operating system 928 are illustrated herein as discrete blocks, but it is recognized that such programs, components, and other instructions reside at various times in different storage components of computing device 902 (and/or remote computing device 950 ) and are executed by processor(s) 904 of computer 902 (and/or those of remote computing device 950 ).
  • Example implementations described herein relate generally to extensible markup language (XML) schemas for bibliographies and/or citations.
  • XML extensible markup language
  • certain implementations may be realized as data structure(s) comprising a schema, including portion(s) of an overall schema, for bibliographic information.
  • Other example implementations may be realized as at least one module that is capable of utilizing a schema for bibliographic information.
  • the data structures, modules, etc. may be embodied on or as part of a processor-accessible media.
  • FIG. 10 illustrates an example schema 1004 that defines a framework for bibliographic information 1002 and/or that enables utilization of the bibliographic information by a schema utilization module 1006 .
  • FIG. 10 is a block diagram including an application 208 , raw data 204 , a schema 1004 for bibliographic information, and a schema utilization module 1006 . Also illustrated at two example locations is bibliographic information (Bib Info) 1002 .
  • Bib Info bibliographic information
  • Application 208 provides access to a document 202 *.
  • the access may include creating, presenting, modifying, interpreting, etc. document 202 *.
  • Application 208 may be, for example, a text-based application such as a word processor, html editor, and so forth.
  • Document 202 * is a specific example of a presentable file 202 (of FIG. 2 ).
  • the bibliographic information 1002 of document 202 * may exist as part of embedded fields 108 (of FIG. 1 ), as part of additional information 212 (of FIG. 2 ), as part of some other portion of document 202 *, some combination thereof, and so forth.
  • Document 202 * may be saved according to a variety of different file formats and optionally according to a native programming language of the application 208 with which the document 202 * is originally created.
  • Raw data 204 is described generally herein above.
  • Raw data 204 may be document-embedded, may be part of a master list, and so forth.
  • Document-specific raw data 204 may be embedded as part of document 202 *.
  • a bibliographic information file that acts as a master list is discussed herein above with particular reference to FIG. 8 in the section entitled “Bibliographic-Related Example Implementations for Determining Fields”.
  • Raw data 204 includes bibliographic information 1002 .
  • Raw data 204 and thus bibliographic information 1002 , may be realized as part of a master list of bibliographic information, as bibliographic information that is embedded in a document (e.g., as shown with respect to document 202 *), and so forth.
  • bibliographic information 1002 may also exist at other locations, in other environments and/or contexts, in other formats, and so forth.
  • a raw data 204 master list is a file that includes many bibliographic entries for a user, for an application, for a computing device, some combination thereof, and so forth.
  • a raw data 204 master list includes bibliographic entries that are used and/or usable across multiple documents 202 *.
  • bibliographic entries may be entered first into a raw data 204 master list and then copied into a document 202 *.
  • bibliographic entries may be entered first into a document 202 * and then copied into a raw data 204 master list.
  • schema 1004 provides a framework for bibliographic information 1002 .
  • schema 1004 may define, explain, indicate, describe, etc. the layout, organization, interrelationships, permissible content, etc. of bibliographic information 1002 .
  • Schema 1004 may be incorporated as part of schema 220 (of FIG. 2 ) or as part of another schema, or schema 1004 may exist separately.
  • Schema 1004 enables understanding of raw data 204 having bibliographic information 1002 that exists in accordance with schema 1004 .
  • schema 1004 may comport with an extensible markup language (XML) formatting.
  • XML extensible markup language
  • a schema defining different source types for an example XML-based schema 1004 for bibliographic information 1002 is set forth and described below.
  • the example schema below defines which bibliographic source types can include which pieces of data.
  • the example schema also defines acceptable data format(s) (e.g., string, integer, a specially-defined type, etc.) for each of the pieces of data.
  • Schema utilization module 1006 is adapted to enable utilization of bibliographic information 1002 .
  • Examples of schema utilization include creation, modification, interpretation, application, etc. of a schema and/or of information that comports with a schema.
  • Schema utilization module 1006 may be part of (including being a plug-in of) application 208 or another software program (including an OS), or schema utilization module 1006 may be a stand-alone program. Regardless, schema utilization module 1006 may be configured to interact with another program. Such interaction may include, for example, being callable by another program, being a plug-in of another program, calling another program, and so forth.
  • a web service may create an add-on to the “Research and Reference” pane introduced in Microsoft® Word® 2003 (available from Microsoft® Corporation of Redmond, Wash.).
  • the web service accepts search criteria and returns matches with bibliographic metadata that conforms to schema 1004 .
  • the bibliographic information 1002 may then be inserted into the document 202 *.
  • an application 208 that is to present document 202 * may employ schema utilization module 1006 to interpret bibliographic information 1002 in accordance with schema 1004 .
  • application 208 may call schema utilization module 1006 so that schema 1004 may be utilized to create a data structure of bibliographic information 1002 that is formulated in accordance with schema 1004 .
  • the created data structure of bibliographic information 1002 may be a master list of raw data 204 , document-embedded raw data 204 , and so forth.
  • application 208 may call schema utilization module 1006 so that schema 1004 may be utilized to modify a data structure of bibliographic information 1002 that is formulated in accordance with schema 1004 .
  • a user may input source data for bibliographic information 1002 into document 202 * using application 208 (e.g., in conjunction with schema utilization module 1006 ).
  • the user may input the source data using a window (e.g., a dialog box or similar) having respective fields that are identified as corresponding to respective tagged parts (e.g., title, author, publication date, etc.) of a given source type (e.g., book, periodical article, etc.).
  • Example XML-based source types, along with tagged parts thereof, that may be utilized to create such an input window are described herein below in the section entitled “Extensible Markup Language-Based Descriptions of Source Types for bibliographies and Citations”.
  • the input source data may be automatically incorporated into bibliographic information 1002 that is configured in accordance with a schema 1004 for bibliographic information.
  • the bibliographic information 1002 may then be saved as part of document 202 * by application 208 .
  • an object-oriented programming model is provided to allow for manipulation of bibliographic information 1002 individually or in the context of a document 202 * via a set of APIs or object-oriented message calls either directly through one or more APIs or programmatically through other software application programs (e.g., a schema utilization module 1006 that enables manipulation of bibliographic information 1002 ) that is written according to a variety of programming languages.
  • Such programming languages include, for example C, C++, C#, Visual Basic, and the like.
  • the object-oriented programming model is configured according to that disclosed in U.S. patent application Ser. No. 11/______, (Docket Nos. MS1-2280US/MS#310673.01), filed on even date herewith and entitled “Programmable Object Models for bibliographies and Citations.”
  • a schema 1004 may be created, interpreted, modified or otherwise utilized by a schema utilization module 1006 .
  • Schema 1004 may be utilized by schema utilization module 1006 in accordance with the example bibliographic source schema provided below.
  • the example schema below includes seventeen (17) different bibliographic source types, which are: book, book section, journal article, article in a periodical, conference proceeding, report, sound recording, performance, art, document from an internet site, internet site, film, interview, patent, electronic source, case, and miscellaneous.
  • Example implementations for source types are described below. Although other formats may alternatively be used, the seventeen (17) example source types are presented below in an XML format.
  • the XML data tags may be used to populate a dialog box or similar user-input mechanism that is used in a word processing or other text-editing program.
  • the dialog box enables the acquisition of bibliographic source information or raw data for a master list, for document-embedded bibliographic information, and so forth.
  • Each bibliographic source can have a number of pieces of data associated with it, as specifically indicated below by data tags for each respective source type.
  • example XML that can be used to power a dialog box in an application 208 .
  • a user can enter notations for bibliographies and citations that conform to schema 1004 .
  • the example notations are separated into seventeen (17) portions with each respective portion corresponding to a respective bibliographic source type. However, more, fewer, and/or different source types may alternatively be included in a given XML notation set for bibliographies and citations.
  • example source types is primarily directed to respective sets of tagged parts that may correspond to or be associated with respective source types.
  • Each example tagged part is for an attribute of the respective source type and generally includes two sub-tags: a label and a data tag.
  • the source types may be combined into a forms collection.
  • the seventeen (17) example source types are: book, book section, journal article, article in a periodical, conference proceeding, report, sound recording, performance, art, document from an internet site, internet site, film, interview, patent, electronic source, case, and miscellaneous.
  • a book may be cited as a bibliographic source.
  • Example attributes for a book bibliographic source are: Author, Title, Year, City, State/Country, Publisher, Editor, Short Title, Volume, Number of Volumes, Translator, Standard Number, and Comments.
  • a book section may be cited as a bibliographic source.
  • Example attributes for a book section bibliographic source are: Author, Title, Book Author, Book Title, Year, Pages, City, State/Country, Publisher, Editor, Translator, Short Title, Volume, Number of volumes, Standard Number, and Comments.
  • journal article may be cited as a bibliographic source.
  • Example attributes for a journal article bibliographic source are: Author, Title, Journal Name, City, Month, Day, Year, Pages, Editor, Publisher, Volume, Issue, Short Title, Standard Number, and Comments.
  • Source Type #4 Article in a Periodical
  • An article in a periodical may be cited as a bibliographic source.
  • Example attributes for an article in a periodical bibliographic source are: Author, Title, Periodical Title, City, Month, Day, Year, Pages, Short Title, Editor, Publisher, Edition, Volume, Issue, Standard Number, and Comments.
  • Conference proceedings may be cited as a bibliographic source.
  • Example attributes for a conference proceeding bibliographic source are: Author, Title, Editor, Pages, Year, Conference Name, City, Publisher, Short Title, Volume, Standard Number, and Comments.
  • a report may be cited as a bibliographic source.
  • Example attributes for a report bibliographic source are: Author, Title, Year, Department, Institution, Publisher, City, Short Title, Pages, Report Type, Standard Number, and Comments.
  • a sound recording may be cited as a bibliographic source.
  • Example attributes for a sound recording bibliographic source are: Composer, Conductor, Performer, Artist, Title, Album Title, Produce Name, Production Company, Year, Medium, City, State/Country, Recording Number, Short Title, Standard Number, and Comments.
  • a performance may be cited as a bibliographic source.
  • Example attributes for a performance bibliographic source are: Title, Writer, Performer, Producer Name, Production Company, Director, Theater, City, State/Country, Month, Day, Year, Short Title, and Comments.
  • Art may be cited as a bibliographic source.
  • Example attributes for an art bibliographic source are: Artist, Title, Institution, Publication Title, City, State/Country, Publisher, Year, Pages, Short Title, and Comments.
  • Source Type #10 Document From Internet Site
  • a document from an internet site may be cited as a bibliographic source.
  • Example attributes for a document-from-an-internet-site bibliographic source are: Author, Title, Editor, Internet Site Title, Producer Name, Production Company, Month, Day, Year, Month Accessed, Day Accessed, Year Accessed, URL, Medium, Version, Short Title, Standard Number, and Comments.
  • Source Type #11 Internet Site
  • An internet site may be cited as a bibliographic source.
  • Example attributes for an internet site bibliographic source are: Author, Title, Internet Site Title, Editor, Producer Name, Production Company, Month, Day, Year, Month Accessed, Day Accessed, Year Accessed, URL, Medium, Version, Short Title, and Comments.
  • a film may be cited as a bibliographic source.
  • Example attributes for a film bibliographic source are: Title, Performer, Producer Name, Production Company, Director, Country, Distributor, Writer, Medium, Short Title, Year, Standard Number, and Comments.
  • An interview may be cited as a bibliographic source.
  • Example attributes for an interview bibliographic source are: Interviewee, Interview Title, Program Title, Interviewer, Month, Day, Year, Publisher, Broadcaster, Station, City, State/Country, Editor, Translator, Compiler, Pages, Short Title, Standard Number, and Comments.
  • a patent may be cited as a bibliographic source.
  • Example attributes for patent bibliographic sources are: Inventor, Title, Month, Day, Year, Country, Type, Patent Number, Short Title, Editor, Translator, and Comments.
  • Source Type #15 Electronic Source
  • An electronic source may be cited as a bibliographic source.
  • Example attributes for a bibliographic source that is from an electronic source are: Author, Title, Publication Title, City, State/Country, Editor, Producer Name, Production Company, Translator, Publisher, Edition, Medium, Volume, Month, Day, Year, Short Title, Standard Number, and Comments.
  • a case may be cited as a bibliographic source.
  • Example attributes for a case bibliographic source are: Author, Title, Year, Case Number, Reporter, Place Published, Court, Month, Day, Year, Counsel, Short Title, Abbreviated Case Number, and Comments.
  • a “miscellaneous” source may be cited as a bibliographic source.
  • Example attributes for miscellaneous bibliographic sources are: Author, Title, Publication Title, Month, Day, Year, City, State/Country, Publisher, Editor, Pages, Short Title, Volume, Edition, Issue, Translator, Compiler, Standard Number, and Comments.
  • FIGS. 1-10 The devices, actions, aspects, features, functions, procedures, modules, data structures, objects, components, etc. of FIGS. 1-10 are illustrated in diagrams that are divided into multiple blocks. However, the order, interconnections, interrelationships, layout, etc. in which FIGS. 1-10 are described and/or shown is not intended to be construed as a limitation, and any number of the blocks can be modified, combined, rearranged, augmented, omitted, etc. in any manner to implement one or more systems, methods, devices, procedures, media, apparatuses, schemas, APIs, arrangements, etc. for extensible markup language schemas for bibliographies and citations. Furthermore, although the description herein includes references to specific implementations (including a general device of FIG. 9 ), the illustrated and/or described implementations can be realized in any suitable hardware, software, firmware, or combination thereof.

Abstract

Extensible markup language schemas for bibliographies and citations facilitate utilization of bibliographic information. For example, a schema utilization module may enable the creation, modification, interpretation, etc. of a schema for bibliographic information. A schema utilization module may be an independent program, part of an application program, and so forth. A schema for bibliographic information defines a framework for bibliographic information. The bibliographic information may be embedded in a document, embodied as a master list, and so forth. In a described implementation, the schema for bibliographic information comports with an open-standard such as extensible markup language (XML). The schema enumerates multiple source types and the data types associated therewith. In another described implementation, employing a schema utilization module in conjunction with a schema for bibliographic information enables bibliographic source information to be created, inserted into a document as a citation, added to a master list, reused later, and so forth.

Description

    CROSS-REFERENCE(S) TO RELATED APPLICATION(S)
  • This U.S. patent application is a continuation-in-part (CIP) application of prior application Ser. No. 11/109,415 (Docket Nos. MS1-2279US/MS#310061.01), filed Apr. 19, 2005. Application Ser. No. 11/109,415 and application Ser. No. 11/______ (Docket Nos. MS1-2280US/MS#310673.01), which is filed on even date herewith and entitled “Programmable Object Models for Bibliographies and Citations”, are hereby incorporated by reference in their entirety herein.
  • COPYRIGHT NOTICE
  • A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
  • BACKGROUND
  • The ability to efficiently work with bibliographic information in conjunction with text-based applications is becoming increasingly important. This is particularly true as the number of sources cited within a given document increases and as the number of different types of available sources grows. Examples of text-based applications, which may be used to produce documents having citations, include word processors, hypertext markup language (html) editors, and so forth.
  • SUMMARY
  • Extensible markup language schemas for bibliographies and citations facilitate utilization of bibliographic information. For example, a schema utilization module may enable the creation, modification, interpretation, etc. of a schema for bibliographic information. A schema utilization module may be an independent program, part of an application program, and so forth. A schema for bibliographic information defines a framework for bibliographic information. The bibliographic information may be embedded in a document, may be embodied as a master list, and so forth. In a described implementation, the schema for bibliographic information is realized using an open-standard such as extensible markup language (XML). The schema enumerates multiple source types and the data types associated therewith. In another described implementation, employing a schema utilization module in conjunction with a schema for bibliographic information enables bibliographic source information to be created, to be inserted into a document as a citation, to be added to a master list, to be reused later, and so forth.
  • This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter. Moreover, other method, system, approach, apparatus, device, media, procedure, schema, application programming interface (API), arrangement, etc. implementations are described herein.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The same numbers are used throughout the drawings to reference like and/or corresponding aspects, features, and components.
  • FIG. 1 is a block diagram example of a presented file including presentation data resulting from a field.
  • FIG. 2 is a block diagram example of a presentable file and an application that is capable of presenting the presentable file using raw data and a transformation engine.
  • FIG. 3 is a flow diagram that illustrates an example of a method for presenting a presentable file having an embedded field.
  • FIG. 4 is a block diagram of an example interpretation of an embedded field.
  • FIG. 5 is a block diagram of an example extraction of raw data for the embedded field.
  • FIG. 6 is a block diagram of an example transformation of the extracted raw data.
  • FIG. 7 is a block diagram of an example transformation engine.
  • FIG. 8 is a block diagram that provides bibliographic-related examples for the more general concepts and terms illustrated in FIGS. 1-7.
  • FIG. 9 illustrates an example of a computing (or general device) operating environment that is capable of (wholly or partially) implementing at least one aspect of extensible markup language schemas for bibliographies and citations as described herein.
  • FIG. 10 illustrates an example schema that defines a framework for bibliographic information and/or that enables utilization of the bibliographic information.
  • DETAILED DESCRIPTION Introduction
  • With certain implementations that are described herein, bibliographic information may be input once, edited at will, and retrieved for reuse across different documents using open-standard technology, for example. Moreover, creating the bibliographic information in accordance with a schema can enable utilization of the bibliographic information in different environments. In a specific example implementation, extensible markup language schemas for bibliographies and citations are described herein.
  • Extensible markup language (XML) is a universal language that provides a way to identify, exchange, and process various kinds of data. For example, XML may be used to create documents that can be utilized by a variety of different application programs. Elements of an XML file typically have an associated namespace and schema. A namespace is a unique identifier for a collection of names that are used in XML documents to define element/attribute names and types. The name of a namespace is commonly used to uniquely identify each class of XML document. XML schemata (schema) provide a way to describe and validate data in an XML context. A schema indicates, for example, what elements and attributes are used to describe content in an XML document, where each element is allowed, what types of content are allowed within it, and/or which elements can appear within which other elements. The use of schemas can ensure that documents are structured in a consistent and predictable manner, which facilitates a standard document construction and enables subsequent interpretation of individual documents.
  • This description is separated into seven additional sections. The third, fifth, sixth, and seventh sections are particularly pertinent to this continuation-in-part patent application. A first section is related to FIGS. 1-3 and is entitled “General Example Implementations for Determining Fields”. A second section is related to FIGS. 4-7 and is entitled “Specific Example Implementations for Determining Fields”. A third section is related to FIG. 8 and is entitled “Bibliographic-Related Example Implementations for Determining Fields”. A fourth section is entitled “Conclusion for Determining Fields”. A fifth section references FIG. 9 and is entitled “Example Operating Environment for Computer or Other Device”. A sixth section is related to FIG. 10 and is entitled “Extensible Markup Language Schemas for Bibliographies and Citations”. The description of the seventh section, which is entitled “Extensible Markup Language-Based Descriptions of Source Types for Bibliographies and Citations”, interfaces with the description of the sixth section.
  • General Example Implementations for Determining Fields
  • Word processing documents, for example, can include embedded fields. Fields represent a portion of a document that is visibly represented by presentation data based on a field type and at least one field parameter. The presentation data can therefore change in response to changes in the value(s) of the at least one field parameter. There can be different types of fields for different purposes. Examples include a number of pages of a document, a name of the file of the document, the current date/time, a number for a (e.g., paragraph, outline, page, etc.) numbering feature, and so forth.
  • When the presentation of a word processing document is updated, the presentation data is likewise updated based on the at least one parameter. For example, if there is a field for a number of pages of a document, each time the document is updated for printing, the current number of pages of the document is inserted as the presentation data at the location of the embedded field.
  • With existing fields, the at least one field parameter pertains to intrinsically known or determinable information. For instance, the date and/or time are intrinsically known by a computing system. Also, the file name and the internal numbering operations are intrinsically determinable from the document itself Consequently, existing embedded field technology is limited and inflexible.
  • Thus, as described above, conventional embedded field technology is limited to field parameters that are determinable based on predetermined, intrinsic information. On the other hand, schemes, mechanisms, techniques, etc. that are described herein below are directed to determining fields for presentable files in a flexible and/or extensible manner.
  • In an example described implementation, a field can be a transform reference field type. A transformed reference field type indicates that referenced raw data is to be transformed, and the transformed raw data is then presented as the presentation data result of the field. A set of presentation rules may be selected from a transformation engine so that the referenced raw data is presented in a desired manner.
  • The transformation engine is independent of the application presenting the field, and the application is unaware of the specifics of the internal mechanics (e.g., the presentation rules) of the transformation engine. Moreover, a user can independently create or modify a transformation engine without utilizing the application, relying on the application, or even understanding details on how the application is to apply the transformation engine, as long as the created transformation engine adheres to or comports with a schema as promulgated for transformation engines generally. For example, using non-proprietary, open standards such as XML and XSLT enables a user to create, edit, etc. the raw data and the transformation engine, respectively, without involving the application.
  • Fields of a transform reference field type may be employed in a myriad of contexts. In an example context, a bibliographic feature employs transform reference field type schemes, mechanisms, techniques, etc. Raw data contains one or more bibliographic sources, and the transformation engine includes at least one set of presentation rules. Each presentation rule can implement a documented approach for citing bibliographic sources. Additionally, bibliographies and citations can be quickly repurposed by changing the selected set of presentation rules. This can cause the presentation of each cited bibliographic source to be changed accordingly.
  • FIG. 1 is a block diagram example of a presented file 102 having presentation data 106 resulting from a field 108. In a described implementation, presented file 102 comprises a data stream presentation 104 including presentation data 106. Presented file 102 may be from a presentable file of any type. Example presentable file types include a word processing file, a spreadsheet file, a slideshow file, an email file, a browser file, a multimedia file, some combination thereof, and so forth. Thus, data stream presentation 104 and presentation data 106 may comprise any number of symbols of any kind.
  • A data stream construction 110 for field 108 is illustrated. Data stream construction 110 may be represented as {(Field Type) (Field Parameter(s)) | [Result]}. The “Field Type” indicates a field type of many possible field types to which a given field 108 belongs. The “Field Parameter(s)” recite at least one field parameter that serves as an argument for the Field Type. The “Result” symbolizes the result of a function characterized by a Field Type and Field Parameter(s) pair.
  • By way of example only, the field type may be a paragraph reference number with the field parameter being a pointer to the referenced paragraph having a number. The result is therefore the current paragraph number of the referenced paragraph. For certain field types, the field parameter may be empty or omitted when the field type alone provides information that is sufficient to determine the result.
  • A logical construction 112 for field 108 is illustrated as a block diagram. Field 108 includes function information 114 and result 120. Function information 114 includes the pair of field type 116 and one or more parameters 118. When the function characterized by field type 116 and parameters 118 is evaluated or otherwise determined, result 120 is produced. When presented file 102 is updated, result 120 is presented as presentation data 106 as part of data stream presentation 104.
  • FIG. 2 is a block diagram example of a presentable file 202 and an application 208 that is capable of presenting the presentable file 202 using raw data 204 and a transformation engine 206. In a described implementation generally, application 208 determines result 120 of field 108 based on field type 116 and at least one parameter 118 and responsive to raw data 204 and transformation engine 206.
  • Presentable file 202 is the origin or underlying information for presented file 102 (of FIG. 1). In other words, the information in presentable file 202 enables an application to create data stream presentation 104 (of FIG. 1) when presentable file 202 is being presented. Presentable file 202 may be presented on a visual screen, on a print out, and so forth.
  • As illustrated, presentable file 202 includes data stream information 210 and additional information 212. Data stream presentation 104 is produced primarily from data stream information 210. Additional information 212, if present, contains additional information that is usable for manipulating, presenting, or otherwise utilizing data stream information 210 and/or the overall presentable file 202. For example, additional information 212 may include properties information, a change history, etc. for presentable file 202. Moreover, additional information 212 can contain all or a portion of raw data 204 and/or transformation engine 206 to enhance the portability of presentable file 202, as is described further herein below with particular reference to FIG. 8.
  • Raw data 204 and transformation engine 206 are also illustrated in FIG. 2. Raw data 204 includes data that is to be at least partially presented as presentation data 106 (of FIG. 1) for field 108. Transformation engine 206 includes presentation rules (not explicitly shown in FIG. 2) that transform raw data 204 into result 120. Transformation engine 206, in an example implementation, complies with an open standard so that individual users may elect to modify or augment a transformation engine provided by others or to create a new transformation engine without using application 208 (which may be of any general application type, including a word processing program such as Microsoft® Word from Microsoft® Corporation). Examples of raw data 204 are described further herein below with particular reference to FIGS. 5 and 6, and examples of transformation engine 206 (including presentation rules) are described further herein below with particular reference to FIGS. 6 and 7. Also, the transformation is described further herein below with particular reference to FIGS. 6 and 7.
  • Application 208, in a described implementation, includes field interpreter 214, raw data extractor 216, and raw data transformer 218. Field interpreter 214 is capable of interpreting field 108, especially function information 114. Raw data extractor 216 is capable of extracting raw data from raw data 204 in accordance with a parameter 118 that contains a reference to raw data 204. Raw data transformer 218 is capable of transforming the extracted raw data in accordance with one or more presentation rules of transformation engine 206 without being in direct control of the transformation.
  • Raw data transformer 218 is capable of applying transformation engine 206 to the extracted data of raw data 204 without being aware of the internal mechanics (including the specifics of any included presentation rules) of transformation engine 206. Hence, result 120 of field 108 can be independent of application 208. A schema 220 is known to application 208, and application 208 is adapted to interoperate with transformation engines 206 that adhere to/comport with schema 220. Schema 220 specifies one or more formats for transformation engine 206. Consequently, as long as transformation engine 206 adheres to/comports with schema 220, raw data transformer 218 is capable of applying transformation engine 206 to raw data 204 without being aware of the internal mechanics thereof. It should be understood that application 208 may also be capable of independently interpreting other (e.g., traditional) fields 108 without relying on raw data 204 or a transformation engine 206.
  • As illustrated in the example block diagram of FIG. 2, raw data 204 and transformation engine 206 are separate from presentable file 202 and application 208. By way of example, raw data 204 may be a separate file, such as a separate master raw data file. Also, transformation engine 206 may be an independent file, a separate program, a plug-in module, an operating system (OS) feature, and so forth. As noted above, however, all or a portion of raw data 204 and/or transformation engine 206 may alternatively be included as part of additional information 212.
  • In fact, in a described implementation, at least a portion of raw data 204 is stored as part of additional information 212, and at least a portion of transformation engine 206 may be utilized by application 208 when transforming referenced raw data 204 to produce result 120. With such an implementation, at least the relevant (e.g., referenced) raw data of raw data 204 is transportable as part of presentable file 202. Consequently, a presentable file 202 may be e.g. emailed to a recipient with the relevant raw data being included as part of presentable file 202. Similarly, if the recipient has an application 208 that is expected to access and properly present presentable file 202, the inclusion of at least a portion of transformation engine 206 as a part of additional information 212 ensures that presentable file 202 can be presented in a manner intended by its creator.
  • FIG. 3 is a flow diagram 300 that illustrates an example of a method for presenting a presentable file having an embedded field. Flow diagram 300 includes five (5) “primary” blocks 302-310 and six (6) “secondary” blocks. Although the actions of flow diagram 300 may be performed in other environments and with a variety of hardware and software combinations, FIGS. 1 and 2 are used in particular to illustrate certain aspects and examples of the method. By way of example only, the actions of flow diagram 300 may be performed by an application 208 on a presentable file 202 using raw data 204 and transformation engine 206.
  • At block 302, data stream information of a presentable file is processed until an embedded field is encountered. For example, data stream information 210 of presentable file 202 may be processed into data stream presentation 104 of presented file 102 until a field 108 is encountered.
  • At block 304, the field is interpreted. For example, field interpreter 214 of application 208 may interpret field 108. More specifically, at block 304(1), a field type is ascertained. For instance, field interpreter 214 may ascertain field type 116 of function information 114. At block 304(2), one or more parameters 118 are acquired. For instance, field interpreter 214 may acquire parameter(s) 118 of function information 114.
  • In a described implementation, field type 116 comprises a transform reference field type 116. This indicates to field interpreter 214 that a reference points to raw data, which is to be transformed prior to presentation. Thus, at least one parameter 118 comprises a reference to raw data 204. Another parameter 118 may identify all or part of transformation engine 206. Alternatively, a transformation engine 206 that is to be employed for a presentable file 202 may be identified (and optionally contained) in the additional information 212. As another example, transformation engine 206 may be identified by a global setting that is set by or through application 208.
  • At block 306, raw data for the field is extracted. For example, raw data extractor 216 of application 208 may extract raw data for field 108 from raw data 204. More specifically, at block 306(1), raw data is located responsive to acquired parameter(s). For instance, raw data extractor 216 may locate raw data 204, and/or a portion thereof, responsive to at least one parameter 118 that includes a reference to the raw data. At block 306(2), the located raw data is retrieved. For instance, raw data extractor 216 may retrieve the located raw data from raw data 204.
  • At block 308, the extracted raw data is transformed. For example, raw data transformer 218 of application 208 may cause the extracted raw data of raw data 204 to be transformed responsive to the separate transformation engine 206. More specifically, at block 308(1), the relevant transformation engine 206 is identified. For instance, raw data transformer 218 may identify the relevant transformation engine 206, and/or the relevant presentation rules thereof, using at least one parameter 118, using a transform identification (e.g., a transformation engine identifier) in additional information 212, using a global setting of application 208, and so forth. At block 308(2), the identified transformation engine is applied to the retrieved raw data. For instance, raw data transformer 218 may apply the identified transformation engine 206, including a set of presentation rules thereof, to the retrieved raw data of raw data 204 to produce result 120. Raw data transformer 218 can cause transformation engine 206 to perform this transformation without knowing any specifics about the contents of transformation engine 206.
  • At block 310, the transformed raw data, or field result, is presented as part of the data stream presentation of the presented file. For example, application 208 may present result 120, which comprises the transformed raw data, as presentation data 106 for field 108 as part of presented file 102. The actions of flow diagram 300 may be performed in orders that vary from those that are illustrated. For example, the transforming of block 308 may be performed prior to or completely or partially overlapping with the extracting of block 306. Thus, in an example implementation, only those portions of the raw data that are to remain after any filtering need be fully extracted.
  • Specific Example Implementations for Determining Fields
  • FIG. 4 is a block diagram of an example interpretation of an embedded field 108. In a described implementation, a field 108 includes a field type 116 and at least one parameter 118. As illustrated, field type 116 comprises a transform reference 402 field type, and parameter(s) 118 includes at least a raw data reference 404.
  • Field interpreter 214 ascertains that field type 116 is a transform reference field type 402 as indicated by arrow 408. As such, field 108 is determined based on raw data reference 404 and responsive to (i) raw data 204 (of FIG. 2) that is referenced by raw data reference 404 and (ii) transformation engine 206.
  • Field interpreter 214 provides raw data reference 404 to raw data extractor 216 as indicated by arrow 410. Field interpreter 214 also provides transform identification 406 to raw data transformer 218 as indicated by arrow 412. Three example locations at which transform identification 406 may be found are illustrated. These examples include parameter(s) 118, additional information 212, and application 208. However, transform identification 406 may alternatively be located within or in association with other component(s). Also, raw data transformer 218 may alternatively be capable of independently acquiring transform identification 406 from any location.
  • FIG. 5 is a block diagram of an example extraction of raw data 204 for the embedded field. In a described implementation, raw data 204 includes one or more data items 502. As illustrated, raw data 204 includes “k” data items 502(1 . . . k): item # 1 502(1), item # 2 502(2) . . . item #k 502(k). Each data item 502 corresponds to a data item type. As shown, data item # 1 502(1) corresponds to data item type “Θ”, data item # 2 502(2) corresponds to data item type “Σ”, and data item #k 502(k) also corresponds to data item type “Θ”. Data item types are described further herein below with particular reference to FIGS. 6 and 7.
  • Data items 502 include one or more respective tag fields 504 and associated respective data 506, which are referred to herein as tag-data couplets. As illustrated, data item #k 502(k) includes “n” respective tag fields 504 that are associated with “n” respective data entries 506. In other words, tag field # 1 is associated with data entry # 1, tag field # 2 is associated with data entry # 2, tag field # 3 is associated with data entry # 3, and tag field #n is associated with data entry #n. The manner in which tag fields 504 are utilized by raw data transformer 218 is described further herein below with particular reference to FIG. 6.
  • As illustrated, raw data reference 404 references data item #k 502(k). Raw data reference 404 can comprise a link, a pointer, an address, a universal resource locator, a uniform resource locator, some combination thereof, and so forth. Raw data extractor 216 uses raw data reference 404 to locate and then retrieve data item #k 502(k) as indicated by arrow portion 508. Data item #k 502(k), or at least a portion thereof, is then provided to raw data transformer 218 as indicated by arrow portion 510.
  • FIG. 6 is a block diagram of an example transformation of the extracted raw data 204. In a described implementation, raw data transformer 218 applies data item #k 502(k) to transformation engine 206 as indicated by arrow 604. As illustrated, transformation engine 206 includes a filter, order, and/or format capability 602. The specifics of filter, order, and/or format capability 602 are unknown to raw data transformer 218.
  • Filter, order, and/or format capability 602 is adapted so as to filter, order, and/or format data item #k 502(k) with respect to tag fields 504, in accordance with a selected set of presentation rules, and responsive to a data item type of data item #k 502(k). In this example case, the selected set of presentation rules pertaining to data item type “Θ” is applied to data item #k 502(k) because it is of data item type “Θ”.
  • Generally, presentation rules can stipulate which tag fields 504 are filtered out, how the remaining tag fields 504 are ordered, and how the surviving data entries 506 are formatted. Specifically, tag-data couplets (e.g., respective tag fields 504 that are associated with respective data entries 506) may be filtered, ordered, and/or formatted. More specifically, one or more individual tag-data couplets may be filtered out (e.g., removed and/or excluded from presentation). Also, tag-data couplets may be reordered into a prescribed order. Furthermore, tag-data couplets may be formatted such that the presented text is centered, bolded, italicized, underlined, spaced appropriately, capitalized, punctuated, some combination thereof, and so forth.
  • Thus, filter, order, and/or format capability 602 of transformation engine 206 produces result 120, which is presented as presentation data 106. As illustrated in FIG. 6, the tag-data couplets from #1 to #n have been filtered out except for the tag-data couplets # 1, #3, and #m as shown at result 120. These couplets have also been re-ordered as follows: tag-data couplet # 3, tag-data couplet # 1, and tag-data couplet #m.
  • The data entries 506 may also be formatted individually or as a group to produce the final appearance for presentation data 106. Although result 120 is shown as including tag fields 504 in addition to data entries 506, result 120 may alternatively be streamlined by omitting tag fields 504 such that result 120 is effectively equivalent to presentation data 106. Consequently, result 120 may be presented as presentation data 106 without first stripping out tag fields 504.
  • FIG. 7 is a block diagram of an example transformation engine 206. In a described implementation, transformation engine 206 includes at least one set of presentation rules 702. As illustrated, transformation engine 206 includes four (4) sets of presentation rules 702: presentation rules A 702(A), presentation rules B 702(B), presentation rules C 702(C), and presentation rules D 702(D). However, transformation engine 206 may alternatively have fewer or more than four sets of presentation rules 702.
  • With reference to the set of presentation rules A 702(A), there is a different subset 704 of presentation rules for each data item type of multiple data item types. As illustrated, presentation rules A 702(A) includes rule subsets 704 that target data items of type Δ, type Σ, type Θ . . . type Ω. The presentation rule subsets 704 for each data item type may include their own set of filter, order, and/or format capability 602. Consequently, data entries 506 that are associated with the same kind of tag field 504 may be filtered, ordered, and/or formatted differently if they are part of data items 502 that correspond to different data item types. This is further explained by way of example in the following section with the bibliographic-related examples.
  • Transform identification 406 (of FIG. 4) may identify an individual set of presentation rules 702 of a transformation engine 206. If the set of presentation rules 702 is globally established (e.g., by application 208 or additional information 212), then fields 108 of the transform reference 402 field type are each presented in accordance with the globally established set of presentation rules 702. Alternatively, the set of presentation rules 702 to be used may be established for each field (e.g., with a parameter 118), for each section or area of a file (e.g., also possibly identified in additional information 212), or in any other manner.
  • Although both sets of presentation rules A and B 702(A and B) as illustrated in the transformation engine 206 of FIG. 7 apparently include the same presentation rule subsets 704, presentation rule subsets 704 may differ. For example, presentation rules C 702(C) does not include a presentation rules subset 704 for data items 502 of type Δ, but it does have a presentation rules subset 704 for data items 502 of type Φ. Also, presentation rules D 702(D) only includes presentation rule subsets 704 for data items 502 of types Δ, Σ, Θ, and Γ. Furthermore, a presentation rule subset 704 for a given data item type may be exclusive to a single set of presentation rules 702. Other combinations and permutations of presentation rule sets 702 and presentation rule subsets 704 are possible.
  • Bibliographic-Related Example Implementations for Determining Fields
  • An example application for determining fields, in accordance with certain implementations as described herein above, is in a bibliographic context. Bibliographic data for cited sources may be entered once, and the bibliographic data may subsequently be used for footnotes, endnotes, and so forth. A user can retrieve bibliographic data for a citation or bibliography entry to a given source whenever that source data has been entered.
  • Moreover, cited sources within a presentable file 202 are included within data stream information 210 as fields 108 having a field type 116 of transform reference 402. Accordingly, bibliographic data may be extracted from raw data 204. Additionally, the raw bibliographic data 204 may be transformed in accordance with an established presentation rule 702. The presented file 102 may then be re-purposed merely be selecting a different presentation rule 702. In other words, the user can insert a citation or bibliographic entry, pulling raw data (the source data) and transforming it according to a documentation style such as MLA or APA. After a citation or bibliographic entry is inserted, it can be repurposed by selecting a different documentation style (transform).
  • FIG. 8 is a block diagram that provides bibliographic-related examples for the more general concepts and terms illustrated in FIGS. 1-7. The bibliographic-related examples and realizations are annotated in the illustration of FIG. 8 with italicized text. FIG. 8 includes raw data 204 and transformation engine 206. Although raw data 204 may be implemented in various ways, in a described implementation raw data 204 comprises an extensible markup language (XML) file or a portion of a file that is configured in accordance with XML. Similarly, transformation engine 206 comprises an extensible stylesheet language (XSLT) file or a portion of a file that is configured in accordance with XSLT in a described implementation. However, either may be realized using other mechanism(s). Using a non-proprietary, open standard such as XML and XSLT enables a user to create, edit, etc. raw data 204 and/or transformation engine 206 without using application 208.
  • Transformation engine 206 (e.g., as an XSLT or other non-proprietary file) is installed and/or called by application 208. However, application 208 need not be used to create or modify a transformation engine 206. Instead, a user may utilize any program that is capable of generating a file that adheres to or comports with the schema 220 that specifies available format(s) for transformation engine 206. Hence, a transformation engine 206 that is generated by an unknown file can be installed and/or called by application 208 to determine fields in presentable files. For example, a word processing program realization of application 208 may install or call any transformation engine 206 that comports with the specified schema 220, regardless of how the transformation engine 206 was created.
  • In a described implementation, raw data 204 may comprise a master bibliographic data file and/or a portion of additional information 212 of presentable file 202. For example, a user may enter bibliographic data directly into a master file and have cited portions thereof copied into additional information 212. Alternatively, a user may enter bibliographic data directly into additional information 212 (e.g., via an application 208) and have the bibliographic data of the newly-entered citations copied into the master file for subsequent use. As noted above, inclusion of bibliographic data in additional information 212 is an optional implementation.
  • Raw data 204 includes at least one data item 502. As illustrated in FIG. 8, raw data 204 includes data item #k 502(k) of type Θ. In a bibliographic-related implementation, data item #k 502(k) comprises an individual bibliographic source #k that is being cited, and the type Θ comprises a source type such as a book. Other example bibliographic source types include, but are not limited to: periodicals, journals, broadcast programs, conference proceedings, speeches, journal articles, magazine or newspaper articles, sound recordings, performances, theses/dissertations/reports, art works, musical compositions, internet sites, documents from internet sites, and so forth.
  • Data item #k 502(k) typically includes multiple entries. Specifically, there are respective data entries 506 that are associated with respective tag fields 504. Tag field #n 504 is shown in this example as a title for the book that is the source for this data item 502. Consequently, the associated data entry #n 506 comprises the actual title of source #k. Although only one tag-data couplet is shown in FIG. 8, there are typically multiple such couplets. Additional example bibliographic-related realizations for tag fields 504 include, but are not limited to: author, publication date, pages, publisher, chapter title, article title, volume, issue, edition, URL, performer, writer, artist, version, director, and so forth. The specific tag fields 504 that are supported may optionally vary by data item type.
  • In a bibliographic-related implementation, transformation engine 206 comprises one or more bibliographic formatting standards. Thus, each presentation rule 702 may be realized as an individual bibliographic formatting standard. As illustrated, presentation rules A 702(A) is realized as a set of rules that transforms raw bibliographic data into bibliographic data that comports with the American Psychological Association (APA) rules of documentation style. Other example bibliographic-related realizations for presentation rules 702 include, but are not limited to the following bibliographic standards: Modern Language Association (MLA), Chicago Manual of Style, Turabian, Author-Date, and so forth.
  • In such a bibliographic-related implementation, transformation engine 206 can therefore be an XSLT for MLA, APA, etc. that is installed or called by a word processing application. Other XSLTs for other bibliographic documentation styles can be created by users and then installed or called by the word processing application. Such other transformation engine 206 realizations operate in conjunction with the word processing application as long as they are created so as to adhere to the specified schema 220. The word processing application need not understand the internal mechanics of a transformation engine, and the user need not create or modify the transformation engine with the word processing application.
  • Because presentation rules 702 tend to differ by source type, each source type has a corresponding item type presentation rule subset 704. Consequently, book citations may be formatted differently from periodical citations. As illustrated, item type Δ 704 is realized as a presentation rules subset 704 of APA that is targeted to transforming raw data for books into book citations that comport with the APA, and item type Σ is realized as a presentation rules subset 704 of APA that is targeted to transforming raw data for periodicals into periodical citations that comport with the APA.
  • In operation, parameters in a presentation rules subset 704 stipulate which tag fields 504 are to be present in result 120 as well as their order. They may also stipulate the appropriate formatting, including capitalization and punctuation. More specifically, the parameters stipulate which ones of data entries 506 are to be presented as presentation data 106 of presented file 102.
  • Conclusion for Determining Fields
  • In a described implementation, a transformation engine is created in accordance with a selected open standard (e.g., XSTL) so as to adhere to a given schema. The given schema is associated with a given application. The given schema specifies a format for transformation engines with which the given application is capable of interoperating.
  • Thus, the given application is adapted to apply the transformation engine to fields of a presentable file (e.g., by installing and/or calling the transformation engine). The fields may be determined by the given application based on a field type and at least one parameter of the field, as well as responsive to raw data and the transformation engine. This determination may be effectuated by the application even if the application is unaware of the internal mechanics of the transformation engine.
  • The transformation engine may be created, modified, etc. by a user without utilizing the given application. The creation and/or modification is performed such that the resulting transformation engine comports with the given schema. The user may utilize any program that is capable of manipulating files for transformation engines.
  • By way of example only, the fields being determined can be bibliographic-related entries for a word processing document. The raw data, which may be formatted in accordance with an open standard such as XML, may include bibliographic-related data. The transformation engine may comprise one or more bibliographic citation styles, such as APA and MLA. A user may create his or her own bibliographic citation style or modify a documented one without utilizing the word processing application. Regardless, the word processing application may determine bibliographic-related fields of the word processing document by applying a transformation engine comprising at least one bibliographic citation style without the word processing application having to understand details of the internal mechanics of the transformation engine.
  • Example Operating Environment for Computer or Other Device
  • FIG. 9 illustrates an example computing (or general device) operating environment 900 that is capable of (fully or partially) implementing at least one system, device, apparatus, component, arrangement, protocol, approach, method, procedure, media, application programming interface (API), some combination thereof, etc. for extensible markup language schemas for bibliographies and citations as described herein. Operating environment 900 may be utilized in the computer and network architectures described below.
  • Example operating environment 900 is only one example of an environment and is not intended to suggest any limitation as to the scope of use or functionality of the applicable device (including computer, network node, entertainment device, mobile appliance, general electronic device, etc.) architectures. Neither should operating environment 900 (or the devices thereof) be interpreted as having any dependency or requirement relating to any one or to any combination of components as illustrated in FIG. 9.
  • Additionally, implementations for extensible markup language schemas for bibliographies and citations may be realized with numerous other general purpose or special purpose device (including computing system) environments or configurations. Examples of well known devices, systems, environments, and/or configurations that may be suitable for use include, but are not limited to, personal computers, server computers, thin clients, thick clients, personal digital assistants (PDAs) or mobile telephones, watches, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set-top boxes, programmable consumer electronics, video game machines, game consoles, portable or handheld gaming units, network PCs, videoconferencing equipment, minicomputers, mainframe computers, network nodes, distributed or multi-processing computing environments that include any of the above systems or devices, some combination thereof, and so forth.
  • Implementations for extensible markup language schemas for bibliographies and citations may be described in the general context of processor-executable instructions. Generally, processor-executable instructions include routines, programs, protocols, objects, functions, interfaces, components, schemas, data structures, etc. that perform and/or enable particular tasks and/or implement particular abstract data types. Realizations of extensible markup language schemas for bibliographies and citations, as described in certain implementations herein, may also be practiced in distributed processing environments where tasks are performed by remotely-linked processing devices that are connected through a communications link and/or network. Especially but not exclusively in a distributed computing environment, processor-executable instructions may be located in separate storage media, executed by different processors, and/or propagated over transmission media.
  • Example operating environment 900 includes a general-purpose computing device in the form of a computer 902, which may comprise any (e.g., electronic) device with computing/processing capabilities. The components of computer 902 may include, but are not limited to, one or more processors or processing units 904, a system memory 906, and a system bus 908 that couples various system components including processor 904 to system memory 906.
  • Processors 904 are not limited by the materials from which they are formed or the processing mechanisms employed therein. For example, processors 904 may be comprised of semiconductor(s) and/or transistors (e.g., electronic integrated circuits (ICs)). In such a context, processor-executable instructions may be electronically-executable instructions. Alternatively, the mechanisms of or for processors 904, and thus of or for computer 902, may include, but are not limited to, quantum computing, optical computing, mechanical computing (e.g., using nanotechnology), and so forth.
  • System bus 908 represents one or more of any of many types of wired or wireless bus structures, including a memory bus or memory controller, a point-to-point connection, a switching fabric, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures may include an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an Enhanced ISA (EISA) bus, a Video Electronics Standards Association (VESA) local bus, a Peripheral Component Interconnects (PCI) bus also known as a Mezzanine bus, some combination thereof, and so forth.
  • Computer 902 typically includes a variety of processor-accessible media. Such media may be any available media that is accessible by computer 902 or another (e.g., electronic) device, and it includes both volatile and non-volatile media, removable and non-removable media, and storage and transmission media.
  • System memory 906 includes processor-accessible storage media in the form of volatile memory, such as random access memory (RAM) 910, and/or non-volatile memory, such as read only memory (ROM) 912. A basic input/output system (BIOS) 914, containing the basic routines that help to transfer information between elements within computer 902, such as during start-up, is typically stored in ROM 912. RAM 910 typically contains data and/or program modules/instructions that are immediately accessible to and/or being presently operated on by processing unit 904.
  • Computer 902 may also include other removable/non-removable and/or volatile/non-volatile storage media. By way of example, FIG. 9 illustrates a hard disk drive or disk drive array 916 for reading from and writing to a (typically) non-removable, non-volatile magnetic media (not separately shown); a magnetic disk drive 918 for reading from and writing to a (typically) removable, non-volatile magnetic disk 920 (e.g., a “floppy disk”); and an optical disk drive 922 for reading from and/or writing to a (typically) removable, non-volatile optical disk 924 such as a CD, DVD, or other optical media. Hard disk drive 916, magnetic disk drive 918, and optical disk drive 922 are each connected to system bus 908 by one or more storage media interfaces 926. Alternatively, hard disk drive 916, magnetic disk drive 918, and optical disk drive 922 may be connected to system bus 908 by one or more other separate or combined interfaces (not shown).
  • The disk drives and their associated processor-accessible media provide non-volatile storage of processor-executable instructions, such as data structures, program modules, and other data for computer 902. Although example computer 902 illustrates a hard disk 916, a removable magnetic disk 920, and a removable optical disk 924, it is to be appreciated that other types of processor-accessible media may store instructions that are accessible by a device, such as magnetic cassettes or other magnetic storage devices, flash memory, compact disks (CDs), digital versatile disks (DVDs) or other optical storage, RAM, ROM, electrically-erasable programmable read-only memories (EEPROM), and so forth. Such media may also include so-called special purpose or hard-wired IC chips. In other words, any processor-accessible media may be utilized to realize the storage media of the example operating environment 900.
  • Any number of program modules (or other units or sets of processor-executable instructions) may be stored on hard disk 916, magnetic disk 920, optical disk 924, ROM 912, and/or RAM 910, including by way of general example, an operating system 928, one or more application programs 930, other program modules 932, and program data 934. These processor-executable instructions may include, for example, a schema, the accessing of a schema, the modifying of a schema, the use of a schema to interpret and/or create a data structure, and so forth.
  • A user may enter commands and/or information into computer 902 via input devices such as a keyboard 936 and a pointing device 938 (e.g., a “mouse”). Other input devices 940 (not shown specifically) may include a microphone, joystick, game pad, satellite dish, serial port, video camera, scanner, and/or the like. These and other input devices are connected to processing unit 904 via input/output interfaces 942 that are coupled to system bus 908. However, input devices and/or output devices may instead be connected by other interface and bus structures, such as a parallel port, a game port, a universal serial bus (USB) port, an infrared port, an IEEE 1394 (“Firewire”) interface, an IEEE 802.11 wireless interface, a Bluetooth® wireless interface, and so forth.
  • A monitor/view screen 944 or other type of display device may also be connected to system bus 908 via an interface, such as a video adapter 946. Video adapter 946 (or another component) may be or may include a graphics card for processing graphics-intensive calculations and for handling demanding display requirements. Typically, a graphics card includes a graphics processing unit (GPU), video RAM (VRAM), etc. to facilitate the expeditious display of graphics and performance of graphics operations. In addition to monitor 944, other output peripheral devices may include components such as speakers (not shown) and a printer 948, which may be connected to computer 902 via input/output interfaces 942.
  • Computer 902 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computing device 950. By way of example, remote computing device 950 may be a peripheral device, a personal computer, a portable computer (e.g., laptop computer, tablet computer, PDA, mobile station, etc.), a palm or pocket-sized computer, a watch, a gaming device, a server, a router, a network computer, a peer device, another network node, or another device type as listed above, and so forth. However, remote computing device 950 is illustrated as a portable computer that may include many or all of the elements and features described herein with respect to computer 902.
  • Logical connections between computer 902 and remote computer 950 are depicted as a local area network (LAN) 952 and a general wide area network (WAN) 954. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, the Internet, fixed and mobile telephone networks, ad-hoc and infrastructure wireless networks, mesh networks, other wireless networks, gaming networks, some combination thereof, and so forth. Such networks and logical and physical communications connections are additional examples of transmission media.
  • When implemented in a LAN networking environment, computer 902 is usually connected to LAN 952 via a network interface or adapter 956. When implemented in a WAN networking environment, computer 902 typically includes a modem 958 or other component for establishing communications over WAN 954. Modem 958, which may be internal or external to computer 902, may be connected to system bus 908 via input/output interfaces 942 or any other appropriate mechanism(s). It is to be appreciated that the illustrated network connections are examples and that other manners for establishing communication link(s) between computers 902 and 950 may be employed.
  • In a networked environment, such as that illustrated with operating environment 900, program modules or other instructions that are depicted relative to computer 902, or portions thereof, may be fully or partially stored in a remote media storage device. By way of example, remote application programs 960 reside on a memory component of remote computer 950 but may be usable or otherwise accessible via computer 902. Also, for purposes of illustration, application programs 930 and other processor-executable instructions such as operating system 928 are illustrated herein as discrete blocks, but it is recognized that such programs, components, and other instructions reside at various times in different storage components of computing device 902 (and/or remote computing device 950) and are executed by processor(s) 904 of computer 902 (and/or those of remote computing device 950).
  • Extensible Markup Language Schemas for Bibliographies and Citations
  • Example implementations described herein relate generally to extensible markup language (XML) schemas for bibliographies and/or citations. For example, certain implementations may be realized as data structure(s) comprising a schema, including portion(s) of an overall schema, for bibliographic information. Other example implementations may be realized as at least one module that is capable of utilizing a schema for bibliographic information. The data structures, modules, etc. may be embodied on or as part of a processor-accessible media.
  • FIG. 10 illustrates an example schema 1004 that defines a framework for bibliographic information 1002 and/or that enables utilization of the bibliographic information by a schema utilization module 1006. As illustrated, FIG. 10 is a block diagram including an application 208, raw data 204, a schema 1004 for bibliographic information, and a schema utilization module 1006. Also illustrated at two example locations is bibliographic information (Bib Info) 1002.
  • Application 208 provides access to a document 202*. The access may include creating, presenting, modifying, interpreting, etc. document 202*. Application 208 may be, for example, a text-based application such as a word processor, html editor, and so forth. Document 202* is a specific example of a presentable file 202 (of FIG. 2). The bibliographic information 1002 of document 202* may exist as part of embedded fields 108 (of FIG. 1), as part of additional information 212 (of FIG. 2), as part of some other portion of document 202*, some combination thereof, and so forth. Document 202* may be saved according to a variety of different file formats and optionally according to a native programming language of the application 208 with which the document 202* is originally created.
  • Raw data 204 is described generally herein above. Raw data 204 may be document-embedded, may be part of a master list, and so forth. Document-specific raw data 204 may be embedded as part of document 202*. A bibliographic information file that acts as a master list is discussed herein above with particular reference to FIG. 8 in the section entitled “Bibliographic-Related Example Implementations for Determining Fields”.
  • Raw data 204 includes bibliographic information 1002. Raw data 204, and thus bibliographic information 1002, may be realized as part of a master list of bibliographic information, as bibliographic information that is embedded in a document (e.g., as shown with respect to document 202*), and so forth. Although not specifically illustrated in FIG. 10, bibliographic information 1002 may also exist at other locations, in other environments and/or contexts, in other formats, and so forth.
  • Generally, a raw data 204 master list is a file that includes many bibliographic entries for a user, for an application, for a computing device, some combination thereof, and so forth. Usually, a raw data 204 master list includes bibliographic entries that are used and/or usable across multiple documents 202*. Bibliographic entries may be entered first into a raw data 204 master list and then copied into a document 202*. Alternatively, bibliographic entries may be entered first into a document 202* and then copied into a raw data 204 master list.
  • In a described implementation, schema 1004 provides a framework for bibliographic information 1002. For example, schema 1004 may define, explain, indicate, describe, etc. the layout, organization, interrelationships, permissible content, etc. of bibliographic information 1002. Schema 1004 may be incorporated as part of schema 220 (of FIG. 2) or as part of another schema, or schema 1004 may exist separately. Schema 1004 enables understanding of raw data 204 having bibliographic information 1002 that exists in accordance with schema 1004.
  • By way of example only, schema 1004 may comport with an extensible markup language (XML) formatting. A schema defining different source types for an example XML-based schema 1004 for bibliographic information 1002 is set forth and described below. The example schema below defines which bibliographic source types can include which pieces of data. The example schema also defines acceptable data format(s) (e.g., string, integer, a specially-defined type, etc.) for each of the pieces of data.
  • Schema utilization module 1006 is adapted to enable utilization of bibliographic information 1002. Examples of schema utilization include creation, modification, interpretation, application, etc. of a schema and/or of information that comports with a schema. Schema utilization module 1006 may be part of (including being a plug-in of) application 208 or another software program (including an OS), or schema utilization module 1006 may be a stand-alone program. Regardless, schema utilization module 1006 may be configured to interact with another program. Such interaction may include, for example, being callable by another program, being a plug-in of another program, calling another program, and so forth. As a specific example, a web service may create an add-on to the “Research and Reference” pane introduced in Microsoft® Word® 2003 (available from Microsoft® Corporation of Redmond, Wash.). The web service accepts search criteria and returns matches with bibliographic metadata that conforms to schema 1004. The bibliographic information 1002 may then be inserted into the document 202*.
  • By way of example, an application 208 that is to present document 202*, which has been previously created by some program, may employ schema utilization module 1006 to interpret bibliographic information 1002 in accordance with schema 1004. As another example, application 208 may call schema utilization module 1006 so that schema 1004 may be utilized to create a data structure of bibliographic information 1002 that is formulated in accordance with schema 1004. The created data structure of bibliographic information 1002 may be a master list of raw data 204, document-embedded raw data 204, and so forth. Additionally, application 208 may call schema utilization module 1006 so that schema 1004 may be utilized to modify a data structure of bibliographic information 1002 that is formulated in accordance with schema 1004.
  • In one example, a user may input source data for bibliographic information 1002 into document 202* using application 208 (e.g., in conjunction with schema utilization module 1006). The user may input the source data using a window (e.g., a dialog box or similar) having respective fields that are identified as corresponding to respective tagged parts (e.g., title, author, publication date, etc.) of a given source type (e.g., book, periodical article, etc.). Example XML-based source types, along with tagged parts thereof, that may be utilized to create such an input window are described herein below in the section entitled “Extensible Markup Language-Based Descriptions of Source Types for Bibliographies and Citations”. The input source data may be automatically incorporated into bibliographic information 1002 that is configured in accordance with a schema 1004 for bibliographic information. The bibliographic information 1002 may then be saved as part of document 202* by application 208.
  • In some implementations, an object-oriented programming model is provided to allow for manipulation of bibliographic information 1002 individually or in the context of a document 202* via a set of APIs or object-oriented message calls either directly through one or more APIs or programmatically through other software application programs (e.g., a schema utilization module 1006 that enables manipulation of bibliographic information 1002) that is written according to a variety of programming languages. Such programming languages include, for example C, C++, C#, Visual Basic, and the like. In one example, the object-oriented programming model is configured according to that disclosed in U.S. patent application Ser. No. 11/______, (Docket Nos. MS1-2280US/MS#310673.01), filed on even date herewith and entitled “Programmable Object Models for Bibliographies and Citations.”
  • Example XML-Based Schema for Bibliographies and Citations
  • As described above, a schema 1004 may be created, interpreted, modified or otherwise utilized by a schema utilization module 1006. Schema 1004 may be utilized by schema utilization module 1006 in accordance with the example bibliographic source schema provided below.
  • Thus, the following is a description of an example schema associated with XML notations for bibliographies and citations. Although a specific example schema is set forth below, more, fewer, and/or different source types may alternatively be included in a given XML schema for bibliographies and citations. Furthermore, different interrelationships and data types may alternatively be defined by such a schema.
  • The example schema below includes seventeen (17) different bibliographic source types, which are: book, book section, journal article, article in a periodical, conference proceeding, report, sound recording, performance, art, document from an internet site, internet site, film, interview, patent, electronic source, case, and miscellaneous. The example schema is:
    <?xml version=“1.0” encoding=“utf-8” ?>
     <xsd:simpleType name=“String255”>
      <xsd:restriction base=“xsd:string”>
       <xsd:minLength value=“0” />
       <xsd:maxLength value=“255” />
      </xsd:restriction>
     </xsd:simpleType>
     <xsd:complexType name=“NameListType”>
      <xsd:sequence>
       <xsd:choice minOccurs=“0” maxOccurs=“unbounded”>
        <xsd:element name=“NameList” minOccurs=“1” maxOccurs=“1”>
         <xsd:complexType>
          <xsd:sequence>
           <xsd:element name=“Name” minOccurs=“1” maxOccurs=“unbounded”>
            <xsd:complexType>
             <xsd:sequence>
              <xsd:choice minOccurs=“0” maxOccurs=“unbounded”>
               <xsd:element name=“Last” type=“String255” />
               <xsd:element name=“First” type=“String255” />
               <xsd:element name=“Middle” type=“String255” />
              </xsd:choice>
             </xsd:sequence>
            </xsd:complexType>
           </xsd:element>
          </xsd:sequence>
         </xsd:complexType>
        </xsd:element>
       </xsd:choice>
      </xsd:sequence>
     </xsd:complexType>
     </xsd:complexType name=“SourceType”>
      <xsd:sequence>
       <xsd:choice minOccurs=“0” maxOccurs=“unbounded”>
        <xsd:element name=“AbbreviatedCaseNumber” type=“String255” />
        <xsd:element name=“AlbumTitle” type=“String255” />
        <xsd:element name=“Artist” type=“NameListType” />
        <xsd:element name=“Author” type=“NameListType” />
        <xsd:element name=“BookAuthor” type=“NameListType” />
        <xsd:element name=“BookTitle” type=“String255” />
        <xsd:element name=“CaseNumber” type=“String255” />
        <xsd:element name=“City” type=“String255” />
        <xsd:element name=“Comments” type=“String255” />
        <xsd:element name=“Compiler” type=“NameListType” />
        <xsd:element name=“Composer” type=“NameListType” />
        <xsd:element name=“Conductor” type=“NameListType” />
        <xsd:element name=“ConferenceName” type=“String255” />
        <xsd:element name=“Counsel” type=“NameListType” />
        <xsd:element name=“Country” type=“String255” />
        <xsd:element name=“Court” type=“String255” />
        <xsd:element name=“Day” type=“String255” />
        <xsd:element name=“DayAccessed” type=“String255” />
        <xsd:element name=“Department” type=“String255” />
        <xsd:element name=“Director” type=“NameListType” />
        <xsd:element name=“Distributor” type=“String255” />
        <xsd:element name=“Edition” type=“String255” />
        <xsd:element name=“Editor” type=“NameListType” />
        <xsd:element name=“Institution” type=“String255” />
        <xsd:element name=“Interviewee” type=“NameListType” />
        <xsd:element name=“Inventor” type=“NameListType” />
        <xsd:element name=“Issue” type=“String255” />
        <xsd:element name=“JournalName” type=“String255” />
        <xsd:element name=“MagOrNewsName” type=“String255” />
        <xsd:element name=“Manufacturer” type=“String255” />
        <xsd:element name=“Medium” type=“String255” />
        <xsd:element name=“Month” type=“String255” />
        <xsd:element name=“MonthAccessed” type=“String255” />
        <xsd:element name=“NumberVolumes” type=“String255” />
        <xsd:element name=“Pages” type=“String255” />
        <xsd:element name=“PatentNumber” type=“String255” />
        <xsd:element name=“Performer” type=“NameListType” />
        <xsd:element name=“PlacePublished” type=“String255” />
        <xsd:element name=“Producer” type=“String255” />
        <xsd:element name=“ProducerName” type=“NameListType” />
        <xsd:element name=“Publisher” type=“String255” />
        <xsd:element name=“Reporter” type=“NameListType” />
        <xsd:element name=“ShortTitle” type=“String255” />
        <xsd:element name=“Theater” type=“String255” />
        <xsd:element name=“ThesisType” type=“String255” />
        <xsd:element name=“Title” type=“String255” />
        <xsd:element name=“Translator” type=“NameListType” />
        <xsd:element name=“Type” type=“String255” />
        <xsd:element name=“URL” type=“String255” />
        <xsd:element name=“Version” type” String255” />
        <xsd:element name=“Volume” type=“String255” />
        <xsd:element name=“Writer” type=“NameListType” />
        <xsd:element name=“Year” type=“String255” />
        <xsd:element name=“YearAccessed” type=“String255” />
       </xsd:choice>
      </xsd:sequence>
      <xsd:attribute name=“type” use=“optional” default=“Book”>
       <xsd:simpleType>
        <xsd:restriction base=“String255”>
         <xsd:enumeration value=“Book” />
         <xsd:enumeration value=“BookSection” />
         <xsd:enumeration value=“JournalArticle” />
         <xsd:enumeration value=“MagOrNewsArticle” />
         <xsd:enumeration value=“ConferenceProceedings” />
         <xsd:enumeration value=“Report” />
         <xsd:enumeration value=“SoundRecording” />
         <xsd:enumeration value=“Performance” />
         <xsd:enumeration value=“Art” />
         <xsd:enumeration value=“DocumentFromInternetSite” />
         <xsd:enumeration value=“InternetSite” />
         <xsd:enumeration value=“Film” />
         <xsd:enumeration value=“Interview” />
         <xsd:enumeration value=“Patent” />
         <xsd:enumeration value=“ElectronicSource” />
         <xsd:enumeration value=“Case” />
         <xsd:enumeration value=“Misc” />
        </xsd:restriction>
       </xsd:simpleType>
      </xsd:attribute>
     </xsd:complexType>
     <xsd:element name=“Bibliography”>
      <xsd:complexType>
       <xsd:sequence>
        <xsd:element name=“Source” type=“SourceType” minOccurs=“1”
        maxOccurs=“unbounded” />
       </xsd:sequence>
      </xsd:complexType>
     </xsd:element>
    </xsd:schema>
  • Extensible Markup Language-Based Descriptions of Source Types for Bibliographies and Citations
  • Example implementations for source types are described below. Although other formats may alternatively be used, the seventeen (17) example source types are presented below in an XML format. By way of example only, the XML data tags may be used to populate a dialog box or similar user-input mechanism that is used in a word processing or other text-editing program. The dialog box enables the acquisition of bibliographic source information or raw data for a master list, for document-embedded bibliographic information, and so forth. Each bibliographic source can have a number of pieces of data associated with it, as specifically indicated below by data tags for each respective source type.
  • Thus, the following is a description of example XML that can be used to power a dialog box in an application 208. A user can enter notations for bibliographies and citations that conform to schema 1004. The example notations are separated into seventeen (17) portions with each respective portion corresponding to a respective bibliographic source type. However, more, fewer, and/or different source types may alternatively be included in a given XML notation set for bibliographies and citations.
  • The description below of example source types is primarily directed to respective sets of tagged parts that may correspond to or be associated with respective source types. Each example tagged part is for an attribute of the respective source type and generally includes two sub-tags: a label and a data tag. The source types may be combined into a forms collection.
  • The seventeen (17) example source types are: book, book section, journal article, article in a periodical, conference proceeding, report, sound recording, performance, art, document from an internet site, internet site, film, interview, patent, electronic source, case, and miscellaneous.
  • Source Type #1: Book
  • A book may be cited as a bibliographic source. Example attributes for a book bibliographic source are: Author, Title, Year, City, State/Country, Publisher, Editor, Short Title, Volume, Number of Volumes, Translator, Standard Number, and Comments.
  • An example XML portion for book bibliographic sources is:
    <Source type=“Book” display=“Book”>
      <Tag>
        <Label>Author</Label>
        <DataTag>b:Author/b:Author/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>State/Country</Label>
        <DataTag>b:StateOrCountry</DataTag>
      </Tag>
      <Tag>
        <Label>Publisher</Label>
        <DataTag>b:Publisher</DataTag>
      </Tag>
      <Tag>
        <Label>Editor</Label>
        <DataTag>b:Author/b:Editor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Volume</Label>
        <DataTag>b:Volume</DataTag>
      </Tag>
      <Tag>
        <Label>Number of volumes</Label>
        <DataTag>b:NumberVolumes</DataTag>
      </Tag>
      <Tag>
        <Label>Translator</Label>
        <DataTag>b:Author/b:Translator/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Standard Number</Label>
        <DataTag>b:StandardNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #2: Book Section
  • A book section may be cited as a bibliographic source. Example attributes for a book section bibliographic source are: Author, Title, Book Author, Book Title, Year, Pages, City, State/Country, Publisher, Editor, Translator, Short Title, Volume, Number of volumes, Standard Number, and Comments.
  • An example XML portion for book section bibliographic sources is:
    <Source type=“BookSection” display=“Book Section”>
      <Tag>
        <Label>Author</Label>
        <DataTag>b:Author/b:Author/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Book Author</Label>
    <DataTag>b:Author/b:BookAuthor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Book Title</Label>
        <DataTag>b:BookTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Pages</Label>
        <DataTag>b:Pages</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>State/Country</Label>
        <DataTag>b:StateOrCountry</DataTag>
      </Tag>
      <Tag>
        <Label>Publisher</Label>
        <DataTag>b:Publisher</DataTag>
      </Tag>
      <Tag>
        <Label>Editor</Label>
        <DataTag>b:Author/b:Editor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Translator</Label>
        <DataTag>b:Author/b:Translator/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Volume</Label>
        <DataTag>b:Volume</DataTag>
      </Tag>
      <Tag>
        <Label>Number of volumes</Label>
        <DataTag>b:NumberVolumes</DataTag>
      </Tag>
      <Tag>
        <Label>Standard Number</Label>
        <DataTag>b:StandardNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #3: Journal Article
  • A journal article may be cited as a bibliographic source. Example attributes for a journal article bibliographic source are: Author, Title, Journal Name, City, Month, Day, Year, Pages, Editor, Publisher, Volume, Issue, Short Title, Standard Number, and Comments.
  • An example XML portion for journal article bibliographic sources is:
    <Source type=“JournalArticle” display=“Journal Article”>
      <Tag>
        <Label>Author</Label>
        <DataTag>b:Author/b:Author/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Journal Name</Label>
        <DataTag>b:JournalName</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>Month</Label>
        <DataTag>b:Month</DataTag>
      </Tag>
      <Tag>
        <Label>Day</Label>
        <DataTag>b:Day</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Pages</Label>
        <DataTag>b:Pages</DataTag>
      </Tag>
      <Tag>
        <Label>Editor</Label>
        <DataTag>b:Author/b:Editor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Publisher</Label>
        <DataTag>b:Publisher</DataTag>
      </Tag>
      <Tag>
        <Label>Volume</Label>
        <DataTag>b:Volume</DataTag>
      </Tag>
      <Tag>
        <Label>Issue</Label>
        <DataTag>b:Issue</DataTag>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Standard Number</Label>
        <DataTag>b:StandardNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #4: Article in a Periodical
  • An article in a periodical may be cited as a bibliographic source. Example attributes for an article in a periodical bibliographic source are: Author, Title, Periodical Title, City, Month, Day, Year, Pages, Short Title, Editor, Publisher, Edition, Volume, Issue, Standard Number, and Comments.
  • An example XML portion for article-in-a-periodical bibliographic sources is:
    <Source type=“ArticleInAPeriodical” display=“Article in a Periodical”>
      <Tag>
        <Label>Author</Label>
        <DataTag>b:Author/b:Author/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Periodical Title</Label>
        <DataTag>b:PeriodicalTitle</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>Month</Label>
        <DataTag>b:Month</DataTag>
      </Tag>
      <Tag>
        <Label>Day</Label>
        <DataTag>b:Day</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Pages</Label>
        <DataTag>b:Pages</DataTag>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Editor</Label>
        <DataTag>b:Author/b:Editor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Publisher</Label>
        <DataTag>b:Publisher</DataTag>
      </Tag>
      <Tag>
        <Label>Edition</Label>
        <DataTag>b:Edition</DataTag>
      </Tag>
      <Tag>
        <Label>Volume</Label>
        <DataTag>b:Volume</DataTag>
      </Tag>
      <Tag>
        <Label>Issue</Label>
        <DataTag>b:Issue</DataTag>
      </Tag>
      <Tag>
        <Label>Standard Number</Label>
        <DataTag>b:StandardNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #5: Conference Proceedings
  • Conference proceedings may be cited as a bibliographic source. Example attributes for a conference proceeding bibliographic source are: Author, Title, Editor, Pages, Year, Conference Name, City, Publisher, Short Title, Volume, Standard Number, and Comments.
  • An example XML portion for conference proceeding bibliographic sources is:
       <Source type=“ConferenceProceedings” display=“Conference
    Proceedings”>
         <Tag>
           <Label>Author</Label>
           <DataTag>b:Author/b:Author/b:NameList</DataTag>
           <ToString>Author2String.XSL</ToString>
           <ToXML>Author2XML.XSL</ToXML>
           <Author>Yes</Author>
         </Tag>
         <Tag>
           <Label>Title</Label>
           <DataTag>b:Title</DataTag>
         </Tag>
         <Tag>
           <Label>Editor</Label>
           <DataTag>b:Author/b:Editor/b:NameList</DataTag>
           <ToString>Author2String.XSL</ToString>
           <ToXML>Author2XML.XSL</ToXML>
           <Author>Yes</Author>
         </Tag>
         <Tag>
           <Label>Pages</Label>
           <DataTag>b:Pages</DataTag>
         </Tag>
         <Tag>
           <Label>Year</Label>
           <DataTag>b:Year</DataTag>
         </Tag>
         <Tag>
           <Label>Conference Name</Label>
           <DataTag>b:ConferenceName</DataTag>
         </Tag>
         <Tag>
           <Label>City</Label>
           <DataTag>b:City</DataTag>
         </Tag>
         <Tag>
           <Label>Publisher</Label>
           <DataTag>b:Publisher</DataTag>
         </Tag>
         <Tag>
           <Label>Short Title</Label>
           <DataTag>b:ShortTitle</DataTag>
         </Tag>
         <Tag>
           <Label>Volume</Label>
           <DataTag>b:Volume</DataTag>
         </Tag>
         <Tag>
           <Label>Standard Number</Label>
           <DataTag>b:StandardNumber</DataTag>
         </Tag>
         <Tag>
           <Label>Comments</Label>
           <DataTag>b:Comments</DataTag>
         </Tag>
       </Source>
  • Source Type #6: Report
  • A report may be cited as a bibliographic source. Example attributes for a report bibliographic source are: Author, Title, Year, Department, Institution, Publisher, City, Short Title, Pages, Report Type, Standard Number, and Comments.
  • An example XML portion for report bibliographic sources is:
    <Source type=“Report” display=“Report”>
      <Tag>
        <Label>Author</Label>
        <DataTag>b:Author/b:Author/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Department</Label>
        <DataTag>b:Department</DataTag>
      </Tag>
      <Tag>
        <Label>Institution</Label>
        <DataTag>b:Institution</DataTag>
      </Tag>
      <Tag>
        <Label>Publisher</Label>
        <DataTag>b:Publisher</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Pages</Label>
        <DataTag>b:Pages</DataTag>
      </Tag>
      <Tag>
        <Label>Report Type</Label>
        <DataTag>b:ThesisType</DataTag>
      </Tag>
      <Tag>
        <Label>Standard Number</Label>
        <DataTag>b:StandardNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #7: Sound Recording
  • A sound recording may be cited as a bibliographic source. Example attributes for a sound recording bibliographic source are: Composer, Conductor, Performer, Artist, Title, Album Title, Produce Name, Production Company, Year, Medium, City, State/Country, Recording Number, Short Title, Standard Number, and Comments.
  • An example XML portion for sound recording bibliographic sources is:
    <Source type=“SoundRecording” display=“Sound Recording”>
      <Tag>
        <Label>Composer</Label>
        <DataTag>b:Author/b:Composer/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Conductor</Label>
        <DataTag>b:Author/b:Conductor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Performer</Label>
        <DataTag>b:Author/b:Performer/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Artist</Label>
        <DataTag>b:Author/b:Artist/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Album Title</Label>
        <DataTag>b:AlbumTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Producer Name</Label>
    <DataTag>b:Author/b:ProducerName/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Production Company</Label>
        <DataTag>b:ProductionCompany</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Medium</Label>
        <DataTag>b:Medium</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>State/Country</Label>
        <DataTag>b:StateOrCountry</DataTag>
      </Tag>
      <Tag>
        <Label>Recording Number</Label>
        <DataTag>b:RecordingNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Standard Number</Label>
        <DataTag>b:StandardNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #8: Performance
  • A performance may be cited as a bibliographic source. Example attributes for a performance bibliographic source are: Title, Writer, Performer, Producer Name, Production Company, Director, Theater, City, State/Country, Month, Day, Year, Short Title, and Comments.
  • An example XML portion for performance bibliographic sources is:
    <Source type=“Performance” display=“Performance”>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Writer</Label>
        <DataTag>b:Author/b:Writer/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Performer</Label>
        <DataTag>b:Author/b:Performer/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Producer Name</Label>
    <DataTag>b:Author/b:ProducerName/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Production Company</Label>
        <DataTag>b:ProductionCompany</DataTag>
      </Tag>
      <Tag>
        <Label>Director</Label>
        <DataTag>b:Author/b:Director/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Theater</Label>
        <DataTag>b:Theater</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>State/Country</Label>
        <DataTag>b:StateOrCountry</DataTag>
      </Tag>
      <Tag>
        <Label>Month</Label>
        <DataTag>b:Month</DataTag>
      </Tag>
      <Tag>
        <Label>Day</Label>
        <DataTag>b:Day</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #9: Art
  • Art may be cited as a bibliographic source. Example attributes for an art bibliographic source are: Artist, Title, Institution, Publication Title, City, State/Country, Publisher, Year, Pages, Short Title, and Comments.
  • An example XML portion for art bibliographic sources is:
    <Source type=“Art” display=“Art”>
      <Tag>
        <Label>Artist</Label>
        <DataTag>b:Author/b:Artist/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Institution</Label>
        <DataTag>b:Institution</DataTag>
      </Tag>
      <Tag>
        <Label>Publication Title</Label>
        <DataTag>b:PublicationTitle</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>State/Country</Label>
        <DataTag>b:StateOrCountry</DataTag>
      </Tag>
      <Tag>
        <Label>Publisher</Label>
        <DataTag>b:Publisher</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Pages</Label>
        <DataTag>b:Pages</DataTag>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #10: Document From Internet Site
  • A document from an internet site may be cited as a bibliographic source. Example attributes for a document-from-an-internet-site bibliographic source are: Author, Title, Editor, Internet Site Title, Producer Name, Production Company, Month, Day, Year, Month Accessed, Day Accessed, Year Accessed, URL, Medium, Version, Short Title, Standard Number, and Comments.
  • An example XML portion for bibliographic sources for documents from internet sites is:
      <Source type=“DocumentFromInternetSite” display=“Document
    From Internet Site”>
        <Tag>
          <Label>Author</Label>
          <DataTag>b:Author/b:Author/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Title</Label>
          <DataTag>b:Title</DataTag>
        </Tag>
        <Tag>
          <Label>Editor</Label>
          <DataTag>b:Author/b:Editor/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Internet Site Title</Label>
          <DataTag>b:InternetSiteTitle</DataTag>
        </Tag>
        <Tag>
          <Label>Producer Name</Label>
    <DataTag>b:Author/b:ProducerName/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Production Company</Label>
          <DataTag>b:ProductionCompany</DataTag>
        </Tag>
        <Tag>
          <Label>Month</Label>
          <DataTag>b:Month</DataTag>
        </Tag>
        <Tag>
          <Label>Day</Label>
          <DataTag>b:Day</DataTag>
        </Tag>
        <Tag>
          <Label>Year</Label>
          <DataTag>b:Year</DataTag>
        </Tag>
        <Tag>
          <Label>Month Accessed</Label>
          <DataTag>b:MonthAccessed</DataTag>
        </Tag>
        <Tag>
          <Label>Day Accessed</Label>
          <DataTag>b:DayAccessed</DataTag>
        </Tag>
        <Tag>
          <Label>Year Accessed</Label>
          <DataTag>b:YearAccessed</DataTag>
        </Tag>
        <Tag>
          <Label>URL</Label>
          <DataTag>b:URL</DataTag>
        </Tag>
        <Tag>
          <Label>Medium</Label>
          <DataTag>b:Medium</DataTag>
        </Tag>
        <Tag>
          <Label>Version</Label>
          <DataTag>b:Version</DataTag>
        </Tag>
        <Tag>
          <Label>Short Title</Label>
          <DataTag>b:ShortTitle</DataTag>
        </Tag>
        <Tag>
          <Label>Standard Number</Label>
          <DataTag>b:StandardNumber</DataTag>
        </Tag>
        <Tag>
          <Label>Comments</Label>
          <DataTag>b:Comments</DataTag>
        </Tag>
      </Source>
  • Source Type #11: Internet Site
  • An internet site may be cited as a bibliographic source. Example attributes for an internet site bibliographic source are: Author, Title, Internet Site Title, Editor, Producer Name, Production Company, Month, Day, Year, Month Accessed, Day Accessed, Year Accessed, URL, Medium, Version, Short Title, and Comments.
  • An example XML portion for internet site bibliographic sources is:
      <Source type=“InternetSite” display=“Internet Site”>
        <Tag>
          <Label>Author</Label>
          <DataTag>b:Author/b:Author/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Title</Label>
          <DataTag>b:Title</DataTag>
        </Tag>
        <Tag>
          <Label>Internet Site Title</Label>
          <DataTag>b:InternetSiteTitle</DataTag>
        </Tag>
        <Tag>
          <Label>Editor</Label>
          <DataTag>b:Author/b:Editor/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Producer Name</Label>
    <DataTag>b:Author/b:ProducerName/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Production Company</Label>
          <DataTag>b:ProductionCompany</DataTag>
        </Tag>
        <Tag>
          <Label>Month</Label>
          <DataTag>b:Month</DataTag>
        </Tag>
        <Tag>
          <Label>Day</Label>
          <DataTag>b:Day</DataTag>
        </Tag>
        <Tag>
          <Label>Year</Label>
          <DataTag>b:Year</DataTag>
        </Tag>
        <Tag>
          <Label>Month Accessed</Label>
          <DataTag>b:MonthAccessed</DataTag>
        </Tag>
        <Tag>
          <Label>Day Accessed</Label>
          <DataTag>b:DayAccessed</DataTag>
        </Tag>
        <Tag>
          <Label>Year Accessed</Label>
          <DataTag>b:YearAccessed</DataTag>
        </Tag>
        <Tag>
          <Label>URL</Label>
          <DataTag>b:URL</DataTag>
        </Tag>
        <Tag>
          <Label>Medium</Label>
          <DataTag>b:Medium</DataTag>
        </Tag>
        <Tag>
          <Label>Version</Label>
          <DataTag>b:Version</DataTag>
        </Tag>
        <Tag>
          <Label>Short Title</Label>
          <DataTag>b:ShortTitle</DataTag>
        </Tag>
        <Tag>
          <Label>Comments</Label>
          <DataTag>b:Comments</DataTag>
        </Tag>
      </Source>
  • Source Type #12: Film
  • A film may be cited as a bibliographic source. Example attributes for a film bibliographic source are: Title, Performer, Producer Name, Production Company, Director, Country, Distributor, Writer, Medium, Short Title, Year, Standard Number, and Comments.
  • An example XML portion for film bibliographic sources is:
      <Source type=“Film” display=“Film”>
        <Tag>
          <Label>Title</Label>
          <DataTag>b:Title</DataTag>
        </Tag>
        <Tag>
          <Label>Performer</Label>
          <DataTag>b:Author/b:Performer/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Producer Name</Label>
    <DataTag>b:Author/b:ProducerName/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Production Company</Label>
          <DataTag>b:ProductionCompany</DataTag>
        </Tag>
        <Tag>
          <Label>Director</Label>
          <DataTag>b:Author/b:Director/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Country</Label>
          <DataTag>b:Country</DataTag>
        </Tag>
        <Tag>
          <Label>Distributor</Label>
          <DataTag>b:Distributor</DataTag>
        </Tag>
        <Tag>
          <Label>Writer</Label>
          <DataTag>b:Author/b:Writer/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Medium</Label>
          <DataTag>b:Medium</DataTag>
        </Tag>
        <Tag>
          <Label>Short Title</Label>
          <DataTag>b:ShortTitle</DataTag>
        </Tag>
        <Tag>
          <Label>Year</Label>
          <DataTag>b:Year</DataTag>
        </Tag>
        <Tag>
          <Label>Standard Number</Label>
          <DataTag>b:StandardNumber</DataTag>
        </Tag>
        <Tag>
          <Label>Comments</Label>
          <DataTag>b:Comments</DataTag>
        </Tag>
      </Source>
  • Source Type #13: Interview
  • An interview may be cited as a bibliographic source. Example attributes for an interview bibliographic source are: Interviewee, Interview Title, Program Title, Interviewer, Month, Day, Year, Publisher, Broadcaster, Station, City, State/Country, Editor, Translator, Compiler, Pages, Short Title, Standard Number, and Comments.
  • An example XML portion for interview bibliographic sources is:
    <Source type=“Interview” display=“Interview”>
      <Tag>
        <Label>Interviewee</Label>
        <DataTag>b:Author/b:Interviewee/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Interview Title</Label>
        <DataTag>b:InterviewTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Program Title</Label>
        <DataTag>b:ProgramTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Interviewer</Label>
        <DataTag>b:Author/b:Interviewer/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Month</Label>
        <DataTag>b:Month</DataTag>
      </Tag>
      <Tag>
        <Label>Day</Label>
        <DataTag>b:Day</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Publisher</Label>
        <DataTag>b:Publisher</DataTag>
      </Tag>
      <Tag>
        <Label>Broadcaster</Label>
        <DataTag>b:Broadcaster</DataTag>
      </Tag>
      <Tag>
        <Label>Station</Label>
        <DataTag>b:Station</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>State/Country</Label>
        <DataTag>b:StateOrCountry</DataTag>
      </Tag>
      <Tag>
        <Label>Editor</Label>
        <DataTag>b:Author/b:Editor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Translator</Label>
        <DataTag>b:Author/b:Translator/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Compiler</Label>
        <DataTag>b:Author/b:Compiler/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Pages</Label>
        <DataTag>b:Pages</DataTag>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Standard Number</Label>
        <DataTag>b:StandardNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #14: Patent
  • A patent may be cited as a bibliographic source. Example attributes for patent bibliographic sources are: Inventor, Title, Month, Day, Year, Country, Type, Patent Number, Short Title, Editor, Translator, and Comments.
  • An example XML portion for patent bibliographic sources is:
    <Source type=“Patent” display=“Patent”>
      <Tag>
        <Label>Inventor</Label>
        <DataTag>b:Author/b:Inventor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Month</Label>
        <DataTag>b:Month</DataTag>
      </Tag>
      <Tag>
        <Label>Day</Label>
        <DataTag>b:Day</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Country</Label>
        <DataTag>b:Country</DataTag>
      </Tag>
      <Tag>
        <Label>Type</Label>
        <DataTag>b:Type</DataTag>
      </Tag>
      <Tag>
        <Label>Patent Number</Label>
        <DataTag>b:PatentNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Editor</Label>
        <DataTag>b:Author/b:Editor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Translator</Label>
        <DataTag>b:Author/b:Translator/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #15: Electronic Source
  • An electronic source may be cited as a bibliographic source. Example attributes for a bibliographic source that is from an electronic source are: Author, Title, Publication Title, City, State/Country, Editor, Producer Name, Production Company, Translator, Publisher, Edition, Medium, Volume, Month, Day, Year, Short Title, Standard Number, and Comments.
  • An example XML portion for electronic source bibliographic sources is:
      <Source type=“ElectronicSource” display=“Electronic Source”>
        <Tag>
          <Label>Author</Label>
          <DataTag>b:Author/b:Author/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Title</Label>
          <DataTag>b:Title</DataTag>
        </Tag>
        <Tag>
          <Label>Publication Title</Label>
          <DataTag>b:PublicationTitle</DataTag>
        </Tag>
        <Tag>
          <Label>City</Label>
          <DataTag>b:City</DataTag>
        </Tag>
        <Tag>
          <Label>State/Country</Label>
          <DataTag>b:StateOrCountry</DataTag>
        </Tag>
        <Tag>
          <Label>Editor</Label>
          <DataTag<b:Author/b:Editor/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Producer Name</Label>
    <DataTag>b:Author/b:ProducerName/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Production Company</Label>
          <DataTag>b:ProductionCompany</DataTag>
        </Tag>
        <Tag>
          <Label>Translator</Label>
          <DataTag>b:Author/b:Translator/b:NameList</DataTag>
          <ToString>Author2String.XSL</ToString>
          <ToXML>Author2XML.XSL</ToXML>
          <Author>Yes</Author>
        </Tag>
        <Tag>
          <Label>Publisher</Label>
          <DataTag>b:Publisher</DataTag>
        </Tag>
        <Tag>
          <Label>Edition</Label>
          <DataTag>b:Edition</DataTag>
        </Tag>
        <Tag>
          <Label>Medium</Label>
          <DataTag>b:Medium</DataTag>
        </Tag>
        <Tag>
          <Label>Volume</Label>
          <DataTag>b:Volume</DataTag>
        </Tag>
        <Tag>
          <Label>Month</Label>
          <DataTag>b:Month</DataTag>
        </Tag>
        <Tag>
          <Label>Day</Label>
          <DataTag>b:Day</DataTag>
        </Tag>
        <Tag>
          <Label>Year</Label>
          <DataTag>b:Year</DataTag>
        </Tag>
        <Tag>
          <Label>Short Title</Label>
          <DataTag>b:ShortTitle</DataTag>
        </Tag>
        <Tag>
          <Label>Standard Number</Label>
          <DataTag>b:StandardNumber</DataTag>
        </Tag>
        <Tag>
          <Label>Comments</Label>
          <DataTag>b:Comments</DataTag>
        </Tag>
      </Source>
  • Source Type #16: Case
  • A case may be cited as a bibliographic source. Example attributes for a case bibliographic source are: Author, Title, Year, Case Number, Reporter, Place Published, Court, Month, Day, Year, Counsel, Short Title, Abbreviated Case Number, and Comments.
  • An example XML portion for case bibliographic sources is:
    <Source type=“Case” display=“Case”>
      <Tag>
        <Label>Author</Label>
        <DataTag>b:Author/b:Author/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Case Number</Label>
        <DataTag>b:CaseNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Reporter</Label>
        <DataTag>b:Author/b:Reporter/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Place Published</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>Court</Label>
        <DataTag>b:Court</DataTag>
      </Tag>
      <Tag>
        <Label>Month</Label>
        <DataTag>b:Month</DataTag>
      </Tag>
      <Tag>
        <Label>Day</Label>
        <DataTag>b:Day</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>Counsel</Label>
        <DataTag>b:Author/b:Counsel/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Abbreviated Case Number</Label>
        <DataTag>b:AbbreviatedCaseNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • Source Type #17: Miscellaneous
  • A “miscellaneous” source may be cited as a bibliographic source. Example attributes for miscellaneous bibliographic sources are: Author, Title, Publication Title, Month, Day, Year, City, State/Country, Publisher, Editor, Pages, Short Title, Volume, Edition, Issue, Translator, Compiler, Standard Number, and Comments.
  • An example XML portion for miscellaneous bibliographic sources is:
    <Source type=“Misc” display=“Miscellaneous”>
      <Tag>
        <Label>Author</Label>
        <DataTag>b:Author/b:Author/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Title</Label>
        <DataTag>b:Title</DataTag>
      </Tag>
      <Tag>
        <Label>Publication Title</Label>
        <DataTag>b:PublicationTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Month</Label>
        <DataTag>b:Month</DataTag>
      </Tag>
      <Tag>
        <Label>Day</Label>
        <DataTag>b:Day</DataTag>
      </Tag>
      <Tag>
        <Label>Year</Label>
        <DataTag>b:Year</DataTag>
      </Tag>
      <Tag>
        <Label>City</Label>
        <DataTag>b:City</DataTag>
      </Tag>
      <Tag>
        <Label>State/Country</Label>
        <DataTag>b:StateOrCountry</DataTag>
      </Tag>
      <Tag>
        <Label>Publisher</Label>
        <DataTag>b:Publisher</DataTag>
      </Tag>
      <Tag>
        <Label>Editor</Label>
        <DataTag>b:Author/b:Editor/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Pages</Label>
        <DataTag>b:Pages</DataTag>
      </Tag>
      <Tag>
        <Label>Short Title</Label>
        <DataTag>b:ShortTitle</DataTag>
      </Tag>
      <Tag>
        <Label>Volume</Label>
        <DataTag>b:Volume</DataTag>
      </Tag>
      <Tag>
        <Label>Edition</Label>
        <DataTag>b:Edition</DataTag>
      </Tag>
      <Tag>
        <Label>Issue</Label>
        <DataTag>b:Issue</DataTag>
      </Tag>
      <Tag>
        <Label>Translator</Label>
        <DataTag>b:Author/b:Translator/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Compiler</Label>
        <DataTag>b:Author/b:Compiler/b:NameList</DataTag>
        <ToString>Author2String.XSL</ToString>
        <ToXML>Author2XML.XSL</ToXML>
        <Author>Yes</Author>
      </Tag>
      <Tag>
        <Label>Standard Number</Label>
        <DataTag>b:StandardNumber</DataTag>
      </Tag>
      <Tag>
        <Label>Comments</Label>
        <DataTag>b:Comments</DataTag>
      </Tag>
    </Source>
  • The devices, actions, aspects, features, functions, procedures, modules, data structures, objects, components, etc. of FIGS. 1-10 are illustrated in diagrams that are divided into multiple blocks. However, the order, interconnections, interrelationships, layout, etc. in which FIGS. 1-10 are described and/or shown is not intended to be construed as a limitation, and any number of the blocks can be modified, combined, rearranged, augmented, omitted, etc. in any manner to implement one or more systems, methods, devices, procedures, media, apparatuses, schemas, APIs, arrangements, etc. for extensible markup language schemas for bibliographies and citations. Furthermore, although the description herein includes references to specific implementations (including a general device of FIG. 9), the illustrated and/or described implementations can be realized in any suitable hardware, software, firmware, or combination thereof.
  • Thus, although systems, media, devices, methods, procedures, apparatuses, techniques, approaches, procedures, schemas, arrangements, and other implementations have been described in language specific to structural, logical, algorithmic, and functional features and/or diagrams, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or diagrams described. Rather, the specific features and diagrams are disclosed as example forms of implementing the claimed invention.

Claims (20)

1. The one or more processor-accessible media comprising processor-executable instructions that include a schema for bibliographic information, the schema comprising multiple bibliographic source types to provide a framework for the bibliographic information.
2. The one or more processor-accessible media as recited in claim 1, wherein the schema comports with an extensible markup language (XML) format.
3. The one or more processor-accessible media as recited in claim 1, wherein the framework defines at least one of a layout, an organization, interrelationship, or permissible content for the bibliographic information.
4. The one or more processor-accessible media as recited in claim 1, wherein each bibliographic source type of the multiple bibliographic source types is restricted to be of a string 255 data type.
5. The one or more processor-accessible media as recited in claim 1, wherein the schema is capable of being utilized by a schema utilization module to create, modify, or interpret bibliographic information raw data that is organized in accordance with the framework.
6. The one or more processor-accessible media as recited in claim 1, wherein the multiple bibliographic source types include a bibliographic source type selected from a group of bibliographic source types comprising: a book, a book section, a journal article, an article in a periodical, a conference proceeding, and a report.
7. The one or more processor-accessible media as recited in claim 1, wherein the multiple bibliographic source types include a bibliographic source type selected from a group of bibliographic source types comprising: a sound recording, a performance, a work of art, a film, and an interview.
8. The one or more processor-accessible media as recited in claim 1, wherein the multiple bibliographic source types include a bibliographic source type selected from a group of bibliographic source types comprising: an internet site, a document from an internet site, a patent, an electronic source, a case, and a miscellaneous source type.
9. One or more processor-accessible media comprising processor-executable instructions that include an extensible markup language data structure representing bibliographic information, the data structure comprising multiple bibliographic source types with each bibliographic source type including multiple attribute tags.
10. The one or more processor-accessible media as recited in claim 9, wherein the extensible markup language data structure comprises a schema that provides a framework for the bibliographic information.
11. The one or more processor-accessible media as recited in claim 9, wherein the extensible markup language data structure comprises raw data of bibliographic information.
12. The one or more processor-accessible media as recited in claim 11, wherein the raw data of bibliographic information comprises a master list of bibliographic information or bibliographic information that is embedded within a document.
13. The one or more processor-accessible media as recited in claim 9, wherein at least one attribute tag of the multiple attribute tags includes three sub-tags comprising a label sub-tag, a data sub-tag, and a sample sub-tag.
14. The one or more processor-accessible media as recited in claim 9, wherein at least one attribute tag of the multiple attribute tags includes three sub-tags comprising a ToString sub-tag, a ToXML sub-tag, and an Author sub-tag.
15. One or more processor-accessible media comprising processor-executable instructions that include a schema utilization module, the schema utilization module adapted to utilize a schema for bibliographic information to facilitate manipulation of bibliographic information raw data.
16. The one or more processor-accessible media as recited in claim 15, wherein the schema utilization module is further adapted to at least one of create, modify, or interpret the bibliographic information raw data based on the schema for bibliographic information.
17. The one or more processor-accessible media as recited in claim 15, wherein the schema utilization module comprises a part of an application program or comprises a stand-alone program.
18. The one or more processor-accessible media as recited in claim 15, wherein the schema utilization module is capable of understanding an organization of the bibliographic information raw data by utilizing the schema for bibliographic information.
19. The one or more processor-accessible media as recited in claim 15, wherein the schema for bibliographic information comports with an extensible markup language (XML) format.
20. The one or more processor-accessible media as recited in claim 19, wherein the bibliographic information raw data includes multiple bibliographic sources of different bibliographic source types, each bibliographic source of the multiple bibliographic source including attribute data in accordance with the XML format of the schema for bibliographic information.
US11/280,609 2005-04-19 2005-11-16 Extensible markup language schemas for bibliographies and citations Abandoned US20060236228A1 (en)

Priority Applications (9)

Application Number Priority Date Filing Date Title
US11/280,609 US20060236228A1 (en) 2005-04-19 2005-11-16 Extensible markup language schemas for bibliographies and citations
EP06750320.1A EP1872263A4 (en) 2005-04-19 2006-04-14 Determining fields for presentable files and extensible markup language schemas for bibliographies and citations
RU2007138848/08A RU2422889C2 (en) 2005-04-19 2006-04-14 Defining fields for presented files and extensible markup language scheme for bibliography and citation
PCT/US2006/014253 WO2006113538A2 (en) 2005-04-19 2006-04-14 Determining fields for presentable files and extensible markup language schemas for bibliographies and citations
KR1020077021670A KR101251686B1 (en) 2005-04-19 2006-04-14 Determining fields for presentable files and extensible markup language schemas for bibliographies and citations
MX2007011598A MX2007011598A (en) 2005-04-19 2006-04-14 Determining fields for presentable files and extensible markup language schemas for bibliographies and citations.
JP2008507762A JP4954978B2 (en) 2005-04-19 2006-04-14 Determining fields for presentable files and Extensible Markup Language schema for bibliography and citations
BRPI0610288-3A BRPI0610288A2 (en) 2005-04-19 2006-04-14 determining fields for presentable files and extensively markup language schemes for bibliographies and citations
CN2006800129389A CN101548273B (en) 2005-04-19 2006-04-14 Method for demonstrating file

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/109,415 US7818668B2 (en) 2005-04-19 2005-04-19 Determining fields for presentable files
US11/280,609 US20060236228A1 (en) 2005-04-19 2005-11-16 Extensible markup language schemas for bibliographies and citations

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/109,415 Continuation-In-Part US7818668B2 (en) 2005-04-19 2005-04-19 Determining fields for presentable files

Publications (1)

Publication Number Publication Date
US20060236228A1 true US20060236228A1 (en) 2006-10-19

Family

ID=37110004

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/109,415 Expired - Fee Related US7818668B2 (en) 2005-04-19 2005-04-19 Determining fields for presentable files
US11/280,101 Expired - Fee Related US8086954B2 (en) 2005-04-19 2005-11-16 Programmable object models for bibliographies and citations
US11/280,609 Abandoned US20060236228A1 (en) 2005-04-19 2005-11-16 Extensible markup language schemas for bibliographies and citations

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US11/109,415 Expired - Fee Related US7818668B2 (en) 2005-04-19 2005-04-19 Determining fields for presentable files
US11/280,101 Expired - Fee Related US8086954B2 (en) 2005-04-19 2005-11-16 Programmable object models for bibliographies and citations

Country Status (6)

Country Link
US (3) US7818668B2 (en)
JP (1) JP4954978B2 (en)
CN (1) CN101548273B (en)
BR (1) BRPI0610288A2 (en)
MX (1) MX2007011598A (en)
RU (1) RU2422889C2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090144718A1 (en) * 2007-11-30 2009-06-04 Joseph Boggs Systems and methods for updating software appliances
US20100325528A1 (en) * 2009-06-17 2010-12-23 Ramos Sr Arcie V Automated formatting based on a style guide
US9398082B2 (en) 2008-05-29 2016-07-19 Red Hat, Inc. Software appliance management using broadcast technique
US9477570B2 (en) 2008-08-26 2016-10-25 Red Hat, Inc. Monitoring software provisioning
US10657466B2 (en) 2008-05-29 2020-05-19 Red Hat, Inc. Building custom appliances in a cloud-based network

Families Citing this family (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4805633B2 (en) 2005-08-22 2011-11-02 任天堂株式会社 Game operation device
US8185944B2 (en) * 2006-02-28 2012-05-22 The Boeing Company High-assurance file-driven content filtering for secure network server
AR062635A1 (en) * 2006-09-01 2008-11-19 Thomson Global Resources SYSTEM, METHODS, SOFTWARE AND INTERFASES TO FORMAT APPOINTMENTS OF LEGISLATION
KR20090110202A (en) * 2008-04-17 2009-10-21 삼성전자주식회사 Method and apparatus for displaying personalized user interface
KR101545137B1 (en) 2008-04-17 2015-08-19 삼성전자주식회사 Method and apparatus for generating user interface
TWI406184B (en) * 2009-06-19 2013-08-21 Univ Southern Taiwan Tech Sorting and evaluation method and system for textbooks
US9292081B2 (en) * 2009-08-27 2016-03-22 Adobe Systems Incorporated Systems and methods for programmatically interacting with a media player
US9049472B2 (en) 2009-08-27 2015-06-02 Adobe Systems Incorporated Systems and methods for dynamic media players utilizing media traits
US8572062B2 (en) * 2009-12-21 2013-10-29 International Business Machines Corporation Indexing documents using internal index sets
CN102486769A (en) * 2010-12-02 2012-06-06 北大方正集团有限公司 Document directory processing method and device
US9213682B1 (en) * 2011-03-31 2015-12-15 Bank Of America Corporation Method and apparatus for auditing a business document
US8529357B2 (en) 2011-12-20 2013-09-10 Wikipad, Inc. Combination tablet computer and game controller with flexible bridge section
US9005026B2 (en) 2011-12-20 2015-04-14 Wikipad, Inc. Game controller for tablet computer
US9592453B2 (en) 2011-12-20 2017-03-14 Wikipad, Inc. Combination computing device and game controller with flexible bridge section
US8812987B2 (en) 2011-12-20 2014-08-19 Wikipad, Inc. Virtual multiple sided virtual rotatable user interface icon queue
US9839842B2 (en) 2011-12-20 2017-12-12 Wikipad, Inc. Computing device and game controller with flexible bridge supporting a keyboard module
US9764231B2 (en) 2011-12-20 2017-09-19 Wikipad, Inc. Combination computing device and game controller with touch screen input
US8944913B2 (en) 2011-12-20 2015-02-03 Wikipad, Inc. Tablet computer with grip rail and game controller
US10092830B2 (en) 2011-12-20 2018-10-09 Wikipad, Inc. Game controller with flexible bridge supporting point of sale input device
US9126119B2 (en) 2012-06-12 2015-09-08 Wikipad, Inc. Combination computing device and game controller with flexible bridge section
US9841824B2 (en) 2011-12-20 2017-12-12 Wikipad, Inc. Combination computing device and game controller with flexible bridge and supporting a keyboard module
US9757649B2 (en) 2011-12-20 2017-09-12 Wikipad, Inc. Game controller with flexible bridge supporting touch screen
US8944912B2 (en) 2011-12-20 2015-02-03 Wikipad, Inc. Combination game controller and information input device for a tablet computer
US9592452B2 (en) 2011-12-20 2017-03-14 Wikipad, Inc. Combination computing device and game controller with flexible bridge section
US9841786B2 (en) 2011-12-20 2017-12-12 Wikipad, Inc. Combination computing device and game controller with flexible bridge and supporting a transaction apparatus
US8788348B2 (en) 2011-12-20 2014-07-22 Wikipad, Inc. Combination game controller and point of sale input device
US9114319B2 (en) 2012-06-12 2015-08-25 Wikipad, Inc. Game controller
JP5963310B2 (en) * 2013-01-30 2016-08-03 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Information processing apparatus, information processing method, and information processing program
US9569409B2 (en) * 2013-02-22 2017-02-14 Frederick Berretta Document attribute-based citation system
US9703763B1 (en) * 2014-08-14 2017-07-11 Google Inc. Automatic document citations by utilizing copied content for candidate sources
US9898515B1 (en) * 2014-10-29 2018-02-20 Jpmorgan Chase Bank, N.A. Data extraction and transformation method and system
TWI588771B (en) * 2016-06-08 2017-06-21 南臺科技大學 Thesis analysis system
KR102471221B1 (en) * 2016-11-14 2022-11-28 삼성에스디에스 주식회사 System and method for converting application
US20230140974A1 (en) * 2021-11-10 2023-05-11 Pencil Learning Technologies, Inc. Systems and methods for deeply integrated presentation gadgets

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030179315A1 (en) * 2002-02-01 2003-09-25 Andrew Collins Method and apparatus for providing binary digital TV data from a structured data format
US20040019590A1 (en) * 2002-07-25 2004-01-29 International Business Machines Corporation Programmable use of data extracted from common presentation files
US20040193459A1 (en) * 2002-10-15 2004-09-30 Novell, Inc. XML multi-stage policy implementation in XSLT
US20040210818A1 (en) * 2002-06-28 2004-10-21 Microsoft Corporation Word-processing document stored in a single XML file that may be manipulated by applications that understand XML
US20050149538A1 (en) * 2003-11-20 2005-07-07 Sadanand Singh Systems and methods for creating and publishing relational data bases
US20050154699A1 (en) * 2000-01-14 2005-07-14 Saba Software, Inc. Method and apparatus for an improved security system mechanism in a business applications management system platform
US6959306B2 (en) * 2001-03-15 2005-10-25 Sagemetrics Corporation Methods for dynamically accessing, processing, and presenting data acquired from disparate data sources
US20060101058A1 (en) * 2004-11-10 2006-05-11 Xerox Corporation System and method for transforming legacy documents into XML documents
US20060136466A1 (en) * 2004-12-17 2006-06-22 General Electric Company Computer assisted domain specific entity mapping method and system
US7200805B2 (en) * 2002-03-19 2007-04-03 Logiclibrary, Inc. Dynamic generation of schema information for data description languages

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5790116A (en) * 1989-06-30 1998-08-04 Massachusetts Institute Of Technology Object-oriented computer user interface
US5379432A (en) * 1993-07-19 1995-01-03 Taligent, Inc. Object-oriented interface for a procedural operating system
US6339767B1 (en) 1997-06-02 2002-01-15 Aurigin Systems, Inc. Using hyperbolic trees to visualize data generated by patent-centric and group-oriented data processing
US6317796B1 (en) 1997-10-06 2001-11-13 Sun Microsystems, Inc. Inline database for receiver types in object-oriented systems
US7178097B1 (en) 2000-11-13 2007-02-13 Srikrishna Talluri Method and system for using a communications network to archive and retrieve bibliography information and reference material
JP3943830B2 (en) 2000-12-18 2007-07-11 株式会社東芝 Document composition method and document composition apparatus
US7356537B2 (en) 2002-06-06 2008-04-08 Microsoft Corporation Providing contextually sensitive tools and help content in computer-generated documents
JP3974486B2 (en) * 2002-09-13 2007-09-12 株式会社東芝 Structured document conversion program, system and method
US7085755B2 (en) * 2002-11-07 2006-08-01 Thomson Global Resources Ag Electronic document repository management and access system
US7340685B2 (en) 2004-01-12 2008-03-04 International Business Machines Corporation Automatic reference note generator
US7424669B2 (en) 2004-01-16 2008-09-09 International Business Machines Corporation Automatic bibliographical information within electronic documents
US8146156B2 (en) 2004-04-01 2012-03-27 Google Inc. Archive of text captures from rendered documents
DE102005051429A1 (en) 2004-10-27 2006-06-14 Elsevier B.V. Method and software for analyzing research publications
US20060149720A1 (en) 2004-12-30 2006-07-06 Dehlinger Peter J System and method for retrieving information from citation-rich documents

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050154699A1 (en) * 2000-01-14 2005-07-14 Saba Software, Inc. Method and apparatus for an improved security system mechanism in a business applications management system platform
US6959306B2 (en) * 2001-03-15 2005-10-25 Sagemetrics Corporation Methods for dynamically accessing, processing, and presenting data acquired from disparate data sources
US20030179315A1 (en) * 2002-02-01 2003-09-25 Andrew Collins Method and apparatus for providing binary digital TV data from a structured data format
US7200805B2 (en) * 2002-03-19 2007-04-03 Logiclibrary, Inc. Dynamic generation of schema information for data description languages
US20040210818A1 (en) * 2002-06-28 2004-10-21 Microsoft Corporation Word-processing document stored in a single XML file that may be manipulated by applications that understand XML
US20040019590A1 (en) * 2002-07-25 2004-01-29 International Business Machines Corporation Programmable use of data extracted from common presentation files
US20040193459A1 (en) * 2002-10-15 2004-09-30 Novell, Inc. XML multi-stage policy implementation in XSLT
US20050149538A1 (en) * 2003-11-20 2005-07-07 Sadanand Singh Systems and methods for creating and publishing relational data bases
US20060101058A1 (en) * 2004-11-10 2006-05-11 Xerox Corporation System and method for transforming legacy documents into XML documents
US20060136466A1 (en) * 2004-12-17 2006-06-22 General Electric Company Computer assisted domain specific entity mapping method and system

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090144718A1 (en) * 2007-11-30 2009-06-04 Joseph Boggs Systems and methods for updating software appliances
US8606765B2 (en) * 2007-11-30 2013-12-10 Red Hat, Inc. Systems and methods for updating software appliances
US9116776B2 (en) 2007-11-30 2015-08-25 Red Hat, Inc. Updating software objects
US9398082B2 (en) 2008-05-29 2016-07-19 Red Hat, Inc. Software appliance management using broadcast technique
US10657466B2 (en) 2008-05-29 2020-05-19 Red Hat, Inc. Building custom appliances in a cloud-based network
US11734621B2 (en) 2008-05-29 2023-08-22 Red Hat, Inc. Methods and systems for building custom appliances in a cloud-based network
US9477570B2 (en) 2008-08-26 2016-10-25 Red Hat, Inc. Monitoring software provisioning
US20100325528A1 (en) * 2009-06-17 2010-12-23 Ramos Sr Arcie V Automated formatting based on a style guide

Also Published As

Publication number Publication date
BRPI0610288A2 (en) 2010-06-08
JP2008538841A (en) 2008-11-06
US7818668B2 (en) 2010-10-19
US20060236217A1 (en) 2006-10-19
RU2422889C2 (en) 2011-06-27
JP4954978B2 (en) 2012-06-20
RU2007138848A (en) 2009-04-27
US8086954B2 (en) 2011-12-27
US20060236234A1 (en) 2006-10-19
MX2007011598A (en) 2007-12-06
CN101548273B (en) 2012-01-11
CN101548273A (en) 2009-09-30

Similar Documents

Publication Publication Date Title
US20060236228A1 (en) Extensible markup language schemas for bibliographies and citations
US10067931B2 (en) Analysis of documents using rules
US7146564B2 (en) Extensible stylesheet designs using meta-tag and/or associated meta-tag information
TW576992B (en) Extensible stylesheet designs using meta-tag information
US8407585B2 (en) Context-aware content conversion and interpretation-specific views
RU2348064C2 (en) Method and system of extending functional capacity of insertion for computer software applications
RU2358311C2 (en) Word processing document, stored as single xml file, which can be manipulated by applications which can read xml language
US20030110442A1 (en) Developing documents
Haaf et al. The dta “base format”: A tei subset for the compilation of a large reference corpus of printed text from multiple sources
WO2006137562A1 (en) Document processing device and document processing method
KR101251686B1 (en) Determining fields for presentable files and extensible markup language schemas for bibliographies and citations
Haaf et al. Historical newspapers & journals for the DTA
US20050229099A1 (en) Presentation-independent semantic authoring of content
US7562295B1 (en) Representing spelling and grammatical error state in an XML document
US20040164989A1 (en) Method and apparatus for disclosing information, and medium for recording information disclosure program
JP3239845B2 (en) Full-text search apparatus and method
Kazakos et al. Automation of Metadata Repository Development with XML Schema
Jones et al. The Welsh National Online Terminology Database
Sant ScholarML Proposal for Scholar-Friendly Publishing
Vatnal et al. Web Content Management as a means of Exploitation of Internet Information Resources
Ide et al. MASC: A Community Resource For and By the People
Haaf et al. Journal of the Text Encoding Initiative
JP2010217972A (en) Structured document generation device and structured document generation program

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MICHELSTEIN, JENNIFER P;YAP, JOE K;NICA, EDISON;REEL/FRAME:017498/0901

Effective date: 20051115

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0001

Effective date: 20141014