You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through PaNET, we now have a common approach for identifying experimental techniques. Therefore, it is now possible to identify through which technique data (in some dataset) was obtained.
The document Working with PaNET terms in ICAT describes how to include PaNET terms within ICAT datasets. It is a "how to", helping research institutes that have deployed ICAT to adopt PaNET.
The document Embedding PaNET in DataCite metadata describes how to embed PaNET terms within a DataCite record describing a dataset. The DataCite metadata record is an XML infoset that is (for example) available through OAI-PMH, where it is consumed by various metadata harvesting services (such as B2FIND and OpenAire).
Currently, the ICAT OAI-PMH interface supports the client requesting a DataCite record about a dataset, but does not appear to adhere to ETN-1.
The element SHOULD have the subjectScheme attribute, but this is missing.
The element MUST have a schemeURI attribute, but this is missing.
The element MUST have a valueURI attribute, but this is missing.
It is desirable that ICAT OAI-PMH interface is updated so that it can provide information about which experimental technique(s) were used to generate the dataset, as described by ETN-1 and the "Working with PaNET terms in ICAT" documents. Please feel free to comment in those documents if anything is unclear.
The text was updated successfully, but these errors were encountered:
The src/main/config/oai_datacite_transformer.xsl.example file is only meant to be an example that illustrates the way the XML transformations work. Sites that want to deploy ICAT-OAIPMH are expected to create custom XSLT stylesheets tailored to their needs. The content of these files will depend on the exact metadata format that should be supported (e.g. DataCite with embedded PaNET), and also on the way the information is stored in the ICAT schema (each facility uses and interprets the ICAT schema differently).
Emil's answer is of course correct. Nevertheless we should update the example XSLT files to accommodate the schema changes from icat.server 5.0. In particular adopting PaNET through the new Technique class is straight forward and by no means site specific. So it should be in the provided examples.
Thanks @paulmillar for bringing this up, I already had this on my undocumented internal TODO list and indeed, I plan to do this. I just can't make promises on when I'll get around to do it.
In the meanwhile, I figured that it is not so straight forward as I thought. I described the technical details along with a vague idea on how to overcome them in a separate issue, see #27.
Through PaNET, we now have a common approach for identifying experimental techniques. Therefore, it is now possible to identify through which technique data (in some dataset) was obtained.
The document Working with PaNET terms in ICAT describes how to include PaNET terms within ICAT datasets. It is a "how to", helping research institutes that have deployed ICAT to adopt PaNET.
The document Embedding PaNET in DataCite metadata describes how to embed PaNET terms within a DataCite record describing a dataset. The DataCite metadata record is an XML infoset that is (for example) available through OAI-PMH, where it is consumed by various metadata harvesting services (such as B2FIND and OpenAire).
Currently, the ICAT OAI-PMH interface supports the client requesting a DataCite record about a dataset, but does not appear to adhere to ETN-1.
When looking at src/main/config/oai_datacite_transformer.xsl.example, it appears that there are the following problems with PaNET
subject
elements currently:subjectScheme
attribute, but this is missing.schemeURI
attribute, but this is missing.valueURI
attribute, but this is missing.It is desirable that ICAT OAI-PMH interface is updated so that it can provide information about which experimental technique(s) were used to generate the dataset, as described by ETN-1 and the "Working with PaNET terms in ICAT" documents. Please feel free to comment in those documents if anything is unclear.
The text was updated successfully, but these errors were encountered: