Unable to let Zotero recognize my Dublin Core meta tags

Hi,

I am fighting with Dublin Core, in order to let Zotero recognize my tags, but it does not work yet.

Here is my page source:


<html>
<head profile="http://dublincore.org/documents/dcq-html/">
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
<link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" />
<meta name="DC.title" content="L'Esprit-Saint et l'Église" />
<meta name="DCTERMS.alternative" content="institutionnalité et pneumatologie, vers un dépassement des antagonismes ecclésiologiques" />
<meta name="DC.type" content="book" />
<meta name="DC.creator" content="Chéno, Rémi, 1959‒" />
<meta name="DC.publisher" content="Les Éditions du Cerf (Paris)" />
<meta name="DC.year" content="2010" />
<meta name="DC.format" content="337 pages ; 14 × 21 cm" />
<meta name="DC.language" content="French" />
<meta name="DC.language" content="German" />
<meta name="DC.subject" content="Collection “Cogitatio Fidei”" />
<meta name="DC.subject" content="Dogmatic theology" />
<meta name="DC.identifier" scheme="DCTERMS.URI" content="http://alkindi.ideo-cairo.org/manifestation/137792" />
<meta name="DC.identifier" scheme="DCTERMS.ISBN" content="978-2-204-09300-2" />
<meta name="DC.audience" content="adult, serious" />
<meta name="DCTERMS.modified" scheme="DCTERMS.W3CDTF" content="2014-11-08" />
</head>
<body>
<p>Coucou, c'est juste un essai !</p>
</body>
</html>

Why does it not work?

Thanks!

Rémi
  • Looks OK in general. Is that page online somewhere we can take look?
  • Hi!

    Here an URL: http://alkindi3.ideo-cairo.org/foire/essai.htm

    But you are right! It works!

    But I have now another question: how to get the complete list of Zotero item types? and how to spell it into the tag

    <meta name="DC.type" content="book" />

    Thanks!

    Rémi
  • There is no metatag vocabulary that is able to display all Zotero item types. We're working on JSON-LD support, which should be able to do that, but it might still take a bit.
  • For some reason the same DC is not working for me. Zotero is only recognizing title, author, the year and the doi. Am I missing something?

    <!-- Dublin Core metadata -->
    <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
    <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" />
    <meta name="DC.title" content="'Who Stole the Soul?' Rhythm and Race in the Digital Age"/>
    <meta name="DC.creator" content="Martin Munro" />
    <meta name="DC.type" content="Text" />
    <meta name="DCTERMS.abstract" content="This essay asks the following basic questions: What happens to the relationship between rhythm and race in the digital age? What happens when mastery of rhythm is no longer necessarily tied to ritual, to manual drumming, and to the physical, bodily re-creation of rhythm? When electronic and digital media give virtually anyone the ability to "drum" and to create rhythmic music, what happens to the longstanding association between blackness and rhythm? Referring to David Scott's recent arguments on a stalled, tragic time in the Caribbean in particular, the author draws connections between the apparent redundancy of revolutionary, anticolonial thinking in the present and the perhaps less apparent decoupling of rhythm and race in contemporary musical styles. If, as Scott says, the teleologies of anticolonial politics no longer hold true, has rhythm as a marker of time, and as an integral element in the poetics of resistance, lost its association with radical blackness and become a deracialized, dehistoricized commodity?" />
    <meta name="DC.date" content="May 2016" />
    <meta name="DCTERMS.issued" content="May 2016" />
    <meta name="DC.identifier" scheme="DCTERMS.URI" content="10.7916/D8NC619F" />
    <meta name="DC.identifier" scheme="DCTERMS.ISSN" content="2473-2206" />
    <meta name="DC.publisher" content="Small Axe Project" />
    <meta name="DC.format" content="text/html" />
    <meta name="DCTERMS.license" content="CC-BY International 4.0" />
    <meta name="DC.source" content="sx archipelagos" />
    <meta name="DC.language" content="en" />
  • Same question -- is this online somewhere I can take a look? Much easier that way.
  • edited June 29, 2016
    hi, adam,

    yeah. here's a sample article: http://testing.elotroalex.com/sxarchipelagos/issue01/neigh-digitizing.html
  • That work nicely for me. Problem might be that Zotero defaults to the DOI translator? But with embedded metadata I seem to get everything relevant.
  • Let me try removing the DOI. Hold on. I'm using version 4.0.29.10 on Firefox. Trying a couple of things. Brb.
  • that's exactly what it was doing. it's grabbing info from the DOI directly. once you remove the DOI info from the page it works like a charm. it even grabs the PDF from the Highwire Press tags. Anyway to get it to stop privileging the info on doi?
  • no, unfortunately not, except for a dedicated translator. We need a better solution for this -- it used to be that there were tons of sites with very bad embedded metadata, and so the current behavior made sense. That's no longer the case. (FWIW, you can run the embedded metadata translator on the site with the DOI by clicking on the arrow next to the Zotero icon)
  • oh, well. doesn't seem worth it to write a translator for just one journal, but maybe later as practice for how to write one.

    love the FWIW, btw. thanks for that. where i also discovered that if you do your metadata right you get all kinds of extra goodies on that drop-down menu.

    thanks, adam!
Sign In or Register to comment.