Mudanças entre as edições de "Matriz de novas funcionalidades implementadas na customização DSpace/TEDE2"

De IBICT
Ir para: navegação, pesquisa
(dc.description.citation)
(Graphical Statistics)
 
(17 edições intermediárias de um usuário não apresentadas)
Linha 1: Linha 1:
 +
== Layout and Presentation Optimizations ==
  
== Graphical Statistics ==
+
=== Graphical Statistics ===
  
=== Subject ===
+
The goal was improving the native DSpace statistics presentation with css styles and dynamic graphics, because the statistics of JSPUI are poor in the presentation issue so it could not keep the users attention.
 
+
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.
+
  
 
{| border=1 align="center"
 
{| border=1 align="center"
Linha 17: Linha 12:
  
 
|}
 
|}
 +
 +
=== Form date fields calendar ===
 +
 +
=== TAG Cloud ===
 +
 +
=== Facets contraction / expantion ===
 +
 +
=== Suspense Doc Preview ===
 +
 +
=== Suspense Filling Hints ===
 +
 +
[[Arquivo:Captura de tela de 2014-08-19 01-17-43.png|center]]
 +
 +
=== Communities / Collections Dynamic Tree ===
  
 
== Automatic Metadada Filling ==
 
== Automatic Metadada Filling ==
Linha 43: Linha 52:
  
 
=== dc.description.citation ===
 
=== 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.
  
 
[[Arquivo:Citation.png|center]]
 
[[Arquivo:Citation.png|center]]
Linha 48: Linha 59:
 
== Language Metadata Selection ==
 
== Language Metadata Selection ==
  
== Changing Initial Questions ==
+
Textarea and onebox fields could set the language of the filled information.
  
== Embargo Step Customizations ==
+
      <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>
  
[[Arquivo:TEDE20140905000716.png]]
+
      <field>
 +
        <dc-schema>dc</dc-schema>
 +
        <dc-element>description</dc-element>
 +
        <dc-qualifier>abstract</dc-qualifier>
 +
        <repeatable>false</repeatable>
 +
        <label>Abstract</label>
 +
        <input-type value-pairs-name="common_iso_languages">qualdrop_textarea_language</input-type>
 +
        <hint>Enter the abstract of the item below. </hint>
 +
        <repeatable>true</repeatable>
 +
        <required></required>
 +
      </field>
  
== Calendar for Date Fields ==
 
  
== Export Item Medatada in BibTex and EndNote ==
+
[[Arquivo:Onebox_with_language_selection.png|center]]
  
== TAG Cloud ==
+
== Changing Initial Questions ==
  
== Layout Optimizations ==
+
== Embargo Step Customizations ==
  
=== Facets contraction / expantion ===
+
[[Arquivo:Editar acesso ao arquivo - TEDE 2014-09-05 00-07-16.png|center]]
  
=== Suspense Doc Preview ===
 
  
== Suspense Filling Hints ==
+
== Export Item Medatada in BibTex and EndNote ==
  
[[Arquivo:Captura de tela de 2014-08-19 01-17-43.png|center]]
+
== Inteface of Import Folder Itens (usefull for the legacy system) ==
  
=== Communities / Collections Dynamic Tree ===
+
== Social Sharing ==
 
+
== Inteface of Import Folder Itens (usefull for the legacy system) ==
+
  
== Sharing Searchs ==
+
=== Sharing Searchs ===
  
== Sharing Itens ==
+
=== Sharing Itens ===

Edição atual tal como às 10h38min de 29 de outubro de 2014

Índice

Layout and Presentation Optimizations

Graphical Statistics

The goal was improving the native DSpace statistics presentation with css styles and dynamic graphics, because the statistics of JSPUI are poor in the presentation issue so it could not keep the users attention.

Before After
DSpace Demo Repository- Statistics 2014-08-27 23-17-18.png
TEDE Estatísticas - 2014-08-02 22.17.19.png

Form date fields calendar

TAG Cloud

Facets contraction / expantion

Suspense Doc Preview

Suspense Filling Hints

Captura de tela de 2014-08-19 01-17-43.png

Communities / Collections Dynamic Tree

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.

Citation.png

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>
      <field>
        <dc-schema>dc</dc-schema>
        <dc-element>description</dc-element>
        <dc-qualifier>abstract</dc-qualifier>
        <repeatable>false</repeatable>
        <label>Abstract</label>
        <input-type value-pairs-name="common_iso_languages">qualdrop_textarea_language</input-type>
        <hint>Enter the abstract of the item below. </hint>
        <repeatable>true</repeatable>
        <required></required>
      </field>


Onebox with language selection.png

Changing Initial Questions

Embargo Step Customizations

Editar acesso ao arquivo - TEDE 2014-09-05 00-07-16.png


Export Item Medatada in BibTex and EndNote

Inteface of Import Folder Itens (usefull for the legacy system)

Social Sharing

Sharing Searchs

Sharing Itens