Commit dceae71a6ecb0ae4cbccc145d99344acbd63d13a
1 parent
4da4641c
Exists in
master
and in
11 other branches
PSP SPC person
Showing
2 changed files
with
22 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,13 @@ |
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_8.xsd"> | |
3 | + <Version>2.2.8</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://SMWG/Person/Anthony.W.Case</ResourceID> | |
6 | + <ReleaseDate>2017-08-22T12:34:56.789</ReleaseDate> | |
7 | + <PersonName>Anthony W. Case</PersonName> | |
8 | + <OrganizationName>Harvard-Smithsonian Center for Astrophysics</OrganizationName> | |
9 | + <Address>60 Garden Street, Cambridge, MA, 02138, USA</Address> | |
10 | + <Email>acase@cfa.harvard.edu</Email> | |
11 | + <PhoneNumber>+1 617 496 7590</PhoneNumber> | |
12 | + </Person> | |
13 | +</Spase> | |
... | ... |
... | ... | @@ -0,0 +1,9 @@ |
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://SMWG/Person/Justin.C.Kasper</ResourceID> | |
6 | + <PersonName>Justin C. Kasper</PersonName> | |
7 | + <OrganizationName>Massachusetts Institute of Technology</OrganizationName> | |
8 | + </Person> | |
9 | +</Spase> | |
... | ... |