GSAS: ArchiveOfProject.xml

File ArchiveOfProject.xml, 5.3 KB (added by hmussman@bbn.com, 11 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Object xmlns="http://geni.net/schema"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://geni.net/schema GENIObject.xsd">
5    <Handle>10510/1234-5678-9012-3456</Handle>
6    <DataLastArchived>2012-08-11T15:48:21</DataLastArchived>
7    <Public>true</Public>
8    <Creator>
9        <Person>
10            <FirstName xml:lang="en-US">Giridhar</FirstName>
11            <LastName xml:lang="en-US">Manepalli</LastName>
12        </Person>
13    </Creator>
14    <Title>
15        <Title xml:lang="en-US">This is an archive of the digital object registry project including its experiments and resulting artifacts</Title>
16    </Title>
17    <Publisher>
18        <Person>
19            <FirstName xml:lang="en-US">Giridhar</FirstName>
20            <LastName xml:lang="en-US">Manepalli</LastName>
21        </Person>
22    </Publisher>
23    <PublicationYear>2012</PublicationYear>
24    <Subject xml:lang="en-US">Information Management</Subject>
25    <Description xml:lang="en-US">GENI XML Schemas</Description>
26    <Project>
27        <Title>
28            <Title xml:lang="en-US">Digital Object Registry</Title>
29        </Title>
30        <Duration>
31            <Start>2009-08-01T00:00:00</Start>
32            <End>2013-10-29T15:48:21</End>
33        </Duration>
34        <PrincipalInvestigator>
35            <Organization>
36                <Name>Corporation for National Research Initiatives</Name>
37                <PointOfContact>
38                    <FirstName>Giridhar</FirstName>
39                    <LastName>Manepalli</LastName>
40                </PointOfContact>
41                <Reference>http://groups.geni.net/geni/wiki/DigitalObjectRegistry</Reference>
42            </Organization>
43            <!-- Alternative to Organization, one could directly list a name of an individual. Uncomment the following snippet-->
44            <!--<Person>
45                <FirstName>Giridhar</FirstName>
46                <LastName>Manepalli</LastName>
47                </Person>-->
48        </PrincipalInvestigator>
49        <Experiments>
50            <Experiment>
51                <Title>
52                    <Title xml:lang="en-US">Measurement Data Archive</Title>
53                </Title>
54                <Duration>
55                    <Start>2013-03-21T15:48:21</Start>
56                    <End>2013-03-28T15:48:21</End>
57                </Duration>
58                <Experimenter>
59                    <Organization>
60                        <Name xml:lang="es-ES">Corporation for National Research Initiatives</Name>
61                        <PointOfContact>
62                            <FirstName>Giridhar</FirstName>
63                            <LastName>Manepalli</LastName>
64                        </PointOfContact>
65                    </Organization>
66                    <!-- Alternative to Organization, one could directly list a name of an individual. Uncomment the following snippet-->
67                    <!--<Person>
68                        <FirstName>Giridhar</FirstName>
69                        <LastName>Manepalli</LastName>
70                        </Person>-->
71                </Experimenter>
72                <Steps>
73                    <Step>
74                        <Title>
75                            <Title xml:lang="en-US">Test Step Title</Title>
76                        </Title>
77                        <Duration>
78                            <Start>2014-04-24T15:48:21</Start>
79                            <End>2014-07-22T15:48:21</End>
80                        </Duration>
81                        <Primary>VocabularyEntry1</Primary>
82                        <Resources>
83                            <Resource>
84                                <ResourceID>1234-5678-9012-2345</ResourceID>
85                                <ResourceType>Slice</ResourceType>
86                            </Resource>
87                        </Resources>
88                        <Artifacts>
89                            <Artifact>
90                                <Name>Ping Log File</Name>
91                                <Type>
92                                    <Primary>LogFile</Primary>
93                                </Type>
94                                <Interpretation>
95                                    <Description>This is a 'ping' log file. You can interpret the log file using the executable whose URL for download is identified here.</Description>
96                                    <Version>1.0</Version>
97                                    <Executable>http://www.interpret.com/ping-exec.setup</Executable>
98                                </Interpretation>
99                                <Attribution>
100                                    <Project>
101                                        <Title>Digital Object Registry</Title>
102                                    </Project>
103                                    <Entity>
104                                        <Person>
105                                            <FirstName>Giridhar</FirstName>
106                                            <LastName>Manepalli</LastName>
107                                        </Person>
108                                    </Entity>
109                                </Attribution>
110                            </Artifact>
111                        </Artifacts>
112                    </Step>
113                </Steps>
114            </Experiment>
115        </Experiments>
116    </Project>
117</Object>