Commit 558f4b34d91a4690a8c52b1a46864f86bf2ca4f3
1 parent
afd3415f
Exists in
master
and in
4 other branches
Add some missing Persons
Showing
3 changed files
with
29 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> | ||
3 | + <Version>2.3.1</Version> | ||
4 | + <Person> | ||
5 | + <ResourceID>spase://CNES/Person/Esa.Riihonen</ResourceID> | ||
6 | + <PersonName>Esa Riihonen</PersonName> | ||
7 | + <OrganizationName>University of Turku</OrganizationName> | ||
8 | + <Email>esa.riihonen@utu.fi</Email> | ||
9 | + </Person> | ||
10 | +</Spase> |
@@ -0,0 +1,9 @@ | @@ -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/Patrick.Kuhl</ResourceID> | ||
6 | + <PersonName>Dr. Patrick Kühl</PersonName> | ||
7 | + <OrganizationName>University of Kiel</OrganizationName> | ||
8 | + </Person> | ||
9 | +</Spase> |
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> | ||
3 | + <Version>2.3.1</Version> | ||
4 | + <Person> | ||
5 | + <ResourceID>spase://CNES/Person/Rami.Vainio</ResourceID> | ||
6 | + <PersonName>Rami Vainio</PersonName> | ||
7 | + <OrganizationName>University of Turku</OrganizationName> | ||
8 | + <Email>rami.vainio@utu.fi</Email> | ||
9 | + </Person> | ||
10 | +</Spase> |