<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<BR>
Thank you for your Answer. I have just&nbsp;one qeustion still for the bibtex.xls.&nbsp;Converted the bibtex into DC or&nbsp;into MODS&nbsp;through the bibtex.xls? Which one should i do?<BR>
Because the DC&nbsp;doesn't support&nbsp;alle fileds of bibtex record like journal or&nbsp;pages.<BR>
&nbsp;<BR>
Regards&nbsp;<BR>Robin<BR>&nbsp;<BR>&gt; CC: dspace-tech@lists.sourceforge.net<BR>&gt; From: lcs@mit.edu<BR>&gt; To: greenstone@live.de<BR>&gt; Subject: Re: [Dspace-general] Converte the Bibtex into qualified DC<BR>&gt; Date: Tue, 26 May 2009 20:01:01 -0400<BR>&gt; <BR>&gt; If the bibtex metadata is already in XML, I recommend putting it right <BR>&gt; in the METS manifest in your SIP, and then add a crosswalk to DSpace <BR>&gt; to interpret it. This way you don't lose any information before <BR>&gt; getting into DSpace, and the crosswalk can translate Bibtex directly <BR>&gt; into the exact metadata fields your DSpace is using. To do this:<BR>&gt; <BR>&gt; 1. make up a different name for the MDTYPE attribute in the METS, e.g.<BR>&gt; "bibtex", so the manifst looks like:<BR>&gt; <BR>&gt; &lt;dmdSec ...&gt;<BR>&gt; &lt;mdWrap ... MDTYPE="bibtex"&gt;<BR>&gt; ...the Bibtex metadata<BR>&gt; <BR>&gt; 2. add line to your DSpace configuration to tell METS ingester what <BR>&gt; crosswalk to use for MDTYPE="bibtex":<BR>&gt; <BR>&gt; mets.submission.crosswalk.bibtex = bibtex2dspace<BR>&gt; <BR>&gt; 3. configure the bibtex2dspace crosswalk, the easiest way is to<BR>&gt; implement it as an XSLT stylesheet, e.g. add this to configuration:<BR>&gt; <BR>&gt; crosswalk.submission.bibtex2dspace.stylesheet = crosswalks/bibtex.xsl<BR>&gt; <BR>&gt; ...then just write the stylesheet; see the wiki and manual for examples.<BR>&gt; <BR>&gt; <BR>&gt; hope that helps,<BR>&gt; -- Larry<BR>&gt; <BR>&gt; On May 26, 2009, at 1:51 PM, Robin Wang wrote:<BR>&gt; <BR>&gt; &gt; Hi everyone,<BR>&gt; &gt; I wanna use the DSpaceSIP from Larry Stone and converte my bibtex <BR>&gt; &gt; xml file for original pdf file into qualified DC Record that i can <BR>&gt; &gt; insert the DC Record into a Mets Record for DSpace later. i know <BR>&gt; &gt; that i should use the XSLT to do it. but does anyone here know,what <BR>&gt; &gt; kind of a qualified DC should i build into METS<BR>&gt; &gt;<BR>&gt; &gt; &lt;dmdSec ID="DMD DSpaceID"&gt;<BR>&gt; &gt; &lt;mdWrap&gt;Qualified Dublin Core metadata &lt;/mdWrap&gt;<BR>&gt; &gt; &lt;/dmdSec&gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; &lt;dmdSec ID="dmd002"&gt;<BR>&gt; &gt; &lt;mdWrap MIMETYPE="text/xml" MDTYPE="DC" <BR>&gt; &gt; LABEL="Dublin Core Metadata"&gt;<BR>&gt; &gt; &lt;xmlData&gt;<BR>&gt; &gt; &lt;dc:title&gt;Alice's Adventures in <BR>&gt; &gt; Wonderland&lt;/dc:title&gt;<BR>&gt; &gt; &lt;dc:creator&gt;Lewis Carroll&lt;/ <BR>&gt; &gt; dc:creator&gt;<BR>&gt; &gt; &lt;dc:date&gt;between 1872 and 1890&lt;/ <BR>&gt; &gt; dc:date&gt;<BR>&gt; &gt; &lt;dc:publisher&gt;McCloughlin <BR>&gt; &gt; Brothers&lt;/dc:publisher&gt;<BR>&gt; &gt; &lt;dc:type&gt;text&lt;/dc:type&gt;<BR>&gt; &gt; &lt;/xmlData&gt;<BR>&gt; &gt; &lt;/mdWrap&gt;<BR>&gt; &gt; &lt;/dmdSec&gt;<BR>&gt; &gt;<BR>&gt; &gt; I do know that i should add an exetension schema for the DC, but can <BR>&gt; &gt; anyone tell me, what kind of an exetension schema for qualified DC <BR>&gt; &gt; in dspace should i give?? Or should i use the mods (http://www.loc.gov/standards/mods/v3/mods-3-1.xsd <BR>&gt; &gt; ) xsi:schemaLocation="http://www.loc.gov/mods/v3http://www.loc.gov/standards/mods/v3/mods-3-3.xsd<BR>&gt; &gt;<BR>&gt; &gt; http://www.loc.gov/standards/mods/v3/mods-userguide-examples.html#digitized_book<BR>&gt; &gt;<BR>&gt; &gt; Which one will be better for LNIClient???<BR>&gt; &gt;<BR>&gt; &gt; Thanks<BR>&gt; &gt;<BR>&gt; &gt; Robin<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Posteingang immer voll? Der erste Speicher, der mitwächst: <BR>&gt; &gt; Unbegrenzter Speicher bei Windows Live Hotmail! <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Dspace-general mailing list<BR>&gt; &gt; Dspace-general@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/dspace-general<BR>&gt; <BR><br /><hr />Die virtuelle Festplatte im Netz - 25 GB für deine Bilder, Musikfiles und Dateien! <a href='http://redirect.gimas.net/?n=M0905WLPhotos' target='_new'>Jetzt kostenlos sichern!</a></body>
</html>