Commit cf742772d76f90b380b59ece94ace229197a4111
Exists in
master
and in
11 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/CNES
Showing
1 changed file
with
10 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/Jack.D.Scudder</ResourceID> | |
6 | + <PersonName>Dr. Jack.D.Scudder</PersonName> | |
7 | + <OrganizationName>University of Iowa</OrganizationName> | |
8 | + <Email>jack-scudder@uiowa.edu</Email> | |
9 | + </Person> | |
10 | +</Spase> | |
... | ... |