Project

General

Profile

« Previous | Next » 

Revision 55453

Fixes #4412

View differences:

AbstractDNetXsltFunctions.java
1464 1464

  
1465 1465

  
1466 1466
	private static final Set<String> invalidPidTypes =
1467
			Sets.newHashSet("distributionlocation", "url", " ", "local accession id", "local", "landingpage", "publisherid", "report number", "uri", "contract", "doc",
1467
			Sets.newHashSet("distributionlocation", "url", " ", "local accession id", "local", "local id", "a local accession number", "landingpage", "publisherid", "report number", "uri", "contract", "doc",
1468 1468
					"issn", "issn (online)", "issn (print)", "eissn", "citation", "unknown", "other", "oai", "case number", "section", "series", "report",
1469 1469
					"other numbers", "site id", "fulltext", "internal", "report numbers", "product number", "depositor id", "isbn13", "doe contract number", "revision",
1470
					"issue", "pages", "volume", "another identifier for this resource");
1470
					"issue", "pages", "volume", "another identifier for this resource", "csvdownload", "hepdatarecord", "hepdatarecordalt", "rootdownload", "yamldownload", "yodadownload",
1471
					"md5", "firstid", "uuid", "poster number", "compactidentifiers", "sample_id", "source identifier", "lod-catalog", "internal id", "funder", "department",
1472
					"odin doi viewer", "odin matdb viewer", "bitstream", "dipartimento", "technical note (national research council of canada. division of building research) series",
1473
					"internal report (national research council canada. division of building research) series", "dk.dda.ddieditor.version", "extended kim id", "kim id", "ccin",
1474
					"dk.dda.study.annonymizeddata", "e-issn", "call number", "sequenza");
1471 1475
	protected static List<StructuredProperty> parsePids(final NodeList nodelist) {
1472 1476

  
1473 1477
		final List<StructuredProperty> pids = Lists.newArrayList();

Also available in: Unified diff