Matriz de novas funcionalidades implementadas na customização DSpace/TEDE2
Graphical Statistics
Subject
Improving the native DSpace statistics presentation with css styles and dynamic graphics
Description
The statistics of JSPUI are poor in the presentation issuem so it could not keep the users attention.
Before | After |
---|---|
Automatic Metadada Filling
dc.rights and dc.date.available
The fill of the fields dc.rights and dc.date.available are according the following logic:
1) If all the bitstreams where set as open access than dc.righs = openAccess and dc.date.available = null;
2) If there are some bitstream that was set as restrict access than dc.righs = restrict and dc.date.avalible = null;
3) If all the bitstreams where set as embargoed access or open access than dc.righs = embargoedAccess and dc.date.available = "max of the embargo dates".
dc.rights.uri
The link of Creative Commons licence is atomatically set to dc.rights.uri.
dc.format
According the formats available in the DSpace table this customization sets for each bitstream his corespondent format in the field dc.format.
dc.thumbnail.url
As instruction [dspace.dir]/bin/dspace filter-media is executted the system amazenates the link of the generated thumbnails in the field dc.thumbnail.url.
dc.description.citation
According a template the field dc.description.citation receive a suggestion of filling with information between brackets that needs to be replaced.
Language Metadata Selection
Textarea and onebox fields could set the language of the filled information.
<field> <dc-schema>dc</dc-schema> <dc-element>title</dc-element> <dc-qualifier>alternative</dc-qualifier> <repeatable>true</repeatable> <label>Title alternative</label> <input-type value-pairs-name="common_iso_languages">qualdrop_language</input-type> <hint>If the item has any alternative titles, please enter them below.</hint> <required></required> </field>