Hi,

We have been working on google scholar meta tags and found something 
strange. Here are part of the page souce for an item -
==================================================

<meta name="DC.type" content="oral histories (document genres)" xml:lang="
en_US" /> <meta name="DC.type" content="Sound" xml:lang="en_US" /> <meta 
name="DC.type" content="Text" xml:lang="en_US" /> <meta name="DC.contributor" 
content="Parker, Gabby" xml:lang="en_US" /> <meta name="DC.contributor" 
content="Maudling, Kristi" xml:lang="en_US" /> <meta name="
DCTERMS.bibliographicCitation" content="Annoura, Susan Kwok, interview by 
Parker, Gabby and Maudling, Kristi. December 01, 2014. Houston Asian 
American Archives oral history interviews, 1980-2015, MS 573, Woodson 
Research Center, Fondren Library, Rice University. &lt;a 
href=&quot;http://hdl.handle.net/1911/82042&quot;&gt;http://hdl.handle.net/1911/82042&lt;/a&gt;.";
 
xml:lang="*" /> <meta content="Susan Kwok Annoura oral history interview 
and transcript" name="citation_title"><meta content="eng" name="
citation_language"><meta content="Annoura, Susan Kwok" name="citation_author
"><meta content="
https://scholarship.rice.edu/bitstream/1911/82042/1/wrc05762_interviewee.jpg"; 
name="citation_pdf_url"><meta content="2014-12-01" name="citation_date"><meta 
content="https://scholarship.rice.edu/handle/1911/82042"; name="
citation_abstract_html_url">
===================================================

For the meta tag with "citation_" prefix, the content attribute  appears 
before name attribute, though in the page-structure.xsl, 

            <!-- Add all Google Scholar Metadata values -->            
<xsl:for-each 
select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[substring(@element, 
1, 9) = 'citation_']">                <meta name="{@element}" 
content="{.}"></meta>            </xsl:for-each>

The name attribute should be the first. I wonder there is any other place 
control the output of this meta tag other than the one showed here since 
the </meta> tag is missing from the page source too.

We are using DSpace 5.3 with Mirage 2.

Thanks in advance for any help.

Best,
Ying Jin

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to