Commit 6434031fc4b6b5e925bdfa059dd6dc9f1f2d73a5
1 parent
f3fa82e1
Exists in
master
and in
12 other branches
Rosetta
Showing
3 changed files
with
31 additions
and
5 deletions
Show diff stats
Observatory/AMDA/MAVEN.xml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | </Description> |
13 | 13 | <Acknowledgement>NASA</Acknowledgement> |
14 | 14 | <Contact> |
15 | - <PersonID>spase://CDPPPerson/Bruce.M.Jakosky</PersonID> | |
15 | + <PersonID>spase://CDPP/Person/Bruce.M.Jakosky</PersonID> | |
16 | 16 | <Role>PrincipalInvestigator</Role> |
17 | 17 | </Contact> |
18 | 18 | <InformationURL> |
... | ... |
Observatory/AMDA/Rosetta.xml
... | ... | @@ -6,15 +6,30 @@ |
6 | 6 | <ResourceHeader> |
7 | 7 | <ResourceName>Rosetta</ResourceName> |
8 | 8 | <AlternateName>ESA mission to the comet Churjumov-Gerasimenko</AlternateName> |
9 | - <ReleaseDate>2010-09-27T18:45:12Z</ReleaseDate> | |
10 | - <Description></Description> | |
9 | + <ReleaseDate>2017-02-27T18:45:12Z</ReleaseDate> | |
10 | + <Description>Rosetta launched in 2004 and arrived at Comet 67P/Churyumov-Gerasimenko on 6 August 2014. It is the first mission in history to rendezvous with a comet, escort it as it orbits the Sun, and deploy a lander to its surface. Rosetta is an ESA mission with contributions from its member states and NASA. Rosetta's Philae lander is provided by a consortium led by DLR, MPS, CNES and ASI. The mission ended on 30 September 2016.</Description> | |
11 | + <Acknowledgement>ESA, NASA</Acknowledgement> | |
11 | 12 | <Contact> |
12 | - <PersonID> </PersonID> | |
13 | + <PersonID>spase://CDPP/Person/Matt.Taylor</PersonID> | |
13 | 14 | <Role>ProjectScientist</Role> |
14 | - </Contact> | |
15 | + </Contact> | |
16 | + <InformationURL> | |
17 | + <Name>Rosetta page at ESA</Name> | |
18 | + <URL>http://www.esa.int/Our_Activities/Space_Science/Rosetta/</URL> | |
19 | + </InformationURL> | |
20 | + <InformationURL> | |
21 | + <Name>Rosetta page at JPL, ASA</Name> | |
22 | + <URL>https://rosetta.jpl.nasa.gov/</URL> | |
23 | + </InformationURL> | |
15 | 24 | </ResourceHeader> |
16 | 25 | <Location> |
17 | 26 | <ObservatoryRegion>Comet</ObservatoryRegion> |
18 | 27 | </Location> |
28 | + <OperatingSpan> | |
29 | + <StartDate>2004-03-02T07:17:00</StartDate> | |
30 | + <StopDate>2016-09-30T00:00:00</StopDate> | |
31 | + <!-- Note : Mission phases : multiple tags possible --> | |
32 | + <Note>C-G arrival : 2014-08-06T00:00:00</Note> | |
33 | + </OperatingSpan> | |
19 | 34 | </Observatory> |
20 | 35 | </Spase> |
... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns="http://www.spase-group.org/data/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_3.xsd"> | |
3 | +<Version>2.2.3</Version> | |
4 | +<Person> | |
5 | + <ResourceID>spase://CDPP/Person/Matt.Taylor</ResourceID> | |
6 | + <ReleaseDate>2017-02-11T00:00:00Z</ReleaseDate> | |
7 | + <PersonName>Dr. Matthew Taylor</PersonName> | |
8 | + <OrganizationName>ESA</OrganizationName> | |
9 | + <Email>matthew.taylor@esa.int</Email> | |
10 | + </Person> | |
11 | +</Spase> | |
... | ... |