Projecte

General

Perfil

Accions
//Exemple utilitzat en la càrrega de RACO de la revista TECA. 

<issues>
//Número 1, sense text complet
<issue identification="title" published="true" current="false">
    <title>Núm.: 1 </title>
    <volume>0</volume>
    <number>1</number>
    <year>1997</year>
    <cover>
        <caption> </caption>
        <image>
            <href src="http://sumaris.cbuc.es/bbdd/ISSN11377976/PORTADES/A1997N000001V000000.jpg" mime_type="image/jpeg" />    
        </image>    
    </cover>
    <date_published>1997-01-011</date_published>    
    <open_access />
    <section>
        <title>Articles</title>
        <abbrev>ART</abbrev>
        //1er article
        <article language="cat">
            <title>Els additius inútils</title>
            <date_published>1997-01-011</date_published>
            <author primary_contact = "true">
                <first[[[[name]]]]>Robert</first[[[[name]]]]>
                <last[[[[name]]]]>Zalabarder</last[[[[name]]]]>
                <email> </email>
            </author>
            <pages>5-6</pages>                        
            <htmlgalley>
                <label></label>
                <file>
                    <embed encoding="base64" file[[[[name]]]]="redirect.html" mime_type="text/html">PGJyPjxicj5IbyBzZW50aW0sIGFxdWVzdCBubyBkaXNwb3NlbSBkZWwgY29udGluZ3V0IGQnYXF1ZXN0IGFydGljbGUuPGJyPkxvIHNlbnRpbW9zLCBubyBkaXNwb25lbW9zIGRlbCBjb250ZW5pZG8gZGUgZXN0ZSBhcnQmaWFjdXRlO2N1bG8uPGJyPlNvcnJ5LCB3ZSBkbyBub3QgaGF2ZSB0aGUgY29udGVudCBvZiB0aGlzIGFydGljbGUuPGJyPjxicj4=</embed>
                </file>
            </htmlgalley>
            <open_access />                    
        </article>
        // 2on article
        <article language="cat">
            <title>OMG, i aixó què és?</title>
            <date_published>1997-01-011</date_published>
            <author primary_contact = "true">
                <first[[[[name]]]]>Rafael</first[[[[name]]]]>
                <last[[[[name]]]]>Tauler</last[[[[name]]]]>
                <email> </email>
            </author>
            <pages>7-13</pages>                    
            <htmlgalley>
                <label></label>
                <file>
                    <embed encoding="base64" file[[[[name]]]]="redirect.html" mime_type="text/html">PGJyPjxicj5IbyBzZW50aW0sIGFxdWVzdCBubyBkaXNwb3NlbSBkZWwgY29udGluZ3V0IGQnYXF1ZXN0IGFydGljbGUuPGJyPkxvIHNlbnRpbW9zLCBubyBkaXNwb25lbW9zIGRlbCBjb250ZW5pZG8gZGUgZXN0ZSBhcnQmaWFjdXRlO2N1bG8uPGJyPlNvcnJ5LCB3ZSBkbyBub3QgaGF2ZSB0aGUgY29udGVudCBvZiB0aGlzIGFydGljbGUuPGJyPjxicj4=</embed>
                </file>
            </htmlgalley>
            <open_access />                    
</article>
        ...
    </section>
</issue>

//Número 5, amb text complet
<issue identification="title" published="true" current="false">
    <title>Núm.: 5 </title>
    <volume>0</volume>
    <number>5</number>
    <year>2000</year>
    <cover>
        <caption> </caption>
        <image>
            <href src="http://sumaris.cbuc.es/bbdd/ISSN11377976/PORTADES/A2000N000005V000000.jpg" mime_type="image/jpeg" />    
        </image>    
    </cover>
    <date_published>2000-01-011</date_published>    
    <open_access />
    <section>
        <title>Articles</title>
        <abbrev>ART</abbrev>
        //1er article del 2on número
<article language="cat">
            <title>La radiació ionitzant en la indústria alimentària</title>
            <date_published>2000-01-011</date_published>
            <author primary_contact = "true">
                <first[[[[name]]]]>Josep</first[[[[name]]]]>
                <last[[[[name]]]]>Calderón</last[[[[name]]]]>
                <email> </email>
            </author>
            <pages>8-11</pages>                                <galley>
                <label>Text complet</label>
                <file>                        
                    <href src="http://sumaris.cbuc.es/bbdd/ISSN11377976%2FA2000N000005V000000/ISSN11377976A2000N000005V000000article0.pdf" mime_type="application/pdf" />    
                </file>
            </galley>
            <open_access />                    
        </article>
        ...            
    </section>
</issue>
...

Actualitzat per fa més de 17 anys · 0 revisions