Commit 2db006e27442d7704d144df8f8217b3e09ea9d0b
1 parent
6d84d20c
Exists in
master
and in
11 other branches
new persons
Showing
2 changed files
with
20 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd"> | |
3 | + <Version>2.2.0</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://CNES/Person/Connerney</ResourceID> | |
6 | + <PersonName>Dr. John E.P. Connerney</PersonName> | |
7 | + <OrganizationName>Goddard Space Flight Center, NASA</OrganizationName> | |
8 | + <Email>john.e.connerney@nasa.gov</Email> | |
9 | + </Person> | |
10 | +</Spase> | ... | ... |
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd"> | |
3 | + <Version>2.2.0</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://CNES/Person/YWang</ResourceID> | |
6 | + <PersonName>Dr. Yuxian Wang</PersonName> | |
7 | + <OrganizationName>Currently : IRAP, Toulouse</OrganizationName> | |
8 | + <Email>ywang@irap.omp.eu</Email> | |
9 | + </Person> | |
10 | +</Spase> | ... | ... |