Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix a wrong answer that was copied and paste from a different question

...

  • DSpace New UI Initiative and Roadmap to DSpace 7 (Presented Slides at http://www.slideshare.net/tdonohue/new-ui-update-or16-developer-dcat-meeting)
  • DCAT, Committers and Steering/Leadership: How we collaborate and make decisions togethertogether  (NOTE: Unfortunately, we ran out of time and never got to this topic)
    • Streamlining the ways to get new features approved and into DSpace
      • Which features should be pushed up for DCAT or Steering approval first?
    • Moving the code through technical approval process. Are there ways to streamline?
    • Streamlining the ways we share expertise / contributions between and within our groups?

...

...

A: Custom JSON format in Angular 2. May have some editor for that specific format . UI devs are in touch with Angular devs, so may ask about that (ng2-translate group).

 

DSpace-CRIS

...

discussion

Presentation from Andrea Bollini at Cineca

  • DSpace-CRIS has attracted a lot of attention, especially in Europe
  • You can always fall-back to a default DSpace installation by just turning "off" the CRIS extension
  • The core of DSpace was not touched by this extension. It just adds more objects and functionality
  • Began in 2009 with DSpace 1.5.  In 2012 it was open sourced (DSpace 1.8.2), and has stayed parallel to DSpace ever since
  • Only supports JSPUI (but will be moving to the new UI alongside DSpace in version 7)
  • Some features:
    • Deduplication feature coming in next version of DSpace-CRIS
    • "Most Cited" (in SCOPUS, WoS, etc). Just needs your Scopus/WoS key
    • Deep ORCID integration
    • New objects: Author, Organization, Project, etc

Q&A on DSpace-CRIS

Q: How modular is it? If I don’t want CRIS only ORCID integration (Monika)

A: Question of development priorities and cooperation. In case of ORCID, deep integration not possible because the plain DSpace data model doesn’t contain an "entity" for an Author.  DSpace does represent EPersons, but these are not the same as an Author.

 

Q: Is it possible to modularize DSpace-CRIS instead of having a separate software as it is now?

A: Yes, but to to so we need to agree on a data model.  We need to decide which "entities" make sense to represent for all DSpace sites (e.g. Authors) and which may only be necessary for extra CRIS-like functionality.  This may allow us to more easily switch on/off CRIS-like features as desired

Q: How modular is it? If I don’t want CRIS only ORCID integration (Monika)

A: Question of development priorities and cooperation. In case of ORCID, not possible because the plain DSpace data model doesn’t contain it.

 

Q: Discussion point – do we want to move towards the multiple objects and relationships model in DSpace? Where does the repository stop and CRIS start? (Tim)

A: Andrea – the data model is not specific just to CRIS, any entities/relationships cane modelled.can be modelled.
A: Don't look for the data model, but look for the user perspective. The data model has to fit the desired use cases/features

 

Q: If I want to try DSpace-cris, is it possible to go back to DSpace? (?)

A: The data model is flexible, but we need to agree on a specific data model to have a common vocabulary of entities in order to be able to exchange contentDSpace-CRIS adds lot of tables to your DSpace database but don't alter any existent structure. The relation between DSpace items and CRIS entities are managed using the authority framework. This mean that if you switch back to the standard DSpace webapps you will be able to use all your data without need to make changes. Of course you will loose the specific functionalities provided by DSpace-CRIS.

 

Q: We just need an entity for a person – advisor (in order to list theses they advised) (Monika)

...

A: REST is an opportunity. DSpace-CRIS 7 will definitely, absolutely not be on JSPUI. It will be on DSpace 7 UI. We want separation of layers. (Andrea)
A: New UI is a big opportunity to bring DSpace-CRIS and DSpace back together. We'll now have both building off of the same UI, etc.