Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DSpace 7 admin menu

DSpace 7 search results display

DSpace 7 Angular User interface demo

https://dspace7-demo.atmire.com/

DSpace 7 REST API demo

https://dspace7.4science.cloud/server/

Try out DSpace 7 locally

Try out DSpace 7 has instructions for installing DSpace 7 locally, or via Docker. 

Please keep in mind, as DSpace 7 is still under active development, it is NOT PRODUCTION READY.

What will be included in DSpace 7.0?

...

  1. A new User Interface based on Angular (to replace XMLUI and JSPUI). This work is going on in the "main" branch of https://github.com/DSpace/dspace-angular
    1. The goal of the new UI is to implement all major features of both XMLUI and JSPUI in a single, modern UI.  See the 7.0 Release Notes (for each Beta) for a more exhaustive list of features.
    2. NOTE: A fewSome, lower-priority, minor DSpace 6 XMLUI or JSPUI features have been delayed for either 7.1 or 7.2 release (see sections below). This decision was made to make 7.0 available as soon as possible.
  2. A refactored/enhanced REST API (using modern REST best practices). This work is going on in the "main" branch of https://github.com/DSpace/DSpace
    1. Additionally, a new REST Contract (describing all API interactions) is being written at https://github.com/DSpace/Rest7Contract
  3. A new Configurable Entities object model, which allows for the creation of new "typed" Items, and storing relationships between Items.  This feature will allow for tighter integration with external identifier systems (e.g. ORCID), current research information systems (CRIS), journal publishing systems, etc. This work was completed by the DSpace 7 Entities Working Group.
    1. Early technical documentation is available at https://docs.google.com/document/d/1wEmHirFzrY3qgGtRr2YBQwGOvH1IuTVGmxDIdnqvwxM/edit

...

  • General features
    • Feedback form
    • Contextual help (e.g. hover-overs which provide hints/tips on using the user interface)
    • View your groups (on user profile page)
    • Request a Copy
    • Support "Browse By" configurations for custom browse options. In 7.0, "Browse By" options shown in the UI are hardcoded when they should be read from configuration.
  • Submission related features
    • Support drag & drop of multiple files at once from MyDSpace page.  In 7.0, only one file can be drag & dropped at a time from MyDSpace...however, you can drag & drop additional ones during submission.
    • Embargo entire Item (including metadata). In 7.0, only a Bitstream/File can be embargoed
    • Make an Item private during submission.  In 7.0, it's only possible to make an item private after it is submitted.
    • Extracting metadata from a bibliographic file (e.g. BibTex, PDF) to enrich an in-progress submission.  In 7.0, metadata extraction only will occur when uploading a file from the MyDSpace page to start a new submission. 
    • External lookup of metadata using a search or identifier (e.g. DOI) to enrich an in-progress submission.  In 7.0, external searches/lookups can only be done from the MyDSpace page to start a new submission.
    • SHERPA/RoMEO Integration
    • Support for kicking off a Curation Task during Submission process.
  • Workflow related features
    • Full support for custom configurable workflow steps.  In 7.0, some workflow step names are hardcoded, so custom named steps may not be recognized automatically.
    • Ability to batch claim workflow tasks. In 7.0, you can only claim one approval task at a time.
    • Preview an item during workflow approval (via a button), to allow for easier accepting/rejecting.
  • Administrative features
    • Export an Item, a Collection or a Community to Zip file
    • Batch Import from a Zip file
    • Ability to preview Batch Metadata changes during import of CSV.  In 7.0, it is possible to import a CSV but you are not shown a preview of pending changes.
    • Create a new Item Version (as an administrator or a submitter).  In 7.0, viewing Item Versions is supported, but new versions cannot be created.
    • Embargo an archived Item - applying an embargo after the fact to an Item that is already available.
    • Bulk access control management (previously called "Advanced Policy Manager") - The ability to modify policies on several items at once.
    • OAI-PMH harvesting (from an external OAI-PMH endpoint) into a DSpace Collection
    • Edit Homepage News from Admin UI
  • Statistics features
    • Workflow reports - statistics on items currently in workflow approval.
    • Administrative (potentially log-based) statistical reports (still under discussion on inclusion or exclusion)

For an up-to-date list of all 7.1 tickets/features, see the 7.1 Project Board

...

  • General features
    • RSS / ATOM feeds for Site, Community or Collection
    • Ability to subscribe to email updates for a Collection (Manage Subscriptions)
    • Tag Cloud visualization (like in JSPUI)
    • Export all personal data (for your user account)
  • Submission related features
    • Support for hierarchical controlled vocabularies
    • Support for type-based submission forms (<type-bind> configuration)
  • Workflow related features
    • Migrate additional workflow steps for DSpace 6: "Select Single Reviewer Workflow", "Score Review Workflow", etc. 
  • Administrative features
    • Edit Item via Submission Form (easier to use Edit Item form)
    • Administrative Control Panel (similar to XMLUI)
    • Supervision Orders (similar to JSPUI)
    • Edit default deposit license from Admin UI (similar to JSPUI)
  • Statistics features
    • Search reports - statistics on searches performed in DSpace.
  • IntegrationsIntegrations:Statistics features
    • Search reports - statistics on searches performed in DSpace.
  • Configurable Entities features
    • AIP Backup and Restore should support export/import of Entities & their relationships
    • SAF Import should support Entity/relationship creation
    • SWORD should support Entity/relationship creation

For an up-to-date list of all 7.2 tickets/features, see the 7.2 Project Board

DSpace 7 Angular User interface demo

https://dspace7-demo.atmire.com/

DSpace 7 REST API demo

https://dspace7.4science.cloud/server/

Try out DSpace 7 locally

Try out DSpace 7 has instructions for installing DSpace 7 locally, or via Docker. 

Please keep in mind, as DSpace 7 is still under active development, it is NOT PRODUCTION READY.

Where is this work happening? How can I track it?

...