Difference between revisions of "User:Kurt/TODO List"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 44: Line 44:


* howto transform relations?
* howto transform relations?
=== Source Transformation Rules ===
metadata of article in eDoc:
'''(1a) article -> issue -> journal'''
issue:
* issuetitle
* issuecontributorfn
* issuecorporatebody
* issuenr
* publisher (?)
* spage
* epage
* phydesc
* artnum
journal:
* journaltitle
* journalabbreviation
* volume
'''(1b) article -> journal'''
journal:
* journaltitle
* journalabbreviation
* volume
* issuenr
article:
* publisher
* spage
* epage
'''(2a) inbook -> book'''
inbook:
* spage, epage
book:
* booktitle
* bookcreatorfn
* bookcontributorfn
* bookcorporatebody
* editiondescription
* volume
'''(2b) inbook -> book -> series'''
series:
* titleofseries
* seriescontributorfn
* seriescorporatebody
'''(3a) conference-paper -> proceedings'''
proceedings:
* titleofproceedings
* proceedingscontributorfn
'''(3b) conference-paper -> series'''
series:
* titleofseries
...
'''(3c) conference-paper -> journal'''
see (1b)
'''(3d) conference-paper -> issue -> journal'''
see (1a)
'''(4a) proceedings -> journal -> series'''
journal:
* issuenr
* journaltitle
...
'''(4b) proceedings -> series'''
unklar:
* artnum
* publisheradd

Revision as of 10:08, 11 September 2008

Developlement Environment[edit]

  • update documentation of Release Building
  • propably VIRR release: check with Willie

Metadata[edit]

Profiles[edit]

  • FACES
  • PubMan
  • VIRR
    • complete description and check compatibility with ESciDoc Profiles

Technical Profiles[edit]

  • FACES
    • check NISO Z39.87, EXIF and IPTC for FacesItem (proposal: EXIF implemented in XMP)
    • requirement: metadata need to be createable automatically

Schemas[edit]

  • implement Faces Metadata in RDF Schema

Validation Service[edit]

eDoc Transformation to PubMan[edit]

Requirements

  • list of items with metadata and components

Open Questions

  • roleType with comment "not required for MPIPL":

transform without role or do not transform?

  • howto treat fulltexts:
    • transform from <fturl> to locator?
    • howto use accessType from eDoc?
  • language: the language abbreviation is used in PubMan but not in eDoc
    • is it free text in eDoc or controlled vocabulary?
  • to with depth are sources represented in eDco and to be transformed?
  • howto transform relations?