|
Adding Metadata -
11-11-2008, 02:00 PM
I am building a digital library and need to add metadata in HTML.
When I add the metadata, then 'Update', then 'Save changes', the added HTML does not stay, it disappears.
Any ideas?
Thks!
This is what I find when I go to HTML:
<p><span style="font-size: medium;"><strong>Gallica</strong></span></p>
<p><span style="font-size: small;"><strong>Title:</strong> Gallica, bibliothèque numérique<font size="3"><br /><strong>URL:</strong> <a href="http://gallica.bnf.fr/">http://gallica.bnf.fr/</a>
<script type="text/javascript"></script>
<script src="http://analytics.hosting24.com/s.php" type="text/javascript"></script>
<br /><strong>Name of Institution:</strong> Bibliothèque nationale de France<br /><strong>Description:</strong> Gallica is the digital library of the Bibliothèque nationale de France (BnF) offering a library of primary literature; research tools; early modern period subject areas; academic journals; press; image and sound archives.<br /><strong>Country:</strong> France<br /><strong>Language:</strong> French<br /><strong>Subject and </strong><strong>Keywords:</strong> Gallica, Bibliothèque nationale de France, BnF, Science, Humanities, Social Science, research tools, academic journals, press, image, sound, France<br /><strong>Date, added to EUCDL</strong>: 2008-11-11</font></span></p>
<p> </p>
And this is what I would like to add:
<html>
<head>
<title>Gallica, bibliothèque numérique</title>
<meta name="DC.title" lang="fr" content="Gallica, bibliothèque numérique">
<meta name="DC.creator" content="Bibliothèque nationale de France">
<meta name="DC.subject" lang="fr" content="Gallica, Bibliothèque nationale de France, BnF, Science, Humanities, Social Science, research tools, academic journals, press, image, sound, France">
<meta name="DC.description" lang="fr" content="Gallica is the digital library of the Gallica is the digital library of the Bibliothèque nationale de France (BnF) offering a library of primary literature; research tools; early modern period subject areas; academic journals; press; image and sound archives.">
<meta name="DC.date" scheme="DCTERMS.W3CDTF" content="2008-11-11">
<meta name="DC.type" scheme="DCTERMS.DCMIType" content="Collection">
<meta name="DC.format" content="">
<meta name="DC.format" content="1671 bytes">
<meta name="DC.identifier" scheme="DCTERMS.URI" content="http://gallica.bnf.fr/">
<meta name="DC.language" scheme="DCTERMS.RFC1766" content="fr">
<meta name="DC.coverage" content="France">
</head>
<body>
<p><span style="font-size: medium;"><strong>Gallica</strong></span></p>
<p><span style="font-size: small;"><strong>Title:</strong> Gallica, bibliothèque numérique<font size="3"><br /><strong>URL:</strong> <a href="http://gallica.bnf.fr/">http://gallica.bnf.fr/</a>
<script type="text/javascript"></script>
<script src="http://analytics.hosting24.com/s.php" type="text/javascript"></script>
<br /><strong>Name of Institution:</strong> Bibliothèque nationale de France<br /><strong>Description:</strong> Gallica is the digital library of the Bibliothèque nationale de France (BnF) offering a library of primary literature; research tools; early modern period subject areas; academic journals; press; image and sound archives.<br /><strong>Country:</strong> France<br /><strong>Language:</strong> French<br /><strong>Subject and </strong><strong>Keywords:</strong> Gallica, Bibliothèque nationale de France, BnF, Science, Humanities, Social Science, research tools, academic journals, press, image, sound, France<br /><strong>Date, added to EUCDL</strong>: 2008-11-11</font></span></p>
<p> </p>
</body>
</html>
|