You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 54 Next »

Community page for DSpace-CRIS users

  • What are you working on?
  • Where are you looking for partners for development or discussion?

Interested in discussion (Searching for Co-Funders)

  • Automatic Software Deposit 

Functionality similar to Zenodo: https://guides.github.com/activities/citable-code/ It should be include local GitLab installations as well (not necessarily a CRIS feature).
Interested: Hamburg University of Technology (Beate Rajski)

  • Automatic detection of Identifier type

We are dealing with several Identifier types within DSpace (CRIS), mostly kinds of Persistent Identifiers like DOI, Handle, URN, as well as ISBN, ISSN, URL or similar things. In many contexts it is necessary to know about the identifier type (for instance for lookup or for submission to DataCite or other services). Handling of identifiers is different: sometimes it's qualified as a qualifier in the metadata field (for example dc.identifier.doi or dc.publisher.doi), but this is not good extensible and requires some effort. So it would be nice to have a concept how to deal with these identifiers. A useful extension for that would be the automatic detection of the identifier type. Zenodo has such a mechanism by guessing and suggesting the identifier type. We would like to have such a mechanism for DSpace as well, in any cases, where different identifiers might be used. Zenodo is using a Python toolkit for that (https://idutils.readthedocs.io), that might be useful to implement such a function.
This is not necessarily a CRIS feature only.
Interested: Hamburg University of Technology (Oliver Goldschmidt )


  • lobid integration

An integration of lobid (http://lobid.org/) would integrate the German Common Authority Record Database (GND) and other lobid services (like lobid-organisations) into DSpace. This could be useful in various contexts:

  • Lookup for subject headings (GND)

    • Lookup of person names (GND)

    • Lookup of organisation units (GND and lobid-organisations)

We would like to have that integration for the various lookup use cases as one more simplification to get content into the entities.
Interested: Hamburg University of Technology (Oliver Goldschmidt ), State and University Library Hamburg (Phu Tu 

  • RDMO integration
    A researcher should be able to reuse his own project metadata stored in RDMO. Maybe connection via SWORD. 
    Interested: University of Bamberg (Steffen Illig )


  • Duplicate Check for imports

DSpace's duplicate check is triggered on the first page of the submission form. For manually added records this is early enough, but for records taken from a database import operation, this is a bit too late. So it would be a nice feature to see a duplicate warning already on the search result page after looking for new records in databases.

Interested: Hamburg University of Technology (Oliver Goldschmidt ), University of Bamberg (Steffen Illig )

Planned/Realized with 4Science

  • Connection of CRIS Entities (Project, Awards) via autocomplete with Publications (ongoing) 

    A first description of the feature can be found here. Enhancements are in progress.
    University of Bamberg & Hamburg University of Technology
  • Improvements for switching en/de (done)
    University of Bamberg & Hamburg University of Technology

  • Integration of the Unpaywall API in the Submission Workflow (ongoing)
    Helmut-Schmidt-University Hamburg
  • Highlight changes in the Submission Workflow for new version (ongoing)
    Helmut-Schmidt-University Hamburg
  • Vertical and horizontal tabs in CRIS Entities (ongoing)
    Helmut-Schmidt-University Hamburg
  • Hierarchical tree structure (based on the DSpace-GLAM solution) for CRIS-entities in general (ongoing)
    Helmut-Schmidt-University Hamburg
  • "Add fulltext" and "green open access publication"-feature (various entry points) (ongoing) 
  • "Add fulltext" enables e.g. authorized logged in users to jump directly in the submission workflow again to add the fulltext for dspaceitems, which has been published first as "only metadata"-submission. Enhancements are in progress.
    Helmut-Schmidt-University Hamburg
  • Visual clustering and distinction of researcher profiles by status (e.g. in the "people"-section of orgunit-profiles or in facets) (done)
    Helmut-Schmidt-University Hamburg
  • Visual distinction of organization units by type (done)
    Helmut-Schmidt-University Hamburg


Working on

Who?What?Note
University of Bamberg (Jonathan Boss)OData Connector (REST API)  between DSpace-CRIS and Typo3-Homepage

University of Bamberg (Jonathan Boss & Cornelius Matějka )

Browsable organisation unit tree
Browsable DDC tree

University of Bamberg (Jannik Lappe)Contact form for publications
University of Bamberg (Philipp Rumpf)ISBN Search (B3Kat and LoC)
University Kassel/disy (Stefan Lossow)Impact Pathway
University Kassel/disy (Stefan Lossow)API to DPMA or EPO patent database

In Production

Who?What?Note

University of Bamberg (Cornelius Matějka)

Multilingualism for discovery facets and browse indexesPR: https://github.com/4Science/DSpace/pull/89

University of Bamberg (Cornelius Matějka )

Management of private CRIS Entities for researcher

If a researcher sets a CRIS Entity as private (e.g. maybe an future project => See also RDMO integration) we wonder how he would manage these items in future (maybe to update them). A possible solution would be a special area for such cases in the MyDSpace-CRIS Site with the correct rights management (only one's private projects).

PR: https://github.com/4Science/DSpace/pull/79
University of Bamberg (@Philipp Rumpf)

Linked Open Data für CRIS-Entitie

Based on the DSpace modul Linked (Open) Data by Pascal-Nicolas Becker we created a own modul which works also for CRIS Entities.

PR: https://github.com/4Science/DSpace/pull/88

University of Bamberg (Cornelius Matějka )

Site policy modal

Can be easily applied to DSpace (without CRIS (wink)).

PR:

 https://github.com/4Science/DSpace/pull/80,

University of Bamberg (Cornelius Matějka

Enable ENTER key in textareas and add suitable rendering of running text (e.g. abstracts, etc.).

PR: https://github.com/4Science/DSpace/pull/51 (merged)

University of BambergPrefilled contract formulars for download or mail delivery (submission process)

The extension could not be integrated in the official master (4Science) because of specific requirements and the use of Jasper. The jasper license is an AGPL so it is not compatible with the official DSpace-CRIS license. We are planning to push our source code into Git (according to Hamburg University of Technolgy).  

Hamburg University of TechnologyExtend journal lookup (in ZDB and in local entity objects) to lookup by ISSN instead of journal title

The ZDB integration has been pushed to github repository

University of BambergHide empty tabs on CRIS-Entity-Homepage
  • Hamburg University of Technology also has opened a ticket for that... 4Science told me, that it should be standard behaviour, that a tab without content is hidden, but for us this also does not work in any case.
  • University of Bamberg: We have asked Andrea at the AWT 2019. It should be standard but it is not at the moment. To support the development of the feature we opend a ticket right now.
  • Hamburg University of Technology: on our test system this feature is working as expected, so the problem should be solved in the latest master... Andrea Luigi explained to me, that the tab is not displayed if there is no content at all, if there are no metadata fields for the box (in jsp controlled boxes there is no need to display metadata fields either way). So, after removing the metadata from the researcher tab in an ou profile for instance, the tab will not be displayed (but, as I noted, only on our test system; on our production system the problem really is till there).
  • University of Bamberg: We have merged the latest master yesterday and can confirm that empty tabs on CRIS-Entity-Homepage are now hidden. So we moved that topic from "Planned with 4Science" to "In Production".
  • No labels