Pure Help Center for Pure Administrators

If you are a researcher, or other non-admin at your institution, click here.

How Can We Help?

Research Output XMLResearch Output XML

Overview

This page details the Research Output content type. On this page you will find different representations of the data elements contained within this type.

Below is the xsd for the Research Output content type that defines the import xml format. Also provided is mapping tables generated based on this XSD as well as an example xml that shows how the fields can be populated.

This is logical broken down into the different elements to help you gain a better understanding of the Research Output content type and how to create, read and update these records using the mechanisms provided in Pure.

Note: for the mapping tables all attributes and elements are listed, along with descriptions of the purposes of the field and any data requirements. Attribute are prefaced with an "@" to differentiate from elements, but as shown in the examples this isn't used when generating the xml.

Some elements offer options of which elements to include (such as whether to provide the ID of a person or organisation or name for lookup). These are denoted by reference to "Option Groups" where numbers are used to indicate where multiple elements are part of the same option. See example xmls for demonstrations of how to use these elements.

Below are a series of attachments for your reference:

  • Advanced Example XML - This shows all fields that can be used. Snippets of this file are shown with their related elements below.
  • XSD (Xml Schema Definition) - This is a definition of what structure the XML must follow. This page has been generated based on the contents of the xsd file, and snippets of the definition are shown with their relevant element below

Download All


Publications

publications

The root element of the document. Contains a series of elements that define research outputs. 
Each type has its own defined element due to the different fields they have, but there are a number of common items to each type (such as title, authors, abstract and electronic versions). 
See publicationType for the definition of the common elements and refer to each type for their specific elements.

XML Example

<publications xmlns="v1.publication-import.base-uk.pure.atira.dk"
                      xmlns:cmns="v3.commons.pure.atira.dk">
           <contributionToJournal id="research_output1" subType="article">
              <peerReviewed>true</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2016</cmns:year>
                       <cmns:month>2</cmns:month>
                       <cmns:day>1</cmns:day>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <workflow>approved</workflow>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">Occupational exposure to pesticides and prostate cancer</cmns:text>
              </title>
              <subTitle>
                 <cmns:text>A systematic review and meta-analysis</cmns:text>
              </subTitle>
              <abstract>
                 <cmns:text lang="en" country="GB">Epidemiological studies on exposure to pesticides and risk of prostate cancer (PC) provide inconsistent results. We aimed to explore various potential sources of heterogeneity not previously assessed and to derive updated risk estimates from homogenous studies. We searched PubMed, Web of Science and Scopus databases for case-control and cohort studies published from 1985 to April 2014. We assessed the quality of the articles using the Newcastle-Ottawa Scale. Pooled estimates were calculated using random-effects models. Heterogeneity was explored using subset analyses and metaregression. Fifty-two studies were included in the review and 25 in the meta-analysis. No association was found between low exposure to pesticides and PC, but association was significant for high exposure, pooled OR 1.33 (1.02 to 1.63), I2=44.8%, p=0.024. Heterogeneity was explained by a number of variables including method used to assess exposure. Pooled OR was weak and non-significant for studies measuring serum pesticide level, 1.12 (0.74 to 1.50), I2=0.00%, p=0.966. For studies applying self-reporting of exposure, pooled estimate was 1.34 (0.91 to 1.77), I2=0.00%, p=0.493, while a high significant association was detected for grouped exposure assessment, 2.24 (1.36 to 3.11), I2=0.00%, p=0.955. In spite of a weak significant association detected when pooling ORs for high occupational exposure to pesticides, the magnitude of the association was related to the method of exposure assessment used by the original studies. A family history-pesticide exposure interaction was also observed for a number of pesticides.</cmns:text>
              </abstract>
              <persons>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Anne Mary</firstName>
                       <lastName>Lewis-Mikhael</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Alexandria University</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Aurora</firstName>
                       <lastName>Bueno-Cavanillas</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Universidad de Granada</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Sven Donald</firstName>
                       <lastName>Hedman</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>UiT The Arctic University of Norway</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Talia Ofir</firstName>
                       <lastName>Guiron</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Universidad de Granada</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Rocío</firstName>
                       <lastName>Olmedo-Requena</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Universidad de Granada</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Miguel</firstName>
                       <lastName>Delgado-Rodríguez</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>University of Jaen</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                    <correspondingAuthor>true</correspondingAuthor>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>José Juan</firstName>
                       <lastName>Jiménez-Moleón</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Universidad de Granada</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
              </persons>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>CIBER Epidemiología y Salud Pública (CIBERESP)</cmns:text>
                    </name>
                 </organisation>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Drug development</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal complexes</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal compounds</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal-based kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Phosphatase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <externalIds>
                 <id type="Scopus">84954376799</id>
              </externalIds>
              <pages>134-144</pages>
              <numberOfPages>11</numberOfPages>
              <journalNumber>2</journalNumber>
              <journalVolume>5</journalVolume>
              <journal>
                 <title>Occupational and environmental medicine</title>
                 <printIssns>
                    <issn>1351-0711</issn>
                 </printIssns>
              </journal>
              <caseNotes>
                 <caseNote>
                    <title>
                       <cmns:text lang="en" country="GB">This is my case note</cmns:text>
                    </title>
                    <judgementDate>01-12-2014</judgementDate>
                    <court id="123456">
                       <name>The court of Law</name>
                       <type>court</type>
                       <country>us</country>
                       <subdivision>md</subdivision>
                    </court>
                    <ids>
                       <cmns:id type="ecliid" id="12345"/>
                       <cmns:id type="casenumber" id="23456"/>
                    </ids>
                 </caseNote>
                 <caseNote>
                    <title>
                       <cmns:text>This is my second case note</cmns:text>
                    </title>
                    <judgementDate>01-12-2015</judgementDate>
                    <court id="23456">
                       <name>The court of Justice</name>
                       <type>court</type>
                       <country>us</country>
                    </court>
                    <ids>
                       <cmns:id type="casenumber" id="23456"/>
                       <cmns:id type="ecliid" id="34567"/>
                    </ids>
                 </caseNote>
              </caseNotes>
           </contributionToJournal>
           <book id="19125302" subType="book">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2010</cmns:year>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <workflow>approved</workflow>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">Bone cancer</cmns:text>
              </title>
              <subTitle>
                 <cmns:text lang="en" country="GB">progression and therapeutic approaches</cmns:text>
              </subTitle>
              <persons>
                 <author>
                    <role>author</role>
                    <person id="person1">
                       <firstName>Dominique</firstName>
                       <lastName>Heymann</lastName>
                    </person>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Bones -- Cancer</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Bones -- Cancer -- Treatment</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="librarianKeywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/core/keywords/A/AC"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <externalIds>
                 <id type="CINII">BB01339800</id>
              </externalIds>
              <printIsbns>
                 <isbn>9780123748959</isbn>
                 <isbn>012374895X</isbn>
              </printIsbns>
              <commissioningBodyExternalOrganisation id="external_organisation_id_001">
                 <name>New Comm Body</name>
                 <type>unknown</type>
                 <country>sg</country>
              </commissioningBodyExternalOrganisation>
              <publisher>
                 <name>Academic press</name>
              </publisher>
           </book>
           <contributionToConference id="15476482" subType="poster">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2014</cmns:year>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <workflow>approved</workflow>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">Physical and functional characterisation of apoptotic cell-derived extracellular vesicles</cmns:text>
              </title>
              <abstract>
                 <cmns:text>Damaged, aged or unwanted cells are removed from the body by an active process known as apoptosis. This highly orchestrated programme results in the exposure of 'flags' at the dying cell surface and the release of attractive signals to recruit phagocytes. Together these changes ensure efficient phagocytic removal of dying cells and prevention of inflammatory and autoimmune disorders. Extracellular vesicles (EV) are released from a variety of cells (both viable and apoptotic) and they serve as a novel means of intercellular communication. They range in size: 70-100nm ('exosomes') through 100-1000nm ('microparticles') to large vesicles released from dying cells ('apoptotic bodies'). Release of apoptotic cell-derived extracellular vesicles (acdEV) of less than 1000nm is an important mechanism by which phagocytes are attracted to sites of cell death. Using a variety of approaches we characterize the release, physical characteristics and function of acdEV. Using fluorescence microscopy we demonstrate release of ICAM-3 on acdEV from dying leukocytes and, through the use of resistive pulse technology (qNano, IZON Science), we accurately size and quantitate acdEV release. The function of acdEV is revealed through the use of both horizontal chemotaxis assays (Dunn chambers) and vertical transwell migration assays (Cell-IQ, CM Technologies). These assays reveal potent chemoattractive capacity of acdEV and associated ICAM-3. Additionally we demonstrate an additional novel function of acdEV as anti-inflammatory immune-modulators. These data support an integrated approach to the physical and functional analyses of EV.</cmns:text>
              </abstract>
              <persons>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Lois</firstName>
                       <lastName>Hawkins</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Biosciences</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Khaled</firstName>
                       <lastName>Alghareeb</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Biosciences</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Vinod</firstName>
                       <lastName>Nadella</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Biosciences</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person origin="external">
                       <firstName>Parbata</firstName>
                       <lastName>Chauhan</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Aston University</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person origin="external">
                       <fullName>Charlotte E. Bland</fullName>
                    </person>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Andrew</firstName>
                       <lastName>Devitt</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Communicable Diseases (Research)</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Aston Research Centre for Healthy Ageing (Research)</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Chronic &amp; Communicable Disease (Research)</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Biosciences</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Cellular and Molecular Biomedicine</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Aston Research Centre for Healthy Ageing</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Cell &amp; Tissue Biomedical Research</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Drug development</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal complexes</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal compounds</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal-based kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Phosphatase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <event id="event1">
                 <type>conference</type>
                 <title>
                    <cmns:text>British Society for Immunology (BSI) annual congress</cmns:text>
                 </title>
                 <description>
                    <cmns:text lang="en" country="GB">Congress description</cmns:text>
                 </description>
                 <city>Brighton</city>
                 <location>UK</location>
                 <country>gb</country>
                 <startDate>10-04-1980</startDate>
                 <endDate>11-04-1980</endDate>
                 <degreeOfRecognition>national</degreeOfRecognition>
                 <webAddress>http://elsevier.com/theconference</webAddress>
                 <workflow>approved</workflow>
              </event>
           </contributionToConference>
           <contributionToSpecialist id="19125448" subType="article">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2015</cmns:year>
                       <cmns:month>2</cmns:month>
                       <cmns:day>26</cmns:day>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <workflow>forApproval</workflow>
              <language>fr_FR</language>
              <title>
                 <cmns:text lang="fr" country="FR">Le neuf ne remplace pas toujours l'ancien Entretien avec David Edgerton</cmns:text>
              </title>
              <subTitle>
                 <cmns:text lang="fr" country="FR">Sciences Humaines</cmns:text>
              </subTitle>
              <persons>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>David Edward Herbert</firstName>
                       <lastName>Edgerton</lastName>
                    </person>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Drug development</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal complexes</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal compounds</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal-based kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Phosphatase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <externalIds>
                 <id type="ris">urn:4479DD940AAE9C09FFACD29CF593E4A6</id>
              </externalIds>
              <number>1</number>
              <volume>5</volume>
              <journal>
                 <title>Sciences Humaines</title>
                 <printIssns>
                    <issn>1234-1234</issn>
                 </printIssns>
              </journal>
           </contributionToSpecialist>
           <patent id="19125645" subType="patent">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2016</cmns:year>
                       <cmns:month>1</cmns:month>
                       <cmns:day>21</cmns:day>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">Drug selection for breast cancer therapy using antibody-based arrays</cmns:text>
              </title>
              <abstract>
                 <cmns:text lang="en" country="GB">The present invention provides compositions and methods for detecting the activation states of components of signal transduction pathways in tumor cells. Information on the activation states of components of signal transduction 5 pathways derived from use of the invention can be used for cancer diagnosis, prognosis, and in the design of cancer treatments.</cmns:text>
              </abstract>
              <persons>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>SHARAT</firstName>
                       <lastName>SINGH</lastName>
                    </person>
                 </author>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>JEANNE</firstName>
                       <lastName>HARVEY</lastName>
                    </person>
                 </author>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>PHILLIP</firstName>
                       <lastName>KIM</lastName>
                    </person>
                 </author>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>XINJUN</firstName>
                       <lastName>LIU</lastName>
                    </person>
                 </author>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>LIMIN</firstName>
                       <lastName>LIU</lastName>
                    </person>
                 </author>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>ROBERT</firstName>
                       <lastName>BARHAM</lastName>
                    </person>
                 </author>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>BRUCE</firstName>
                       <lastName>NERI</lastName>
                    </person>
                 </author>
              </persons>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>PROMETHEUS LABORATORIES INC</cmns:text>
                    </name>
                 </organisation>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Drug development</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal complexes</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal compounds</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal-based kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Phosphatase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <externalIds>
                 <id type="espacenet">AU2015271927</id>
              </externalIds>
              <ipc>G01N 33/ 50 A I</ipc>
              <patentNumber>AU2015271927</patentNumber>
              <priorityDate>18-12-2015</priorityDate>
              <priorityNumber>AU20150271927</priorityNumber>
           </patent>
           <patent id="19125604" subType="patent">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2014</cmns:year>
                       <cmns:month>11</cmns:month>
                       <cmns:day>27</cmns:day>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">SYSTEM AND METHOD FOR AUTOMATED DETERMINATION OF THE RELATIVE EFFECTIVENESS OF ANTI-CANCER DRUG CANDIDATES</cmns:text>
              </title>
              <persons>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>MATHIEU</firstName>
                       <lastName>PERREE</lastName>
                    </person>
                 </author>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>OLIVIER</firstName>
                       <lastName>PETIT</lastName>
                    </person>
                 </author>
                 <author>
                    <role>inventor</role>
                    <person>
                       <firstName>ALLAN E</firstName>
                       <lastName>HALLQUIST</lastName>
                    </person>
                 </author>
              </persons>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>PROMETHEUS LABORATORIES INC</cmns:text>
                    </name>
                 </organisation>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Drug development</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal complexes</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal compounds</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal-based kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Phosphatase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <externalIds>
                 <id type="espacenet">SG11201407141V</id>
              </externalIds>
              <ipc>G06F 19/ 00 A I</ipc>
              <patentNumber>SG11201407141V</patentNumber>
              <priorityDate>02-05-2013</priorityDate>
              <priorityNumber>WO2013US39189</priorityNumber>
           </patent>
           <other id="19125422" subType="other">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2013</cmns:year>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <language>da_DK</language>
              <title>
                 <cmns:text lang="da" country="DK">Sundhedsteknologi ? en vej til bedre velfærd?</cmns:text>
              </title>
              <abstract>
                 <cmns:text lang="da" country="DK">Der er ingen sikkerhed for, at nye sundhedsteknologiske løsninger skaber bedre velfærd. Erfaringerne viser, at nye teknologier er forbundet med store udfordringer, skriver seniorprojektleder Helle Wentzer fra KORA.</cmns:text>
              </abstract>
              <persons>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Helle</firstName>
                       <lastName>Wentzer</lastName>
                    </person>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Drug development</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal complexes</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal compounds</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal-based kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Phosphatase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <externalIds>
                 <id type="mendeley">0c2509a8-a065-31c4-a9bd-37699420fee5</id>
              </externalIds>
              <series>
                 <serie>
                    <name>Altinget.dk</name>
                 </serie>
              </series>
              <caseNotes>
                 <caseNote>
                    <title>
                       <cmns:text lang="en" country="GB">This is my case note</cmns:text>
                    </title>
                    <judgementDate>01-12-2014</judgementDate>
                    <court id="123456">
                       <name>The court of Law</name>
                       <type>court</type>
                       <country>us</country>
                       <subdivision>md</subdivision>
                    </court>
                    <ids>
                       <cmns:id type="ecliid" id="12345"/>
                       <cmns:id type="casenumber" id="23456"/>
                    </ids>
                 </caseNote>
                 <caseNote>
                    <title>
                       <cmns:text>This is my second case note</cmns:text>
                    </title>
                    <judgementDate>01-12-2015</judgementDate>
                    <court id="23456">
                       <name>The court of Justice</name>
                       <type>court</type>
                       <country>us</country>
                    </court>
                    <ids>
                       <cmns:id type="casenumber" id="23456"/>
                       <cmns:id type="ecliid" id="34567"/>
                    </ids>
                 </caseNote>
              </caseNotes>
           </other>
           <chapterInBook id="19125537" subType="conference">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2016</cmns:year>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">Percutaneous and intraoperative irreversible electroporation of liver cancer – a monocenter experience</cmns:text>
              </title>
              <abstract>
                 <cmns:text lang="en" country="GB">Background: There is a huge variety of image guided local ablation technique to treat primary and secondary liver cancer. While thermal ablations are most common, these modalities have some limitations like coagulation necrosis to adjacent structures or undesired heat sink near to larger vessels. This indicates the need of alternative techniques to enable ablation of tumors not suitable for thermal procedures. Method: Irreversible electroporation (IRE) is a relatively young image guided ablation method based on ultra-short electricity pulses inducing apoptotic cell death. IRE in the liver is suggested to preserve critical vascular and biliary structures from procedure related coagulation necrosis and is therefore expected to overcome limitations of thermal ablation techniques. We retrospectively assessed our patients treated with IRE regarding procedure safety, shortterm complications and local tumor recurrence. Results: We treated 12 patients either with percutaneous CT guided IRE or with open surgical ultrasound guided IRE. The ablation was technically successful in all cases. There were three short-term complications (1 hematoma, 1 bilioma, 1 liver vein thrombosis) and one superficial track metastasis on follow up imaging. Discussion: IRE is a feasible ablation technique for primary and secondary liver cancer and can be the only remaining curative treatment option. However the previously stated preservation of critical vascular structures has to be regarded critically. The missing possibility for track ablation in IRE may indicate a potentially higher risk for inducing track metastases. However further clinical data are necessary to state the value of IRE in comparison to other ablation methods.</cmns:text>
              </abstract>
              <persons>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Michael</firstName>
                       <lastName>Moche</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>J.</firstName>
                       <lastName>Fuchs</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>T. O.</firstName>
                       <lastName>Petersen</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>R.</firstName>
                       <lastName>Jantschke</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>M.</firstName>
                       <lastName>Bartels</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Department of Surgery</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>T.</firstName>
                       <lastName>Kahn</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>P.</firstName>
                       <lastName>Voigt</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Image guided therapy</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Irreversible electroporation</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Liver cancer</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Minimal-invasive cancer treatment</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Open surgical ablation</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Percutaneous treatment</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/2200/2204"/>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1500/1502"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <externalIds>
                 <id type="scopus">84946078254</id>
              </externalIds>
              <pages>252-255</pages>
              <numberOfPages>4</numberOfPages>
              <volume>53</volume>
              <printIsbns>
                 <isbn>9789812878168</isbn>
              </printIsbns>
              <hostPublicationTitle>IFMBE Proceedings</hostPublicationTitle>
              <publisher>
                 <name>Springer-Verlag GmbH</name>
              </publisher>
              <caseNotes>
                 <caseNote>
                    <title>
                       <cmns:text lang="en" country="GB">This is my case note</cmns:text>
                    </title>
                    <judgementDate>01-12-2014</judgementDate>
                    <court id="123456">
                       <name>The court of Law</name>
                       <type>court</type>
                       <country>us</country>
                       <subdivision>md</subdivision>
                    </court>
                    <ids>
                       <cmns:id type="ecliid" id="12345"/>
                       <cmns:id type="casenumber" id="23456"/>
                    </ids>
                 </caseNote>
                 <caseNote>
                    <title>
                       <cmns:text>This is my second case note</cmns:text>
                    </title>
                    <judgementDate>01-12-2015</judgementDate>
                    <court id="23456">
                       <name>The court of Justice</name>
                       <type>court</type>
                       <country>us</country>
                    </court>
                    <ids>
                       <cmns:id type="casenumber" id="23456"/>
                       <cmns:id type="ecliid" id="34567"/>
                    </ids>
                 </caseNote>
              </caseNotes>
           </chapterInBook>
           <chapterInBook id="19125337" subType="chapter">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2014</cmns:year>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">Metal Compounds as Kinase and Phosphatase Inhibitors in Drug Development</cmns:text>
              </title>
              <subTitle>
                 <cmns:text lang="en" country="GB">The Role of the Metal and Ligands</cmns:text>
              </subTitle>
              <abstract>
                 <cmns:text>Metal-based drugs play a major role in the treatment and diagnosis of a wide variety of diseases.
                        This chapter highlights some of the major developments that involve kinase and phosphatase inhibitors
                        with the metal playing a crucial role in the inhibitory activity and in the modes of action for the
                        treatment of diseases such as cancer and diabetes. Metal centers in complexes can occupy diverse
                        coordination geometries which allow the design of molecules with a better fit for the target kinase or
                        enzyme in more general terms. The modification of organic backbones with metal-based fragments provides
                        also possibilities for the improvement of pharmacological properties. This may influence the
                        pharmacokinetic behavior of compounds depending on the ligands, metal, and coordination geometry.
                        Protein tyrosine phosphatases (PTPs) are an extensive subcategory of phosphatase enzymes which,
                        similarly to protein kinases, play an essential role in signal transduction and the regulation of
                        various cellular processes.
                    </cmns:text>
              </abstract>
              <persons>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Maria V.</firstName>
                       <lastName>Babak</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>University of Auckland</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Margaux</firstName>
                       <lastName>Airey</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>University of Auckland</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Christian G.</firstName>
                       <lastName>Hartinger</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>University of Auckland</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Drug development</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal complexes</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal compounds</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal-based kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Phosphatase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <externalIds>
                 <id type="scopus">84948845025</id>
              </externalIds>
              <pages>301-330</pages>
              <numberOfPages>30</numberOfPages>
              <printIsbns>
                 <isbn>9783527683031</isbn>
                 <isbn>9783527337651</isbn>
              </printIsbns>
              <hostPublicationTitle>Kinomics: Approaches and Applications</hostPublicationTitle>
              <publisher>
                 <name>Wiley</name>
              </publisher>
              <series>
                 <serie>
                    <name>Lecture Notes in Computer Science</name>
                    <publisherName>Springer</publisherName>
                    <volume>22</volume>
                    <number>1</number>
                    <printIssn>1234-4321</printIssn>
                 </serie>
              </series>
           </chapterInBook>
           <workingPaper id="4122824" subType="workingpaper">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2003</cmns:year>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <workflow>forApproval</workflow>
              <language>en_GB</language>
              <title>
                 <cmns:text>While labour hoarding may be over, insiders' control is not</cmns:text>
              </title>
              <subTitle>
                 <cmns:text lang="en" country="GB">determinants of employment growth in Polish large firms, 1996-2001</cmns:text>
              </subTitle>
              <abstract>
                 <cmns:text lang="en" country="GB">This paper examines the determinants of employment changes using a panel of Polish large firms during the period 1996-2001. We investigate the impact of wages, output growth, investment, firm size and sectors upon employment, focusing on the asymmetry hypothesis. We... find that investment plays an important role in enhancing employment growth. We also notice that employment dynamics is not affected by alternative wages and therefore appears consistent with the ‘right to manage’ model. Furthermore, unlike the early transition period, we can confirm that employment adjusts to positive sales growth, not just to decline as found in studies on earlier periods (K?ll?, 1998). This reflects that labour hoarding can no longer be a factor, which decreased employment elasticity in times of positive demand shocks. Interestingly, large state companies appear to cut employment in response to output growth, when one controls for investment. A result, which may be consistent with the insiders (employee) control model.</cmns:text>
              </abstract>
              <persons>
                 <author>
                    <role>author</role>
                    <person origin="external">
                       <firstName>Kate</firstName>
                       <lastName>Bishop</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>University College London</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
                 <author>
                    <role>author</role>
                    <person origin="unknown">
                       <firstName>Tomasz</firstName>
                       <lastName>Mickiewicz</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Economics &amp; Strategy Group</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>University College London</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Drug development</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal complexes</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal compounds</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal-based kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Phosphatase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <externalIds>
                 <id type="ris">urn:34A97EB32694ED5D9FB3D5448B13F85F</id>
              </externalIds>
              <numberOfPages>31</numberOfPages>
              <placeOfPublication>Ann Arbor, MI (US)</placeOfPublication>
              <publisher>
                 <name>William Davidson Institute at the University of Michigan</name>
              </publisher>
              <series>
                 <serie>
                    <name>William Davidson Institute working paper series</name>
                    <publisherName>William Davidson Institute</publisherName>
                    <number>593</number>
                 </serie>
              </series>
           </workingPaper>
           <nonTextual id="6390233" subType="digitalorvisualproducts">
              <peerReviewed>false</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>published</statusType>
                    <date>
                       <cmns:year>2011</cmns:year>
                       <cmns:month>7</cmns:month>
                       <cmns:day>31</cmns:day>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">TRANSFORMATIONfilm's channel</cmns:text>
              </title>
              <abstract>
                 <cmns:text lang="en" country="GB">The TRANSFORMATION Project's YouTube channel</cmns:text>
              </abstract>
              <persons>
                 <author>
                    <role>author</role>
                    <person>
                       <firstName>Michael</firstName>
                       <lastName>Butler</lastName>
                    </person>
                    <organisations>
                       <organisation>
                          <name>
                             <cmns:text>Work &amp; Organisational Psychology (Research)</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Work &amp; Organisational Psychology</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Centre for Innovation, Change and Renewal</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Aston Centre for Human Resources</cmns:text>
                          </name>
                       </organisation>
                       <organisation>
                          <name>
                             <cmns:text>Work &amp; Organisational Psychology Research Group</cmns:text>
                          </name>
                       </organisation>
                    </organisations>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text>Drug development</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Ligands</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal complexes</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal compounds</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Metal-based kinase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                             <cmns:freeKeyword>
                                <cmns:text>Phosphatase inhibitors</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <outputMedia>online</outputMedia>
           </nonTextual>
           <memorandum id="19125534" subType="academicmemorandum">
              <peerReviewed>true</peerReviewed>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>epub</statusType>
                    <date>
                       <cmns:year>2016</cmns:year>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <workflow>approved</workflow>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">The Transposition by Denmark of EC Directive 85/337/EEC on the Assessment of Certain Public and Private Projects Impacts on the Environment</cmns:text>
              </title>
              <persons>
                 <author>
                    <role>author</role>
                    <person id="person1">
                       <firstName>John</firstName>
                       <lastName>Doe</lastName>
                    </person>
                    <organisations>
                       <organisation id="organisation2"/>
                    </organisations>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text lang="en" country="GB">Memorendum</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <visibility>Public</visibility>
              <projectNumber>7678757</projectNumber>
              <journalNumber>B4-3040/2777385/MAR/B3</journalNumber>
              <dateFinished>01-01-2016</dateFinished>
              <applicant>
                 <name>The Islet Research Laboratory</name>
                 <type>academicinstitute</type>
              </applicant>
              <series>
                 <serie>
                    <name>Memorendum Serie</name>
                    <publisherName>Elsevier</publisherName>
                    <volume>22</volume>
                    <number>1</number>
                    <printIssn>2112-3344</printIssn>
                 </serie>
              </series>
           </memorandum>
           <thesis id="12325040" subType="master">
              <peerReviewed>false</peerReviewed>
              <internationalPeerReviewed>true</internationalPeerReviewed>
              <acceptedDuplicate>true</acceptedDuplicate>
              <publicationCategory>research</publicationCategory>
              <publicationStatuses>
                 <publicationStatus>
                    <statusType>submitted</statusType>
                    <date>
                       <cmns:year>2014</cmns:year>
                       <cmns:month>12</cmns:month>
                       <cmns:day>31</cmns:day>
                    </date>
                 </publicationStatus>
              </publicationStatuses>
              <workflow>approved</workflow>
              <language>en_GB</language>
              <title>
                 <cmns:text lang="en" country="GB">Efficient Skyline Computation in MapReduce</cmns:text>
              </title>
              <subTitle>
                 <cmns:text lang="en" country="GB">Caclulate the perfect skyline</cmns:text>
              </subTitle>
              <abstract>
                 <cmns:text lang="en" country="GB">Skyline queries are useful for finding interesting tuples from
                        a large data set according to multiple criteria. The sizes of
                        data sets are constantly increasing and the architecture of
                        back-ends are switching from single-node environments to
                        non-conventional paradigms like MapReduce.</cmns:text>
              </abstract>
              <persons>
                 <author>
                    <role>author</role>
                    <person id="person1">
                       <firstName>Jens Laurits</firstName>
                       <lastName>Pedersen</lastName>
                    </person>
                    <organisations>
                       <organisation id="organisation2"/>
                    </organisations>
                 </author>
              </persons>
              <organisations>
                 <organisation id="organisation2"/>
              </organisations>
              <owner id="organisation2"/>
              <keywords>
                 <cmns:logicalGroup logicalName="keywordContainers">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword>
                          <cmns:freeKeywords>
                             <cmns:freeKeyword>
                                <cmns:text lang="en" country="GB">MapReduce</cmns:text>
                             </cmns:freeKeyword>
                          </cmns:freeKeywords>
                       </cmns:structuredKeyword>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
                 <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                    <cmns:structuredKeywords>
                       <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                    </cmns:structuredKeywords>
                 </cmns:logicalGroup>
              </keywords>
              <urls>
                 <url>
                    <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                    <description>
                       <cmns:text>Other Link</cmns:text>
                    </description>
                    <type>unspecified</type>
                 </url>
              </urls>
              <electronicVersions>
                 <electronicVersionLink>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
                 </electronicVersionLink>
                 <electronicVersionDOI>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <doi>10.1002/9781119050858.ch3</doi>
                 </electronicVersionDOI>
                 <electronicVersionFile>
                    <version>publishersversion</version>
                    <licence>cc_by_nd</licence>
                    <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>10-04-1980</embargoStartDate>
                    <embargoEndDate>11-04-1980</embargoEndDate>
                    <title>The title of the file</title>
                    <file id="file1">
                       <filename>The article</filename>
                       <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                       <mimetype>application/pdf</mimetype>
                       <filesize>123456789</filesize>
                    </file>
                 </electronicVersionFile>
              </electronicVersions>
              <additionalFiles>
                 <additionalFile>
                    <file id="additonalFileSource_01">
                       <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                       <mimetype>application/pdf</mimetype>
                       <filesize>3387841116</filesize>
                       <source>additonalFileSource</source>
                    </file>
                    <title>some title</title>
                    <publicAccess>embargoed</publicAccess>
                    <embargoStartDate>01-01-2014</embargoStartDate>
                    <embargoEndDate>31-12-2015</embargoEndDate>
                    <licence>cc_by_nd</licence>
                 </additionalFile>
              </additionalFiles>
              <bibliographicalNotes>
                 <bibliographicalNote>
                    <cmns:text lang="en" country="GB">This was for the final master project</cmns:text>
                 </bibliographicalNote>
                 <bibliographicalNote>
                    <cmns:text lang="en" country="GB">This is a placeholder note</cmns:text>
                 </bibliographicalNote>
              </bibliographicalNotes>
              <visibility>Public</visibility>
              <qualification>mphil</qualification>
              <awardingInstitutions>
                 <awardingInstitution>
                    <name>
                       <cmns:text>Depart of Awards</cmns:text>
                    </name>
                 </awardingInstitution>
              </awardingInstitutions>
              <thesisSupervisors>
                 <thesisSupervisor id="supervisor1">
                    <person id="560118">
                       <firstName>Hua</firstName>
                       <lastName>Lu</lastName>
                    </person>
                    <role>supervisor</role>
                 </thesisSupervisor>
              </thesisSupervisors>
              <sponsors>
                 <sponsor>
                    <name>Department of Parallellisation</name>
                    <type>unknown</type>
                 </sponsor>
              </sponsors>
              <publisher id="44421">
                 <name>Open Proceedings</name>
              </publisher>
              <edition>Volume 5</edition>
              <placeOfPublication>Denmark</placeOfPublication>
              <printIsbns>
                 <isbn>5555-5555</isbn>
              </printIsbns>
              <electronicIsbns>
                 <isbn>5555-3445</isbn>
              </electronicIsbns>
              <numberOfPages>12</numberOfPages>
           </thesis>
        </publications>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="publications">
           <xs:annotation>
              <xs:documentation>
                        The root element of the document. Contains a series of elements that define research outputs.
                        Each type has its own defined element due to the different fields they have, but there are a
                        number of common items to each type (such as title, authors, abstract and electronic versions).
                        See publicationType for the definition of the common elements and refer to each type for their specific elements.
                    </xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                 <xs:element ref="contributionToJournal"/>
                 <xs:element ref="chapterInBook"/>
                 <xs:element ref="contributionToConference"/>
                 <xs:element ref="contributionToSpecialist"/>
                 <xs:element ref="patent"/>
                 <xs:element ref="other"/>
                 <xs:element ref="book"/>
                 <xs:element ref="workingPaper"/>
                 <xs:element ref="nonTextual"/>
                 <xs:element ref="memorandum"/>
                 <xs:element ref="contributionToMemorandum"/>
                 <xs:element ref="thesis"/>
              </xs:choice>
              <xs:attribute name="resumptionToken" type="xs:string">
                 <xs:annotation>
                    <xs:documentation>
                                To enable resumption tokens, add an URL to the "XML source data location" in the job configuration with "{resumptionToken}" as a placeholder, for instance "https://example.org/data?resumptionToken={resumptionToken}".
                                The endpoint must handle the resumptionToken in the following manner:
                                If an empty resumptionToken is sent, the endpoint must return all data. If a non-empty resumptionToken is sent, the endpoint must return all data that has changed since the time the resumptionToken was sent.
                            </xs:documentation>
                 </xs:annotation>
              </xs:attribute>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

@resumptionToken

To enable resumption tokens, add an URL to the "XML source data location" in the job configuration with "{resumptionToken}" as a placeholder, for instance "https://example.org/data?resumptionToken={resumptionToken}". The endpoint must handle the resumptionToken in the following manner: If an empty resumptionToken is sent, the endpoint must return all data. If a non-empty resumptionToken is sent, the endpoint must return all data that has changed since the time the resumptionToken was sent.

xsd:string

Yes

contributionToJournal 
(Option Group 1)

 

contributionToJournal

Yes

chapterInBook 
(Option Group 2)

 

chapterInBook

Yes

contributionToConference 
(Option Group 3)

 

contributionToConference

Yes

contributionToSpecialist 
(Option Group 4)

 

contributionToSpecialist

Yes

patent 
(Option Group 5)

 

patent

Yes

other 
(Option Group 6)

 

other

Yes

book 
(Option Group 7)

 

book

Yes

workingPaper 
(Option Group 8)

 

workingPaper

Yes

nonTextual 
(Option Group 9)

 

nonTextual

Yes

memorandum 
(Option Group 10)

 

memorandum

Yes

contributionToMemorandum 
(Option Group 11)

 

contributionToMemorandum

Yes

thesis 
(Option Group 12)

 

thesis

Yes

publicationType

This is the core element that all types are based off. You can't have an element by this name in your xml 
but should refer to these fields for every type you do create.

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"
                        name="publicationType"
                        abstract="true">
           <xs:annotation>
              <xs:documentation>
                        This is the core element that all types are based off. You can't have an element by this name in your xml
                        but should refer to these fields for every type you do create.
                    </xs:documentation>
           </xs:annotation>
           <xs:sequence>
              <xs:element name="peerReviewed" type="xs:boolean" minOccurs="1">
                 <xs:annotation>
                    <xs:documentation>Peer reviewed - This can only be true if the publication type and category
                                combination is peer reviewable
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="internationalPeerReviewed" type="xs:boolean" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>Internationally Peer Reviewed - This can only be true if the publication type and
                                category combination is peer reviewable and the publication is marked as peerReviewed
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="acceptedDuplicate" type="xs:boolean" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>If true, the publication will no longer be considered when searching for
                                duplicates
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="publicationCategory"
                          type="commons:classification"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>Classification /dk/atira/pure/publication/category</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="publicationStatuses" minOccurs="1">
                 <xs:annotation>
                    <xs:documentation>List of publication statuses and related dates. Must have at least one item</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="workflow" type="xs:string" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Used to set the workflow state of the publication (workflow states: forApproval, approved and validated (If enabled in the Pure backend))
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="classifiedDescriptions" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>List of descriptions for the publication. These should be defined in the notes classification for the relevant type</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="language" type="commons:classification" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>Language of the research output. Should be defined in the classification /dk/atira/pure/core/languages</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="title" type="commons:localized_string" minOccurs="1">
                 <xs:annotation>
                    <xs:documentation>The publication title. Can have multiple values to support translation</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="subTitle" type="commons:localized_string" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>The publication subtitle. Can have multiple values to support translation</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="abstract" type="commons:localized_string" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                The publication abstract
                                It is recommended that this field is wrapped in a CDATA field and that &lt; and &gt; characters are encoded to &amp;gt; and &amp;lt; if they aren't a part of HTML markup in the data.
                             
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="persons" minOccurs="1">
                 <xs:annotation>
                    <xs:documentation>The internal or external authors of the output</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="organisations" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>The internal or external organisations related to the output</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="totalNumberOfAuthors" type="xs:int" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>The total number of authors (if different from the listed persons)</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="owner" type="organisation" minOccurs="1">
                 <xs:annotation>
                    <xs:documentation>The managing organisation of the publication, this must always be an internal
                                organisation in Pure
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="keywords" type="commons:keywords" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Research output keywords. Should align with the keywords defined against the Research Output content type in the Administrator menu
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="urls" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Links related to the publication. Types of links should be defined in the /dk/atira/pure/links/researchoutput classification scheme
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="electronicVersions" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>Electronic versions (full texts, doi and links) of the publication
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="additionalFiles" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>Additional files related to the publication</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="existingStores" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                This element is for when full text files is already stored in an external repository and Pure is
                                being configured to synchronise with the repository
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="transferToRepository" type="xs:boolean" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Should the content be transfered to the repository, only use if the Pure installation is
                                connected to a repository
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="bibliographicalNotes" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Extra text related to the research output, such as funding, aknowledgements, etc
                            </xs:documentation>
                 </xs:annotation>
                 <xs:complexType>
                    <xs:sequence>
                       <xs:element name="bibliographicalNote"
                                   type="commons:localized_string"
                                   maxOccurs="unbounded">
                          <xs:annotation>
                             <xs:documentation>
                                            Text field for adding extra text field to a publication
                                        </xs:documentation>
                          </xs:annotation>
                       </xs:element>
                    </xs:sequence>
                 </xs:complexType>
              </xs:element>
              <xs:element name="visibility" type="commons:visibility" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                The visibility of the publication. Options are Public, Campus, Restricted or Confidential
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="externalIds" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                The external id(s) of the publication. Types can be freetext.
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="miscellaneous" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Element that doesn't have a field representation in Pure, however data that doesn't fit into
                                existing fields or the bibliographical note field,
                                can be added in this field and will be available in the source data of the imported xml and be
                                available for later import into Pure if applicable fields become available.
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element ref="articleProcessingCharge" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                APC paid. Is only supported if enabled in pure
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="comments" type="commons:comments" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                This element can be used to populate the comment field in history and comments on a publication.
                                This can be used for i.e. library notes.
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="relatedPublications"
                          type="commons:contentReferences"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>IDs of any related research outputs</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="relatedStudentTheses"
                          type="commons:contentReferences"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>IDs of any related student theses</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="relatedActivities"
                          type="commons:contentReferences"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>IDs of any related activities</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="relatedClippings"
                          type="commons:contentReferences"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>IDs of any related press/media</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="relatedEquipment"
                          type="commons:contentReferences"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>IDs of any related equipment</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="relatedProjects"
                          type="commons:contentReferences"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>IDs of any related projects</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="relatedDataSets"
                          type="commons:contentReferences"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>IDs of any related datasets</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="relatedImpacts"
                          type="commons:contentReferences"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>IDs of any related impacts</xs:documentation>
                 </xs:annotation>
              </xs:element>
           </xs:sequence>
           <xs:attribute type="commons:string_400" name="id" use="required">
              <xs:annotation>
                 <xs:documentation>
                            The external ID of the publication, this must be an unique value and will be used to match against the research output for any future loads
                        </xs:documentation>
              </xs:annotation>
           </xs:attribute>
           <xs:attribute type="commons:classification" name="subType" use="required">
              <xs:annotation>
                 <xs:documentation>
                            When searching for a subtype use the parent scheme /dk/atira/pure/researchoutput/researchoutputtypes/{template}
                        </xs:documentation>
              </xs:annotation>
           </xs:attribute>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

@id

The external ID of the publication, this must be an unique value and will be used to match against the research output for any future loads

commons:string_400

Yes

@subType

When searching for a subtype use the parent scheme /dk/atira/pure/researchoutput/researchoutputtypes/{template}

commons:classification

Yes

peerReviewed

Peer reviewed - This can only be true if the publication type and category combination is peer reviewable

xsd:boolean

Yes

internationalPeerReviewed

Internationally Peer Reviewed - This can only be true if the publication type and category combination is peer reviewable and the publication is marked as peerReviewed

xsd:boolean

No

acceptedDuplicate

If true, the publication will no longer be considered when searching for duplicates

xsd:boolean

No

publicationCategory

Classification /dk/atira/pure/publication/category

commons:classification

No

publicationStatuses

List of publication statuses and related dates. Must have at least one item

publicationStatuses

Yes

workflow

Used to set the workflow state of the publication (workflow states: forApproval, approved and validated (If enabled in the Pure backend))

xsd:string

No

classifiedDescriptions

List of descriptions for the publication. These should be defined in the notes classification for the relevant type

classifiedDescriptions

No

language

Language of the research output. Should be defined in the classification /dk/atira/pure/core/languages

commons:classification

No

title

The publication title. Can have multiple values to support translation

commons:localized_string

Yes

subTitle

The publication subtitle. Can have multiple values to support translation

commons:localized_string

No

abstract

The publication abstract It is recommended that this field is wrapped in a CDATA field and that < and > characters are encoded to &gt; and &lt; if they aren't a part of HTML markup in the data.

commons:localized_string

No

persons

The internal or external authors of the output

persons

Yes

organisations

The internal or external organisations related to the output

organisations

No

totalNumberOfAuthors

The total number of authors (if different from the listed persons)

xsd:int

No

owner

The managing organisation of the publication, this must always be an internal organisation in Pure

organisation

Yes

keywords

Research output keywords. Should align with the keywords defined against the Research Output content type in the Administrator menu

commons:keywords

No

urls

Links related to the publication. Types of links should be defined in the /dk/atira/pure/links/researchoutput classification scheme

urls

No

electronicVersions

Electronic versions (full texts, doi and links) of the publication

electronicVersions

No

additionalFiles

Additional files related to the publication

additionalFiles

No

existingStores

This element is for when full text files is already stored in an external repository and Pure is being configured to synchronise with the repository

existingStores

No

transferToRepository

Should the content be transfered to the repository, only use if the Pure installation is connected to a repository

xsd:boolean

No

bibliographicalNotes

Extra text related to the research output, such as funding, aknowledgements, etc

Contains below components

No

bibliographicalNotes.bibliographicalNote

Text field for adding extra text field to a publication

commons:localized_string

Yes

visibility

The visibility of the publication. Options are Public, Campus, Restricted or Confidential

commons:visibility

No

externalIds

The external id(s) of the publication. Types can be freetext.

externalIds

No

miscellaneous

Element that doesn't have a field representation in Pure, however data that doesn't fit into existing fields or the bibliographical note field, can be added in this field and will be available in the source data of the imported xml and be available for later import into Pure if applicable fields become available.

miscellaneous

No

articleProcessingCharge

APC paid. Is only supported if enabled in pure

articleProcessingCharge

No

comments

This element can be used to populate the comment field in history and comments on a publication. This can be used for i.e. library notes.

commons:comments

No

relatedPublications

IDs of any related research outputs

commons:contentReferences

No

relatedStudentTheses

IDs of any related student theses

commons:contentReferences

No

relatedActivities

IDs of any related activities

commons:contentReferences

No

relatedClippings

IDs of any related press/media

commons:contentReferences

No

relatedEquipment

IDs of any related equipment

commons:contentReferences

No

relatedProjects

IDs of any related projects

commons:contentReferences

No

relatedDataSets

IDs of any related datasets

commons:contentReferences

No

relatedImpacts

IDs of any related impacts

commons:contentReferences

No


Specific Output Types

contributionToJournal

This type refers to research outputs that are published in a journal, e.g. journal articles, editorials and some conference articles. 
In addition to the base components of publicationType it also requires a Journal and can include information such as volume, issue, article or page numbers.

XML Example

<contributionToJournal xmlns="v1.publication-import.base-uk.pure.atira.dk"
                               xmlns:cmns="v3.commons.pure.atira.dk"
                               id="research_output1"
                               subType="article">
           <peerReviewed>true</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>published</statusType>
                 <date>
                    <cmns:year>2016</cmns:year>
                    <cmns:month>2</cmns:month>
                    <cmns:day>1</cmns:day>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <workflow>approved</workflow>
           <language>en_GB</language>
           <title>
              <cmns:text lang="en" country="GB">Occupational exposure to pesticides and prostate cancer</cmns:text>
           </title>
           <subTitle>
              <cmns:text>A systematic review and meta-analysis</cmns:text>
           </subTitle>
           <abstract>
              <cmns:text lang="en" country="GB">Epidemiological studies on exposure to pesticides and risk of prostate cancer (PC) provide inconsistent results. We aimed to explore various potential sources of heterogeneity not previously assessed and to derive updated risk estimates from homogenous studies. We searched PubMed, Web of Science and Scopus databases for case-control and cohort studies published from 1985 to April 2014. We assessed the quality of the articles using the Newcastle-Ottawa Scale. Pooled estimates were calculated using random-effects models. Heterogeneity was explored using subset analyses and metaregression. Fifty-two studies were included in the review and 25 in the meta-analysis. No association was found between low exposure to pesticides and PC, but association was significant for high exposure, pooled OR 1.33 (1.02 to 1.63), I2=44.8%, p=0.024. Heterogeneity was explained by a number of variables including method used to assess exposure. Pooled OR was weak and non-significant for studies measuring serum pesticide level, 1.12 (0.74 to 1.50), I2=0.00%, p=0.966. For studies applying self-reporting of exposure, pooled estimate was 1.34 (0.91 to 1.77), I2=0.00%, p=0.493, while a high significant association was detected for grouped exposure assessment, 2.24 (1.36 to 3.11), I2=0.00%, p=0.955. In spite of a weak significant association detected when pooling ORs for high occupational exposure to pesticides, the magnitude of the association was related to the method of exposure assessment used by the original studies. A family history-pesticide exposure interaction was also observed for a number of pesticides.</cmns:text>
           </abstract>
           <persons>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Anne Mary</firstName>
                    <lastName>Lewis-Mikhael</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Alexandria University</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Aurora</firstName>
                    <lastName>Bueno-Cavanillas</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Universidad de Granada</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Sven Donald</firstName>
                    <lastName>Hedman</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>UiT The Arctic University of Norway</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Talia Ofir</firstName>
                    <lastName>Guiron</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Universidad de Granada</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Rocío</firstName>
                    <lastName>Olmedo-Requena</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Universidad de Granada</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Miguel</firstName>
                    <lastName>Delgado-Rodríguez</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>University of Jaen</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
                 <correspondingAuthor>true</correspondingAuthor>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>José Juan</firstName>
                    <lastName>Jiménez-Moleón</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Universidad de Granada</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
           </persons>
           <organisations>
              <organisation>
                 <name>
                    <cmns:text>CIBER Epidemiología y Salud Pública (CIBERESP)</cmns:text>
                 </name>
              </organisation>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text>Drug development</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal complexes</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal compounds</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal-based kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Phosphatase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <externalIds>
              <id type="Scopus">84954376799</id>
           </externalIds>
           <pages>134-144</pages>
           <numberOfPages>11</numberOfPages>
           <journalNumber>2</journalNumber>
           <journalVolume>5</journalVolume>
           <journal>
              <title>Occupational and environmental medicine</title>
              <printIssns>
                 <issn>1351-0711</issn>
              </printIssns>
           </journal>
           <caseNotes>
              <caseNote>
                 <title>
                    <cmns:text lang="en" country="GB">This is my case note</cmns:text>
                 </title>
                 <judgementDate>01-12-2014</judgementDate>
                 <court id="123456">
                    <name>The court of Law</name>
                    <type>court</type>
                    <country>us</country>
                    <subdivision>md</subdivision>
                 </court>
                 <ids>
                    <cmns:id type="ecliid" id="12345"/>
                    <cmns:id type="casenumber" id="23456"/>
                 </ids>
              </caseNote>
              <caseNote>
                 <title>
                    <cmns:text>This is my second case note</cmns:text>
                 </title>
                 <judgementDate>01-12-2015</judgementDate>
                 <court id="23456">
                    <name>The court of Justice</name>
                    <type>court</type>
                    <country>us</country>
                 </court>
                 <ids>
                    <cmns:id type="casenumber" id="23456"/>
                    <cmns:id type="ecliid" id="34567"/>
                 </ids>
              </caseNote>
           </caseNotes>
        </contributionToJournal>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"
                        name="contributionToJournalType">
           <xs:annotation>
              <xs:documentation>
                        This type refers to research outputs that are published in a journal, e.g. journal articles, editorials and some conference articles.
                        In addition to the base components of publicationType it also requires a Journal and can include information such as volume, issue, article or page numbers.
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="pages" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>Pages (from-to) format can be used, but there is not restrictions
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages in the contributed publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="articleNumber" type="commons:string_256" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>The article number</xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="journalNumber" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The journal issue number
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="journalVolume" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The volume of the journal
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="earlyOnlineDate" type="commons:date" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        DEPRECATED: Create a publication status of type epub instead.
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="journal">
                       <xs:annotation>
                          <xs:documentation>
                                        The journal the article was posted in. This can be reference based on ID or Pure will attempt to match on title and/or ISSN and create if an existing records isn't found
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="event" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The event the article is related to (if, for example, it is a conference article). Pure will attempt to match to existing events and create if not found.
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="caseNotes" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        This element can be used to populate the case notes on research output. Cases notes must be enabled in Pure to use this
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

pages

Pages (from-to) format can be used, but there is not restrictions

commons:string_128

No

numberOfPages

The number of pages in the contributed publication

xsd:integer

No

articleNumber

The article number

commons:string_256

No

journalNumber

The journal issue number

commons:string_64

No

journalVolume

The volume of the journal

commons:string_128

No

journal

The journal the article was posted in. This can be reference based on ID or Pure will attempt to match on title and/or ISSN and create if an existing records isn't found

journal

Yes

event

The event the article is related to (if, for example, it is a conference article). Pure will attempt to match to existing events and create if not found.

event

No

caseNotes

This element can be used to populate the case notes on research output. Cases notes must be enabled in Pure to use this

caseNotes

No

chapterInBook

This type refers to a research output that is a chapter in a book, report or conference proceeding. 
As a result it needs information of this "parent document" that it is published in, which will often have related ISBNs.

XML Example

<chapterInBook xmlns="v1.publication-import.base-uk.pure.atira.dk"
                       xmlns:cmns="v3.commons.pure.atira.dk"
                       id="19125537"
                       subType="conference">
           <peerReviewed>false</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>published</statusType>
                 <date>
                    <cmns:year>2016</cmns:year>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <language>en_GB</language>
           <title>
              <cmns:text lang="en" country="GB">Percutaneous and intraoperative irreversible electroporation of liver cancer – a monocenter experience</cmns:text>
           </title>
           <abstract>
              <cmns:text lang="en" country="GB">Background: There is a huge variety of image guided local ablation technique to treat primary and secondary liver cancer. While thermal ablations are most common, these modalities have some limitations like coagulation necrosis to adjacent structures or undesired heat sink near to larger vessels. This indicates the need of alternative techniques to enable ablation of tumors not suitable for thermal procedures. Method: Irreversible electroporation (IRE) is a relatively young image guided ablation method based on ultra-short electricity pulses inducing apoptotic cell death. IRE in the liver is suggested to preserve critical vascular and biliary structures from procedure related coagulation necrosis and is therefore expected to overcome limitations of thermal ablation techniques. We retrospectively assessed our patients treated with IRE regarding procedure safety, shortterm complications and local tumor recurrence. Results: We treated 12 patients either with percutaneous CT guided IRE or with open surgical ultrasound guided IRE. The ablation was technically successful in all cases. There were three short-term complications (1 hematoma, 1 bilioma, 1 liver vein thrombosis) and one superficial track metastasis on follow up imaging. Discussion: IRE is a feasible ablation technique for primary and secondary liver cancer and can be the only remaining curative treatment option. However the previously stated preservation of critical vascular structures has to be regarded critically. The missing possibility for track ablation in IRE may indicate a potentially higher risk for inducing track metastases. However further clinical data are necessary to state the value of IRE in comparison to other ablation methods.</cmns:text>
           </abstract>
           <persons>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Michael</firstName>
                    <lastName>Moche</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>J.</firstName>
                    <lastName>Fuchs</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>T. O.</firstName>
                    <lastName>Petersen</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>R.</firstName>
                    <lastName>Jantschke</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>M.</firstName>
                    <lastName>Bartels</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Department of Surgery</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>T.</firstName>
                    <lastName>Kahn</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>P.</firstName>
                    <lastName>Voigt</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Department of Diagnostic and Interventional Radiology</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
           </persons>
           <organisations>
              <organisation id="organisation2"/>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text>Image guided therapy</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Irreversible electroporation</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Liver cancer</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Minimal-invasive cancer treatment</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Open surgical ablation</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Percutaneous treatment</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/2200/2204"/>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1500/1502"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <externalIds>
              <id type="scopus">84946078254</id>
           </externalIds>
           <pages>252-255</pages>
           <numberOfPages>4</numberOfPages>
           <volume>53</volume>
           <printIsbns>
              <isbn>9789812878168</isbn>
           </printIsbns>
           <hostPublicationTitle>IFMBE Proceedings</hostPublicationTitle>
           <publisher>
              <name>Springer-Verlag GmbH</name>
           </publisher>
           <caseNotes>
              <caseNote>
                 <title>
                    <cmns:text lang="en" country="GB">This is my case note</cmns:text>
                 </title>
                 <judgementDate>01-12-2014</judgementDate>
                 <court id="123456">
                    <name>The court of Law</name>
                    <type>court</type>
                    <country>us</country>
                    <subdivision>md</subdivision>
                 </court>
                 <ids>
                    <cmns:id type="ecliid" id="12345"/>
                    <cmns:id type="casenumber" id="23456"/>
                 </ids>
              </caseNote>
              <caseNote>
                 <title>
                    <cmns:text>This is my second case note</cmns:text>
                 </title>
                 <judgementDate>01-12-2015</judgementDate>
                 <court id="23456">
                    <name>The court of Justice</name>
                    <type>court</type>
                    <country>us</country>
                 </court>
                 <ids>
                    <cmns:id type="casenumber" id="23456"/>
                    <cmns:id type="ecliid" id="34567"/>
                 </ids>
              </caseNote>
           </caseNotes>
        </chapterInBook>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="chapterInBookType">
           <xs:annotation>
              <xs:documentation>
                        This type refers to a research output that is a chapter in a book, report or conference proceeding.
                        As a result it needs information of this "parent document" that it is published in, which will often have related ISBNs.
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="pages" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>Pages (from-to) format can be used, but there is not restrictions
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages in the contributed publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="chapter" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The chapter in the contributed publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="articleNumber" type="commons:string_256" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The article number in the contributed publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="edition" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The edition of the host publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="placeOfPublication" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The place of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="volume" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The volume of the host publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="printIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The printed isbns
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="electronicIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The electronic isbns
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="hostPublicationTitle" type="commons:string_1024">
                       <xs:annotation>
                          <xs:documentation>
                                        The host publication title
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="hostPublicationSubTitle"
                                type="commons:string_1024"
                                minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The subtitle of the host publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="publisher" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher of the host publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="editors" type="editors" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The editor of the host publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="series" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The series the publication is related to
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="event" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The event the publication is related to
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="caseNotes" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        This element can be used to populate the case notes on research output, if enabled
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

pages

Pages (from-to) format can be used, but there is not restrictions

commons:string_128

No

numberOfPages

The number of pages in the contributed publication

xsd:integer

No

chapter

The chapter in the contributed publication

commons:string_128

No

articleNumber

The article number in the contributed publication

commons:string_256

No

edition

The edition of the host publication

commons:string_1024

No

placeOfPublication

The place of the publication

commons:string_1024

No

volume

The volume of the host publication

commons:string_128

No

printIsbns

The printed isbns

isbns

No

electronicIsbns

The electronic isbns

isbns

No

hostPublicationTitle

The host publication title

commons:string_1024

Yes

hostPublicationSubTitle

The subtitle of the host publication

commons:string_1024

No

publisher

The publisher of the host publication

publisher

No

editors

The editor of the host publication

editors

No

series

The series the publication is related to

series

No

event

The event the publication is related to

event

No

caseNotes

This element can be used to populate the case notes on research output, if enabled

caseNotes

No

contributionToConference

This type refers to a research output that was presented at a conference, such as a paper, poster or abstract. 
This means there is likely a related event, but this field is not mandatory.

XML Example

<contributionToConference xmlns="v1.publication-import.base-uk.pure.atira.dk"
                                  xmlns:cmns="v3.commons.pure.atira.dk"
                                  id="15476482"
                                  subType="poster">
           <peerReviewed>false</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>published</statusType>
                 <date>
                    <cmns:year>2014</cmns:year>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <workflow>approved</workflow>
           <language>en_GB</language>
           <title>
              <cmns:text lang="en" country="GB">Physical and functional characterisation of apoptotic cell-derived extracellular vesicles</cmns:text>
           </title>
           <abstract>
              <cmns:text>Damaged, aged or unwanted cells are removed from the body by an active process known as apoptosis. This highly orchestrated programme results in the exposure of 'flags' at the dying cell surface and the release of attractive signals to recruit phagocytes. Together these changes ensure efficient phagocytic removal of dying cells and prevention of inflammatory and autoimmune disorders. Extracellular vesicles (EV) are released from a variety of cells (both viable and apoptotic) and they serve as a novel means of intercellular communication. They range in size: 70-100nm ('exosomes') through 100-1000nm ('microparticles') to large vesicles released from dying cells ('apoptotic bodies'). Release of apoptotic cell-derived extracellular vesicles (acdEV) of less than 1000nm is an important mechanism by which phagocytes are attracted to sites of cell death. Using a variety of approaches we characterize the release, physical characteristics and function of acdEV. Using fluorescence microscopy we demonstrate release of ICAM-3 on acdEV from dying leukocytes and, through the use of resistive pulse technology (qNano, IZON Science), we accurately size and quantitate acdEV release. The function of acdEV is revealed through the use of both horizontal chemotaxis assays (Dunn chambers) and vertical transwell migration assays (Cell-IQ, CM Technologies). These assays reveal potent chemoattractive capacity of acdEV and associated ICAM-3. Additionally we demonstrate an additional novel function of acdEV as anti-inflammatory immune-modulators. These data support an integrated approach to the physical and functional analyses of EV.</cmns:text>
           </abstract>
           <persons>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Lois</firstName>
                    <lastName>Hawkins</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Biosciences</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Khaled</firstName>
                    <lastName>Alghareeb</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Biosciences</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Vinod</firstName>
                    <lastName>Nadella</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Biosciences</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person origin="external">
                    <firstName>Parbata</firstName>
                    <lastName>Chauhan</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Aston University</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person origin="external">
                    <fullName>Charlotte E. Bland</fullName>
                 </person>
              </author>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Andrew</firstName>
                    <lastName>Devitt</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Communicable Diseases (Research)</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Aston Research Centre for Healthy Ageing (Research)</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Chronic &amp; Communicable Disease (Research)</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Biosciences</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Cellular and Molecular Biomedicine</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Aston Research Centre for Healthy Ageing</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Cell &amp; Tissue Biomedical Research</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
           </persons>
           <organisations>
              <organisation id="organisation2"/>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text>Drug development</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal complexes</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal compounds</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal-based kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Phosphatase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <event id="event1">
              <type>conference</type>
              <title>
                 <cmns:text>British Society for Immunology (BSI) annual congress</cmns:text>
              </title>
              <description>
                 <cmns:text lang="en" country="GB">Congress description</cmns:text>
              </description>
              <city>Brighton</city>
              <location>UK</location>
              <country>gb</country>
              <startDate>10-04-1980</startDate>
              <endDate>11-04-1980</endDate>
              <degreeOfRecognition>national</degreeOfRecognition>
              <webAddress>http://elsevier.com/theconference</webAddress>
              <workflow>approved</workflow>
           </event>
        </contributionToConference>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"
                        name="contributionToConferenceType">
           <xs:annotation>
              <xs:documentation>
                        This type refers to a research output that was presented at a conference, such as a paper, poster or abstract.
                        This means there is likely a related event, but this field is not mandatory.
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="pages" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>Pages (from-to) format can be used, but there is not restrictions
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages in the contributed publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="event" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The event related to the conference
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

pages

Pages (from-to) format can be used, but there is not restrictions

commons:string_128

No

numberOfPages

The number of pages in the contributed publication

xsd:integer

No

event

The event related to the conference

event

No

contributionToSpecialist

This type refers to an output published in a domain specialised publication, which is normally for a less academic audience. 
It has a very similar structure to contribution to journal and requires a related journal element, although this could be of type "specialist publication".

XML Example

<contributionToSpecialist xmlns="v1.publication-import.base-uk.pure.atira.dk"
                                  xmlns:cmns="v3.commons.pure.atira.dk"
                                  id="19125448"
                                  subType="article">
           <peerReviewed>false</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>published</statusType>
                 <date>
                    <cmns:year>2015</cmns:year>
                    <cmns:month>2</cmns:month>
                    <cmns:day>26</cmns:day>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <workflow>forApproval</workflow>
           <language>fr_FR</language>
           <title>
              <cmns:text lang="fr" country="FR">Le neuf ne remplace pas toujours l'ancien Entretien avec David Edgerton</cmns:text>
           </title>
           <subTitle>
              <cmns:text lang="fr" country="FR">Sciences Humaines</cmns:text>
           </subTitle>
           <persons>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>David Edward Herbert</firstName>
                    <lastName>Edgerton</lastName>
                 </person>
              </author>
           </persons>
           <organisations>
              <organisation id="organisation2"/>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text>Drug development</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal complexes</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal compounds</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal-based kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Phosphatase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <externalIds>
              <id type="ris">urn:4479DD940AAE9C09FFACD29CF593E4A6</id>
           </externalIds>
           <number>1</number>
           <volume>5</volume>
           <journal>
              <title>Sciences Humaines</title>
              <printIssns>
                 <issn>1234-1234</issn>
              </printIssns>
           </journal>
        </contributionToSpecialist>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"
                        name="contributionToSpecialistType">
           <xs:annotation>
              <xs:documentation>
                        This type refers to an output published in a domain specialised publication, which is normally for a less academic audience.
                        It has a very similar structure to contribution to journal and requires a related journal element, although this could be of type "specialist publication".
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="pages" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>Pages (from-to) format can be used, but there is not restrictions
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages in the contributed publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="number" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The issue number of the specialist publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="volume" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The volume of the specialist publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="journal" minOccurs="1">
                       <xs:annotation>
                          <xs:documentation>
                                        The specialist publication. If an ID is not provided Pure will attempt to match to existing records and create if a match is not found
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="publisher" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher of the specialist publication. If preferred, this information can be stored on the related journal to avoid duplication.
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

pages

Pages (from-to) format can be used, but there is not restrictions

commons:string_128

No

numberOfPages

The number of pages in the contributed publication

xsd:integer

No

number

The issue number of the specialist publication

commons:string_64

No

volume

The volume of the specialist publication

commons:string_128

No

journal

The specialist publication. If an ID is not provided Pure will attempt to match to existing records and create if a match is not found

journal

Yes

publisher

The publisher of the specialist publication. If preferred, this information can be stored on the related journal to avoid duplication.

publisher

No

patent

This type holds details of a patent, including identifiers and details of where and when the patent was filed

XML Example

<patent xmlns="v1.publication-import.base-uk.pure.atira.dk"
                xmlns:cmns="v3.commons.pure.atira.dk"
                id="19125645"
                subType="patent">
           <peerReviewed>false</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>published</statusType>
                 <date>
                    <cmns:year>2016</cmns:year>
                    <cmns:month>1</cmns:month>
                    <cmns:day>21</cmns:day>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <language>en_GB</language>
           <title>
              <cmns:text lang="en" country="GB">Drug selection for breast cancer therapy using antibody-based arrays</cmns:text>
           </title>
           <abstract>
              <cmns:text lang="en" country="GB">The present invention provides compositions and methods for detecting the activation states of components of signal transduction pathways in tumor cells. Information on the activation states of components of signal transduction 5 pathways derived from use of the invention can be used for cancer diagnosis, prognosis, and in the design of cancer treatments.</cmns:text>
           </abstract>
           <persons>
              <author>
                 <role>inventor</role>
                 <person>
                    <firstName>SHARAT</firstName>
                    <lastName>SINGH</lastName>
                 </person>
              </author>
              <author>
                 <role>inventor</role>
                 <person>
                    <firstName>JEANNE</firstName>
                    <lastName>HARVEY</lastName>
                 </person>
              </author>
              <author>
                 <role>inventor</role>
                 <person>
                    <firstName>PHILLIP</firstName>
                    <lastName>KIM</lastName>
                 </person>
              </author>
              <author>
                 <role>inventor</role>
                 <person>
                    <firstName>XINJUN</firstName>
                    <lastName>LIU</lastName>
                 </person>
              </author>
              <author>
                 <role>inventor</role>
                 <person>
                    <firstName>LIMIN</firstName>
                    <lastName>LIU</lastName>
                 </person>
              </author>
              <author>
                 <role>inventor</role>
                 <person>
                    <firstName>ROBERT</firstName>
                    <lastName>BARHAM</lastName>
                 </person>
              </author>
              <author>
                 <role>inventor</role>
                 <person>
                    <firstName>BRUCE</firstName>
                    <lastName>NERI</lastName>
                 </person>
              </author>
           </persons>
           <organisations>
              <organisation>
                 <name>
                    <cmns:text>PROMETHEUS LABORATORIES INC</cmns:text>
                 </name>
              </organisation>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text>Drug development</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal complexes</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal compounds</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal-based kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Phosphatase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <externalIds>
              <id type="espacenet">AU2015271927</id>
           </externalIds>
           <ipc>G01N 33/ 50 A I</ipc>
           <patentNumber>AU2015271927</patentNumber>
           <priorityDate>18-12-2015</priorityDate>
           <priorityNumber>AU20150271927</priorityNumber>
        </patent>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="patentType">
           <xs:annotation>
              <xs:documentation>This type holds details of a patent, including identifiers and details of where and when the patent was filed</xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="ipc" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The international patent classification
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="patentNumber" type="commons:string_256" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The patent number
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="date" type="commons:date" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The date the patent was filed
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="priorityDate" type="commons:date" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The priority date
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="priorityNumber" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The priority number
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="country" type="commons:classification" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        Country the patent applies in. Classification key from the scheme: /dk/atira/pure/core/countries
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="publisher" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>The publisher of the patent</xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

ipc

The international patent classification

commons:string_1024

No

patentNumber

The patent number

commons:string_256

No

date

The date the patent was filed

commons:date

No

priorityDate

The priority date

commons:date

No

priorityNumber

The priority number

commons:string_1024

No

country

Country the patent applies in. Classification key from the scheme: /dk/atira/pure/core/countries

commons:classification

No

publisher

The publisher of the patent

publisher

No

other

This type is a catch-all for any content not covered by the other types

XML Example

<other xmlns="v1.publication-import.base-uk.pure.atira.dk"
               xmlns:cmns="v3.commons.pure.atira.dk"
               id="19125422"
               subType="other">
           <peerReviewed>false</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>published</statusType>
                 <date>
                    <cmns:year>2013</cmns:year>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <language>da_DK</language>
           <title>
              <cmns:text lang="da" country="DK">Sundhedsteknologi ? en vej til bedre velfærd?</cmns:text>
           </title>
           <abstract>
              <cmns:text lang="da" country="DK">Der er ingen sikkerhed for, at nye sundhedsteknologiske løsninger skaber bedre velfærd. Erfaringerne viser, at nye teknologier er forbundet med store udfordringer, skriver seniorprojektleder Helle Wentzer fra KORA.</cmns:text>
           </abstract>
           <persons>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Helle</firstName>
                    <lastName>Wentzer</lastName>
                 </person>
              </author>
           </persons>
           <organisations>
              <organisation id="organisation2"/>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text>Drug development</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal complexes</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal compounds</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal-based kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Phosphatase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <externalIds>
              <id type="mendeley">0c2509a8-a065-31c4-a9bd-37699420fee5</id>
           </externalIds>
           <series>
              <serie>
                 <name>Altinget.dk</name>
              </serie>
           </series>
           <caseNotes>
              <caseNote>
                 <title>
                    <cmns:text lang="en" country="GB">This is my case note</cmns:text>
                 </title>
                 <judgementDate>01-12-2014</judgementDate>
                 <court id="123456">
                    <name>The court of Law</name>
                    <type>court</type>
                    <country>us</country>
                    <subdivision>md</subdivision>
                 </court>
                 <ids>
                    <cmns:id type="ecliid" id="12345"/>
                    <cmns:id type="casenumber" id="23456"/>
                 </ids>
              </caseNote>
              <caseNote>
                 <title>
                    <cmns:text>This is my second case note</cmns:text>
                 </title>
                 <judgementDate>01-12-2015</judgementDate>
                 <court id="23456">
                    <name>The court of Justice</name>
                    <type>court</type>
                    <country>us</country>
                 </court>
                 <ids>
                    <cmns:id type="casenumber" id="23456"/>
                    <cmns:id type="ecliid" id="34567"/>
                 </ids>
              </caseNote>
           </caseNotes>
        </other>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="otherType">
           <xs:annotation>
              <xs:documentation>This type is a catch-all for any content not covered by the other types</xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="shortDescription" type="commons:string_256" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        Short description of the output
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="outputMedia" type="commons:string_256" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The type of output media
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="placeOfPublication" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        Place of publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="volume" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The volume of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="edition" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The edition of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="printIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The printed isbns
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="electronicIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The electronic isbns
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="series" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publication series
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="publisher" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="caseNotes" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        This element can be used to populate the case notes on research output, if enabled
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

shortDescription

Short description of the output

commons:string_256

No

outputMedia

The type of output media

commons:string_256

No

numberOfPages

The number of pages

xsd:integer

No

placeOfPublication

Place of publication

commons:string_1024

No

volume

The volume of the publication

commons:string_128

No

edition

The edition of the publication

commons:string_64

No

printIsbns

The printed isbns

isbns

No

electronicIsbns

The electronic isbns

isbns

No

series

The publication series

series

No

publisher

The publisher of the publication

publisher

No

caseNotes

This element can be used to populate the case notes on research output, if enabled

caseNotes

No

book

This type refers to books, reports and other collections of work where the authors are responsible 
for the collation and editing.

XML Example

<book xmlns="v1.publication-import.base-uk.pure.atira.dk"
              xmlns:cmns="v3.commons.pure.atira.dk"
              id="19125302"
              subType="book">
           <peerReviewed>false</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>published</statusType>
                 <date>
                    <cmns:year>2010</cmns:year>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <workflow>approved</workflow>
           <language>en_GB</language>
           <title>
              <cmns:text lang="en" country="GB">Bone cancer</cmns:text>
           </title>
           <subTitle>
              <cmns:text lang="en" country="GB">progression and therapeutic approaches</cmns:text>
           </subTitle>
           <persons>
              <author>
                 <role>author</role>
                 <person id="person1">
                    <firstName>Dominique</firstName>
                    <lastName>Heymann</lastName>
                 </person>
              </author>
           </persons>
           <organisations>
              <organisation id="organisation2"/>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text>Bones -- Cancer</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Bones -- Cancer -- Treatment</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="librarianKeywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/core/keywords/A/AC"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <externalIds>
              <id type="CINII">BB01339800</id>
           </externalIds>
           <printIsbns>
              <isbn>9780123748959</isbn>
              <isbn>012374895X</isbn>
           </printIsbns>
           <commissioningBodyExternalOrganisation id="external_organisation_id_001">
              <name>New Comm Body</name>
              <type>unknown</type>
              <country>sg</country>
           </commissioningBodyExternalOrganisation>
           <publisher>
              <name>Academic press</name>
           </publisher>
        </book>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="bookType">
           <xs:annotation>
              <xs:documentation>
                        This type refers to books, reports and other collections of work where the authors are responsible
                        for the collation and editing.
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages in the book/report
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="placeOfPublication" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The place of publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="edition" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publication edition
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="volume" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publication volume
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="printIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The printed isbns
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="electronicIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The electronic isbns
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="commissioningBodyExternalOrganisation"
                                type="externalOrganisation"
                                minOccurs="0"
                                maxOccurs="1">
                       <xs:annotation>
                          <xs:documentation>
                                        The commissioning body for the publication. The external organisation should have a Nature of the Organisations Work of commissioning_body
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="series" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        Details of the series the publication is part of
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="publisher" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher of the publication, if not specified a publisher with the name 'Unknown
                                        Publisher' will be created
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="event" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        An event related to the book/report
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

numberOfPages

The number of pages in the book/report

xsd:integer

No

placeOfPublication

The place of publication

commons:string_1024

No

edition

The publication edition

commons:string_64

No

volume

The publication volume

commons:string_128

No

printIsbns

The printed isbns

isbns

No

electronicIsbns

The electronic isbns

isbns

No

commissioningBodyExternalOrganisation

The commissioning body for the publication. The external organisation should have a Nature of the Organisations Work of commissioning_body

externalOrganisation

No

series

Details of the series the publication is part of

series

No

publisher

The publisher of the publication, if not specified a publisher with the name 'Unknown Publisher' will be created

publisher

No

event

An event related to the book/report

event

No

workingPaper

This type represents documents that may have been made available for discussion, but without going through 
the normal publication process.

XML Example

<workingPaper xmlns="v1.publication-import.base-uk.pure.atira.dk"
                      xmlns:cmns="v3.commons.pure.atira.dk"
                      id="4122824"
                      subType="workingpaper">
           <peerReviewed>false</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>published</statusType>
                 <date>
                    <cmns:year>2003</cmns:year>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <workflow>forApproval</workflow>
           <language>en_GB</language>
           <title>
              <cmns:text>While labour hoarding may be over, insiders' control is not</cmns:text>
           </title>
           <subTitle>
              <cmns:text lang="en" country="GB">determinants of employment growth in Polish large firms, 1996-2001</cmns:text>
           </subTitle>
           <abstract>
              <cmns:text lang="en" country="GB">This paper examines the determinants of employment changes using a panel of Polish large firms during the period 1996-2001. We investigate the impact of wages, output growth, investment, firm size and sectors upon employment, focusing on the asymmetry hypothesis. We... find that investment plays an important role in enhancing employment growth. We also notice that employment dynamics is not affected by alternative wages and therefore appears consistent with the ‘right to manage’ model. Furthermore, unlike the early transition period, we can confirm that employment adjusts to positive sales growth, not just to decline as found in studies on earlier periods (K?ll?, 1998). This reflects that labour hoarding can no longer be a factor, which decreased employment elasticity in times of positive demand shocks. Interestingly, large state companies appear to cut employment in response to output growth, when one controls for investment. A result, which may be consistent with the insiders (employee) control model.</cmns:text>
           </abstract>
           <persons>
              <author>
                 <role>author</role>
                 <person origin="external">
                    <firstName>Kate</firstName>
                    <lastName>Bishop</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>University College London</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
              <author>
                 <role>author</role>
                 <person origin="unknown">
                    <firstName>Tomasz</firstName>
                    <lastName>Mickiewicz</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Economics &amp; Strategy Group</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>University College London</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
           </persons>
           <organisations>
              <organisation id="organisation2"/>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text>Drug development</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal complexes</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal compounds</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal-based kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Phosphatase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <externalIds>
              <id type="ris">urn:34A97EB32694ED5D9FB3D5448B13F85F</id>
           </externalIds>
           <numberOfPages>31</numberOfPages>
           <placeOfPublication>Ann Arbor, MI (US)</placeOfPublication>
           <publisher>
              <name>William Davidson Institute at the University of Michigan</name>
           </publisher>
           <series>
              <serie>
                 <name>William Davidson Institute working paper series</name>
                 <publisherName>William Davidson Institute</publisherName>
                 <number>593</number>
              </serie>
           </series>
        </workingPaper>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="workingPaperType">
           <xs:annotation>
              <xs:documentation>
                        This type represents documents that may have been made available for discussion, but without going through
                        the normal publication process.
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="pages" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>Pages (from-to) format can be used, but there is not restrictions
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="placeOfPublication" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The place of publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="volume" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher volume for the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="edition" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher edition of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="publisher" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher for the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="printIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The printed isbns
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="electronicIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The electronic isbns
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="series" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The series the publication is part of
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

pages

Pages (from-to) format can be used, but there is not restrictions

commons:string_128

No

numberOfPages

The number of pages

xsd:integer

No

placeOfPublication

The place of publication

commons:string_1024

No

volume

The publisher volume for the publication

commons:string_128

No

edition

The publisher edition of the publication

commons:string_64

No

publisher

The publisher for the publication

publisher

No

printIsbns

The printed isbns

isbns

No

electronicIsbns

The electronic isbns

isbns

No

series

The series the publication is part of

series

No

nonTextual

Non textual types are often more creative works that generate some sort of output other than a manuscript. 
As such it has fields for capturing the media and size/duration of the output

XML Example

<nonTextual xmlns="v1.publication-import.base-uk.pure.atira.dk"
                    xmlns:cmns="v3.commons.pure.atira.dk"
                    id="6390233"
                    subType="digitalorvisualproducts">
           <peerReviewed>false</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>published</statusType>
                 <date>
                    <cmns:year>2011</cmns:year>
                    <cmns:month>7</cmns:month>
                    <cmns:day>31</cmns:day>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <language>en_GB</language>
           <title>
              <cmns:text lang="en" country="GB">TRANSFORMATIONfilm's channel</cmns:text>
           </title>
           <abstract>
              <cmns:text lang="en" country="GB">The TRANSFORMATION Project's YouTube channel</cmns:text>
           </abstract>
           <persons>
              <author>
                 <role>author</role>
                 <person>
                    <firstName>Michael</firstName>
                    <lastName>Butler</lastName>
                 </person>
                 <organisations>
                    <organisation>
                       <name>
                          <cmns:text>Work &amp; Organisational Psychology (Research)</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Work &amp; Organisational Psychology</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Centre for Innovation, Change and Renewal</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Aston Centre for Human Resources</cmns:text>
                       </name>
                    </organisation>
                    <organisation>
                       <name>
                          <cmns:text>Work &amp; Organisational Psychology Research Group</cmns:text>
                       </name>
                    </organisation>
                 </organisations>
              </author>
           </persons>
           <organisations>
              <organisation id="organisation2"/>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text>Drug development</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitor-derived ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Ligands</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal complexes</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal compounds</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Metal-based kinase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                          <cmns:freeKeyword>
                             <cmns:text>Phosphatase inhibitors</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <outputMedia>online</outputMedia>
        </nonTextual>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="nonTextualType">
           <xs:annotation>
              <xs:documentation>
                        Non textual types are often more creative works that generate some sort of output other than a manuscript.
                        As such it has fields for capturing the media and size/duration of the output
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="outputMedia" type="commons:classification" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        Classification scheme /dk/atira/pure/researchoutput/nontextual/mediatypes
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="size" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The size/duration of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="placeOfPublication" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The place of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="edition" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher edition of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="publisher" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="event" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The event of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

outputMedia

Classification scheme /dk/atira/pure/researchoutput/nontextual/mediatypes

commons:classification

No

size

The size/duration of the publication

commons:string_64

No

placeOfPublication

The place of the publication

commons:string_1024

No

edition

The publisher edition of the publication

commons:string_64

No

publisher

The publisher of the publication

publisher

No

event

The event of the publication

event

No

memorandum

Note the memorandum type is not enabled in Pure by default and should be enabled if you wish to use it.

XML Example

<memorandum xmlns="v1.publication-import.base-uk.pure.atira.dk"
                    xmlns:cmns="v3.commons.pure.atira.dk"
                    id="19125534"
                    subType="academicmemorandum">
           <peerReviewed>true</peerReviewed>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>epub</statusType>
                 <date>
                    <cmns:year>2016</cmns:year>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <workflow>approved</workflow>
           <language>en_GB</language>
           <title>
              <cmns:text lang="en" country="GB">The Transposition by Denmark of EC Directive 85/337/EEC on the Assessment of Certain Public and Private Projects Impacts on the Environment</cmns:text>
           </title>
           <persons>
              <author>
                 <role>author</role>
                 <person id="person1">
                    <firstName>John</firstName>
                    <lastName>Doe</lastName>
                 </person>
                 <organisations>
                    <organisation id="organisation2"/>
                 </organisations>
              </author>
           </persons>
           <organisations>
              <organisation id="organisation2"/>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text lang="en" country="GB">Memorendum</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <visibility>Public</visibility>
           <projectNumber>7678757</projectNumber>
           <journalNumber>B4-3040/2777385/MAR/B3</journalNumber>
           <dateFinished>01-01-2016</dateFinished>
           <applicant>
              <name>The Islet Research Laboratory</name>
              <type>academicinstitute</type>
           </applicant>
           <series>
              <serie>
                 <name>Memorendum Serie</name>
                 <publisherName>Elsevier</publisherName>
                 <volume>22</volume>
                 <number>1</number>
                 <printIssn>2112-3344</printIssn>
              </serie>
           </series>
        </memorandum>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="memorandumType">
           <xs:annotation>
              <xs:documentation>
                        Note the memorandum type is not enabled in Pure by default and should be enabled if you wish to use it.
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages in the contributed publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="projectNumber" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The project or case number for the memorandum
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="journalNumber" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The journal or file number for the memorandum
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="dateFinished" type="commons:date" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The finishing or case date
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="applicant" type="externalOrganisation" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The applicant
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="series" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        If the memorandum is part of a series
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

numberOfPages

The number of pages in the contributed publication

xsd:integer

No

projectNumber

The project or case number for the memorandum

commons:string_64

No

journalNumber

The journal or file number for the memorandum

commons:string_64

No

dateFinished

The finishing or case date

commons:date

No

applicant

The applicant

externalOrganisation

No

series

If the memorandum is part of a series

series

No

contributionToMemorandum

Note the contribution to memorandum type is not enabled in Pure by default and should be enabled if you wish to use it.

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"
                        name="contributionToMemorandumType">
           <xs:annotation>
              <xs:documentation>
                        Note the contribution to memorandum type is not enabled in Pure by default and should be enabled if you wish to use it.
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages in the contributed publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="projectNumber" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The project or case number for the memorandum
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="journalNumber" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The journal or file number for the memorandum
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="dateFinished" type="commons:date" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The finishing or case date
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="applicant" type="externalOrganisation" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The applicant
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="series" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        If the memorandum is part of a series
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

numberOfPages

The number of pages in the contributed publication

xsd:integer

No

projectNumber

The project or case number for the memorandum

commons:string_64

No

journalNumber

The journal or file number for the memorandum

commons:string_64

No

dateFinished

The finishing or case date

commons:date

No

applicant

The applicant

externalOrganisation

No

series

If the memorandum is part of a series

series

No

thesis

The thesis type represents the final thesis of a research student. As such it supports details of not just 
the authors, but the supervisors and the organisations who sponsered the student and awarded the degree. 
NOTE: Pure also supports a Student Thesis content type which can be used instead if you wish to support 
a seperate approval workflow for thesis submissions

XML Example

<thesis xmlns="v1.publication-import.base-uk.pure.atira.dk"
                xmlns:cmns="v3.commons.pure.atira.dk"
                id="12325040"
                subType="master">
           <peerReviewed>false</peerReviewed>
           <internationalPeerReviewed>true</internationalPeerReviewed>
           <acceptedDuplicate>true</acceptedDuplicate>
           <publicationCategory>research</publicationCategory>
           <publicationStatuses>
              <publicationStatus>
                 <statusType>submitted</statusType>
                 <date>
                    <cmns:year>2014</cmns:year>
                    <cmns:month>12</cmns:month>
                    <cmns:day>31</cmns:day>
                 </date>
              </publicationStatus>
           </publicationStatuses>
           <workflow>approved</workflow>
           <language>en_GB</language>
           <title>
              <cmns:text lang="en" country="GB">Efficient Skyline Computation in MapReduce</cmns:text>
           </title>
           <subTitle>
              <cmns:text lang="en" country="GB">Caclulate the perfect skyline</cmns:text>
           </subTitle>
           <abstract>
              <cmns:text lang="en" country="GB">Skyline queries are useful for finding interesting tuples from
                        a large data set according to multiple criteria. The sizes of
                        data sets are constantly increasing and the architecture of
                        back-ends are switching from single-node environments to
                        non-conventional paradigms like MapReduce.</cmns:text>
           </abstract>
           <persons>
              <author>
                 <role>author</role>
                 <person id="person1">
                    <firstName>Jens Laurits</firstName>
                    <lastName>Pedersen</lastName>
                 </person>
                 <organisations>
                    <organisation id="organisation2"/>
                 </organisations>
              </author>
           </persons>
           <organisations>
              <organisation id="organisation2"/>
           </organisations>
           <owner id="organisation2"/>
           <keywords>
              <cmns:logicalGroup logicalName="keywordContainers">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword>
                       <cmns:freeKeywords>
                          <cmns:freeKeyword>
                             <cmns:text lang="en" country="GB">MapReduce</cmns:text>
                          </cmns:freeKeyword>
                       </cmns:freeKeywords>
                    </cmns:structuredKeyword>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
              <cmns:logicalGroup logicalName="ASJCSubjectAreas">
                 <cmns:structuredKeywords>
                    <cmns:structuredKeyword classification="/dk/atira/pure/subjectarea/asjc/1300"/>
                 </cmns:structuredKeywords>
              </cmns:logicalGroup>
           </keywords>
           <urls>
              <url>
                 <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
                 <description>
                    <cmns:text>Other Link</cmns:text>
                 </description>
                 <type>unspecified</type>
              </url>
           </urls>
           <electronicVersions>
              <electronicVersionLink>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
              </electronicVersionLink>
              <electronicVersionDOI>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <doi>10.1002/9781119050858.ch3</doi>
              </electronicVersionDOI>
              <electronicVersionFile>
                 <version>publishersversion</version>
                 <licence>cc_by_nd</licence>
                 <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>10-04-1980</embargoStartDate>
                 <embargoEndDate>11-04-1980</embargoEndDate>
                 <title>The title of the file</title>
                 <file id="file1">
                    <filename>The article</filename>
                    <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                    <mimetype>application/pdf</mimetype>
                    <filesize>123456789</filesize>
                 </file>
              </electronicVersionFile>
           </electronicVersions>
           <additionalFiles>
              <additionalFile>
                 <file id="additonalFileSource_01">
                    <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                    <mimetype>application/pdf</mimetype>
                    <filesize>3387841116</filesize>
                    <source>additonalFileSource</source>
                 </file>
                 <title>some title</title>
                 <publicAccess>embargoed</publicAccess>
                 <embargoStartDate>01-01-2014</embargoStartDate>
                 <embargoEndDate>31-12-2015</embargoEndDate>
                 <licence>cc_by_nd</licence>
              </additionalFile>
           </additionalFiles>
           <bibliographicalNotes>
              <bibliographicalNote>
                 <cmns:text lang="en" country="GB">This was for the final master project</cmns:text>
              </bibliographicalNote>
              <bibliographicalNote>
                 <cmns:text lang="en" country="GB">This is a placeholder note</cmns:text>
              </bibliographicalNote>
           </bibliographicalNotes>
           <visibility>Public</visibility>
           <qualification>mphil</qualification>
           <awardingInstitutions>
              <awardingInstitution>
                 <name>
                    <cmns:text>Depart of Awards</cmns:text>
                 </name>
              </awardingInstitution>
           </awardingInstitutions>
           <thesisSupervisors>
              <thesisSupervisor id="supervisor1">
                 <person id="560118">
                    <firstName>Hua</firstName>
                    <lastName>Lu</lastName>
                 </person>
                 <role>supervisor</role>
              </thesisSupervisor>
           </thesisSupervisors>
           <sponsors>
              <sponsor>
                 <name>Department of Parallellisation</name>
                 <type>unknown</type>
              </sponsor>
           </sponsors>
           <publisher id="44421">
              <name>Open Proceedings</name>
           </publisher>
           <edition>Volume 5</edition>
           <placeOfPublication>Denmark</placeOfPublication>
           <printIsbns>
              <isbn>5555-5555</isbn>
           </printIsbns>
           <electronicIsbns>
              <isbn>5555-3445</isbn>
           </electronicIsbns>
           <numberOfPages>12</numberOfPages>
        </thesis>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="thesisType">
           <xs:annotation>
              <xs:documentation>
                        The thesis type represents the final thesis of a research student. As such it supports details of not just
                        the authors, but the supervisors and the organisations who sponsered the student and awarded the degree.
                        NOTE: Pure also supports a Student Thesis content type which can be used instead if you wish to support
                        a seperate approval workflow for thesis submissions
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="publicationType">
                 <xs:sequence>
                    <xs:element name="qualification" type="commons:classification" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        Classification scheme /dk/atira/pure/thesis/qualification
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:choice>
                       <xs:element ref="awardingInstitutions" minOccurs="0">
                          <xs:annotation>
                             <xs:documentation>
                                            List of awarding institutions
                                        </xs:documentation>
                          </xs:annotation>
                       </xs:element>
                    </xs:choice>
                    <xs:element ref="thesisSupervisors" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The thesis supervisors
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="supervisorOrganisations" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The supervisor organisations
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="sponsors" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The sponsors
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="awardDate" type="commons:date" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The date of the award
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="publisher" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The publisher of the thesis
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="edition" type="commons:string_64" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The edition of the host publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="placeOfPublication" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The place of the publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="printIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The printed ISBNs
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="electronicIsbns" type="isbns" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The electronic ISBNs
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="numberOfPages" type="xs:integer" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The number of pages in the contributed publication
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="volume" type="commons:string_128" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The thesis volume
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element ref="series" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        The series the publication is related to
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

qualification

Classification scheme /dk/atira/pure/thesis/qualification

commons:classification

No

awardingInstitutions 
(Option Group 1)

List of awarding institutions

awardingInstitutions

No

thesisSupervisors

The thesis supervisors

thesisSupervisors

No

supervisorOrganisations

The supervisor organisations

supervisorOrganisations

No

sponsors

The sponsors

sponsors

No

awardDate

The date of the award

commons:date

No

publisher

The publisher of the thesis

publisher

No

edition

The edition of the host publication

commons:string_64

No

placeOfPublication

The place of the publication

commons:string_1024

No

printIsbns

The printed ISBNs

isbns

No

electronicIsbns

The electronic ISBNs

isbns

No

numberOfPages

The number of pages in the contributed publication

xsd:integer

No

volume

The thesis volume

commons:string_128

No

series

The series the publication is related to

series

No


Contributors

persons

The internal or external people responsible for the creation of the output

XML Example

<persons xmlns="v1.publication-import.base-uk.pure.atira.dk"
                 xmlns:cmns="v3.commons.pure.atira.dk">
           <author>
              <role>author</role>
              <person>
                 <firstName>Anne Mary</firstName>
                 <lastName>Lewis-Mikhael</lastName>
              </person>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>Alexandria University</cmns:text>
                    </name>
                 </organisation>
              </organisations>
           </author>
           <author>
              <role>author</role>
              <person>
                 <firstName>Aurora</firstName>
                 <lastName>Bueno-Cavanillas</lastName>
              </person>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>Universidad de Granada</cmns:text>
                    </name>
                 </organisation>
              </organisations>
           </author>
           <author>
              <role>author</role>
              <person>
                 <firstName>Sven Donald</firstName>
                 <lastName>Hedman</lastName>
              </person>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>UiT The Arctic University of Norway</cmns:text>
                    </name>
                 </organisation>
              </organisations>
           </author>
           <author>
              <role>author</role>
              <person>
                 <firstName>Talia Ofir</firstName>
                 <lastName>Guiron</lastName>
              </person>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>Universidad de Granada</cmns:text>
                    </name>
                 </organisation>
              </organisations>
           </author>
           <author>
              <role>author</role>
              <person>
                 <firstName>Rocío</firstName>
                 <lastName>Olmedo-Requena</lastName>
              </person>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>Universidad de Granada</cmns:text>
                    </name>
                 </organisation>
              </organisations>
           </author>
           <author>
              <role>author</role>
              <person>
                 <firstName>Miguel</firstName>
                 <lastName>Delgado-Rodríguez</lastName>
              </person>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>University of Jaen</cmns:text>
                    </name>
                 </organisation>
              </organisations>
              <correspondingAuthor>true</correspondingAuthor>
           </author>
           <author>
              <role>author</role>
              <person>
                 <firstName>José Juan</firstName>
                 <lastName>Jiménez-Moleón</lastName>
              </person>
              <organisations>
                 <organisation>
                    <name>
                       <cmns:text>Universidad de Granada</cmns:text>
                    </name>
                 </organisation>
              </organisations>
           </author>
        </persons>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="persons">
           <xs:annotation>
              <xs:documentation>
                        The internal or external people responsible for the creation of the output
                    </xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="author" maxOccurs="unbounded">
                    <xs:annotation>
                       <xs:documentation>Details of the author for the output. Can be an internal or external person</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                       <xs:all>
                          <xs:element name="role" type="commons:classification">
                             <xs:annotation>
                                <xs:documentation>The classification schemas per publication type
                                                Book/report: /dk/atira/pure/researchoutput/roles/bookanthology
                                                Contribution to
                                                book/report:/dk/atira/pure/researchoutput/roles/contributiontobookanthology
                                                Contribution to conference:
                                                /dk/atira/pure/researchoutput/roles/contributiontoconference1
                                                Contribution to journal:
                                                /dk/atira/pure/researchoutput/roles/contributiontojournal
                                                Contribution to memorandum:
                                                /dk/atira/pure/researchoutput/roles/contributiontomemorandum
                                                Memorandum: /dk/atira/pure/researchoutput/roles/memorandum
                                                Non-textual: /dk/atira/pure/researchoutput/roles/nontextual
                                                Other contribution: /dk/atira/pure/researchoutput/roles/othercontribution
                                                Patent: /dk/atira/pure/researchoutput/roles/patent
                                                Specialist publication:
                                                /dk/atira/pure/researchoutput/roles/contributiontoperiodical
                                                Thesis: /dk/atira/pure/researchoutput/roles/thesis
                                                Working paper: /dk/atira/pure/researchoutput/roles/workingpaper
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element ref="person" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>
                                                Details of the internal or external person.
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element ref="organisations" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>Internal or external organisations affiliated to the person for this output</xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="groupAuthor" type="commons:string_1024" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>DEPRECATED: This element has been replaced by authorCollaboration</xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="authorCollaboration" type="commons:string_1024" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>
                                                Mind that Author Collaborations can only relate to External Organisations.
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="authorContributionPercent"
                                      type="commons:percent"
                                      minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>The percentage this author contributed to the output. Must be enabled in Pure to use</xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="authorContributionDescription" type="xs:string" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>Description of the author's contribution to the output. Must be enabled in Pure to use</xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="correspondingAuthor" type="xs:boolean" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>Whether the author is the corresponding author for the output. Should be enabled in Pure to use</xs:documentation>
                             </xs:annotation>
                          </xs:element>
                       </xs:all>
                       <xs:attribute type="xs:boolean" name="hidden" use="optional">
                          <xs:annotation>
                             <xs:documentation>
                                            Indicates whether the author is hidden or not. A group author must be added in order for this to be enabled.
                                        </xs:documentation>
                          </xs:annotation>
                       </xs:attribute>
                    </xs:complexType>
                 </xs:element>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

@author.hidden

Indicates whether the author is hidden or not. A group author must be added in order for this to be enabled.

xsd:boolean

Yes

author.role

The classification schemas per publication type Book/report: /dk/atira/pure/researchoutput/roles/bookanthology Contribution to book/report:/dk/atira/pure/researchoutput/roles/contributiontobookanthology Contribution to conference: /dk/atira/pure/researchoutput/roles/contributiontoconference1 Contribution to journal: /dk/atira/pure/researchoutput/roles/contributiontojournal Contribution to memorandum: /dk/atira/pure/researchoutput/roles/contributiontomemorandum Memorandum: /dk/atira/pure/researchoutput/roles/memorandum Non-textual: /dk/atira/pure/researchoutput/roles/nontextual Other contribution: /dk/atira/pure/researchoutput/roles/othercontribution Patent: /dk/atira/pure/researchoutput/roles/patent Specialist publication: /dk/atira/pure/researchoutput/roles/contributiontoperiodical Thesis: /dk/atira/pure/researchoutput/roles/thesis Working paper: /dk/atira/pure/researchoutput/roles/workingpaper

commons:classification

Yes

author.person

Details of the internal or external person.

person

No

author.organisations

Internal or external organisations affiliated to the person for this output

organisations

No

author.authorCollaboration

Mind that Author Collaborations can only relate to External Organisations.

commons:string_1024

No

author.authorContributionPercent

The percentage this author contributed to the output. Must be enabled in Pure to use

commons:percent

No

author.authorContributionDescription

Description of the author's contribution to the output. Must be enabled in Pure to use

xsd:string

No

author.correspondingAuthor

Whether the author is the corresponding author for the output. Should be enabled in Pure to use

xsd:boolean

No

person

Details of an internal or external person. Pure will attempt to match to existing records in Pure based on the fields provided. 
If no ID is provided and no match is found Pure will create a new external person.

XML Example

<person xmlns="v1.publication-import.base-uk.pure.atira.dk"
                xmlns:cmns="v3.commons.pure.atira.dk">
           <firstName>Anne Mary</firstName>
           <lastName>Lewis-Mikhael</lastName>
        </person>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="person">
           <xs:annotation>
              <xs:documentation>
                        Details of an internal or external person. Pure will attempt to match to existing records in Pure based on the fields provided.
                        If no ID is provided and no match is found Pure will create a new external person.
                    </xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:all>
                 <xs:element name="fullName" type="commons:string_2048" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Use if name is not applicable in the firstname and lastname fields
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="firstName" type="commons:string_1024" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    first name of the person
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="lastName" type="commons:string_1024" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    last name of the person
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="workflow" type="xs:string" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Used if the person is not matched to a person in Pure. It is then possible to set the
                                    workflow of the created external person
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
              </xs:all>
              <xs:attributeGroup ref="id">
                 <xs:annotation>
                    <xs:documentation>
                                Regarding the ID on the person, the ID on the person mostly signifies that the author is assigned a
                                person from another system. The ID on the person is in this case the ID of the person in the HR system.
                            </xs:documentation>
                 </xs:annotation>
              </xs:attributeGroup>
              <xs:attribute type="origin" name="origin" use="optional" default="unknown">
                 <xs:annotation>
                    <xs:documentation>
                                Can be used to indicate if a person is an internal or external person, if set to unknown we will try and match as internal first then external if no match.
                            </xs:documentation>
                 </xs:annotation>
              </xs:attribute>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

@id

Regarding the ID on the person, the ID on the person mostly signifies that the author is assigned a person from another system. The ID on the person is in this case the ID of the person in the HR system.

id

Yes

@origin

Can be used to indicate if a person is an internal or external person, if set to unknown we will try and match as internal first then external if no match.

origin

Yes

fullName

Use if name is not applicable in the firstname and lastname fields

commons:string_2048

No

firstName

first name of the person

commons:string_1024

No

lastName

last name of the person

commons:string_1024

No

workflow

Used if the person is not matched to a person in Pure. It is then possible to set the workflow of the created external person

xsd:string

No

organisations

A list of organisation elements of type organisation

XML Example

<organisations xmlns="v1.publication-import.base-uk.pure.atira.dk"
                       xmlns:cmns="v3.commons.pure.atira.dk">
           <organisation>
              <name>
                 <cmns:text>Alexandria University</cmns:text>
              </name>
           </organisation>
        </organisations>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="organisations">
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="organisation" type="organisation" maxOccurs="unbounded"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

supervisorOrganisations

A list of organisation elements of type organisation

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="supervisorOrganisations">
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="organisation" type="organisation" maxOccurs="unbounded"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

organisation

Details of an internal or external organisation. Pure will attempt to match to existing 
records based on the details provided. If no match is found a new record a new external organisation 
will be created

XML Example

<organisation xmlns="v1.publication-import.base-uk.pure.atira.dk"
                      xmlns:cmns="v3.commons.pure.atira.dk">
           <name>
              <cmns:text>Alexandria University</cmns:text>
           </name>
        </organisation>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="organisation">
           <xs:annotation>
              <xs:documentation>
                        Details of an internal or external organisation. Pure will attempt to match to existing
                        records based on the details provided. If no match is found a new record a new external organisation
                        will be created
                    </xs:documentation>
           </xs:annotation>
           <xs:sequence>
              <xs:element name="name" type="commons:localized_string" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>The name of the organisation</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="workflow" type="xs:string" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Used if the organisation is not matched to an organisation in Pure. It is then possible to set
                                the workflow of the created external organisation
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="country" type="commons:classification" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Classification key from the scheme: /dk/atira/pure/core/countries
                                Only used if this elements makes Pure create a new external organisation
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="subdivision" type="commons:classification" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Classification key from the scheme: /dk/atira/pure/core/countries/subdivision/
                                Only used if this elements makes Pure create a new external organisation.
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
           </xs:sequence>
           <xs:attributeGroup ref="id">
              <xs:annotation>
                 <xs:documentation>The ID of the organisation</xs:documentation>
              </xs:annotation>
           </xs:attributeGroup>
           <xs:attribute type="origin" name="origin" use="optional" default="unknown">
              <xs:annotation>
                 <xs:documentation>
                            Can be used to indicate if an organisation is an internal or external organisation,
                            if set to unknown we will try and match as internal first then external if no match.
                        </xs:documentation>
              </xs:annotation>
           </xs:attribute>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

@id

The ID of the organisation

id

Yes

@origin

Can be used to indicate if an organisation is an internal or external organisation, if set to unknown we will try and match as internal first then external if no match.

origin

Yes

name

The name of the organisation

commons:localized_string

No

workflow

Used if the organisation is not matched to an organisation in Pure. It is then possible to set the workflow of the created external organisation

xsd:string

No

country

Classification key from the scheme: /dk/atira/pure/core/countries Only used if this elements makes Pure create a new external organisation

commons:classification

No

subdivision

Classification key from the scheme: /dk/atira/pure/core/countries/subdivision/ Only used if this elements makes Pure create a new external organisation.

commons:classification

No


Journal

journal

Details of the journal the output is published in. Journals can be linked via ID to already existing journals, 
otherwise Pure will attempt to match on title and issn. If no match is found a new journal will be created

XML Example

<journal xmlns="v1.publication-import.base-uk.pure.atira.dk"
                 xmlns:cmns="v3.commons.pure.atira.dk">
           <title>Occupational and environmental medicine</title>
           <printIssns>
              <issn>1351-0711</issn>
           </printIssns>
        </journal>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="journal">
           <xs:annotation>
              <xs:documentation>
                        Details of the journal the output is published in. Journals can be linked via ID to already existing journals,
                        otherwise Pure will attempt to match on title and issn. If no match is found a new journal will be created
                    </xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:all>
                 <xs:element name="title" type="commons:string_512" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    The journal title. Title is a required field when creating a new journal (if journal id is
                                    not provided)
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="printIssns" type="issns" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    The printed issns (When this is provided both the title and issns have to match)
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="electronicIssns" type="issns" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    The electronic issns
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element ref="publisher" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    The publisher of the journal
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="workflow" type="xs:string" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Used to set the workflow state, if the journal is not matched to an journal in Pure
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
              </xs:all>
              <xs:attributeGroup ref="id">
                 <xs:annotation>
                    <xs:documentation>
                                The ID of the journal. Use this to match to journals that have already been loaded into Pure.
                            </xs:documentation>
                 </xs:annotation>
              </xs:attributeGroup>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

@id

The ID of the journal. Use this to match to journals that have already been loaded into Pure.

id

Yes

title

The journal title. Title is a required field when creating a new journal (if journal id is not provided)

commons:string_512

No

printIssns

The printed issns (When this is provided both the title and issns have to match)

issns

No

electronicIssns

The electronic issns

issns

No

publisher

The publisher of the journal

publisher

No

workflow

Used to set the workflow state, if the journal is not matched to an journal in Pure

xsd:string

No

issns

A list of issn elements of type commons:string_9

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="issns">
           <xs:sequence>
              <xs:element name="issn" type="commons:string_9" maxOccurs="unbounded">
                 <xs:annotation>
                    <xs:documentation>
                                ISSN for the publication. Should be in xxxx-yyyy format
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
           </xs:sequence>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

issn

ISSN for the publication. Should be in xxxx-yyyy format

commons:string_9

Yes


Electronic Versions

electronicVersions

A list of electronicVersion elements of type electronicVersion

Accordion Title

<electronicVersions xmlns="v1.publication-import.base-uk.pure.atira.dk"
                            xmlns:cmns="v3.commons.pure.atira.dk">
           <electronicVersionLink>
              <version>publishersversion</version>
              <licence>cc_by_nd</licence>
              <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
              <publicAccess>embargoed</publicAccess>
              <embargoStartDate>10-04-1980</embargoStartDate>
              <embargoEndDate>11-04-1980</embargoEndDate>
              <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
           </electronicVersionLink>
           <electronicVersionDOI>
              <version>publishersversion</version>
              <licence>cc_by_nd</licence>
              <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
              <publicAccess>embargoed</publicAccess>
              <embargoStartDate>10-04-1980</embargoStartDate>
              <embargoEndDate>11-04-1980</embargoEndDate>
              <doi>10.1002/9781119050858.ch3</doi>
           </electronicVersionDOI>
           <electronicVersionFile>
              <version>publishersversion</version>
              <licence>cc_by_nd</licence>
              <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
              <publicAccess>embargoed</publicAccess>
              <embargoStartDate>10-04-1980</embargoStartDate>
              <embargoEndDate>11-04-1980</embargoEndDate>
              <title>The title of the file</title>
              <file id="file1">
                 <filename>The article</filename>
                 <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
                 <mimetype>application/pdf</mimetype>
                 <filesize>123456789</filesize>
              </file>
           </electronicVersionFile>
        </electronicVersions>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="electronicVersions">
           <xs:complexType>
              <xs:sequence>
                 <xs:element ref="electronicVersion" maxOccurs="unbounded"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

electronicVersion

A digital copy of the research output. Can be an attached document, a DOI or a link to another site containing the publication.

XSD Definition

Accordion Body
 
 

XML Attribute/Element

Description

Type

Mandatory

version

The version of the document. Classification scheme /dk/atira/pure/publication/electronicversion/versiontype

commons:classification

No

licence

The licence the document can be used under. Classification scheme /dk/atira/pure/document/licences

commons:classification

No

rightsStatement

If custom rights statements is enabled in the editor, this field can be used for importing the statements

commons:string_1024

No

otherLicenceUrl

If licence element is set to other, this element can be used for the link to the licence statement

commons:string_256

No

publicAccess

What access should be applied to the document. Classification scheme /dk/atira/pure/core/openaccesspermission. If this electronic version is a file this will control whether the file can be accessed via the portal and web services.

commons:classification

No

embargoStartDate

If publicAccess is set to embargoed, this field is used for setting the start date of the embargo

commons:date

No

embargoEndDate

If publicAccess is set to embargoed, this field is used for setting the end date of the embargo (Release date)

commons:date

No

electronicVersionFile

This is used when a document is uploaded to Pure as the electronic version

XML Example

<electronicVersionFile xmlns="v1.publication-import.base-uk.pure.atira.dk"
                               xmlns:cmns="v3.commons.pure.atira.dk">
           <version>publishersversion</version>
           <licence>cc_by_nd</licence>
           <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
           <publicAccess>embargoed</publicAccess>
           <embargoStartDate>10-04-1980</embargoStartDate>
           <embargoEndDate>11-04-1980</embargoEndDate>
           <title>The title of the file</title>
           <file id="file1">
              <filename>The article</filename>
              <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
              <mimetype>application/pdf</mimetype>
              <filesize>123456789</filesize>
           </file>
        </electronicVersionFile>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"
                        name="electronicVersionFileType">
           <xs:annotation>
              <xs:documentation>
                        This is used when a document is uploaded to Pure as the electronic version
                    </xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="electronicVersionType">
                 <xs:sequence>
                    <xs:element name="title" type="commons:string_1024" minOccurs="0">
                       <xs:annotation>
                          <xs:documentation>
                                        Document title for the file
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                    <xs:element name="file" type="file">
                       <xs:annotation>
                          <xs:documentation>
                                        File data for the electronic version
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

In addition to below items, this element contains all fields as defined by electronicVersion

XML Attribute/Element

Description

Type

Mandatory

title

Document title for the file

commons:string_1024

No

file

File data for the electronic version

file

Yes

electronicVersionDOI

This is used where the electronic version is a DOI

XML Example

<electronicVersionDOI xmlns="v1.publication-import.base-uk.pure.atira.dk"
                              xmlns:cmns="v3.commons.pure.atira.dk">
           <version>publishersversion</version>
           <licence>cc_by_nd</licence>
           <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
           <publicAccess>embargoed</publicAccess>
           <embargoStartDate>10-04-1980</embargoStartDate>
           <embargoEndDate>11-04-1980</embargoEndDate>
           <doi>10.1002/9781119050858.ch3</doi>
        </electronicVersionDOI>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="electronicVersionDOIType">
           <xs:annotation>
              <xs:documentation>This is used where the electronic version is a DOI</xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="electronicVersionType">
                 <xs:sequence>
                    <xs:element name="doi" type="commons:string_1024" minOccurs="1">
                       <xs:annotation>
                          <xs:documentation>
                                        The DOI for the file
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

In addition to below items, this element contains all fields as defined by electronicVersion

XML Attribute/Element

Description

Type

Mandatory

doi

The DOI for the file

commons:string_1024

Yes

This is used where the electronic version is a link (such as to the publisher or an open access repository)

XML Example

<electronicVersionLink xmlns="v1.publication-import.base-uk.pure.atira.dk"
                               xmlns:cmns="v3.commons.pure.atira.dk">
           <version>publishersversion</version>
           <licence>cc_by_nd</licence>
           <otherLicenceUrl>https://creativecommons.org/licenses/by-nd/4.0/legalcode</otherLicenceUrl>
           <publicAccess>embargoed</publicAccess>
           <embargoStartDate>10-04-1980</embargoStartDate>
           <embargoEndDate>11-04-1980</embargoEndDate>
           <link>http://ci.nii.ac.jp/ncid/BB01339800</link>
        </electronicVersionLink>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"
                        name="electronicVersionLinkType">
           <xs:annotation>
              <xs:documentation>This is used where the electronic version is a link (such as to the publisher or an open access repository)</xs:documentation>
           </xs:annotation>
           <xs:complexContent>
              <xs:extension base="electronicVersionType">
                 <xs:sequence>
                    <xs:element name="link" type="commons:string_1024">
                       <xs:annotation>
                          <xs:documentation>
                                        The Link for the file. Should be a full url
                                    </xs:documentation>
                       </xs:annotation>
                    </xs:element>
                 </xs:sequence>
              </xs:extension>
           </xs:complexContent>
        </xs:complexType>
 
 

In addition to below items, this element contains all fields as defined by electronicVersion

XML Attribute/Element

Description

Type

Mandatory

link

The Link for the file. Should be a full url

commons:string_1024

Yes

additionalFiles

A list of additionalFile elements of type additionalFile

Additional files can be used for supporting materials or administrative evidence that aren't the actual output itself

XML Example

<additionalFiles xmlns="v1.publication-import.base-uk.pure.atira.dk"
                         xmlns:cmns="v3.commons.pure.atira.dk">
           <additionalFile>
              <file id="additonalFileSource_01">
                 <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
                 <mimetype>application/pdf</mimetype>
                 <filesize>3387841116</filesize>
                 <source>additonalFileSource</source>
              </file>
              <title>some title</title>
              <publicAccess>embargoed</publicAccess>
              <embargoStartDate>01-01-2014</embargoStartDate>
              <embargoEndDate>31-12-2015</embargoEndDate>
              <licence>cc_by_nd</licence>
           </additionalFile>
        </additionalFiles>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="additionalFiles">
           <xs:annotation>
              <xs:documentation>
                        Additional files can be used for supporting materials or administrative evidence that aren't the actual output itself
                    </xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:sequence>
                 <xs:element ref="additionalFile" maxOccurs="unbounded"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

additionalFile

XML Example

<additionalFile xmlns="v1.publication-import.base-uk.pure.atira.dk"
                        xmlns:cmns="v3.commons.pure.atira.dk">
           <file id="additonalFileSource_01">
              <filename>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</filename>
              <mimetype>application/pdf</mimetype>
              <filesize>3387841116</filesize>
              <source>additonalFileSource</source>
           </file>
           <title>some title</title>
           <publicAccess>embargoed</publicAccess>
           <embargoStartDate>01-01-2014</embargoStartDate>
           <embargoEndDate>31-12-2015</embargoEndDate>
           <licence>cc_by_nd</licence>
        </additionalFile>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="additionalFile">
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="file" type="file">
                    <xs:annotation>
                       <xs:documentation>
                                    File data for the electronic version
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="title" type="commons:string_1024" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Document title for the file
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="publicAccess" type="commons:classification">
                    <xs:annotation>
                       <xs:documentation>
                                    What access the public should have to the document. Classification scheme /dk/atira/pure/core/openaccesspermission
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="embargoStartDate" type="commons:date" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    If publicAccess is set to embargoed, this field is used for setting the start date of the
                                    embargo
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="embargoEndDate" type="commons:date" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    If publicAccess is set to embargoed, this field is used for setting the end date of the
                                    embargo (Release date)
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="licence" type="commons:classification" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    The licence the file should be used under. Classification scheme /dk/atira/pure/document/licences
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="otherLicenceUrl" type="commons:string_256" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    If licence element is set to other, this element can be used for the link
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

file

File data for the electronic version

file

Yes

title

Document title for the file

commons:string_1024

No

publicAccess

What access the public should have to the document. Classification scheme /dk/atira/pure/core/openaccesspermission

commons:classification

Yes

embargoStartDate

If publicAccess is set to embargoed, this field is used for setting the start date of the embargo

commons:date

No

embargoEndDate

If publicAccess is set to embargoed, this field is used for setting the end date of the embargo (Release date)

commons:date

No

licence

The licence the file should be used under. Classification scheme /dk/atira/pure/document/licences

commons:classification

No

otherLicenceUrl

If licence element is set to other, this element can be used for the link

commons:string_256

No

file

XML Example

<file xmlns="v1.publication-import.base-uk.pure.atira.dk"
              xmlns:cmns="v3.commons.pure.atira.dk"
              id="file1">
           <filename>The article</filename>
           <fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
           <mimetype>application/pdf</mimetype>
           <filesize>123456789</filesize>
        </file>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="file">
           <xs:all>
              <xs:element name="filename" type="commons:string_1024" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                The file name that should be used for the file, if not provided one will be extracted from the fileLocation.
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="fileLocation" type="commons:string_1024" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                HTTP, file, FTP is supported. HTTPS is supported only if the remote server uses a trusted
                                certificate. If the remote server uses a self-signed certificate,
                                the JVM running Pure will need an updated keystore.
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="mimetype" type="commons:string_1024" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>The mime type of the file. If not provided Pure will attempt to derive</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="filesize" type="xs:long" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>The size of the file. If not provided Pure will attempt to derive</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="depositDate" type="commons:date" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                The date the file was created in the original system, this is only used by REF2020 Open Access Compliance
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="accessDate" type="commons:date" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                The date the file was accessible in the original system, this is only used by REF2020 Open Access Compliance
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="source" type="commons:string_1024" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                The store that the full text is located in. Used if it already exists a repository being connected to
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="externalRepositoryState"
                          type="externalRepositoryStateType"
                          minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                If the Pure installation is connected to a external repository, such as DSPace or Eprints, this
                                can be used to set the state of the document
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
           </xs:all>
           <xs:attribute type="commons:string_400" name="id" use="optional">
              <xs:annotation>
                 <xs:documentation>
                            An ID for the file
                        </xs:documentation>
              </xs:annotation>
           </xs:attribute>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

@id

An ID for the file

commons:string_400

Yes

filename

The file name that should be used for the file, if not provided one will be extracted from the fileLocation.

commons:string_1024

No

fileLocation

HTTP, file, FTP is supported. HTTPS is supported only if the remote server uses a trusted certificate. If the remote server uses a self-signed certificate, the JVM running Pure will need an updated keystore.

commons:string_1024

No

mimetype

The mime type of the file. If not provided Pure will attempt to derive

commons:string_1024

No

filesize

The size of the file. If not provided Pure will attempt to derive

xsd:long

No

depositDate

The date the file was created in the original system, this is only used by REF2020 Open Access Compliance

commons:date

No

accessDate

The date the file was accessible in the original system, this is only used by REF2020 Open Access Compliance

commons:date

No

source

The store that the full text is located in. Used if it already exists a repository being connected to

commons:string_1024

No

externalRepositoryState

If the Pure installation is connected to a external repository, such as DSPace or Eprints, this can be used to set the state of the document

externalRepositoryStateType

No


External Repositories

existingStores

A list of existingStore elements of type existingStore

Existing stores should be used to connect to existing repositories, where a Pure connector is being useds (such as DSpace or Eprints). This will allow Pure to relate the existing repository IDs to the records created in Pure

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="existingStores">
           <xs:annotation>
              <xs:documentation>
                        Existing stores should be used to connect to existing repositories, where a
                        Pure connector is being useds (such as DSpace or Eprints). This will allow Pure to relate
                        the existing repository IDs to the records created in Pure
                    </xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:sequence>
                 <xs:element ref="existingStore" minOccurs="1" maxOccurs="unbounded"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

existingStore

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="existingStore">
               <xs:complexType>
                  <xs:all>
                     <xs:element name="storeName" type="xs:string" minOccurs="1">
                        <xs:annotation>
                           <xs:documentation>
                                        If the Pure installation is connected to a external repository as DSPace, Eprints etc. this
                                        can be used to set the state of the document
                                    </xs:documentation>
                        </xs:annotation>
                     </xs:element>
                     <xs:element name="storeContentId" type="xs:string" minOccurs="1">
                        <xs:annotation>
                           <xs:documentation>
                                        The content ID in the external repository
                                    </xs:documentation>
                        </xs:annotation>
                     </xs:element>
                     <xs:element name="updateRequired"
                                 type="xs:boolean"
                                 minOccurs="0"
                                 default="false">
                        <xs:annotation>
                           <xs:documentation>
                                        Set to 'true' if content metadata should be updated in the store post creation
                                    </xs:documentation>
                        </xs:annotation>
                     </xs:element>
                  </xs:all>
               </xs:complexType>
            </xs:element>
 
 

 

XML Attribute/Element

Description

Type

Mandatory

storeName

If the Pure installation is connected to a external repository as DSPace, Eprints etc. this can be used to set the state of the document

xsd:string

Yes

storeContentId

The content ID in the external repository

xsd:string

Yes

updateRequired

Set to 'true' if content metadata should be updated in the store post creation

xsd:boolean

No

externalRepositoryStateType

XSD Definition

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema"
                       name="externalRepositoryStateType">
           <xs:restriction base="xs:string">
              <xs:enumeration value="STORED">
                 <xs:annotation>
                    <xs:documentation>Full text file is already stored in external repository</xs:documentation>
                 </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="AWAITING_CREATION">
                 <xs:annotation>
                    <xs:documentation>Full text file will be uploaded to the external repository</xs:documentation>
                 </xs:annotation>
              </xs:enumeration>
           </xs:restriction>
        </xs:simpleType>
 
 

Restricted value: xs:string

Type

Value

Comments

xs:enumeration

STORED

Full text file is already stored in external repository

xs:enumeration

AWAITING_CREATION

Full text file will be uploaded to the external repository


urls

A list of url elements of type url

XML Example

<urls xmlns="v1.publication-import.base-uk.pure.atira.dk"
              xmlns:cmns="v3.commons.pure.atira.dk">
           <url>
              <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
              <description>
                 <cmns:text>Other Link</cmns:text>
              </description>
              <type>unspecified</type>
           </url>
        </urls>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="urls">
           <xs:complexType>
              <xs:sequence>
                 <xs:element ref="url" minOccurs="1" maxOccurs="unbounded"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

url

A link to another website

XML Example

<url xmlns="v1.publication-import.base-uk.pure.atira.dk"
             xmlns:cmns="v3.commons.pure.atira.dk">
           <url>http://ci.nii.ac.jp/ncid/BB01339800</url>
           <description>
              <cmns:text>Other Link</cmns:text>
           </description>
           <type>unspecified</type>
        </url>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="url">
           <xs:annotation>
              <xs:documentation>A link to another website</xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="url" type="commons:string_1024" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    An URL
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="description" type="commons:localized_string" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Description of the URL
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="type" type="commons:classification" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Type of the link. Should be defined in the classification scheme /dk/atira/pure/links/researchoutput
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

url

An URL

commons:string_1024

No

description

Description of the URL

commons:localized_string

No

type

Type of the link. Should be defined in the classification scheme /dk/atira/pure/links/researchoutput

commons:classification

No


Event

event

An event related to a research output (such as a conference where the output was presented). 
Pure will attempt to match to existing events based on the information provided. If a match isn't found a new record will be created

XML Example

<event xmlns="v1.publication-import.base-uk.pure.atira.dk"
               xmlns:cmns="v3.commons.pure.atira.dk"
               id="event1">
           <type>conference</type>
           <title>
              <cmns:text>British Society for Immunology (BSI) annual congress</cmns:text>
           </title>
           <description>
              <cmns:text lang="en" country="GB">Congress description</cmns:text>
           </description>
           <city>Brighton</city>
           <location>UK</location>
           <country>gb</country>
           <startDate>10-04-1980</startDate>
           <endDate>11-04-1980</endDate>
           <degreeOfRecognition>national</degreeOfRecognition>
           <webAddress>http://elsevier.com/theconference</webAddress>
           <workflow>approved</workflow>
        </event>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="event">
           <xs:annotation>
              <xs:documentation>
                        An event related to a research output (such as a conference where the output was presented).
                        Pure will attempt to match to existing events based on the information provided. If a match isn't found a
                        new record will be created
                    </xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="type" type="commons:classification" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    The type of the event. Should be defined in the classification scheme /dk/atira/pure/event/eventtypes
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="title" type="commons:localized_string" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Title of the event
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="description" type="commons:localized_string" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Description of the event
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="city" type="commons:string_256" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    City were the event was held
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="location" type="commons:string_256" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Location where the event was held
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="country" type="commons:classification" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Country the event was held in. Should be defined in classification scheme /dk/atira/pure/core/countries
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="startDate" type="commons:date" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Start date of the event format dd-mm-yyyy
                                    Start date is a required field when creating a new event (if event id is not provided)
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="endDate" type="commons:date" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    End date of the event format dd-mm-yyyy. Can be omitted if event was for one day
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="degreeOfRecognition"
                             type="commons:classification"
                             minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Classification scheme /dk/atira/pure/event/degreeofrecognition
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="webAddress" type="commons:string_1024" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Url to the event
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="workflow" type="xs:string" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Used if the event is not matched to a person in Pure. It is then possible to set the
                                    workflow of the created event
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
              </xs:sequence>
              <xs:attributeGroup ref="id">
                 <xs:annotation>
                    <xs:documentation>ID of the event. This can be used to match to existing events that have already been loaded</xs:documentation>
                 </xs:annotation>
              </xs:attributeGroup>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

@id

ID of the event. This can be used to match to existing events that have already been loaded

id

Yes

type

The type of the event. Should be defined in the classification scheme /dk/atira/pure/event/eventtypes

commons:classification

No

title

Title of the event

commons:localized_string

No

description

Description of the event

commons:localized_string

No

city

City were the event was held

commons:string_256

No

location

Location where the event was held

commons:string_256

No

country

Country the event was held in. Should be defined in classification scheme /dk/atira/pure/core/countries

commons:classification

No

startDate

Start date of the event format dd-mm-yyyy Start date is a required field when creating a new event (if event id is not provided)

commons:date

No

endDate

End date of the event format dd-mm-yyyy. Can be omitted if event was for one day

commons:date

No

degreeOfRecognition

Classification scheme /dk/atira/pure/event/degreeofrecognition

commons:classification

No

webAddress

Url to the event

commons:string_1024

No

workflow

Used if the event is not matched to a person in Pure. It is then possible to set the workflow of the created event

xsd:string

No


IDs

externalIds

A list of id elements of type id

XML Example

<externalIds xmlns="v1.publication-import.base-uk.pure.atira.dk"
                     xmlns:cmns="v3.commons.pure.atira.dk">
           <id type="Scopus">84954376799</id>
        </externalIds>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="externalIds">
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="id" type="id" maxOccurs="unbounded"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

id

XML Example

<id xmlns="v1.publication-import.base-uk.pure.atira.dk"
            xmlns:cmns="v3.commons.pure.atira.dk"
            type="Scopus">84954376799</id>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id">
           <xs:simpleContent>
              <xs:extension base="xs:string">
                 <xs:attribute type="xs:string" name="type" use="optional">
                    <xs:annotation>
                       <xs:documentation>
                                    Attribute is used as the key for the ID, so e.g. Scopus, WOS or any other value is
                                    applicable
                                </xs:documentation>
                    </xs:annotation>
                 </xs:attribute>
              </xs:extension>
           </xs:simpleContent>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

@type

Attribute is used as the key for the ID, so e.g. Scopus, WOS or any other value is applicable

xsd:string

Yes

id

XML Example

<id xmlns="v1.publication-import.base-uk.pure.atira.dk"
            xmlns:cmns="v3.commons.pure.atira.dk"
            type="Scopus">84954376799</id>
 
 

XSD Definition

<xs:attributeGroup xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id">
           <xs:attribute name="id" type="commons:string_400" use="optional">
              <xs:annotation>
                 <xs:documentation>
                            ID of the external entity. If it is not found in Pure, an element with this ID will be created for
                            most types
                        </xs:documentation>
              </xs:annotation>
           </xs:attribute>
           <xs:attribute name="source" type="commons:string_400" use="optional">
              <xs:annotation>
                 <xs:documentation>
                            Source can be used to hint to Pure, when there are two entities that match during the ID search,
                            which one to prefer.
                            i.e. organisation A has a synchronised ID "1234" and organisation B was created by pure using ID
                            1234. This would cause both to match, and the source can be used to hint the correct one
                        </xs:documentation>
              </xs:annotation>
           </xs:attribute>
        </xs:attributeGroup>
 
 

XML Attribute/Element

Description

Type

Mandatory

@id

ID of the external entity. If it is not found in Pure, an element with this ID will be created for most types

commons:string_400

Yes

@source

Source can be used to hint to Pure, when there are two entities that match during the ID search, which one to prefer. i.e. organisation A has a synchronised ID "1234" and organisation B was created by pure using ID 1234. This would cause both to match, and the source can be used to hint the correct one

commons:string_400

Yes

origin

Whether the person/organisation is internal or external

XSD Definition

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="origin">
           <xs:annotation>
              <xs:documentation>Whether the person/organisation is internal or external</xs:documentation>
           </xs:annotation>
           <xs:restriction base="xs:string">
              <xs:enumeration value="internal"/>
              <xs:enumeration value="external"/>
              <xs:enumeration value="unknown"/>
           </xs:restriction>
        </xs:simpleType>
 
 

Restricted value: xs:string

Type

Value

Comments

xs:enumeration

internal

 

xs:enumeration

external

 

xs:enumeration

unknown

 


Case Notes

caseNotes

A list of caseNote elements of type caseNote

XML Example

<caseNotes xmlns="v1.publication-import.base-uk.pure.atira.dk"
                   xmlns:cmns="v3.commons.pure.atira.dk">
           <caseNote>
              <title>
                 <cmns:text lang="en" country="GB">This is my case note</cmns:text>
              </title>
              <judgementDate>01-12-2014</judgementDate>
              <court id="123456">
                 <name>The court of Law</name>
                 <type>court</type>
                 <country>us</country>
                 <subdivision>md</subdivision>
              </court>
              <ids>
                 <cmns:id type="ecliid" id="12345"/>
                 <cmns:id type="casenumber" id="23456"/>
              </ids>
           </caseNote>
           <caseNote>
              <title>
                 <cmns:text>This is my second case note</cmns:text>
              </title>
              <judgementDate>01-12-2015</judgementDate>
              <court id="23456">
                 <name>The court of Justice</name>
                 <type>court</type>
                 <country>us</country>
              </court>
              <ids>
                 <cmns:id type="casenumber" id="23456"/>
                 <cmns:id type="ecliid" id="34567"/>
              </ids>
           </caseNote>
        </caseNotes>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="caseNotes">
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="caseNote" type="caseNote" maxOccurs="unbounded"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

caseNote

XML Example

<caseNote xmlns="v1.publication-import.base-uk.pure.atira.dk"
                  xmlns:cmns="v3.commons.pure.atira.dk">
           <title>
              <cmns:text lang="en" country="GB">This is my case note</cmns:text>
           </title>
           <judgementDate>01-12-2014</judgementDate>
           <court id="123456">
              <name>The court of Law</name>
              <type>court</type>
              <country>us</country>
              <subdivision>md</subdivision>
           </court>
           <ids>
              <cmns:id type="ecliid" id="12345"/>
              <cmns:id type="casenumber" id="23456"/>
           </ids>
        </caseNote>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="caseNote">
           <xs:sequence>
              <xs:element name="title" type="commons:localized_string_1024">
                 <xs:annotation>
                    <xs:documentation>The caseNote title</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="judgementDate" type="commons:date">
                 <xs:annotation>
                    <xs:documentation>
                               The judgement date of the case note
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="court" type="externalOrganisation">
                 <xs:annotation>
                    <xs:documentation>
                                The court of the judgement
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="ids" type="commons:ids" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>Type attribute must be a token from the classification scheme /dk/atira/pure/courtcase/sources</xs:documentation>
                 </xs:annotation>
              </xs:element>
           </xs:sequence>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

title

The caseNote title

commons:localized_string_1024

Yes

judgementDate

The judgement date of the case note

commons:date

Yes

court

The court of the judgement

externalOrganisation

Yes

ids

Type attribute must be a token from the classification scheme /dk/atira/pure/courtcase/sources

commons:ids

No


Miscellaneous

miscellaneous

A list of entry elements of type entry

This field is not imported into any field in Pure.It is here to ensure data will be readable in the source data XML inside the Pure editor. This is for the data that should not be lost during conversion from other systems

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="miscellaneous">
           <xs:annotation>
              <xs:documentation>
                        This field is not imported into any field in Pure.It is here to ensure data will be readable in the
                        source data XML inside the Pure editor. This is for the data that should not be lost during conversion
                        from other systems
                    </xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:sequence>
                 <xs:element ref="entry" maxOccurs="unbounded">
                    <xs:annotation>
                       <xs:documentation>An free text entry to be stored in the source data xml</xs:documentation>
                    </xs:annotation>
                 </xs:element>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

entry

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="entry">
           <xs:complexType>
              <xs:simpleContent>
                 <xs:extension base="xs:string">
                    <xs:attribute type="xs:string" name="key">
                       <xs:annotation>
                          <xs:documentation>A key used to identify the entry</xs:documentation>
                       </xs:annotation>
                    </xs:attribute>
                 </xs:extension>
              </xs:simpleContent>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

@key

A key used to identify the entry

xsd:string

Yes


Publisher

publisher

Pure will attempt to match to existing Publisher records and create a new record if none are found

XML Example

<publisher xmlns="v1.publication-import.base-uk.pure.atira.dk"
                   xmlns:cmns="v3.commons.pure.atira.dk">
           <name>Academic press</name>
        </publisher>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="publisher">
           <xs:annotation>
              <xs:documentation>Pure will attempt to match to existing Publisher records and create a new record if none are found</xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:all>
                 <xs:element name="name" type="commons:string_1024" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Name of the publisher
                                    Name is a required field when creating a new publisher (if publisher id is not provided)
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
                 <xs:element name="workflow" type="xs:string" minOccurs="0">
                    <xs:annotation>
                       <xs:documentation>
                                    Used if the publisher is not matched to a publisher in Pure. It is then possible to set the
                                    workflow of the created publisher
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
              </xs:all>
              <xs:attributeGroup ref="id">
                 <xs:annotation>
                    <xs:documentation>ID of the publisher. Can be used to match to publishers that have already been loaded into Pure</xs:documentation>
                 </xs:annotation>
              </xs:attributeGroup>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

@id

ID of the publisher. Can be used to match to publishers that have already been loaded into Pure

id

Yes

name

Name of the publisher Name is a required field when creating a new publisher (if publisher id is not provided)

commons:string_1024

No

workflow

Used if the publisher is not matched to a publisher in Pure. It is then possible to set the workflow of the created publisher

xsd:string

No


ISBNs

isbns

A list of isbn elements of type commons:string_64

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="isbns">
           <xs:sequence>
              <xs:element name="isbn" type="commons:string_64" maxOccurs="unbounded">
                 <xs:annotation>
                    <xs:documentation>An ISBN for the book</xs:documentation>
                 </xs:annotation>
              </xs:element>
           </xs:sequence>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

isbn

An ISBN for the book

commons:string_64

Yes


Editors

editors

Editors are stored as a series of names. These are not created as people in Pure

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="editors">
           <xs:annotation>
              <xs:documentation>Editors are stored as a series of names. These are not created as people in Pure</xs:documentation>
           </xs:annotation>
           <xs:sequence maxOccurs="unbounded">
              <xs:element name="editor" type="commons:name">
                 <xs:annotation>
                    <xs:documentation>The first and last name of the editor</xs:documentation>
                 </xs:annotation>
              </xs:element>
           </xs:sequence>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

editor

The first and last name of the editor

commons:name

Yes


Series

series

XML Example

<series xmlns="v1.publication-import.base-uk.pure.atira.dk"
                xmlns:cmns="v3.commons.pure.atira.dk">
           <serie>
              <name>Altinget.dk</name>
           </serie>
        </series>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="series">
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="serie" maxOccurs="unbounded">
                    <xs:complexType>
                       <xs:all>
                          <xs:element name="name" type="commons:string_1024" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>
                                                The series name
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="publisherName" type="commons:string_1024" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>
                                                The name of the publisher of the series
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="volume" type="commons:string_64" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>
                                                The series volume
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="number" type="commons:string_64" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>
                                                The series number
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="printIssn" type="commons:string_9" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>
                                                The print ISSN
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="electronicIssn" type="commons:string_9" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>
                                                The electronic ISSN
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element ref="journal" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>
                                                The series journal
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                       </xs:all>
                    </xs:complexType>
                 </xs:element>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

serie

 

Contains below components

Yes

serie.name

The series name

commons:string_1024

No

serie.publisherName

The name of the publisher of the series

commons:string_1024

No

serie.volume

The series volume

commons:string_64

No

serie.number

The series number

commons:string_64

No

serie.printIssn

The print ISSN

commons:string_9

No

serie.electronicIssn

The electronic ISSN

commons:string_9

No

serie.journal

The series journal

journal

No


Thesis Supervisors

thesisSupervisors

The supervisors of the student's thesis

XML Example

<thesisSupervisors xmlns="v1.publication-import.base-uk.pure.atira.dk"
                           xmlns:cmns="v3.commons.pure.atira.dk">
           <thesisSupervisor id="supervisor1">
              <person id="560118">
                 <firstName>Hua</firstName>
                 <lastName>Lu</lastName>
              </person>
              <role>supervisor</role>
           </thesisSupervisor>
        </thesisSupervisors>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="thesisSupervisors">
           <xs:annotation>
              <xs:documentation>The supervisors of the student's thesis</xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="thesisSupervisor" maxOccurs="unbounded">
                    <xs:annotation>
                       <xs:documentation>Similar to authors this can be an internal or external person and Pure will attempt to match to existing people, creating a new record if none are found</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                       <xs:all>
                          <xs:element ref="person">
                             <xs:annotation>
                                <xs:documentation>Details of the person to match against</xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element name="role" type="xs:string" minOccurs="1">
                             <xs:annotation>
                                <xs:documentation>
                                                Role of the thesis supervisor. Should be defined in the classification scheme /dk/atira/pure/researchoutput/roles/internalexternal/thesis
                                            </xs:documentation>
                             </xs:annotation>
                          </xs:element>
                          <xs:element ref="organisations" minOccurs="0">
                             <xs:annotation>
                                <xs:documentation>Internal or external organisation related to the person, if the person is external the organisation cannot be an internal organisation</xs:documentation>
                             </xs:annotation>
                          </xs:element>
                       </xs:all>
                       <xs:attributeGroup ref="id">
                          <xs:annotation>
                             <xs:documentation>ID of the supervisor relationship</xs:documentation>
                          </xs:annotation>
                       </xs:attributeGroup>
                    </xs:complexType>
                 </xs:element>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

@thesisSupervisor.id

ID of the supervisor relationship

id

Yes

thesisSupervisor

Similar to authors this can be an internal or external person and Pure will attempt to match to existing people, creating a new record if none are found

Contains below components

Yes

thesisSupervisor.person

Details of the person to match against

person

Yes

thesisSupervisor.role

Role of the thesis supervisor. Should be defined in the classification scheme /dk/atira/pure/researchoutput/roles/internalexternal/thesis

xsd:string

Yes

thesisSupervisor.organisations

Internal or external organisation related to the person, if the person is external the organisation cannot be an internal organisation

organisations

No


Organisation Relationships

sponsors

A list of sponsor elements of type externalOrganisation

XML Example

<sponsors xmlns="v1.publication-import.base-uk.pure.atira.dk"
                  xmlns:cmns="v3.commons.pure.atira.dk">
           <sponsor>
              <name>Department of Parallellisation</name>
              <type>unknown</type>
           </sponsor>
        </sponsors>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="sponsors">
           <xs:complexType>
              <xs:sequence>
                 <xs:element name="sponsor"
                             type="externalOrganisation"
                             minOccurs="1"
                             maxOccurs="unbounded">
                    <xs:annotation>
                       <xs:documentation>
                                    Details of an external organisation who sponsored the student's studies
                                </xs:documentation>
                    </xs:annotation>
                 </xs:element>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

awardingInstitutions

The internal or external organisations who awarded the student their degree

XML Example

<awardingInstitutions xmlns="v1.publication-import.base-uk.pure.atira.dk"
                              xmlns:cmns="v3.commons.pure.atira.dk">
           <awardingInstitution>
              <name>
                 <cmns:text>Depart of Awards</cmns:text>
              </name>
           </awardingInstitution>
        </awardingInstitutions>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="awardingInstitutions">
           <xs:annotation>
              <xs:documentation>The internal or external organisations who awarded the student their degree</xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:sequence maxOccurs="unbounded">
                 <xs:element name="awardingInstitution" type="organisation">
                    <xs:annotation>
                       <xs:documentation>Details of the organisation</xs:documentation>
                    </xs:annotation>
                 </xs:element>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

awardingInstitution

Details of the organisation

organisation

Yes

externalOrganisation

If ID is not provided, Pure will search for existing organisations by name and country. If no match is found a new organisation will be created

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="externalOrganisation">
           <xs:annotation>
              <xs:documentation>If ID is not provided, Pure will search for existing organisations by name and country. If no match is found a new organisation will be created</xs:documentation>
           </xs:annotation>
           <xs:sequence>
              <xs:element name="name" type="commons:string_1024" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>The name of the external organisation. If ID is not provided Pure will attempt to match this to already existing organisations</xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="type" type="commons:classification" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Type of the organisation. Classification scheme /dk/atira/pure/ueoexternalorganisation/ueoexternalorganisationtypes
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="country" type="commons:classification" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Country the organisation is based in. Classification scheme /dk/atira/pure/core/countries
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="subdivision" type="commons:classification" minOccurs="0">
                 <xs:annotation>
                    <xs:documentation>
                                Classification key from the scheme: /dk/atira/pure/core/countries/subdivision/
                                Only used if this elements makes Pure create a new external organisation.
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
           </xs:sequence>
           <xs:attributeGroup ref="id">
              <xs:annotation>
                 <xs:documentation>
                            ID of the organisation. Can be used to link to external organisations that have already been loaded in Pure
                        </xs:documentation>
              </xs:annotation>
           </xs:attributeGroup>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

@id

ID of the organisation. Can be used to link to external organisations that have already been loaded in Pure

id

Yes

name

The name of the external organisation. If ID is not provided Pure will attempt to match this to already existing organisations

commons:string_1024

No

type

Type of the organisation. Classification scheme /dk/atira/pure/ueoexternalorganisation/ueoexternalorganisationtypes

commons:classification

No

country

Country the organisation is based in. Classification scheme /dk/atira/pure/core/countries

commons:classification

No

subdivision

Classification key from the scheme: /dk/atira/pure/core/countries/subdivision/ Only used if this elements makes Pure create a new external organisation.

commons:classification

No


Publication Statuses

publicationStatuses

A collection of different publication statuses and dates they occurred. 
Note the dates should follow a logical order (e.g. an output can't be published before it is submitted)

XML Example

<publicationStatuses xmlns="v1.publication-import.base-uk.pure.atira.dk"
                             xmlns:cmns="v3.commons.pure.atira.dk">
           <publicationStatus>
              <statusType>published</statusType>
              <date>
                 <cmns:year>2016</cmns:year>
                 <cmns:month>2</cmns:month>
                 <cmns:day>1</cmns:day>
              </date>
           </publicationStatus>
        </publicationStatuses>
 
 

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="publicationStatuses">
           <xs:annotation>
              <xs:documentation>
                        A collection of different publication statuses and dates they occurred.
                        Note the dates should follow a logical order (e.g. an output can't be published before it is submitted)
                    </xs:documentation>
           </xs:annotation>
           <xs:complexType>
              <xs:sequence minOccurs="1" maxOccurs="unbounded">
                 <xs:element name="publicationStatus" type="publicationStatus"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element

Description

Type

Mandatory

publicationStatus

 

publicationStatus

Yes

publicationStatus

XML Example

<publicationStatus xmlns="v1.publication-import.base-uk.pure.atira.dk"
                           xmlns:cmns="v3.commons.pure.atira.dk">
           <statusType>published</statusType>
           <date>
              <cmns:year>2016</cmns:year>
              <cmns:month>2</cmns:month>
              <cmns:day>1</cmns:day>
           </date>
        </publicationStatus>
 
 

XSD Definition

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="publicationStatus">
           <xs:all>
              <xs:element name="statusType" type="commons:classification" minOccurs="1">
                 <xs:annotation>
                    <xs:documentation>
                                The status. Should be defined in the classification scheme /dk/atira/pure/publication/status
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
              <xs:element name="date" type="commons:compoundDate" minOccurs="1">
                 <xs:annotation>
                    <xs:documentation>
                                The date the status change occurred. Only year is mandatory
                            </xs:documentation>
                 </xs:annotation>
              </xs:element>
           </xs:all>
        </xs:complexType>
 
 

XML Attribute/Element

Description

Type

Mandatory

statusType

The status. Should be defined in the classification scheme /dk/atira/pure/publication/status

commons:classification

Yes

date

The date the status change occurred. Only year is mandatory

commons:compoundDate

Yes


Descriptions

classifiedDescriptions

XSD Definition

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classifiedDescriptions">
           <xs:complexType>
              <xs:sequence minOccurs="0" maxOccurs="unbounded">
                 <xs:element name="classifiedDescription" type="classifiedDescription"/>
              </xs:sequence>
           </xs:complexType>
        </xs:element>
 
 

XML Attribute/Element