How Can We Help?
Activity XMLActivity XML
Overview
This page details the Activity content type. On this page you will find different representations of the data elements contained within this type.
Below is the xsd for the Activity 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 Activity 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.
Activities represent different pieces of work that an academic will be involved in, that can be very significant work, but aren't published or gathered in repositories in the same way that outputs are. Some examples are presenting keynote addresses, editing a journal, hosting a conference or being members of boards or societies.
Activities
activities
Activities take many different forms and different types support different fields to better reflect the nature of the activity. Each type in Pure has its own element in the xml with different fields to align to the template. There are common fields that are shared that are defined in the common activity base element.
XML Example
<activities xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk"><!--1 or more repetitions:-->
<attendance id="activityAttendance1"
managedInPure="false"
type="attendance/organising"><!-- Description of the activity -->
<description>A conference about the future of robotics for space exploration</description>
<!-- Additional descriptions from the classification schema /dk/atira/pure/activity/descriptions -->
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<!-- Degree of recognition of the activity -->
<degreeofRecognition>international</degreeofRecognition>
<!-- The managing organisation of the activity (internal organisation only) -->
<managedBy lookupId="organisation1"/>
<!-- The period in which the activity took place -->
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<!-- Any indicators/tags of the activity from the classification scheme /dk/atira/pure/activity/tags -->
<indicators><!--1 or more repetitions:-->
<indicator>yearly</indicator>
</indicators>
<!-- Any keywords -->
<keywords><!-- Keyword group on course with logical name keywordContainers must exist --><!--1 or more repetitions:-->
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<!-- Keyword group on course with logical name ASJCSubjectAreas that is related to classification scheme /dk/atira/pure/subjectarea/asjc must exist -->
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<!-- Any links associated with activity -->
<links><!--1 or more repetitions:-->
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<!-- Any documents associated with activity -->
<documents><!--1 or more repetitions:-->
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<!-- Visibility of the activity -->
<visibility>Campus</visibility>
<!-- Any related content to the activity can be specified here -->
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="12384"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="23466"/>
</relatedPrizes>
<!-- ATTENDANCE SPECIFIC FIELD(s) -->
<!-- The event at which the activity took place -->
<!-- Can either be matched to an already created event or created (if necessary fields are filled) -->
<attendingEvent lookupId="eventESA2009">
<ns2:title>ESA Yearly Conference in France</ns2:title>
<ns2:startDate>16-11-2009</ns2:startDate>
</attendingEvent>
<!-- Person(s) attached to the specific activity -->
<personAssociations><!--1 or more repetitions:-->
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations><!--1 or more repetitions:-->
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>participant</role>
</person>
<!-- External Persons can be added by setting the origin to external -->
<!-- External Persons and Organisations can be created if the neceseary fields are set otherwise they are matched to exisiting external persons in the system -->
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations><!-- External Organisation are added in the same way as external persons(setting origin to external) -->
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>participant</role>
</person>
</personAssociations>
<!-- Organisations attached to the specific activity -->
<organisations><!--1 or more repetitions:-->
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</attendance>
<editorial id="activityEditorialWork1"
managedInPure="false"
type="editorialwork/editorial_work">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- The editorial work. This can either be a journal, publisher, or event -->
<!-- Can either be matched or created (if necessary fields are filled) -->
<editorialWork>
<ns2:event lookupId="eventESA2009">
<ns2:title>ESA Yearly Conference in France</ns2:title>
<ns2:startDate>16-11-2009</ns2:startDate>
</ns2:event>
</editorialWork>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>reviewer</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>reviewer</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</editorial>
<examination id="activityExamination1"
managedInPure="false"
type="examination/examination">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- EXAMINATION SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<title>Examination of thesis</title>
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">
Die Prüfung der Dissertation
</title>
</translatedTitles>
<!-- Persons that are being examined. Can be either an internal or external person -->
<examinationOf><!--1 or more repetitions:-->
<person lookupId="person1"/>
<person lookupId="person2"/>
<!-- External Persons needs to have origin as external. External Persons can be created. -->
<person lookupId="person3" origin="external">
<firstName>John</firstName>
<lastName>Doe</lastName>
<country>de</country>
</person>
</examinationOf>
<!-- Where the examination took place -->
<examinationAt><!--1 or more repetitions:-->
<organisation lookupId="organisation1"/>
<!-- External Organisations are marked with external. External Organisations can be created -->
<organisation lookupId="organisation2" origin="external">
<name>University of Antarctic</name>
<country>de</country>
<type>unknown</type>
</organisation>
</examinationAt>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>examiner</role>
</person>
<person id="personAssociatzion2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>examiner</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</examination>
<hostVisitor id="activityHostVisitor1"
managedInPure="false"
type="hostvisitor/hostvisitor">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- HOST VISITOR SPECIFIC FIELD(s) -->
<!-- Visitor needs an unique ID. -->
<!-- Visitor can only be external -->
<visitor lookupId="visitor">
<person lookupId="person2" origin="external"/>
<organisations>
<organisation lookupId="organisation2" origin="external"/>
</organisations>
<degree>Professor</degree>
</visitor>
<!-- An event at which the hosting took place -->
<event lookupId="eventESA2009">
<ns2:title>ESA Yearly Conference in France</ns2:title>
<ns2:startDate>16-11-2009</ns2:startDate>
</event>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>host</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>host</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</hostVisitor>
<membership id="activityMembership1"
managedInPure="false"
type="membership/board">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- MEMBERSHIP SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">Peer-Review der eingereichten Beiträge zur Konferenz</title>
</translatedTitles>
<!-- The event or organisation that the persons associated with the activity is a member of -->
<memberof>
<organisation lookupId="organisation1"/>
</memberof>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>member</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>member</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</membership>
<consultancy id="activityConsultancy1"
managedInPure="false"
type="consultancy/consultancy">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- MEMBERSHIP SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<title>Peer-Review of papers submitted to conference</title>
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">Peer-Review der eingereichten Beiträge zur Konferenz</title>
</translatedTitles>
<!-- The event or organisation that the persons associated with the activity is a member of -->
<consultantOf>
<organisation lookupId="organisation1"/>
</consultantOf>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>consultant</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>consultant</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</consultancy>
<otherActivity id="activityOther1"
managedInPure="false"
type="otheractivity/other_activity">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- OTHER ACTIVITY SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<title>Examination of thesis</title>
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">
Die Prüfung der Dissertation
</title>
</translatedTitles>
<!-- An event or organisation attached to the event. -->
<eventOrOrganisation>
<organisation lookupId="organisation1"/>
</eventOrOrganisation>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>other</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>other</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</otherActivity>
<talk id="activityTalk1" managedInPure="false" type="talk/invited_talk">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- TALK SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<title>Peer-Review of papers submitted to conference</title>
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">Peer-Review der eingereichten Beiträge zur Konferenz</title>
</translatedTitles>
<!-- An event or organisation where the talk took place -->
<location>
<organisation origin="external" lookupId="organisation4"/>
</location>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>speaker</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>speaker</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</talk>
<visitOther id="activityVisitOther1"
managedInPure="false"
type="visitother/visitother">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- VISIT OTHER INSTITUTION SPECIFIC FIELD(s) -->
<!-- The organisation that was visited -->
<visitedOrganisation lookupId="organisation7">
<name>German Institute of Robotics</name>
<country>de</country>
</visitedOrganisation>
<!-- The event of which this visit took place -->
<event lookupId="eventESA2009">
<ns2:title>ESA Yearly Conference in France</ns2:title>
<ns2:startDate>16-11-2009</ns2:startDate>
</event>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>visitingresearcher</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>visitingresearcher</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</visitOther>
</activities>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="activities">
<xs:annotation>
<xs:documentation>
Activities take many different forms and different types support different
fields to better reflect the nature of the activity. Each type in Pure has its own element in the xml
with different fields to align to the template. There are common fields that are shared that are defined
in the common activity base element.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="attendance">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register attendance at or organisation of a past or current event
(conference, workshop, symposium etc.), including capturing details of the event.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="editorial">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register publication peer review and editorial work, including
capturing associated Journal, Publisher, or Event details.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="talk">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register a talk or presentation, including capturing associated
event or organisation details.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="membership">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register council, committee, board, or network etc. membership,
including capturing associated event or organisation details.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="consultancy">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register consultancy work as part of a researchers professional
work, including details on the Organisation or Event for whom consultancy work is done.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="hostVisitor">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register a visit from an individual from another research institution,
including capturing details on the visiting external person.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="visitOther">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register a visit to another institution, including capturing details
on the visited external organisation.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="examination">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register examination activities, including where acting as opponent or
as part of an examination committee. The template includes capturing examined person and/or
organisation of examination details.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="otherActivity">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register all other types of past or current activities.
</xs:documentation>
</xs:annotation>
</xs:element>
</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 |
attendance |
Purpose of the template is to register attendance at or organisation of a past or current event (conference, workshop, symposium etc.), including capturing details of the event. |
Yes |
|
editorial |
Purpose of the template is to register publication peer review and editorial work, including capturing associated Journal, Publisher, or Event details. |
Yes |
|
talk |
Purpose of the template is to register a talk or presentation, including capturing associated event or organisation details. |
Yes |
|
membership |
Purpose of the template is to register council, committee, board, or network etc. membership, including capturing associated event or organisation details. |
Yes |
|
consultancy |
Purpose of the template is to register consultancy work as part of a researchers professional work, including details on the Organisation or Event for whom consultancy work is done. |
Yes |
|
hostVisitor |
Purpose of the template is to register a visit from an individual from another research institution, including capturing details on the visiting external person. |
Yes |
|
visitOther |
Purpose of the template is to register a visit to another institution, including capturing details on the visited external organisation. |
Yes |
|
examination |
Purpose of the template is to register examination activities, including where acting as opponent or as part of an examination committee. The template includes capturing examined person and/or organisation of examination details. |
Yes |
|
otherActivity |
Purpose of the template is to register all other types of past or current activities. |
Yes |
activity
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="activity"
type="activity"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="activity"
abstract="true">
<xs:sequence>
<xs:element name="description" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the activity, this will add a description of the type /dk/atira/pure/activity/descriptions/activitydescription</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="additionalDescriptions" type="descriptions" minOccurs="0">
<xs:annotation>
<xs:documentation>Additional descriptions of the activity, use if description is different in another language, or if description is of another type than /dk/atira/pure/activity/descriptions/activitydescription</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="degreeofRecognition"
type="commons:classification"
minOccurs="0">
<xs:annotation>
<xs:documentation>The recognition of the activity. Classification schema: /dk/atira/pure/activity/degreeofrecognition</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="managedBy" type="managedBy" minOccurs="0">
<xs:annotation>
<xs:documentation>The organisation by which the activity is managed, this must always be an internal organisation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="period" type="commons:periode" minOccurs="1">
<xs:annotation>
<xs:documentation>The date/period of which the activity took place</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="indicators" type="indicators" minOccurs="0">
<xs:annotation>
<xs:documentation>The indicators of the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="keywords" type="keywords" minOccurs="0">
<xs:annotation>
<xs:documentation>Keywords of the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="links" type="commons:links" minOccurs="0">
<xs:annotation>
<xs:documentation>The links for the activity</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/activity/activitysources</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="documents" type="documents" minOccurs="0">
<xs:annotation>
<xs:documentation>Documents are only imported (not synchronized). In addition, the file size must adhere to the configured max value in pure. Any file exceeding this limit will be added as a link.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="visibility" type="commons:visibility" minOccurs="0"/>
<xs:element name="relatedActivities"
type="commons:contentReferences"
minOccurs="0"/>
<xs:element name="relatedPublications"
type="commons:contentReferences"
minOccurs="0"/>
<xs:element name="relatedPressClippings"
type="commons:contentReferences"
minOccurs="0"/>
<xs:element name="relatedEquipment"
type="commons:contentReferences"
minOccurs="0"/>
<xs:element name="relatedImpacts"
type="commons:contentReferences"
minOccurs="0"/>
<xs:element name="relatedStudentThesis"
type="commons:contentReferences"
minOccurs="0"/>
<xs:element name="relatedProjects"
type="commons:contentReferences"
minOccurs="0"/>
<xs:element name="relatedPrizes" type="commons:contentReferences" minOccurs="0"/>
<xs:element name="comments" type="commons:comments" minOccurs="0"/>
<xs:element name="workflow" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
Used to set the workflow state of the dataset (Workflow states: entryInProgress, forValidation, validated)
NOTE workflow is disabled by default, therefore it must be enabled in Pure if values are present in this tag
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" name="id" use="required"/>
<xs:attribute type="xs:boolean" name="managedInPure" use="optional">
<xs:annotation>
<xs:documentation>Determines whether the activity is managed in Pure, if set to to true the activity will be fully editable and deletable in Pure</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="commons:classification" use="required">
<xs:annotation>
<xs:documentation>token from the classification scheme /dk/atira/pure/activity/activitytypes</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="category" type="commons:classification" use="optional">
<xs:annotation>
<xs:documentation>
token from the classification scheme /dk/atira/pure/activity/category/
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
@id |
|
xsd:string |
Yes |
@managedInPure |
Determines whether the activity is managed in Pure, if set to to true the activity will be fully editable and deletable in Pure |
xsd:boolean |
Yes |
@type |
token from the classification scheme /dk/atira/pure/activity/activitytypes |
Yes |
|
@category |
token from the classification scheme /dk/atira/pure/activity/category/ |
Yes |
|
description |
The description of the activity, this will add a description of the type /dk/atira/pure/activity/descriptions/activitydescription |
xsd:string |
No |
additionalDescriptions |
Additional descriptions of the activity, use if description is different in another language, or if description is of another type than /dk/atira/pure/activity/descriptions/activitydescription |
No |
|
degreeofRecognition |
The recognition of the activity. Classification schema: /dk/atira/pure/activity/degreeofrecognition |
No |
|
managedBy |
The organisation by which the activity is managed, this must always be an internal organisation |
No |
|
period |
The date/period of which the activity took place |
Yes |
|
indicators |
The indicators of the activity |
No |
|
keywords |
Keywords of the activity |
No |
|
links |
The links for the activity |
No |
|
ids |
type attribute must be a token from the classification scheme /dk/atira/pure/activity/activitysources |
No |
|
documents |
Documents are only imported (not synchronized). In addition, the file size must adhere to the configured max value in pure. Any file exceeding this limit will be added as a link. |
No |
|
visibility |
|
No |
|
relatedActivities |
|
No |
|
relatedPublications |
|
No |
|
relatedPressClippings |
|
No |
|
relatedEquipment |
|
No |
|
relatedImpacts |
|
No |
|
relatedStudentThesis |
|
No |
|
relatedProjects |
|
No |
|
relatedPrizes |
|
No |
|
comments |
|
No |
|
workflow |
Used to set the workflow state of the dataset (Workflow states: entryInProgress, forValidation, validated) NOTE workflow is disabled by default, therefore it must be enabled in Pure if values are present in this tag |
xsd:string |
No |
Specific Activity Types
attendance
Purpose of the template is to register attendance at or organisation of a past or current event
(conference, workshop, symposium etc.), including capturing details of the event.
XML Example
<attendance xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="activityAttendance1"
managedInPure="false"
type="attendance/organising"><!-- Description of the activity -->
<description>A conference about the future of robotics for space exploration</description>
<!-- Additional descriptions from the classification schema /dk/atira/pure/activity/descriptions -->
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<!-- Degree of recognition of the activity -->
<degreeofRecognition>international</degreeofRecognition>
<!-- The managing organisation of the activity (internal organisation only) -->
<managedBy lookupId="organisation1"/>
<!-- The period in which the activity took place -->
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<!-- Any indicators/tags of the activity from the classification scheme /dk/atira/pure/activity/tags -->
<indicators><!--1 or more repetitions:-->
<indicator>yearly</indicator>
</indicators>
<!-- Any keywords -->
<keywords><!-- Keyword group on course with logical name keywordContainers must exist --><!--1 or more repetitions:-->
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<!-- Keyword group on course with logical name ASJCSubjectAreas that is related to classification scheme /dk/atira/pure/subjectarea/asjc must exist -->
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<!-- Any links associated with activity -->
<links><!--1 or more repetitions:-->
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<!-- Any documents associated with activity -->
<documents><!--1 or more repetitions:-->
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<!-- Visibility of the activity -->
<visibility>Campus</visibility>
<!-- Any related content to the activity can be specified here -->
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="12384"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="23466"/>
</relatedPrizes>
<!-- ATTENDANCE SPECIFIC FIELD(s) -->
<!-- The event at which the activity took place -->
<!-- Can either be matched to an already created event or created (if necessary fields are filled) -->
<attendingEvent lookupId="eventESA2009">
<ns2:title>ESA Yearly Conference in France</ns2:title>
<ns2:startDate>16-11-2009</ns2:startDate>
</attendingEvent>
<!-- Person(s) attached to the specific activity -->
<personAssociations><!--1 or more repetitions:-->
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations><!--1 or more repetitions:-->
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>participant</role>
</person>
<!-- External Persons can be added by setting the origin to external -->
<!-- External Persons and Organisations can be created if the neceseary fields are set otherwise they are matched to exisiting external persons in the system -->
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations><!-- External Organisation are added in the same way as external persons(setting origin to external) -->
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>participant</role>
</person>
</personAssociations>
<!-- Organisations attached to the specific activity -->
<organisations><!--1 or more repetitions:-->
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</attendance>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="attendance"
type="attendance"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="attendance">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register attendance at or organisation of a past or current event
(conference, workshop, symposium etc.), including capturing details of the event.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="activity">
<xs:sequence>
<xs:element name="attendingEvent" type="commons:simpleEvent" minOccurs="1">
<xs:annotation>
<xs:documentation>
The event attended during this activity.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="personAssociations" type="persons" minOccurs="1">
<xs:annotation>
<xs:documentation>The persons related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
attendingEvent |
The event attended during this activity. |
Yes |
|
personAssociations |
The persons related to the activity |
Yes |
|
organisations |
The internal organisations related to the activity |
No |
editorial
Purpose of the template is to register publication peer review and editorial work,
including capturing associated Journal, Publisher, or Event details.
XML Example
<editorial xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="activityEditorialWork1"
managedInPure="false"
type="editorialwork/editorial_work">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- The editorial work. This can either be a journal, publisher, or event -->
<!-- Can either be matched or created (if necessary fields are filled) -->
<editorialWork>
<ns2:event lookupId="eventESA2009">
<ns2:title>ESA Yearly Conference in France</ns2:title>
<ns2:startDate>16-11-2009</ns2:startDate>
</ns2:event>
</editorialWork>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>reviewer</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>reviewer</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</editorial>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="editorial"
type="editorial"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="editorial">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register publication peer review and editorial work,
including capturing associated Journal, Publisher, or Event details.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="activity">
<xs:sequence>
<xs:element name="editorialWork"
type="commons:journalOrPublisherOrEvent"
minOccurs="1">
<xs:annotation>
<xs:documentation>
The editorial work done during this activity.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="personAssociations" type="persons" minOccurs="1">
<xs:annotation>
<xs:documentation>The persons related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
editorialWork |
The editorial work done during this activity. |
Yes |
|
personAssociations |
The persons related to the activity |
Yes |
|
organisations |
The internal organisations related to the activity |
No |
talk
Purpose of the template is to register a talk or presentation, including capturing associated
event or organisation details.
XML Example
<talk xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="activityTalk1"
managedInPure="false"
type="talk/invited_talk">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- TALK SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<title>Peer-Review of papers submitted to conference</title>
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">Peer-Review der eingereichten Beiträge zur Konferenz</title>
</translatedTitles>
<!-- An event or organisation where the talk took place -->
<location>
<organisation origin="external" lookupId="organisation4"/>
</location>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>speaker</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>speaker</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</talk>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="talk" type="talk"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="talk">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register a talk or presentation, including capturing associated
event or organisation details.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="activity">
<xs:sequence>
<xs:element name="title" type="commons:string_1024" minOccurs="1">
<xs:annotation>
<xs:documentation>The title of the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="translatedTitles" type="translatedTitles" minOccurs="0">
<xs:annotation>
<xs:documentation>Translated titles of the activity, use if title in different in another language</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="location" type="eventOrOrganisation" minOccurs="1">
<xs:annotation>
<xs:documentation>
The place where the talk was done.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="personAssociations" type="persons" minOccurs="1">
<xs:annotation>
<xs:documentation>The persons related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
title |
The title of the activity |
Yes |
|
translatedTitles |
Translated titles of the activity, use if title in different in another language |
No |
|
location |
The place where the talk was done. |
Yes |
|
personAssociations |
The persons related to the activity |
Yes |
|
organisations |
The internal organisations related to the activity |
No |
membership
Purpose of the template is to register council, committee, board, or network etc. membership,
including capturing associated event or organisation details.
XML Example
<membership xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="activityMembership1"
managedInPure="false"
type="membership/board">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- MEMBERSHIP SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">Peer-Review der eingereichten Beiträge zur Konferenz</title>
</translatedTitles>
<!-- The event or organisation that the persons associated with the activity is a member of -->
<memberof>
<organisation lookupId="organisation1"/>
</memberof>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>member</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>member</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</membership>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="membership"
type="membership"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="membership">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register council, committee, board, or network etc. membership,
including capturing associated event or organisation details.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="activity">
<xs:sequence>
<xs:element name="translatedTitles" type="translatedTitles" minOccurs="0">
<xs:annotation>
<xs:documentation>Translated titles of the activity, use if title in different in another language</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="memberof" type="eventOrOrganisation" minOccurs="1">
<xs:annotation>
<xs:documentation>
Member of either an event or an organisation.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="personAssociations" type="persons" minOccurs="1">
<xs:annotation>
<xs:documentation>The persons related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
translatedTitles |
Translated titles of the activity, use if title in different in another language |
No |
|
memberof |
Member of either an event or an organisation. |
Yes |
|
personAssociations |
The persons related to the activity |
Yes |
|
organisations |
The internal organisations related to the activity |
No |
consultancy
Purpose of the template is to register consultancy work as part of a researchers professional work,
including details on the Organisation or Event for whom consultancy work is done.
XML Example
<consultancy xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="activityConsultancy1"
managedInPure="false"
type="consultancy/consultancy">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- MEMBERSHIP SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<title>Peer-Review of papers submitted to conference</title>
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">Peer-Review der eingereichten Beiträge zur Konferenz</title>
</translatedTitles>
<!-- The event or organisation that the persons associated with the activity is a member of -->
<consultantOf>
<organisation lookupId="organisation1"/>
</consultantOf>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>consultant</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>consultant</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</consultancy>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="consultancy"
type="consultancy"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="consultancy">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register consultancy work as part of a researchers professional work,
including details on the Organisation or Event for whom consultancy work is done.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="activity">
<xs:sequence>
<xs:element name="title" type="commons:string_1024" minOccurs="1">
<xs:annotation>
<xs:documentation>The title of the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="translatedTitles" type="translatedTitles" minOccurs="0">
<xs:annotation>
<xs:documentation>Translated titles of the activity, use if title in different in another language</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="consultantOf" type="eventOrOrganisation" minOccurs="1">
<xs:annotation>
<xs:documentation>
Member of either an event or an organisation.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="personAssociations" type="persons" minOccurs="1">
<xs:annotation>
<xs:documentation>The persons related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
title |
The title of the activity |
Yes |
|
translatedTitles |
Translated titles of the activity, use if title in different in another language |
No |
|
consultantOf |
Member of either an event or an organisation. |
Yes |
|
personAssociations |
The persons related to the activity |
Yes |
|
organisations |
The internal organisations related to the activity |
No |
hostVisitor
Purpose of the template is to register a visit from an individual from another research institution,
including capturing details on the visiting external person.
XML Example
<hostVisitor xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="activityHostVisitor1"
managedInPure="false"
type="hostvisitor/hostvisitor">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- HOST VISITOR SPECIFIC FIELD(s) -->
<!-- Visitor needs an unique ID. -->
<!-- Visitor can only be external -->
<visitor lookupId="visitor">
<person lookupId="person2" origin="external"/>
<organisations>
<organisation lookupId="organisation2" origin="external"/>
</organisations>
<degree>Professor</degree>
</visitor>
<!-- An event at which the hosting took place -->
<event lookupId="eventESA2009">
<ns2:title>ESA Yearly Conference in France</ns2:title>
<ns2:startDate>16-11-2009</ns2:startDate>
</event>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>host</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>host</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</hostVisitor>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="hostVisitor"
type="hostVisitor"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="hostVisitor">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register a visit from an individual from another research institution,
including capturing details on the visiting external person.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="activity">
<xs:sequence>
<xs:element name="visitor" type="visitor" minOccurs="1" maxOccurs="1"/>
<xs:element name="event" type="commons:simpleEvent" minOccurs="0"/>
<xs:element name="personAssociations" type="persons" minOccurs="0">
<xs:annotation>
<xs:documentation>The persons related to the activity. If no person is related to the activity, then there must be an organisation related.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity. If no organisation is related to the activity, then there must be a person related.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
visitor |
|
Yes |
|
event |
|
No |
|
personAssociations |
The persons related to the activity. If no person is related to the activity, then there must be an organisation related. |
No |
|
organisations |
The internal organisations related to the activity. If no organisation is related to the activity, then there must be a person related. |
No |
visitOther
Purpose of the template is to register a visit to another institution,
including capturing details on the visited external organisation.
XML Example
<visitOther xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="activityVisitOther1"
managedInPure="false"
type="visitother/visitother">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- VISIT OTHER INSTITUTION SPECIFIC FIELD(s) -->
<!-- The organisation that was visited -->
<visitedOrganisation lookupId="organisation7">
<name>German Institute of Robotics</name>
<country>de</country>
</visitedOrganisation>
<!-- The event of which this visit took place -->
<event lookupId="eventESA2009">
<ns2:title>ESA Yearly Conference in France</ns2:title>
<ns2:startDate>16-11-2009</ns2:startDate>
</event>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>visitingresearcher</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>visitingresearcher</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</visitOther>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="visitOther"
type="visitOther"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="visitOther">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register a visit to another institution,
including capturing details on the visited external organisation.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="activity">
<xs:sequence>
<xs:element name="visitedOrganisation" type="organisation">
<xs:annotation>
<xs:documentation>
This can only be an external organisation.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="event" type="commons:simpleEvent" minOccurs="0"/>
<xs:element name="personAssociations" type="persons" minOccurs="1">
<xs:annotation>
<xs:documentation>The persons related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
visitedOrganisation |
This can only be an external organisation. |
Yes |
|
event |
|
No |
|
personAssociations |
The persons related to the activity |
Yes |
|
organisations |
The internal organisations related to the activity |
No |
examination
Purpose of the template is to register examination activities, including where acting as opponent
or as part of an examination committee. The template includes capturing examined person and/or
organisation of examination details.
XML Example
<examination xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="activityExamination1"
managedInPure="false"
type="examination/examination">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- EXAMINATION SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<title>Examination of thesis</title>
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">
Die Prüfung der Dissertation
</title>
</translatedTitles>
<!-- Persons that are being examined. Can be either an internal or external person -->
<examinationOf><!--1 or more repetitions:-->
<person lookupId="person1"/>
<person lookupId="person2"/>
<!-- External Persons needs to have origin as external. External Persons can be created. -->
<person lookupId="person3" origin="external">
<firstName>John</firstName>
<lastName>Doe</lastName>
<country>de</country>
</person>
</examinationOf>
<!-- Where the examination took place -->
<examinationAt><!--1 or more repetitions:-->
<organisation lookupId="organisation1"/>
<!-- External Organisations are marked with external. External Organisations can be created -->
<organisation lookupId="organisation2" origin="external">
<name>University of Antarctic</name>
<country>de</country>
<type>unknown</type>
</organisation>
</examinationAt>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>examiner</role>
</person>
<person id="personAssociatzion2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>examiner</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</examination>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="examination"
type="examination"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="examination">
<xs:annotation>
<xs:documentation>
Purpose of the template is to register examination activities, including where acting as opponent
or as part of an examination committee. The template includes capturing examined person and/or
organisation of examination details.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="activity">
<xs:sequence>
<xs:element name="title" type="commons:string_1024" minOccurs="1">
<xs:annotation>
<xs:documentation>The title of the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="translatedTitles" type="translatedTitles" minOccurs="0">
<xs:annotation>
<xs:documentation>Translated titles of the activity, use if title in different in another language</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="examinationOf" type="examinationOf" minOccurs="0"/>
<xs:element name="examinationAt" type="examinationAt" minOccurs="0"/>
<xs:element name="personAssociations" type="persons" minOccurs="1">
<xs:annotation>
<xs:documentation>The persons related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
title |
The title of the activity |
Yes |
|
translatedTitles |
Translated titles of the activity, use if title in different in another language |
No |
|
examinationOf |
|
No |
|
examinationAt |
|
No |
|
personAssociations |
The persons related to the activity |
Yes |
|
organisations |
The internal organisations related to the activity |
No |
otherActivity
Purpose of the template is to register all other types of past or current activities.
XML Example
<otherActivity xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="activityOther1"
managedInPure="false"
type="otheractivity/other_activity">
<description>A conference about the future of robotics for space exploration</description>
<additionalDescriptions>
<description type="additionaldescription" lang="de">Eine Konferenz über die Zukunft der Robotik für die
Weltraumforschung
</description>
</additionalDescriptions>
<degreeofRecognition>international</degreeofRecognition>
<managedBy lookupId="organisation1"/>
<period>
<ns2:startdate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>15</ns2:day>
</ns2:startdate>
<ns2:enddate>
<ns2:year>2009</ns2:year>
<ns2:month>11</ns2:month>
<ns2:day>17</ns2:day>
</ns2:enddate>
</period>
<indicators>
<indicator>yearly</indicator>
</indicators>
<keywords>
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
<links>
<ns2:link id="linkAssociation1">
<ns2:url>http:\\www.ESA.int</ns2:url>
<ns2:description>
<ns2:text lang="en" country="GB">The conference website</ns2:text>
</ns2:description>
</ns2:link>
</links>
<documents>
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
<visibility>Campus</visibility>
<relatedActivities>
<ns2:contentReference contentId="21079"/>
</relatedActivities>
<relatedPublications>
<ns2:contentReference contentId="21187"/>
</relatedPublications>
<relatedPressClippings>
<ns2:contentReference contentId="21212"/>
</relatedPressClippings>
<relatedEquipment>
<ns2:contentReference contentId="21305"/>
</relatedEquipment>
<relatedImpacts>
<ns2:contentReference contentId="45321"/>
</relatedImpacts>
<relatedStudentThesis>
<ns2:contentReference contentId="21352"/>
</relatedStudentThesis>
<relatedProjects>
<ns2:contentReference contentId="21363"/>
</relatedProjects>
<relatedPrizes>
<ns2:contentReference contentId="string"/>
</relatedPrizes>
<!-- OTHER ACTIVITY SPECIFIC FIELD(s) -->
<!-- Title of the activity -->
<title>Examination of thesis</title>
<!-- Any translated titles -->
<translatedTitles><!--1 or more repetitions:-->
<title lang="de">
Die Prüfung der Dissertation
</title>
</translatedTitles>
<!-- An event or organisation attached to the event. -->
<eventOrOrganisation>
<organisation lookupId="organisation1"/>
</eventOrOrganisation>
<personAssociations>
<person id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations>
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>other</role>
</person>
<person id="personAssociation2">
<person origin="external" lookupId="person2">
<firstName>Christopher</firstName>
<lastName>Peterson</lastName>
<country>de</country>
</person>
<organisations>
<organisation origin="external" lookupId="organisation2">
<name>Institute for advanced robotics</name>
<country>de</country>
<type>unknown</type>
</organisation>
</organisations>
<role>other</role>
</person>
</personAssociations>
<organisations>
<organisation origin="internal" lookupId="organisation3"/>
<organisation origin="external" lookupId="organisation4">
<name>European Space Agency</name>
<country>fr</country>
<type>unknown</type>
</organisation>
</organisations>
</otherActivity>
XSD Definition
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="otherActivity"
type="otherActivity"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="otherActivity">
<xs:annotation>
<xs:documentation>Purpose of the template is to register all other types of past or current activities.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="activity">
<xs:sequence>
<xs:element name="title" type="commons:string_1024" minOccurs="1">
<xs:annotation>
<xs:documentation>The title of the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="translatedTitles" type="translatedTitles" minOccurs="0">
<xs:annotation>
<xs:documentation>Translated titles of the activity, use if title in different in another language</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="eventOrOrganisation" type="eventOrOrganisation" minOccurs="0"/>
<xs:element name="personAssociations" type="persons" minOccurs="1">
<xs:annotation>
<xs:documentation>The persons related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
title |
The title of the activity |
Yes |
|
translatedTitles |
Translated titles of the activity, use if title in different in another language |
No |
|
eventOrOrganisation |
|
No |
|
personAssociations |
The persons related to the activity |
Yes |
|
organisations |
The internal organisations related to the activity |
No |
Indicators
indicators
A list of indicator elements of type commons:classification
XML Example
<indicators xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk"><!--1 or more repetitions:-->
<indicator>yearly</indicator>
</indicators>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="indicators">
<xs:sequence>
<xs:element name="indicator"
type="commons:classification"
minOccurs="1"
maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>token from the classification scheme /dk/atira/pure/activity/tags</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
indicator |
token from the classification scheme /dk/atira/pure/activity/tags |
Yes |
Translations and Descriptions
translatedTitles
A list of title elements of type commons:localized_text_1024_lang
XML Example
<translatedTitles xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk"><!--1 or more repetitions:-->
<title lang="de">
Die Prüfung der Dissertation
</title>
</translatedTitles>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="translatedTitles">
<xs:sequence>
<xs:element name="title"
type="commons:localized_text_1024_lang"
maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Translated title of the activity, can be specified in multiple languages if your Pure is multilingual</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
title |
Translated title of the activity, can be specified in multiple languages if your Pure is multilingual |
Yes |
descriptions
A list of description elements of type description
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="descriptions">
<xs:sequence>
<xs:element name="description" type="description" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
description
XML Example
<description xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk">A conference about the future of robotics for space exploration</description>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="description">
<xs:simpleContent>
<xs:extension base="commons:localized_text_lang">
<xs:attribute name="type" type="commons:classification" use="required">
<xs:annotation>
<xs:documentation>token from the classification scheme /dk/atira/pure/activies/descriptions</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
@type |
token from the classification scheme /dk/atira/pure/activies/descriptions |
Yes |
Keywords
keywords
A list of keyword elements of type commons:keyword
XML Example
<keywords xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk"><!-- Keyword group on course with logical name keywordContainers must exist --><!--1 or more repetitions:-->
<keyword>Robotics</keyword>
<keyword lang="en">Space</keyword>
<keyword lang="de">Weltraum</keyword>
<!-- Keyword group on course with logical name ASJCSubjectAreas that is related to classification scheme /dk/atira/pure/subjectarea/asjc must exist -->
<keyword logicalName="ASJCSubjectAreas" key="1700/1701"/>
</keywords>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="keywords">
<xs:sequence>
<xs:element name="keyword" type="commons:keyword" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
keyword |
|
Yes |
Visitor
visitor
XML Example
<visitor xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
lookupId="visitor">
<person lookupId="person2" origin="external"/>
<organisations>
<organisation lookupId="organisation2" origin="external"/>
</organisations>
<degree>Professor</degree>
</visitor>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="visitor">
<xs:all>
<xs:element name="person" type="person">
<xs:annotation>
<xs:documentation>The visiting person, can only be an external person</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The organisations related to the visiting person, can only be external organisations</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="degree" type="commons:string_256" minOccurs="0">
<xs:annotation>
<xs:documentation>Visitor degree of the visiting person</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
<xs:attributeGroup ref="commons:lookupId"/>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
@commons:lookupId |
|
Yes |
|
person |
The visiting person, can only be an external person |
Yes |
|
organisations |
The organisations related to the visiting person, can only be external organisations |
No |
|
degree |
Visitor degree of the visiting person |
No |
Persons
persons
A list of person elements of type personElement
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="persons">
<xs:sequence>
<xs:element name="person" type="personElement" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
personElement
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="personElement">
<xs:all>
<xs:element name="person" type="person">
<xs:annotation>
<xs:documentation>The person associated with the activity.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="organisations" type="organisations" minOccurs="0">
<xs:annotation>
<xs:documentation>The internal organisations related to the activity through the internal person</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="role" type="commons:classification" minOccurs="1">
<xs:annotation>
<xs:documentation>token from the classification scheme /dk/atira/pure/activity/roles/{activitytype}</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
<xs:attribute type="commons:string_400" name="id" use="required">
<xs:annotation>
<xs:documentation>ID of the association, this must be unique for each person element</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
@id |
ID of the association, this must be unique for each person element |
Yes |
|
person |
The person associated with the activity. |
Yes |
|
organisations |
The internal organisations related to the activity through the internal person |
No |
|
role |
token from the classification scheme /dk/atira/pure/activity/roles/{activitytype} |
Yes |
person
Can be both an internal and external person, use origin to enforce either internal or external
If the person is an internal person in Pure, then the lookupId attribute must be used.
If the person is an external person and id is given matching will be done on the id, if not found matching will be done on name, if still not found then an external person with the specified id and name will be created.
XML Example
<person xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
id="personAssociation1">
<person lookupId="person1" lookupHint="personSynchronization"/>
<organisations><!--1 or more repetitions:-->
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
<role>participant</role>
</person>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="person">
<xs:annotation>
<xs:documentation>
Can be both an internal and external person, use origin to enforce either internal or external
If the person is an internal person in Pure, then the lookupId attribute must be used.
If the person is an external person and id is given matching will be done on the id, if not found matching will be done on name, if still not found then an external person with the specified id and name will be created.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="firstName" type="commons:string_1024" minOccurs="0">
<xs:annotation>
<xs:documentation>First name of the person, will only be used on external persons</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, will only be used on external persons</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="country" type="commons:classification" minOccurs="0">
<xs:annotation>
<xs:documentation>token from the classification scheme /dk/atira/pure/core/countries</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" type="commons:classification" minOccurs="0">
<xs:annotation>
<xs:documentation>token from the classification scheme /dk/atira/pure/externalperson/externalpersontypes</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
<xs:attributeGroup ref="commons:originId"/>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
@commons:originId |
|
Yes |
|
firstName |
First name of the person, will only be used on external persons |
No |
|
lastName |
Last name of the person, will only be used on external persons |
No |
|
country |
token from the classification scheme /dk/atira/pure/core/countries |
No |
|
type |
token from the classification scheme /dk/atira/pure/externalperson/externalpersontypes |
No |
Organisations
organisations
A list of organisation elements of type organisation
XML Example
<organisations xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk"><!--1 or more repetitions:-->
<organisation lookupId="organisation1" lookupHint="organisationSynchronization"/>
</organisations>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="organisations">
<xs:sequence>
<xs:element name="organisation" type="organisation" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
organisation
Can be both an internal and external organisation, use origin to enforce either internal or external
If the organisation is an internal organisation in Pure, then the lookupId attribute must be used.
If the organisation is an external organisation and id is given matching will be done on the id, if not found mathching will be done on name, if still not found then an external organisation with the specified id and organisation will be created.
XML Example
<organisation xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
lookupId="organisation1"
lookupHint="organisationSynchronization"/>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="organisation">
<xs:annotation>
<xs:documentation>
Can be both an internal and external organisation, use origin to enforce either internal or external
If the organisation is an internal organisation in Pure, then the lookupId attribute must be used.
If the organisation is an external organisation and id is given matching will be done on the id, if not found mathching will be done on name, if still not found then an external organisation with the specified id and organisation will be created.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="name" type="commons:string_1024" minOccurs="0">
<xs:annotation>
<xs:documentation>Name of an external organisation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="country" type="commons:classification" minOccurs="0">
<xs:annotation>
<xs:documentation>The country of the external organisation. token from /dk/atira/pure/core/countries</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" type="commons:classification" minOccurs="0">
<xs:annotation>
<xs:documentation>The type of the external organisation (will default if nothing is written)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
<xs:attributeGroup ref="commons:originId"/>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
@commons:originId |
|
Yes |
|
name |
Name of an external organisation |
No |
|
country |
The country of the external organisation. token from /dk/atira/pure/core/countries |
No |
|
type |
The type of the external organisation (will default if nothing is written) |
No |
managedBy
XML Example
<managedBy xmlns="v1.unified.activity.pure.atira.dk"
xmlns:ns2="v3.commons.pure.atira.dk"
lookupId="organisation1"/>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="managedBy">
<xs:attributeGroup ref="commons:lookupId"/>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
@commons:lookupId |
|
Yes |
Examination Details
examinationOf
A list of person elements of type person
XML Example
<examinationOf xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk"><!--1 or more repetitions:-->
<person lookupId="person1"/>
<person lookupId="person2"/>
<!-- External Persons needs to have origin as external. External Persons can be created. -->
<person lookupId="person3" origin="external">
<firstName>John</firstName>
<lastName>Doe</lastName>
<country>de</country>
</person>
</examinationOf>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="examinationOf">
<xs:sequence>
<xs:element name="person" type="person" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
examinationAt
A list of organisation elements of type organisation
XML Example
<examinationAt xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk"><!--1 or more repetitions:-->
<organisation lookupId="organisation1"/>
<!-- External Organisations are marked with external. External Organisations can be created -->
<organisation lookupId="organisation2" origin="external">
<name>University of Antarctic</name>
<country>de</country>
<type>unknown</type>
</organisation>
</examinationAt>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="examinationAt">
<xs:sequence>
<xs:element name="organisation" type="organisation" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
Documents
documents
A list of document elements of type documentElement
XML Example
<documents xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk"><!--1 or more repetitions:-->
<document id="documentAssociation1">
<type>other</type>
<fileLocation>https://ci-pure-elsevier-systems-public.s3-eu-west-1.amazonaws.com/staticfiles/Research_Output_Import_Wizard_Documentation.pdf</fileLocation>
<title>Conference Tickets</title>
<visibility>Restricted</visibility>
</document>
</documents>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="documents">
<xs:sequence>
<xs:element name="document" type="documentElement" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
documentElement
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="documentElement">
<xs:sequence>
<xs:element name="type"
type="commons:classification"
minOccurs="0"
default="other">
<xs:annotation>
<xs:documentation>
For projects use a token from classification scheme /dk/atira/pure/core/document/types. Default is other.
For awards the type is always other
For applications use a token from classification scheme /dk/atira/pure/application/document/versiontypes, default is currentversion
NOTE! documents on applications are only available with Award Management modules
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="fileLocation" type="commons:string_1024" minOccurs="1">
<xs:annotation>
<xs:documentation>
Location where Pure can read the file from. Must be prefixed with protocol either
http or https. Https is only supported 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_256" minOccurs="0"/>
<xs:element name="fileName" type="commons:string_256" minOccurs="0"/>
<xs:element name="title" type="commons:string_1024" minOccurs="0"/>
<xs:element name="visibility" type="commons:visibility" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="commons:string_400" name="id" use="required"/>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
@id |
|
Yes |
|
type |
For projects use a token from classification scheme /dk/atira/pure/core/document/types. Default is other. For awards the type is always other For applications use a token from classification scheme /dk/atira/pure/application/document/versiontypes, default is currentversion NOTE! documents on applications are only available with Award Management modules |
No |
|
fileLocation |
Location where Pure can read the file from. Must be prefixed with protocol either http or https. Https is only supported 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. |
Yes |
|
mimeType |
|
No |
|
fileName |
|
No |
|
title |
|
No |
|
visibility |
|
No |
Miscellaneous
eventOrOrganisation
XML Example
<eventOrOrganisation xmlns="v1.unified.activity.pure.atira.dk" xmlns:ns2="v3.commons.pure.atira.dk">
<organisation lookupId="organisation1"/>
</eventOrOrganisation>
XSD Definition
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="eventOrOrganisation">
<xs:choice>
<xs:element name="event" type="commons:simpleEvent"/>
<xs:element name="organisation" type="organisation"/>
</xs:choice>
</xs:complexType>
XML Attribute/Element |
Description |
Type |
Mandatory |
---|---|---|---|
event |
|
Yes |
|
organisation |
|
Yes |
Updated at July 27, 2024