Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dev:exposing_metadata [2018/06/06 17:23] – [Force Zotero to refresh metadata] nbudakdev:exposing_metadata [2022/03/19 00:22] – Expand Highwire section abejellinek
Line 7: Line 7:
 ===== Zotero-Ready Web Applications ===== ===== Zotero-Ready Web Applications =====
  
-The easiest way to expose bibliographic metadata is to use a web application that comes with this feature, or offers it through a plugin or minimal configuration. Examples are the content management systems [[http://wordpress.org/|WordPress]] (together with a [[/support/plugins#wordpress|WordPress metadata plugin]]) and [[http://www.omeka.org|Omeka]], and the web-based bibliographic managers [[http://www.refbase.net|refbase]] and [[http://www.alari.ch/people/derino/Software/Bebop/index.php|Bebop BibTeX publisher]].+The easiest way to expose bibliographic metadata is to use a web application that comes with this feature, or offers it through a plugin or minimal configuration. Examples are the content management systems [[http://wordpress.org/|WordPress]] (together with a [[/support/plugins#wordpress|WordPress metadata plugin]]) and [[http://www.omeka.org|Omeka]], and the web-based bibliographic managers [[http://www.refbase.net|refbase]] and [[http://people.alari.ch/derino/Software/Bebop/|Bebop BibTeX publisher]].
  
 Zotero-compatible OPAC (Online Public Access Catalog) software packages for libraries, archives, and museums include: Zotero-compatible OPAC (Online Public Access Catalog) software packages for libraries, archives, and museums include:
Line 33: Line 33:
  
 Alternatively you can directly edit your HTML code of your webpage, using one of the following open standards, to expose your metadata: Alternatively you can directly edit your HTML code of your webpage, using one of the following open standards, to expose your metadata:
-    * **Embedded Metadata** The <META> tags in the header of many webpages will be parsed and used by Zotero. This fairly standard embedding of RDF metadata can use any RDF vocabularies; Zotero supports most major RDF vocabularies used for bibliographic metadata. For details on this approach, see the [[http://dublincore.org/documents/2008/08/04/dc-html/|Dublin Core description]]. The translator will also interpret metadata expressed in the [[http://scholar.google.com/intl/en/scholar/inclusion.html|Google/Highwire key-value system]].+ 
 +    * **Embedded Metadata** The <meta> tags in the header of many webpages will be parsed and used by Zotero. This fairly standard embedding of RDF metadata can use any RDF vocabularies; Zotero supports most major RDF vocabularies used for bibliographic metadata. For details on this approach, see the [[http://dublincore.org/documents/2008/08/04/dc-html/|Dublin Core description]]. The translator will also interpret metadata expressed in the [[http://scholar.google.com/intl/en/scholar/inclusion.html|Google/Highwire key-value system]]. Zotero supports the following values for the <meta> ''name'' attribute from the Highwire vocabulary: 
 +        * Title: ''citation_title'' 
 +        * Date: ''citation_date'' (preferred), ''citation_publication_date'', ''citation_cover_date'', ''citation_online_date'', ''citation_year'' 
 +        * Publication: ''citation_journal_title'' 
 +        * Journal Abbreviation: ''citation_journal_abbrev'' 
 +        * Book Title or Proceedings Title: ''citation_book_title'', ''citation_inbook_title'' 
 +        * Pages: ''citation_firstpage'' and ''citation_lastpage'' 
 +        * Volume: ''citation_volume'' 
 +        * Issue: ''citation_issue'' 
 +        * Series: ''citation_series_title'' 
 +        * Publisher: ''citation_publisher'' 
 +        * DOI: ''citation_doi'' 
 +        * ISBN: ''citation_isbn'' 
 +        * ISSN: ''citation_issn'', ''citation_eIssn'' 
 +        * PMID: ''citation_pmid'' 
 +        * URL: ''citation_public_url'', ''citation_abstract_html_url'', ''citation_fulltext_html_url'' 
 +            * Embedded Metadata can also find the URL in a ''<link rel="canonical">'' tag or use the page URL. 
 +        * Abstract: ''citation_abstract'' 
 +        * Language: ''citation_language'' 
 +        * Conference Name: ''citation_conference_title'', ''citation_conference'' 
 +        * University (for theses and dissertations): ''citation_dissertation_institution'' 
 +        * Institution (for reports): ''citation_technical_report_institution'' 
 +        * Report Number: ''citation_technical_report_number'' 
 +        * Creators: ''citation_author'', ''citation_authors'', ''citation_editor'', ''citation_editors'' 
 +            * Creators should be listed in repeated <meta> tags or in a single tag, separated by semicolons: <code html> 
 +    <!-- This --> 
 +    <meta name="citation_editor" content="Surname, Given Name"> 
 +    <meta name="citation_authors" content="Smith, Jane; Public, John Q."> 
 +    <!-- is equivalent to --> 
 +    <meta name="citation_editor" content="Surname, Given Name"> 
 +    <meta name="citation_author" content="Smith, Jane"> 
 +    <meta name="citation_author" content="Public, John Q."> 
 +    </code> 
 +        * Full-Text PDF attachment: ''citation_pdf_url'' 
 +        * Tags: ''citation_keywords'' (semicolon-separated)
  
     * **COinS** The [[http://ocoins.info/|COinS website]] defines COinS (ContextObjects in Spans) as "a simple, ad hoc community specification for publishing OpenURL references in HTML." Although somewhat limited in the number of metadata categories, using COinS is a relatively easy and lightweight option for embedding reference metadata into a webpage or blog.      * **COinS** The [[http://ocoins.info/|COinS website]] defines COinS (ContextObjects in Spans) as "a simple, ad hoc community specification for publishing OpenURL references in HTML." Although somewhat limited in the number of metadata categories, using COinS is a relatively easy and lightweight option for embedding reference metadata into a webpage or blog. 
dev/exposing_metadata.txt · Last modified: 2024/02/24 01:59 by dstillman