Project

General

Profile

« Previous | Next » 

Revision 7516

lookup the title for EML files when registering DOIs.
lookup the creator from DataONE CN (if available).
add EML-based test. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5513

View differences:

tao.14563.1.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<eml:eml packageId="tao.14563.1" system="knb" xmlns:eml="eml://ecoinformatics.org/eml-2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="eml://ecoinformatics.org/eml-2.1.0 eml.xsd"> <access authSystem="knb" order="allowFirst"> <allow><principal>public</principal>
3
<permission>read</permission>
4
</allow>
5
</access>
6
 <dataset> <title>public-readable from morpho</title>
7
 <creator id="1320966812705"> <individualName><surName>adfasd</surName>
8

  
9
</individualName>
10
</creator>
11
 <abstract><para>adf</para>
12
</abstract>
13
<keywordSet><keyword>SAEON, South Africa</keyword>
14
</keywordSet>
15
<contact id="1320966816821"><individualName><surName>asdfdas</surName>
16
</individualName>
17
</contact>
18
</dataset>
19
 </eml:eml>
20

  
2
<eml:eml packageId="tao.14563.1" system="knb"
3
	xmlns:eml="eml://ecoinformatics.org/eml-2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="eml://ecoinformatics.org/eml-2.1.0 eml.xsd">
5
	<access authSystem="knb" order="allowFirst">
6
		<allow>
7
			<principal>public</principal>
8
			<permission>read</permission>
9
		</allow>
10
	</access>
11
	<dataset>
12
		<title>Test EML package - public-readable from morpho</title>
13
		<creator id="1320966812705">
14
			<individualName>
15
				<surName>adfasd</surName>
16
			</individualName>
17
		</creator>
18
		<abstract>
19
			<para>adf</para>
20
		</abstract>
21
		<keywordSet>
22
			<keyword>SAEON, South Africa</keyword>
23
		</keywordSet>
24
		<contact id="1320966816821">
25
			<individualName>
26
				<surName>asdfdas</surName>
27
			</individualName>
28
		</contact>
29
	</dataset>
30
</eml:eml>

Also available in: Unified diff