All Downloads are FREE. Search and download functionalities are using the official Maven repository.

portal.default.redbox.display.package-dataset.detail.preview.identification.vm Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
#if($page.authentication.is_logged_in())
    #set ($pidProperty = $systemConfig.getString("error", "curation", "pidProperty"))
    #set ($pId = $parent.getProperty($pidProperty))
    #if ($pId != $nullValue)
    
This object has a persistent ID: '$pId'. #set ($published = $parent.getProperty("published")) #if ($published != $nullValue) (PUBLISHED) #end
#end #set ($doiProperty = $systemConfig.getString("andsDoi", "doiProperty")) #set ($doi = $parent.getProperty($doiProperty)) #if ($doi != $nullValue)
This object has a DOI: '$doi'.
#end #end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy