Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refer to different metadata field (for ISO-2 constraints) #8

Closed
fishytodd opened this issue Dec 16, 2014 · 6 comments
Closed

Refer to different metadata field (for ISO-2 constraints) #8

fishytodd opened this issue Dec 16, 2014 · 6 comments

Comments

@fishytodd
Copy link

The paths in the UI may not be referencing the correct location in ISO 19115-2 records. A couple of attempts have been made - will know more after Emilio has a chance to look on 1/7/2015.

Ecotrust/wc-data-registry#122

@tchaddad tchaddad added the bug label Jan 6, 2015
@tchaddad
Copy link

tchaddad commented Jan 7, 2015

Closing this issue. All hail @emiliom !

@tchaddad tchaddad closed this as completed Jan 7, 2015
@tchaddad tchaddad added this to the Mid-January 2015 milestone Jan 8, 2015
@tchaddad tchaddad reopened this Jan 8, 2015
@fishytodd
Copy link
Author

refers to files metadata.js

@tchaddad
Copy link

The final edits to Metadata.js were as follows:

for datePublished:

  isoii: "gmd\\:identificationInfo > gmd\\:MD_DataIdentification > gmd\\:citation > gmd\\:CI_Citation > gmd\\:date > gmd\\:CI_Date > gmd\\:date > gco\\:Date, identificationInfo > MD_DataIdentification > citation > CI_Citation > date > CI_Date > gdate > Date"

for creator:

 isoii: "gmd\\:identificationInfo > gmd\\:MD_DataIdentification > gmd\\:citation > gmd\\:CI_Citation > gmd\\:citedResponsibleParty > gmd\\:CI_ResponsibleParty > gmd\\:organisationName > gco\\:CharacterString, identificationInfo > MD_DataIdentification > gcitation > CI_Citation > citedResponsibleParty > CI_ResponsibleParty > organisationName > CharacterString"

for publisher:

 isoii: "gmd\\:contact > gmd\\:CI_ResponsibleParty > gmd\\:organisationName > gco\\:CharacterString, contact > CI_ResponsibleParty > organisationName > CharacterString"

for contact name:

  isoii: "gmd\\:identificationInfo > gmd\\:MD_DataIdentification > gmd\\:citation > gmd\\:CI_Citation > gmd\\:citedResponsibleParty > gmd\\:CI_ResponsibleParty > gmd\\:individualName, identificationInfo > MD_DataIdentification > citation > CI_Citation > citedResponsibleParty > CI_ResponsibleParty > individualName"

for contact email:

 isoii: "gmd\\:identificationInfo > gmd\\:MD_DataIdentification > gmd\\:citation > gmd\\:CI_Citation > gmd\\:citedResponsibleParty > gmd\\:CI_ResponsibleParty > gmd\\:contactInfo > gmd\\:CI_Contact > gmd\\:address > gmd\\:CI_Address > gmd\\:electronicMailAddress > gco\\:CharacterString, identificationInfo > MD_DataIdentification > citation > CI_Citation > citedResponsibleParty > CI_ResponsibleParty > gmd\\:contactInfo > CI_Contact > address > CI_Address > electronicMailAddress > CharacterString"

for constraints:

  isoii: "gmd\\:identificationInfo > gmd\\:MD_DataIdentification > gmd\\:resourceConstraints > gmd\\:MD_LegalConstraints > gmd\\:useLimitation > gco\\:CharacterString, identificationInfo > MD_DataIdentification > resourceConstraints > MD_LegalConstraints > useLimitation > CharacterString"

@emiliom
Copy link

emiliom commented Jan 23, 2015

@tchaddad, I'm curious: Is this simply listing what we/I modified on Metadata.js on the dev server early this month, or is it new, additional changes to address other issues? If it's the latter, can you describe the new issues very briefly?

I'm going to mention issue #33 here, just so the linkage that Tanya mentioned over email is also present on the github issues, for reference.

@tchaddad
Copy link

This is nothing new Emilio - it's just that Jenny pointed out that the actual solution was not linked to the GitHub issue directly, so I decided to add it before closing the ticket. It is unrelated to issue #33 except to say that if #33 is not pushed to the server, than the UI cannot access the metadata in order to read the XPaths.

So, 2 separate issues, either one blocking viewing of your attributes.

@emiliom
Copy link

emiliom commented Jan 23, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants