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

portal.default.mint.workflows.nameAuthority.vm Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
#set($manifest = $self.manifest)
#set($oid = $self.getFormData("oid"))
#set($title = $self.getFormData('title'))

Metadata

##
$self.metadata.toString()

Display names

##renderObject($self.getMetadata() "preview")

Names used by this person.

#foreach($node in $self.getManifest()) #set($authorName = $node.get("title")) ##

## ## ##$nodeTitle ## ##

#set($hash = $self.getHash($authorName))

 (show)

#set($docs = $node.getJsonMap("children")) #end ## ##
## ##
##

Suggested names


#set($suggestedNames = $self.getSuggestedNames()) #if($suggestedNames.isEmpty())

No names were found that may match this person

#else

Below are some names that may match this person

#foreach($authorName in $suggestedNames.keySet()) #set($hash = $self.getHash($authorName)) #if(!$self.isLinked($hash)) #set($docs = $suggestedNames.get($authorName)) #set($rank = $self.getRank($docs.get(0).get("score")))

 (Rank: $rank%) (show)

#end #end

Some names were found that could match but are less likely to. (show)

#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy