Difference between revisions of "Code Discussion 2009-06-22"

From MPDLMediaWiki
Jump to navigation Jump to search
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
=Previous topic=
[[Code_Discussion_2009-05-25 | Previous topic 2009-05-25]]
==Namespace Changes==
==Namespace Changes==
===What has changed?===


* event, source, organization, person are handled als "profiles" now (as it is already in colab) the same way like publication and the schema definitions are in separate files
* event, source, organization, person are handled als "profiles" now (as it is already in colab) the same way like publication and the schema definitions are in separate files
* enums have an own namespace (see below)
* enums have an own namespace (see below)
* all elements under publication, event, source, person, organization, file (not elements from external schemas like dc, dcterms) are in the same NS
* all elements under publication, event, source, person, organization, file (not elements from external schemas like dc, dcterms) are in the same NS
===Why?===
* every profile needs an own namespace for versioning reasons
* some properties/terms (e.g. publishing-info) occurred in different namespaces (error-prone)
* better reuse of properties/terms in diffenerent profiles if there is one common namespace for all terms
===Status===
* alle schemas for pubman are finished
* collection and image are under rework now (some types have to be renamed or merged with pubman types)
* XSLTs are updated, namespace placeholders have to be synchronized with pom
* see [[Checklist_for_Metadata_Changes]] for all required updates


==Namespaces==
==Namespaces==
Line 16: Line 33:
* person: http://purl.org/escidoc/metadata/profiles/0.1/person
* person: http://purl.org/escidoc/metadata/profiles/0.1/person
* publication: http://purl.org/escidoc/metadata/profiles/0.1/publication
* publication: http://purl.org/escidoc/metadata/profiles/0.1/publication
* collection: http://purl.org/escidoc/metadata/profiles/0.1/collection
* image: http://purl.org/escidoc/metadata/profiles/0.1/image


===Terms/Properties===
===Terms/Properties===
Line 34: Line 53:
* person: http://purl.org/escidoc/metadata/schemas/0.1/person
* person: http://purl.org/escidoc/metadata/schemas/0.1/person
* publication: http://purl.org/escidoc/metadata/schemas/0.1/publication
* publication: http://purl.org/escidoc/metadata/schemas/0.1/publication
 
* collection: http://purl.org/escidoc/metadata/schemas/0.1/collection
* image: http://purl.org/escidoc/metadata/schemas/0.1/image
* eterms: http://purl.org/escidoc/metadata/schemas/0.1/types
* eterms: http://purl.org/escidoc/metadata/schemas/0.1/types
* eves: http://purl.org/escidoc/metadata/schemas/0.1/enumtypes
* eves: http://purl.org/escidoc/metadata/schemas/0.1/enumtypes
Line 41: Line 61:
==Other changes==
==Other changes==


* property names of organization have changed as follows:
* organization looks like the following example:


<nowiki>
<pre>
<?xml version="1.0" encoding="UTF-8"?>
 
<publication:publication type="book"
<organization:organization>
xmlns:eidt="http://purl.org/escidoc/metadata/terms/0.1/idtypes/"
<dc:title xml:lang="fr">Department of Physics, University of California</dc:title>
xmlns:eterms="http://purl.org/escidoc/metadata/terms/0.1/"
xmlns:publication="http://purl.org/escidoc/metadata/profiles/0.1/publication"
xmlns:organization="http://purl.org/escidoc/metadata/profiles/0.1/organization"
xmlns:person="http://purl.org/escidoc/metadata/profiles/0.1/person"
xmlns:event="http://purl.org/escidoc/metadata/profiles/0.1/event"
xmlns:source="http://purl.org/escidoc/metadata/profiles/0.1/source"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:eves="http://purl.org/escidoc/metadata/ves/0.1/"
xsi:schemaLocation="http://purl.org/escidoc/metadata/profiles/0.1/publication escidoc_publication_profile.xsd">
<eterms:creator role="author">
<eterms:organization>
<eterms:organization-name xml:lang="fr">
Department of Physics, University of California
</eterms:organization-name>
<eterms:address>Berkeley, CA 94720, USA</eterms:address>
<eterms:address>Berkeley, CA 94720, USA</eterms:address>
<eterms:identifier xsi:type="eidt:ESCIDOC">P4711</eterms:identifier>
<dc:identifier xsi:type="eidt:ESCIDOC">P4711</dc:identifier>
</eterms:organization>
</organization:organization>
</eterms:creator>
<eterms:creator role="author">
</pre>
<eterms:organization>
 
<eterms:organization-name xml:lang="fr">
=Next topic=
Department of Physics, University of California2
[[Code_Discussion_2009-06-29 | Next topic 2009-06-29]]
</eterms:organization-name>
 
<eterms:address>Berkeley, CA 94720, USA</eterms:address>
[[Category:Code_Discussion|Code 2009-06-22]]
<eterms:identifier xsi:type="eidt:ESCIDOC">P4711</eterms:identifier>
</eterms:organization>
</eterms:creator>
<eterms:creator role="author">
<person:person>
<eterms:complete-name>Hans Muster</eterms:complete-name>
<eterms:organization>
<eterms:organization-name xml:lang="fr">
Department of Physics66, University of California4234
</eterms:organization-name>
<eterms:address>Berkeley999, CA 94720, USA</eterms:address>
<eterms:identifier xsi:type="eidt:ESCIDOC">P4711</eterms:identifier>
</eterms:organization>
</person:person>
</eterms:creator>
<eterms:creator role="advisor">
<person:person>
<eterms:complete-name>Hans Muster</eterms:complete-name>
</person:person>
</eterms:creator>
<eterms:creator role="editor">
<person:person>
<eterms:complete-name>Hans Muster</eterms:complete-name>
</person:person>
</eterms:creator>
<dc:title xml:lang="fr">Observation of inertial energy cascade in interplanetary space plasma</dc:title>
<dc:language xml:lang="fr">German</dc:language>
<dcterms:alternative xml:lang="jp">Direct evidence for the presence of an inertial energy cascade</dcterms:alternative>
<dc:identifier xsi:type="eidt:ISSN">0361-526X</dc:identifier>
<eterms:publishing-info>
<dc:publisher xml:lang="fr">Dipartimento di Fisica</dc:publisher>
<eterms:place>Universita della Calabria</eterms:place>
<eterms:edition>2.</eterms:edition>
</eterms:publishing-info>
<dcterms:created>2007-07-17</dcterms:created>
<dcterms:modified>2008-08-17</dcterms:modified>
<dcterms:dateSubmitted>2009-09-17</dcterms:dateSubmitted>
<dcterms:issued>2010-10-17</dcterms:issued>
<eterms:review-method>peer</eterms:review-method>
<source:source>
<dc:title xml:lang="fr">Understanding of interplanetary turbulence</dc:title>
<dcterms:alternative xml:lang="fr">
Relevant issue for spacecrafts and communication satellites operations
</dcterms:alternative>
<eterms:creator role="author">
<person:person>
<eterms:complete-name xml:lang="fr">Miklos Csuros</eterms:complete-name>
<eterms:family-name xml:lang="fr">Csuros</eterms:family-name>
<eterms:given-name xml:lang="jp">Miklos</eterms:given-name>
<eterms:alternative-name xml:lang="jp">Mike</eterms:alternative-name>
<eterms:alternative-name xml:lang="fr">Csu</eterms:alternative-name>
<eterms:person-title xml:lang="fr">Earl</eterms:person-title>
<eterms:person-title xml:lang="fr">Majesty</eterms:person-title>
<eterms:pseudonym xml:lang="it">Humphrey C.</eterms:pseudonym>
<eterms:pseudonym xml:lang="it">Iklos Makaba</eterms:pseudonym>
<eterms:organization>
<eterms:organization-name xml:lang="fr">Facultad de Ciencias</eterms:organization-name>
<eterms:address>Campus de Teatinos, 29071 Malaga, Spain</eterms:address>
<eterms:identifier xsi:type="eidt:ESCIDOC">ASG 2233-3</eterms:identifier>
</eterms:organization>
<eterms:organization>
<eterms:organization-name xml:lang="it">
Instituta Geometra y Topologa
</eterms:organization-name>
<eterms:address>Placo Dominico, Madrid</eterms:address>
<eterms:identifier xsi:type="eidt:ESCIDOC">IOP 998</eterms:identifier>
</eterms:organization>
<eterms:identifier xsi:type="eidt:PND">HJKS 1-23-24434</eterms:identifier>
</person:person>
</eterms:creator>
<eterms:volume>2.</eterms:volume>
<eterms:issue>9.</eterms:issue>
<eterms:start-page>302</eterms:start-page>
<eterms:end-page>678</eterms:end-page>
<eterms:sequence-number>444</eterms:sequence-number>
<eterms:publishing-info>
<dc:publisher xml:lang="de">University of Pittsburgh</dc:publisher>
<eterms:place>Pittsburgh</eterms:place>
<eterms:edition>1.</eterms:edition>
</eterms:publishing-info>
<dc:identifier xsi:type="eidt:DOI">2387928 233</dc:identifier>
</source:source>
<event:event>
<dc:title xml:lang="fr">item.md-records.md-record.publication.event.title</dc:title>
<dcterms:alternative xml:lang="fr">text</dcterms:alternative>
<eterms:start-date>2001-12-17</eterms:start-date>
<eterms:end-date>2001-12-17</eterms:end-date>
<eterms:place>String</eterms:place>
<eterms:invitation-status>invited</eterms:invitation-status>
</event:event>
<eterms:total-number-of-pages>899</eterms:total-number-of-pages>
<eterms:degree>diploma</eterms:degree>
<dcterms:abstract xml:lang="fr">We will generalize the projective model structure in the category of unbounded complexes of modules
over a commutative ring to the category of unbounded complexes of quasi-coherent sheaves over the
projective line. Concretely we will define a locally projective model structure in the category of
complexes of quasicoherent sheaves on the projective line. In this model structure the cofibrant
objects are the dg-locally projective complexes. We also describe the fibrations of this model
structure and show that the model structure is monoidal. We point out that this model structure is
necessarily different from others model structures known until now, like the injective model
structure and the locally free model structure.</dcterms:abstract>
<dcterms:subject xml:lang="fr">Estimators for local non-Gaussianities</dcterms:subject>
<dc:subject xsi:type="dcterms:DDC">Estimators for local non-Gaussianities</dc:subject>
<dcterms:tableOfContents xml:lang="fr">Agamospermous reproduction in which seeds set without a pollen parent is widely spread in plants
(Richards, 1986). The terms apomixis (Gustafsson, 1946, 1947; Asker and Jerling, 1992; Koltunow,
1993; Dresselhaus, 2000) and apozygoty (Khokhlov, 1967) are also used to designate the process.
Under such reproduction, the embryo develops out of the cell which can be named apozygote (Maletskii
et al., 2004). There are classifications for ways of reproduction considering the cytoembryological
origin of cell entering embryogenesis (Gustafsson, 1946, 1947). The genetic classification
considering the cell genome transformation before entering embryogenesis was suggested (Levites,
2002a). In this classification, agamospermy is considered as a subsexual process in which meiotic
and mitotic agamospermy are distinguished.</dcterms:tableOfContents>
<eterms:location xml:lang="fr">Novosibirsk, Russia</eterms:location>
</publication:publication>
</nowiki>

Latest revision as of 12:40, 4 September 2009

Previous topic

Previous topic 2009-05-25

Namespace Changes

What has changed?

  • event, source, organization, person are handled als "profiles" now (as it is already in colab) the same way like publication and the schema definitions are in separate files
  • enums have an own namespace (see below)
  • all elements under publication, event, source, person, organization, file (not elements from external schemas like dc, dcterms) are in the same NS

Why?

  • every profile needs an own namespace for versioning reasons
  • some properties/terms (e.g. publishing-info) occurred in different namespaces (error-prone)
  • better reuse of properties/terms in diffenerent profiles if there is one common namespace for all terms

Status

  • alle schemas for pubman are finished
  • collection and image are under rework now (some types have to be renamed or merged with pubman types)
  • XSLTs are updated, namespace placeholders have to be synchronized with pom
  • see Checklist_for_Metadata_Changes for all required updates

Namespaces

Profiles

Terms/Properties

Vocabulary Encoding Schemes

Schema Locations

Other changes

  • organization looks like the following example:

		<organization:organization>
			<dc:title xml:lang="fr">Department of Physics, University of California</dc:title>
			<eterms:address>Berkeley, CA 94720, USA</eterms:address>
			<dc:identifier xsi:type="eidt:ESCIDOC">P4711</dc:identifier>
		</organization:organization>
	

Next topic

Next topic 2009-06-29